|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PageValidateListener
An interface for objects that want to take part in the validation of the page.
Method Summary | |
---|---|
void |
pageValidate(PageEvent event)
Invoked by the page from its IPage.validate(org.apache.tapestry.IRequestCycle)
method. |
Method Detail |
---|
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).
event
- The originating event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |