org.apache.cocoon.acting
Class ConfigurableComposerAction

java.lang.Object
  extended byorg.apache.avalon.framework.logger.AbstractLogEnabled
      extended byorg.apache.cocoon.acting.AbstractAction
          extended byorg.apache.cocoon.acting.AbstractConfigurableAction
              extended byorg.apache.cocoon.acting.ConfigurableComposerAction
All Implemented Interfaces:
Action, Component, Composable, Configurable, LogEnabled
Direct Known Subclasses:
ServerPagesAction

Deprecated. Use the ConfigurableServiceableAction instead

public abstract class ConfigurableComposerAction
extends AbstractConfigurableAction
implements Composable

The ComposerAction will allow any Action that extends this to access SitemapComponents. Basically a copy of ComposerAction that inherits from AbstractConfigurableAction.

Version:
CVS $Id: ConfigurableComposerAction.java 433543 2006-08-22 06:22:54Z crossley $
Author:
Giacomo Pati, Christian Haul

Field Summary
protected  ComponentManager manager
          Deprecated. The component manager instance
 
Fields inherited from class org.apache.cocoon.acting.AbstractConfigurableAction
settings
 
Fields inherited from class org.apache.cocoon.acting.AbstractAction
EMPTY_MAP
 
Fields inherited from interface org.apache.cocoon.acting.Action
ROLE
 
Constructor Summary
ConfigurableComposerAction()
          Deprecated.  
 
Method Summary
 void compose(ComponentManager manager)
          Deprecated. Set the current ComponentManager instance used by this Composable.
 
Methods inherited from class org.apache.cocoon.acting.AbstractConfigurableAction
configure
 
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
 
Methods inherited from interface org.apache.cocoon.acting.Action
act
 

Field Detail

manager

protected ComponentManager manager
Deprecated. 
The component manager instance

Constructor Detail

ConfigurableComposerAction

public ConfigurableComposerAction()
Deprecated. 
Method Detail

compose

public void compose(ComponentManager manager)
             throws ComponentException
Deprecated. 
Set the current ComponentManager instance used by this Composable.

Specified by:
compose in interface Composable
Throws:
ComponentException


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