org.apache.tapestry.portlet
Class PortletWebContextInitializer
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletWebContextInitializer
public PortletWebContextInitializer()
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.