org.apache.tapestry.wml
Class WMLEngine

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

Deprecated. To be removed in 4.1. No longer necessary; the differences between WML applications and HTML applications are now handled via a startup mode. See SetupServletApplicationGlobals.

public class WMLEngine
extends BaseEngine

Subclass of BaseEngine used 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()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.tapestry.engine.BaseEngine
getActivePageNames
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WMLEngine

public WMLEngine()
Deprecated. 


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.