public class BaseEngine extends AbstractEngine
IEngine
used for ordinary applications.
All page state information is maintained in the HttpSession
using
instances of org.apache.tapestry.record.SessionPageRecorder
.VISIT_CLASS_PROPERTY_NAME
Constructor and Description |
---|
BaseEngine() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection |
getActivePageNames()
Deprecated.
|
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
public BaseEngine()
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.