public interface PageValidateListener extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
pageValidate(PageEvent event)
Invoked by the page from its
IPage.validate(org.apache.tapestry.IRequestCycle) method. |
void pageValidate(PageEvent event)
IPage.validate(org.apache.tapestry.IRequestCycle) method.
May throw a PageRedirectException, to redirect the user
to an appropriate part of the system (such as, a login page).