org.apache.cocoon.portal.layout.renderer.aspect.impl
Class AbstractActionAspect

java.lang.Object
  extended by org.apache.avalon.framework.logger.AbstractLogEnabled
      extended by org.apache.cocoon.portal.layout.renderer.aspect.impl.AbstractAspect
          extended by org.apache.cocoon.portal.layout.renderer.aspect.impl.AbstractActionAspect
All Implemented Interfaces:
Disposable, Initializable, Component, LogEnabled, Serviceable, ThreadSafe, Receiver, RendererAspect

public abstract class AbstractActionAspect
extends AbstractAspect
implements Receiver, Disposable, Initializable

This aspect creates an event and subscribes to it as well

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

Field Summary
 
Fields inherited from class org.apache.cocoon.portal.layout.renderer.aspect.impl.AbstractAspect
manager
 
Fields inherited from interface org.apache.cocoon.portal.layout.renderer.aspect.RendererAspect
ROLE
 
Constructor Summary
AbstractActionAspect()
           
 
Method Summary
 void dispose()
           
 void initialize()
           
 
Methods inherited from class org.apache.cocoon.portal.layout.renderer.aspect.impl.AbstractAspect
getAspectDescriptions, isRequired, prepareConfiguration, service, toSAX
 
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

AbstractActionAspect

public AbstractActionAspect()
Method Detail

dispose

public void dispose()
Specified by:
dispose in interface Disposable

initialize

public void initialize()
                throws Exception
Specified by:
initialize in interface Initializable
Throws:
Exception


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