Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.tapestry
Interface IExternalPage  view IExternalPage download IExternalPage.java

All Superinterfaces:
IComponent, IPage, IRender, org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder

public interface IExternalPage
extends IPage

Defines a page which may be referenced externally via a URL using the org.apache.tapestry.engine.ExternalService. External pages may be bookmarked via their URL for latter display. See the org.apache.tapestry.link.ExternalLink for details on how to invoke IExternalPages.

Since:
2.2

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.IPage
addPageDetachListener, addPageRenderListener, addPageValidateListener, attach, beginPageRender, beginResponse, detach, endPageRender, getChangeObserver, getEngine, getGlobal, getLocale, getNestedComponent, getPageName, getRequestCycle, getResponseWriter, getVisit, removePageDetachListener, removePageRenderListener, removePageValidateListener, renderPage, setChangeObserver, setLocale, setPageName, setRequestCycle, validate
 
Methods inherited from interface org.apache.tapestry.IComponent
addAsset, addBody, addComponent, finishLoad, getAsset, getAssets, getBinding, getBindingNames, getBindings, getComponent, getComponents, getContainer, getExtendedId, getId, getIdPath, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, getString, renderBody, setBinding, setContainer, setId, setNamespace, setPage, setProperty, setSpecification
 
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

activateExternalPage

public void activateExternalPage(java.lang.Object[] parameters,
                                 IRequestCycle cycle)
Initialize the external page with the given array of parameters and request cycle.

This method is invoked after IPage.validate(IRequestCycle) 55 .