This project has retired. For details please refer to its
Attic page.
PortalManagerAspectChain (Cocoon API 2.1.12-dev [March 20 2012])
org.apache.cocoon.portal.impl
Class PortalManagerAspectChain
java.lang.Object
org.apache.cocoon.portal.impl.PortalManagerAspectChain
public final class PortalManagerAspectChain
- extends Object
This chain holds all configured aspects for a portal manager.
- Since:
- 2.1.8
- Version:
- SVN $Id: PortalManagerAspectChain.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
aspects
protected List aspects
configs
protected List configs
PortalManagerAspectChain
public PortalManagerAspectChain()
configure
public void configure(ServiceSelector aspectSelector,
ServiceSelector adapterSelector,
Configuration conf,
PortalManagerAspect endAspect,
Parameters endAspectParameters)
throws ConfigurationException
- Throws:
ConfigurationException
getIterator
public Iterator getIterator()
getConfigIterator
public Iterator getConfigIterator()
dispose
public void dispose(ServiceSelector aspectSelector,
ServiceSelector adapterSelector)
addAsFirst
public void addAsFirst(PortalManagerAspect firstAspect,
Parameters firstAspectParameters)
- Deprecated. This method will be removed in 2.2.
- Adds an aspect at the front. This method is only used by the deprecated PortletPortalManager.
- Parameters:
firstAspect
- firstAspectParameters
-
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.