public class PortletApplicationSpecificationInitializer extends java.lang.Object implements PortletApplicationInitializer
ApplicationGlobals.
TODO: Merge this code with
ApplicationSpecificationInitializer, they're very
similar. This would probably be an additional service that would do the lookup based on the
WebActivator and the WebContext.
ApplicationSpecificationInitializer| Constructor and Description |
|---|
PortletApplicationSpecificationInitializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(javax.portlet.PortletConfig portletConfig) |
void |
setContext(org.apache.tapestry.web.WebContext context) |
void |
setGlobals(org.apache.tapestry.services.ApplicationGlobals globals) |
void |
setParser(org.apache.tapestry.parse.ISpecificationParser parser) |
public PortletApplicationSpecificationInitializer()
public void initialize(javax.portlet.PortletConfig portletConfig)
initialize in interface PortletApplicationInitializerpublic void setContext(org.apache.tapestry.web.WebContext context)
public void setGlobals(org.apache.tapestry.services.ApplicationGlobals globals)
public void setParser(org.apache.tapestry.parse.ISpecificationParser parser)