|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines a page which may be referenced externally via a URL using the
ExternalService
. External pages may be bookmarked via their
URL for latter display. See the ExternalLink
for details on how
to invoke IExternalPages.
ExternalCallback
,
ExternalService
Method Summary | |
void |
activateExternalPage(java.lang.Object[] parameters,
IRequestCycle cycle)
Initialize the external page with the given array of parameters and request cycle. |
Methods inherited from interface org.apache.tapestry.IComponent |
addAsset, addBody, addComponent, enterActiveState, finishLoad, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getComponent, getComponents, getContainedComponent, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isRendering, renderBody, setBinding, setContainedComponent, setContainer, setId, setNamespace, setPage, setProperty |
Methods inherited from interface org.apache.tapestry.IRender |
render |
Methods inherited from interface org.apache.hivemind.LocationHolder |
setLocation |
Methods inherited from interface org.apache.hivemind.Locatable |
getLocation |
Method Detail |
public void activateExternalPage(java.lang.Object[] parameters, IRequestCycle cycle)
This method is invoked after IPage.validate(IRequestCycle)
.
parameters
- the array of listener parameterscycle
- current request cycle
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |