Method Summary |
|
public void | addFormAttributes(AttributesImpl attrs) |
public static FormsPipelineConfig | createConfig(Map objectModel, Parameters parameters) Creates and initializes a FormsPipelineConfig object based on the passed
arguments of the setup() of the specific Pipeline-component. |
public Object | evaluateExpression(String expression) |
public Form | findForm() |
public Form | findForm(String jxpathExpression) Finds the form from the current request-context based on the settings of
this configuration object. |
public String | getFormAction() The value for the wi:form-generated/@action. |
public Attributes | getFormAttributes() The grouped attributes to set on the wi:form-generated element. |
public String | 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. |
public Locale | getLocale() |
public Locale | getLocaleParameter() |
public void | setFormMethod(String method) Sets the form method to use in the generator/transformer that uses this. |
public void | setLocale(Locale locale) |
public String | translateText(String original) Replaces JXPath expressions embedded inside #{ and } by their value. |