org.apache.tapestry.portlet
Class SetupPortletApplicationGlobals

java.lang.Object
  extended by org.apache.tapestry.services.impl.AbstractSetupApplicationGlobals
      extended by 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

Constructor Summary
SetupPortletApplicationGlobals()
           
 
Method Summary
 void initialize(javax.portlet.PortletConfig portletConfig)
           
 
Methods inherited from class org.apache.tapestry.services.impl.AbstractSetupApplicationGlobals
initialize, setFactoryServices, setGlobals, setInfrastructure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetupPortletApplicationGlobals

public SetupPortletApplicationGlobals()
Method Detail

initialize

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


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