This project has retired. For details please refer to its
Attic page .
FlowAttributeModule (Cocoon API 2.1.12-dev [March 20 2012])
org.apache.cocoon.components.modules.input
Class FlowAttributeModule
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.components.modules.input.AbstractInputModule
org.apache.cocoon.components.modules.input.AbstractJXPathModule
org.apache.cocoon.components.modules.input.FlowAttributeModule
All Implemented Interfaces: Disposable , Component , Configurable , LogEnabled , ThreadSafe , InputModule
public class FlowAttributeModule extends AbstractJXPathModule implements ThreadSafe
FlowAttributeModule provides access to the flow business object properties.
To get access to the properties use XPath syntax. If requested
object is not found then an exception will be thrown.
Version:
$Id: FlowAttributeModule.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Daniel Fagerstrom
Fields inherited from interface org.apache.cocoon.components.modules.input.InputModule
ROLE
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
FlowAttributeModule
public FlowAttributeModule ()
getContextObject
protected Object getContextObject (Configuration modeConf,
Map objectModel)
Description copied from class: AbstractJXPathModule
Returns the object which should be used as JXPath context.
Descendants should override this method to return a specific object
that is requried by the implementing class.
Examples are: request, session and application context objects.
Specified by: getContextObject
in class AbstractJXPathModule
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.