This project has retired. For details please refer to its
Attic page .
ConfigurableComposerAction (Cocoon API 2.1.12-dev [March 20 2012])
org.apache.cocoon.acting
Class ConfigurableComposerAction
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.acting.AbstractAction
org.apache.cocoon.acting.AbstractConfigurableAction
org.apache.cocoon.acting.ConfigurableComposerAction
All Implemented Interfaces: Component , Composable , Configurable , LogEnabled , Action
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.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Giacomo Pati , Christian Haul
Fields inherited from interface org.apache.cocoon.acting.Action
ROLE
Method Summary
void
compose (ComponentManager manager)
Deprecated. Set the current ComponentManager
instance used by this
Composable
.
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
manager
protected ComponentManager manager
Deprecated. The component manager instance
ConfigurableComposerAction
public ConfigurableComposerAction ()
Deprecated.
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-2010 The Apache Software Foundation. All Rights Reserved.