org.trails.servlet
Class TrailsApplicationServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.tapestry.ApplicationServlet
org.trails.servlet.TrailsApplicationServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class TrailsApplicationServlet
- extends org.apache.tapestry.ApplicationServlet
This class will expose the Tapestry Registry as an static atribute.
- Author:
- Eduardo Fernandes Piva (eduardo@gwe.com.br)
- See Also:
- Serialized Form
| Methods inherited from class org.apache.tapestry.ApplicationServlet |
addModuleIfExists, constructErrorHandler, createClassResolver, doGet, doPost, doService, init, initializeApplication, show |
| Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
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 |
TrailsApplicationServlet
public TrailsApplicationServlet()
constructRegistry
protected org.apache.hivemind.Registry constructRegistry(javax.servlet.ServletConfig config)
- Overrides:
constructRegistry in class org.apache.tapestry.ApplicationServlet
destroy
public void destroy()
- Specified by:
destroy in interface javax.servlet.Servlet- Overrides:
destroy in class org.apache.tapestry.ApplicationServlet
getRegistry
public static org.apache.hivemind.Registry getRegistry()
getCurrentLocale
public static java.util.Locale getCurrentLocale()
Copyright © 2004-2008. All Rights Reserved.