|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.engine.AbstractEngine
org.apache.tapestry.engine.BaseEngine
public class BaseEngine
Concrete implementation of IEngine
used for ordinary applications.
All page state information is maintained in the HttpSession
using
instances of org.apache.tapestry.record.SessionPageRecorder
.
Field Summary |
---|
Fields inherited from class org.apache.tapestry.engine.AbstractEngine |
---|
VISIT_CLASS_PROPERTY_NAME |
Constructor Summary | |
---|---|
BaseEngine()
|
Method Summary | |
---|---|
java.util.Collection |
getActivePageNames()
Deprecated. |
Methods inherited from class org.apache.tapestry.engine.AbstractEngine |
---|
activateExceptionPage, cleanupAfterRequest, getClassResolver, getDataSqueezer, getGlobal, getHasVisit, getInfrastructure, getListeners, getLocale, getOutputEncoding, getPropertySource, getScriptSource, getService, getSpecification, getSpecificationSource, getVisit, getVisit, handlePageRedirectException, handleRedirectException, handleStaleLinkException, handleStaleSessionException, redirect, renderResponse, reportException, service, setLocale, setVisit, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BaseEngine()
Method Detail |
---|
public java.util.Collection getActivePageNames()
Collection
of the page names for which IPageRecorder
instances exist. Note: Starting in 4.0, this method is deprecated and returns an empty list.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |