org.apache.tapestry.engine
Class BaseEngine
java.lang.Object
org.apache.tapestry.engine.AbstractEngine
org.apache.tapestry.engine.BaseEngine
- All Implemented Interfaces:
- IEngine, WebRequestServicer
- Direct Known Subclasses:
- WMLEngine
public class BaseEngine
- extends AbstractEngine
Concrete implementation of IEngine
used for ordinary applications.
All page state information is maintained in the HttpSession
.
- Author:
- Howard Lewis Ship
Methods inherited from class org.apache.tapestry.engine.AbstractEngine |
activateExceptionPage, cleanupAfterRequest, getClassResolver, getDataSqueezer, getHasVisit, getInfrastructure, getListeners, getLocale, getOutputEncoding, getPropertySource, getScriptSource, getService, getSpecification, getSpecificationSource, getVisit, getVisit, handlePageRedirectException, handleRedirectException, handleStaleLinkException, handleStaleSessionException, redirect, renderResponse, reportException, service, setLocale, setVisit, toString |
BaseEngine
public BaseEngine()
getActivePageNames
public Collection getActivePageNames()
- Deprecated.
- Returns an unmodifiable
Collection
of the page names for which IPageRecorder
instances exist. Note: Starting in 4.0, this method is deprecated and returns an empty list.
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.