createConfig(Map objectModel, Parameters parameters) Creates and initializes a FormsPipelineConfig 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 pipelinecomponent.
Creates and initializes a FormsPipelineConfig 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 FormsPipelineConfig initialized according to thesettings in the sitemap.
The value for the wi:form-generated/@action.
Note: wi:form-template copies this from its wt:form-template counterpart.
the FormsPipelineConfig.translateText(String) result of the 'form-action' sitemapparameter 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 pipelinecomponent. (or 'null' if it was not set.)
Sets the form method to use in the generator/transformer that uses this.
Parameters: method - to use in the generated form should be "POST", "GET" or null
Replaces JXPath expressions embedded inside #{ and } by their value.
This will parse the passed String looking for #{} occurences and then
uses the
FormsPipelineConfig.evaluateExpression(String) to evaluate the found expression.
the original String with it's #{}-parts replaced by the evaulated results.