org.apache.tapestry.wml
Class WMLEngine

java.lang.Object
  extended byorg.apache.tapestry.engine.AbstractEngine
      extended byorg.apache.tapestry.engine.BaseEngine
          extended byorg.apache.tapestry.wml.WMLEngine
All Implemented Interfaces:
IEngine, WebRequestServicer

public class WMLEngine
extends BaseEngine

Subclass of BaseEngineused for WML applications to change the Exception, StaleLink and StaleSession pages.

Since:
3.0
Author:
David Solis

Field Summary
 
Fields inherited from class org.apache.tapestry.engine.AbstractEngine
VISIT_CLASS_PROPERTY_NAME
 
Constructor Summary
WMLEngine()
           
 
Method Summary
protected  void activateExceptionPage(IRequestCycle cycle, java.lang.Throwable cause)
           
protected  java.lang.String getExceptionPageName()
           
protected  java.lang.String getStaleLinkPageName()
           
protected  java.lang.String getStaleSessionPageName()
           
 
Methods inherited from class org.apache.tapestry.engine.BaseEngine
cleanupAfterRequest, createPageRecorder, getActivePageNames, getPageRecorder
 
Methods inherited from class org.apache.tapestry.engine.AbstractEngine
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

WMLEngine

public WMLEngine()
Method Detail

activateExceptionPage

protected void activateExceptionPage(IRequestCycle cycle,
                                     java.lang.Throwable cause)
Overrides:
activateExceptionPage in class AbstractEngine
See Also:
ExceptionPresenter

getExceptionPageName

protected java.lang.String getExceptionPageName()
Overrides:
getExceptionPageName in class AbstractEngine
Since:
3.0 *

getStaleLinkPageName

protected java.lang.String getStaleLinkPageName()
Overrides:
getStaleLinkPageName in class AbstractEngine
Since:
3.0 *

getStaleSessionPageName

protected java.lang.String getStaleSessionPageName()
Overrides:
getStaleSessionPageName in class AbstractEngine
Since:
3.0 *