org.apache.tapestry.portlet
Class SetupPortletApplicationGlobals
java.lang.Object
org.apache.tapestry.services.impl.AbstractSetupApplicationGlobals
org.apache.tapestry.portlet.SetupPortletApplicationGlobals
- All Implemented Interfaces:
- PortletApplicationInitializer
public class SetupPortletApplicationGlobals
- extends AbstractSetupApplicationGlobals
- implements PortletApplicationInitializer
Alternative to
SetupServletApplicationGlobals
,
but for Portlets and the
tapestry.portlet.services.FactoryServices
configuration point.
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
Method Summary |
void |
initialize(javax.portlet.PortletConfig portletConfig)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetupPortletApplicationGlobals
public SetupPortletApplicationGlobals()
initialize
public void initialize(javax.portlet.PortletConfig portletConfig)
- Specified by:
initialize
in interface PortletApplicationInitializer
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.