|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ApplicationGlobals
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()
|
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(). |
Method Detail |
---|
void storeActivator(WebActivator activator)
void storeSpecification(IApplicationSpecification applicationSpecification)
void storeServletContext(ServletContext context)
void storeWebContext(WebContext context)
WebContext getWebContext()
.
ServletContext getServletContext()
storeServletContext(ServletContext)
WebActivator getActivator()
IApplicationSpecification getSpecification()
String getActivatorName()
void storeFactoryServices(List factoryServices)
IEngineService.getName()
.
factoryServices
- List of IEngineService
.List getFactoryServices()
IEngineService
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |