|
||||||||||
| 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 ApplicationGlobalspublic void storeSpecification(IApplicationSpecification applicationSpecification)
storeSpecification in interface ApplicationGlobalspublic WebActivator getActivator()
getActivator in interface ApplicationGlobalspublic IApplicationSpecification getSpecification()
getSpecification in interface ApplicationGlobalspublic String getActivatorName()
getActivatorName in interface ApplicationGlobalspublic WebContext getWebContext()
ApplicationGlobals
getWebContext in interface ApplicationGlobals.public void storeWebContext(WebContext context)
ApplicationGlobals
storeWebContext in interface ApplicationGlobalspublic void storeFactoryServices(List factoryServices)
ApplicationGlobalsIEngineService.getName() .
storeFactoryServices in interface ApplicationGlobalsfactoryServices - List of IEngineService.public List getFactoryServices()
ApplicationGlobalsIEngineService.
getFactoryServices in interface ApplicationGlobalspublic ServletContext getServletContext()
ApplicationGlobals
getServletContext in interface ApplicationGlobalsApplicationGlobals.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 | |||||||||