org.apache.tapestry.event
Interface PageValidateListener

All Superinterfaces:
java.util.EventListener

public interface PageValidateListener
extends java.util.EventListener

An interface for objects that want to take part in the validation of the page.

Since:
3.0
Author:
Mindbridge

Method Summary
 void pageValidate(PageEvent event)
          Invoked by the page from its IPage.validate(org.apache.tapestry.IRequestCycle) method.
 

Method Detail

pageValidate

void pageValidate(PageEvent event)
Invoked by the page from its 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).