br.com.arsmachina.example.web.pages
Class Login

java.lang.Object
  extended by br.com.arsmachina.example.web.pages.Login

@IncludeStylesheet(value="classpath:/br/com/arsmachina/tapestrycrud/components/tapestry-crud.css")
public class Login
extends Object

Application login page.

Author:
Thiago H. de Paula Figueiredo

Constructor Summary
Login()
           
 
Method Summary
 String getLoginCheckUrl()
          Returns the Spring Security check URL.
 boolean isFailed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Login

public Login()
Method Detail

isFailed

public boolean isFailed()

getLoginCheckUrl

public String getLoginCheckUrl()
Returns the Spring Security check URL.

Returns:
a String.


Copyright © 2008-2009 Thiago H. de Paula Figueiredo. All Rights Reserved.