com.primix.vlib
Interface IExternalPage
- All Superinterfaces:
- IComponent, IPage, IRender
- All Known Implementing Classes:
- ViewBook, PersonPage
- public interface IExternalPage
- extends IPage
Defines a page which may be referenced externally, using an Integer primary
key. This is used by the external application service.
- Version:
- $Id: IExternalPage.java,v 1.5 2001/05/02 18:07:07 hship Exp $
- Author:
- Howard Ship
Methods inherited from interface com.primix.tapestry.IPage |
addPageCleanupListener, addPageDetachListener, addPageRenderListener, attach, beginResponse, cleanupPage, detach, getChangeObserver, getEngine, getLocale, getName, getNestedComponent, getRequestCycle, getResponseWriter, getVisit, renderPage, setChangeObserver, setLocale, setName, setRequestCycle, validate |
Methods inherited from interface com.primix.tapestry.IComponent |
addAsset, addComponent, addWrapped, finishLoad, getAsset, getAssets, getBinding, getBindingNames, getBindings, getComponent, getComponents, getContainer, getExtendedId, getId, getIdPath, getPage, getSpecification, renderWrapped, setBinding, setContainer, setId, setPage, setSpecification |
Methods inherited from interface com.primix.tapestry.IRender |
render |
setup
public void setup(java.lang.Integer primaryKey,
IRequestCycle cycle)