Uses of Class
org.apache.struts2.components.Form
Packages that use Form
-
Uses of Form in org.apache.struts2.components
Methods in org.apache.struts2.components with parameters of type FormModifier and TypeMethodDescriptionprotected void
Form.populateComponentHtmlId
(Form form) Form component determine the its HTML element id as follows:- if an 'id' attribute is specified. if an 'action' attribute is specified, it will be used as the id.protected void
FormButton.populateComponentHtmlId
(Form form) Override UIBean's implementation, such that component Html id is determined in the following order :- This component id attribute [containing_form_id]_[this_component_name] [containing_form_id]_[this_component_action]_[this_component_method] [containing_form_id]_[this_component_method] [this_component_name] [this_component_action]_[this_component_method] [this_component_method] [an increasing sequential number unique to the form starting with 0]protected void
UIBean.populateComponentHtmlId
(Form form) Create HTML id element for the component and populate this component parameter map.void
ServletUrlRenderer.renderFormUrl
(Form formComponent) Render a Form URL.void
UrlRenderer.renderFormUrl
(Form formComponent) Render a Form URL.