| org.apache.cocoon.acting.AbstractAction org.apache.cocoon.acting.ComposerAction
ComposerAction | abstract public class ComposerAction extends AbstractAction implements Composable(Code) | | The ComposerAction will allow any Action
that extends this to access SitemapComponents.
author: Giacomo Pati version: CVS $Id: ComposerAction.java 433543 2006-08-22 06:22:54Z crossley $ |
Field Summary | |
protected ComponentManager | manager |
Method Summary | |
public void | compose(ComponentManager manager) Set the current ComponentManager instance used by this
Composable . |
manager | protected ComponentManager manager(Code) | | The component manager instance
|
compose | public void compose(ComponentManager manager) throws ComponentException(Code) | | Set the current ComponentManager instance used by this
Composable .
|
Fields inherited from org.apache.cocoon.acting.AbstractAction | final protected static Map EMPTY_MAP(Code)(Java Doc)
|
|
|