org.apache.tapestry.services.impl
Class ApplicationGlobalsImpl

java.lang.Object
  |
  +--org.apache.tapestry.services.impl.ApplicationGlobalsImpl
All Implemented Interfaces:
ApplicationGlobals

public class ApplicationGlobalsImpl
extends java.lang.Object
implements ApplicationGlobals

Implementation of ApplicationGlobals.

Since:
3.1
Author:
Howard Lewis Ship

Constructor Summary
ApplicationGlobalsImpl()
           
 
Method Summary
 javax.servlet.ServletContext getContext()
           
 javax.servlet.http.HttpServlet getServlet()
           
 javax.servlet.ServletConfig getServletConfig()
           
 java.lang.String getServletName()
           
 IApplicationSpecification getSpecification()
           
 void store(javax.servlet.http.HttpServlet servlet, IApplicationSpecification applicationSpecification)
          Invoked by the servlet at init(), after parsing the application specification.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationGlobalsImpl

public ApplicationGlobalsImpl()
Method Detail

store

public void store(javax.servlet.http.HttpServlet servlet,
                  IApplicationSpecification applicationSpecification)
Description copied from interface: ApplicationGlobals
Invoked by the servlet at init(), after parsing the application specification.

Specified by:
store in interface ApplicationGlobals

getServlet

public javax.servlet.http.HttpServlet getServlet()
Specified by:
getServlet in interface ApplicationGlobals

getSpecification

public IApplicationSpecification getSpecification()
Specified by:
getSpecification in interface ApplicationGlobals

getContext

public javax.servlet.ServletContext getContext()
Specified by:
getContext in interface ApplicationGlobals

getServletName

public java.lang.String getServletName()
Specified by:
getServletName in interface ApplicationGlobals

getServletConfig

public javax.servlet.ServletConfig getServletConfig()
Specified by:
getServletConfig in interface ApplicationGlobals