net.ezcontent.web.admin.engine
Class SpringEngine

java.lang.Object
  extended byorg.apache.tapestry.engine.AbstractEngine
      extended byorg.apache.tapestry.engine.BaseEngine
          extended bynet.ezcontent.web.admin.engine.SpringEngine
All Implemented Interfaces:
EventListener, Externalizable, javax.servlet.http.HttpSessionBindingListener, IEngine, IEngineServiceView, Serializable

public class SpringEngine
extends BaseEngine

El motor de Tapestry, version consciente de Spring.

Author:
Enrique Zamudio
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.apache.tapestry.engine.AbstractEngine
 
Field Summary
 
Fields inherited from class org.apache.tapestry.engine.BaseEngine
 
Fields inherited from class org.apache.tapestry.engine.AbstractEngine
_specification, _specificationSource, _templateSource, DATA_SQUEEZER_NAME, DEFAULT_OUTPUT_ENCODING, ENHANCER_NAME, GLOBAL_NAME, OUTPUT_ENCODING_PROPERTY_NAME, PAGE_SOURCE_NAME, POOL_NAME, PROPERTY_SOURCE_NAME, SCRIPT_SOURCE_NAME, SERVICE_MAP_NAME, SPECIFICATION_SOURCE_NAME, STRINGS_SOURCE_NAME, TEMPLATE_SOURCE_NAME, VISIT_CLASS_PROPERTY_NAME
 
Fields inherited from interface org.apache.tapestry.IEngine
EXCEPTION_PAGE, HOME_PAGE, STALE_LINK_PAGE, STALE_SESSION_PAGE
 
Constructor Summary
SpringEngine()
           
 
Method Summary
protected  void setupForRequest(RequestContext rc)
           
 
Methods inherited from class org.apache.tapestry.engine.BaseEngine
cleanupAfterRequest, createPageRecorder, extendDescription, forgetPage, getActivePageNames, getPageRecorder, readExternal, writeExternal
 
Methods inherited from class org.apache.tapestry.engine.AbstractEngine
activateExceptionPage, clearCachedData, createComponentClassEnhancer, createComponentStringsSource, createDataSqueezer, createGlobal, createPageSource, createPool, createPropertySource, createRequestCycle, createScriptSource, createSpecificationSource, createTemplateSource, createVisit, extractServiceName, getComponentClassEnhancer, getComponentMessagesSource, getContextPath, getDataSqueezer, getDefaultOutputEncoding, getExceptionPageName, getGlobal, getHasVisit, getListeners, getLocale, getMonitor, getOutputEncoding, getPageSource, getPool, getPropertySource, getResourceResolver, getScriptSource, getService, getServletPath, getSpecification, getSpecificationSource, getStaleLinkPageName, getStaleSessionPageName, getTemplateSource, getVisit, getVisit, handlePageRedirectException, handleRedirectException, handleStaleLinkException, handleStaleSessionException, isDirty, isResetServiceEnabled, isStateful, markDirty, redirect, renderResponse, reportException, restart, service, setLocale, setStateful, setVisit, toString, valueBound, valueUnbound
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpringEngine

public SpringEngine()
Method Detail

setupForRequest

protected void setupForRequest(RequestContext rc)