|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A "global" holder for various services and configurations. In many cases, these values end up as
properties of the Infrastructure. The servlet and portlet
implementations differentiate themselves by storing different values into these properties.
| Method Summary | |
WebActivator |
getActivator()
|
java.lang.String |
getActivatorName()
|
java.util.List |
getFactoryServices()
Returns the factory default services as a List of IEngineService. |
javax.servlet.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(java.util.List factoryServices)
Stores the default set of engine service definitions. |
void |
storeServletContext(javax.servlet.ServletContext context)
Invoked (indirectly) by the servlet at init(). |
void |
storeSpecification(IApplicationSpecification applicationSpecification)
|
void |
storeWebContext(WebContext context)
Invoked (indirectly) by the servlet at init(). |
| Method Detail |
public void storeActivator(WebActivator activator)
public void storeSpecification(IApplicationSpecification applicationSpecification)
public void storeServletContext(javax.servlet.ServletContext context)
public void storeWebContext(WebContext context)
public WebContext getWebContext()
#store(WebContext)}.public javax.servlet.ServletContext getServletContext()
storeServletContext(ServletContext)public WebActivator getActivator()
public IApplicationSpecification getSpecification()
public java.lang.String getActivatorName()
public void storeFactoryServices(java.util.List factoryServices)
org.apache.tapestry.engine.IEngineService#getName()name.
factoryServices - List of IEngineService.public java.util.List getFactoryServices()
IEngineService.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||