org.apache.cocoon.portal.impl
Class PortletPortalManager

java.lang.Object
  extended by org.apache.avalon.framework.logger.AbstractLogEnabled
      extended by org.apache.cocoon.portal.impl.PortalManagerImpl
          extended by org.apache.cocoon.portal.impl.PortletPortalManager
All Implemented Interfaces:
Disposable, Initializable, Component, Configurable, Contextualizable, LogEnabled, Serviceable, ThreadSafe, PortalManager, PortalManagerAspect

Deprecated. Use the PortletAdapter.

public class PortletPortalManager
extends PortalManagerImpl
implements Initializable

Extends the PortalManager by initializing Pluto

Version:
CVS $Id: PortletPortalManager.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler

Field Summary
 
Fields inherited from class org.apache.cocoon.portal.impl.PortalManagerImpl
adapterSelector, aspectSelector, chain, context, FULLSCREEN, manager, portalService
 
Fields inherited from interface org.apache.cocoon.portal.PortalManager
ROLE
 
Fields inherited from interface org.apache.cocoon.portal.PortalManagerAspect
ROLE
 
Constructor Summary
PortletPortalManager()
          Deprecated.  
 
Method Summary
 void initialize()
          Deprecated.  
 
Methods inherited from class org.apache.cocoon.portal.impl.PortalManagerImpl
configure, contextualize, dispose, prepare, process, render, service, showPortal
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletPortalManager

public PortletPortalManager()
Deprecated. 
Method Detail

initialize

public void initialize()
                throws Exception
Deprecated. 
Specified by:
initialize in interface Initializable
Throws:
Exception
See Also:
Initializable.initialize()


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.