org.trails.servlet
Class TrailsApplicationServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.tapestry.ApplicationServlet
              extended by 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

Constructor Summary
TrailsApplicationServlet()
           
 
Method Summary
protected  org.apache.hivemind.Registry constructRegistry(javax.servlet.ServletConfig config)
           
 void destroy()
           
static java.util.Locale getCurrentLocale()
           
static org.apache.hivemind.Registry getRegistry()
           
 
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
 

Constructor Detail

TrailsApplicationServlet

public TrailsApplicationServlet()
Method Detail

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.