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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationGlobalsImpl
public ApplicationGlobalsImpl()
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