createConfig(Map objectModel, Parameters parameters) Creates and initializes a WoodyPipelineConfig object based on the passed
arguments of the setup() of the specific Pipeline-component.
getFormMethod() The value for the wi:form-generated/@method.
Note: wi:form-template copies this from its wt:form-template counterpart.
the value of the 'form-method' sitemap parameter to the pipeline component.
Creates and initializes a WoodyPipelineConfig object based on the passed
arguments of the setup() of the specific Pipeline-component.
Parameters: objectModel - the objectmodel as passed in the setup() Parameters: parameters - the parameters as passed in the setup() an instance of WoodyPipelineConfig initialized according to the settings in the sitemap.
The value for the wi:form-generated/@action.
Note: wi:form-template copies this from its wt:form-template counterpart.
the WoodyPipelineConfig.translateText(String) result of the 'form-action' sitemap parameter to the pipeline component, or null if that parameter was not set.
The value for the wi:form-generated/@method.
Note: wi:form-template copies this from its wt:form-template counterpart.
the value of the 'form-method' sitemap parameter to the pipeline component. Defaults to 'POST' if it was not set.
Replaces JXPath expressions embedded inside #{ and } by their value.
This will parse the passed String looking for #{} occurences and then
uses the
WoodyPipelineConfig.evaluateExpression(String) to evaluate the found expression.
the original String with it's #{}-parts replaced by the evaulated results.