| org.apache.lenya.cms.cocoon.flow.FlowHelper
All known Subclasses: org.apache.lenya.cms.cocoon.flow.FlowHelperImpl,
FlowHelper | public interface FlowHelper (Code) | | Flowscript utility class.
version: $Id: FlowHelper.java 564507 2007-08-10 08:33:31Z andreas $ |
getImageParameterValue | String getImageParameterValue(FOM_Cocoon cocoon, String parameterName)(Code) | | Resolves the request parameter value for a specific name. The parameter
names are encoded as {name}:{value}.{axis} . This is a
workaround for the <input type="image"/> bug in Internet Explorer.
Parameters: cocoon - The FOM_Cocoon object. Parameters: parameterName - The request parameter name. A string. |
getObjectModel | Map getObjectModel(FOM_Cocoon cocoon)(Code) | | Returns the Cocoon Object Model
Parameters: cocoon - The Flow Object Model of Cocoon The object model |
getRequest | Request getRequest(FOM_Cocoon cocoon)(Code) | | Returns the request object of the current request.
Parameters: cocoon - The FOM_Cocoon object. A request object. |
getRequestURI | String getRequestURI(FOM_Cocoon cocoon)(Code) | | Returns the request URI of the current request.
Parameters: cocoon - The FOM_Cocoon object. A string. |
|
|