|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.primix.tapestry.callback.PageCallback
Simple callback for returning to a page.
Constructor Summary | |
PageCallback(IPage page)
|
|
PageCallback(java.lang.String pageName)
|
Method Summary | |
void |
peformCallback(IRequestCycle cycle)
Invokes IRequestCycle.setPage(String) to identify the previously
identified page as the response page. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PageCallback(java.lang.String pageName)
public PageCallback(IPage page)
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
public void peformCallback(IRequestCycle cycle) throws RequestCycleException
IRequestCycle.setPage(String)
to identify the previously
identified page as the response page.peformCallback
in interface ICallback
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |