org.apache.tapestry.portlet
Class PortletApplicationSpecificationInitializer

java.lang.Object
  extended by org.apache.tapestry.portlet.PortletApplicationSpecificationInitializer
All Implemented Interfaces:
PortletApplicationInitializer

public class PortletApplicationSpecificationInitializer
extends Object
implements PortletApplicationInitializer

Locates and reads the application specification for the portlet and stores it into 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.

Since:
4.0
Author:
Howard M. Lewis Ship
See Also:
ApplicationSpecificationInitializer

Constructor Summary
PortletApplicationSpecificationInitializer()
           
 
Method Summary
 void initialize(javax.portlet.PortletConfig portletConfig)
           
 void setContext(WebContext context)
           
 void setGlobals(ApplicationGlobals globals)
           
 void setParser(ISpecificationParser parser)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletApplicationSpecificationInitializer

public PortletApplicationSpecificationInitializer()
Method Detail

initialize

public void initialize(javax.portlet.PortletConfig portletConfig)
Specified by:
initialize in interface PortletApplicationInitializer

setContext

public void setContext(WebContext context)

setGlobals

public void setGlobals(ApplicationGlobals globals)

setParser

public void setParser(ISpecificationParser parser)


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.