Constructor and Description |
---|
LoginForm() |
Modifier and Type | Method and Description |
---|---|
void |
attemptToLogin() |
String |
getLoginMessage() |
Object |
onSuccessfulLogin() |
void |
setLoginMessage(String loginMessage) |
public LoginForm()
@OnEvent(value="validate", component="tynamoLoginForm") public void attemptToLogin() throws org.apache.tapestry5.ValidationException
org.apache.tapestry5.ValidationException
@OnEvent(value="success", component="tynamoLoginForm") public Object onSuccessfulLogin() throws IOException
IOException
public void setLoginMessage(String loginMessage)
public String getLoginMessage()
Copyright © 2004–2015. All rights reserved.