|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.services.impl.ApplicationGlobalsImpl
public class ApplicationGlobalsImpl
Implementation of ApplicationGlobals
.
Constructor Summary | |
---|---|
ApplicationGlobalsImpl()
|
Method Summary | |
---|---|
WebActivator |
getActivator()
|
String |
getActivatorName()
|
List |
getFactoryServices()
Returns the factory default services as a List of IEngineService . |
ServletContext |
getServletContext()
Returns the previously stored context. |
IApplicationSpecification |
getSpecification()
|
WebContext |
getWebContext()
Returns the previously stored context. |
void |
storeActivator(WebActivator activator)
Invoked by the (indirectly) by the servlet at init(), after parsing the application specification. |
void |
storeFactoryServices(List factoryServices)
Stores the default set of engine service definitions. |
void |
storeServletContext(ServletContext context)
Invoked (indirectly) by the servlet at init(). |
void |
storeSpecification(IApplicationSpecification applicationSpecification)
|
void |
storeWebContext(WebContext context)
Invoked (indirectly) by the servlet at init(). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApplicationGlobalsImpl()
Method Detail |
---|
public void storeActivator(WebActivator activator)
ApplicationGlobals
storeActivator
in interface ApplicationGlobals
public void storeSpecification(IApplicationSpecification applicationSpecification)
storeSpecification
in interface ApplicationGlobals
public WebActivator getActivator()
getActivator
in interface ApplicationGlobals
public IApplicationSpecification getSpecification()
getSpecification
in interface ApplicationGlobals
public String getActivatorName()
getActivatorName
in interface ApplicationGlobals
public WebContext getWebContext()
ApplicationGlobals
getWebContext
in interface ApplicationGlobals
.
public void storeWebContext(WebContext context)
ApplicationGlobals
storeWebContext
in interface ApplicationGlobals
public void storeFactoryServices(List factoryServices)
ApplicationGlobals
IEngineService.getName()
.
storeFactoryServices
in interface ApplicationGlobals
factoryServices
- List of IEngineService
.public List getFactoryServices()
ApplicationGlobals
IEngineService
.
getFactoryServices
in interface ApplicationGlobals
public ServletContext getServletContext()
ApplicationGlobals
getServletContext
in interface ApplicationGlobals
ApplicationGlobals.storeServletContext(ServletContext)
public void storeServletContext(ServletContext context)
ApplicationGlobals
storeServletContext
in interface ApplicationGlobals
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |