org.apache.tapestry.portlet
Class PortletWebContextInitializer

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

public class PortletWebContextInitializer
extends Object
implements PortletApplicationInitializer

Creates the Portlet WebActivator and WebContext, and stores them into ApplicationGlobals.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
PortletWebContextInitializer()
           
 
Method Summary
 void initialize(javax.portlet.PortletConfig portletConfig)
           
 void setApplicationGlobals(ApplicationGlobals applicationGlobals)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletWebContextInitializer

public PortletWebContextInitializer()
Method Detail

initialize

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

setApplicationGlobals

public void setApplicationGlobals(ApplicationGlobals applicationGlobals)


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