public class OutcomeTargetUtils extends Object
| Constructor and Description | 
|---|
| OutcomeTargetUtils() | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | getOutcomeTargetHref(FacesContext facesContext,
                    UIOutcomeTarget component) | 
| static List<UIParameter> | getValidUIParameterChildren(FacesContext facesContext,
                           List<UIComponent> children,
                           boolean skipNullValue,
                           boolean skipUnrendered)Calls getValidUIParameterChildren(facesContext, children, skipNullValue, skipUnrendered, true); | 
| static List<UIParameter> | getValidUIParameterChildren(FacesContext facesContext,
                           List<UIComponent> children,
                           boolean skipNullValue,
                           boolean skipUnrendered,
                           boolean skipNullName)Returns a List of all valid UIParameter children from the given children. | 
public static String getOutcomeTargetHref(FacesContext facesContext, UIOutcomeTarget component) throws IOException
IOExceptionpublic static List<UIParameter> getValidUIParameterChildren(FacesContext facesContext, List<UIComponent> children, boolean skipNullValue, boolean skipUnrendered)
facesContext - children - skipNullValue - skipUnrendered - public static List<UIParameter> getValidUIParameterChildren(FacesContext facesContext, List<UIComponent> children, boolean skipNullValue, boolean skipUnrendered, boolean skipNullName)
facesContext - children - skipNullValue - should UIParameters with a null value be skippedskipUnrendered - should UIParameters with isRendered() returning false be skippedskipNullName - should UIParameters with a null name be skipped
                       (normally true, but in the case of h:outputFormat false)Copyright © 2022 The Apache Software Foundation. All rights reserved.