Class CommandUtils
java.lang.Object
com.webmethods.caf.faces.component.command.html.CommandUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getFormsClientIds
(FacesContext context, UIComponent component) CSV list of disjoint-forms client ids, or empty list if no disjoint-forms.static UIComponent
getSubmittedCommand
(FacesContext context) static List<UIComponent>
getSubmittedForms
(FacesContext context) Returns list of forms to process.
-
Field Details
-
FACES_COMMAND
- See Also:
-
FORMS
- See Also:
-
-
Constructor Details
-
CommandUtils
public CommandUtils()
-
-
Method Details
-
getSubmittedForms
Returns list of forms to process. -
getSubmittedCommand
-
getFormsClientIds
CSV list of disjoint-forms client ids, or empty list if no disjoint-forms.
-