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

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

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.java 433543 2006-08-22 06:22:54Z crossley $
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-2006 The Apache Software Foundation. All Rights Reserved.