net.ezcontent.web.admin.engine
Class BackendServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byorg.apache.tapestry.ApplicationServlet
              extended bynet.ezcontent.web.admin.engine.BackendServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class BackendServlet
extends ApplicationServlet

Servlet principal de Tapestry.

Author:
Enrique Zamudio
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.tapestry.ApplicationServlet
 
Fields inherited from class javax.servlet.http.HttpServlet
 
Fields inherited from class javax.servlet.GenericServlet
 
Constructor Summary
BackendServlet()
           
 
Method Summary
protected  String getApplicationSpecificationPath()
           
 
Methods inherited from class org.apache.tapestry.ApplicationServlet
close, constructApplicationSpecification, constructStandinSpecification, createEngine, createPropertySource, createRequestContext, createResourceResolver, doGet, doPost, doService, getApplicationSpecification, getApplicationSpecificationLocation, getEngine, getEngineClassName, getLocaleFromRequest, getResourceResolver, init, parseApplicationSpecification, searchConfiguration, show, writeLocaleCookie
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackendServlet

public BackendServlet()
Method Detail

getApplicationSpecificationPath

protected String getApplicationSpecificationPath()