|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tapestry.callback.DirectCallback
Simple callback for re-invoking a IDirect
component trigger..
Constructor Summary | |
DirectCallback(IDirect component,
java.lang.Object[] parameters)
Creates a new DirectCallback for the component. |
Method Summary | |
void |
performCallback(IRequestCycle cycle)
Locates the IDirect component that was previously identified
(and whose page and id path were stored). |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DirectCallback(IDirect component, java.lang.Object[] parameters)
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
public void performCallback(IRequestCycle cycle)
IDirect
component that was previously identified
(and whose page and id path were stored).
Invokes IRequestCycle.setServiceParameters(Object[])
to
restore the service parameters, then
invokes IDirect.trigger(IRequestCycle)
on the component.
performCallback
in interface ICallback
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |