Class RenderUtils
java.lang.Object
org.apache.myfaces.tobago.internal.util.RenderUtils
- 
Method SummaryModifier and TypeMethodDescriptionstatic booleanDeprecated, for removal: This API element is subject to removal in a future version.static StringcurrentValue(jakarta.faces.component.UIComponent component) Deprecated, for removal: This API element is subject to removal in a future version.static voiddecodeClientBehaviors(jakarta.faces.context.FacesContext facesContext, jakarta.faces.component.UIComponent component) static voiddecodedStateOfTreeData(jakarta.faces.context.FacesContext facesContext, AbstractUIData data) static voidencode(jakarta.faces.context.FacesContext facesContext, jakarta.faces.component.UIComponent component) Deprecated, for removal: This API element is subject to removal in a future version.UseUIComponent.encodeAll(FacesContext)static voidencode(jakarta.faces.context.FacesContext facesContext, jakarta.faces.component.UIComponent component, List<? extends Class<? extends jakarta.faces.component.UIComponent>> only) Deprecated, for removal: This API element is subject to removal in a future version.UseUIComponent.encodeAll(FacesContext)static voidencodeChildren(jakarta.faces.context.FacesContext facesContext, jakarta.faces.component.UIComponent panel) Deprecated, for removal: This API element is subject to removal in a future version.UseUIComponent.encodeChildren(FacesContext)static StringgenerateUrl(jakarta.faces.context.FacesContext facesContext, AbstractUICommandBase component) static AbstractUIEventgetAbstractUIEvent(jakarta.faces.component.UIComponent parent, EventBehavior eventBehavior) static CommandMapgetBehaviorCommands(jakarta.faces.context.FacesContext facesContext, jakarta.faces.component.behavior.ClientBehaviorHolder clientBehaviorHolder) Deprecated, for removal: This API element is subject to removal in a future version.static List<jakarta.faces.component.UIComponent> getFacetChildren(jakarta.faces.component.UIComponent facet) 
- 
Method Details- 
contains@Deprecated(since="4.0.0", forRemoval=true) public static boolean contains(Object[] list, Object value) Deprecated, for removal: This API element is subject to removal in a future version.
- 
encodeChildren@Deprecated(since="4.0.0", forRemoval=true) public static void encodeChildren(jakarta.faces.context.FacesContext facesContext, jakarta.faces.component.UIComponent panel) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.UseUIComponent.encodeChildren(FacesContext)- Throws:
- IOException
 
- 
encode@Deprecated(since="4.0.0", forRemoval=true) public static void encode(jakarta.faces.context.FacesContext facesContext, jakarta.faces.component.UIComponent component) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.UseUIComponent.encodeAll(FacesContext)- Throws:
- IOException
 
- 
encode@Deprecated(since="4.0.0", forRemoval=true) public static void encode(jakarta.faces.context.FacesContext facesContext, jakarta.faces.component.UIComponent component, List<? extends Class<? extends jakarta.faces.component.UIComponent>> only) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.UseUIComponent.encodeAll(FacesContext)- Throws:
- IOException
 
- 
currentValue@Deprecated(since="5.0.0", forRemoval=true) public static String currentValue(jakarta.faces.component.UIComponent component) Deprecated, for removal: This API element is subject to removal in a future version.
- 
decodedStateOfTreeDatapublic static void decodedStateOfTreeData(jakarta.faces.context.FacesContext facesContext, AbstractUIData data) 
- 
generateUrlpublic static String generateUrl(jakarta.faces.context.FacesContext facesContext, AbstractUICommandBase component) 
- 
getBehaviorCommands@Deprecated(since="5.0.0", forRemoval=true) public static CommandMap getBehaviorCommands(jakarta.faces.context.FacesContext facesContext, jakarta.faces.component.behavior.ClientBehaviorHolder clientBehaviorHolder) Deprecated, for removal: This API element is subject to removal in a future version.
- 
getAbstractUIEventpublic static AbstractUIEvent getAbstractUIEvent(jakarta.faces.component.UIComponent parent, EventBehavior eventBehavior) 
- 
decodeClientBehaviorspublic static void decodeClientBehaviors(jakarta.faces.context.FacesContext facesContext, jakarta.faces.component.UIComponent component) 
- 
getFacetChildrenpublic static List<jakarta.faces.component.UIComponent> getFacetChildren(jakarta.faces.component.UIComponent facet) 
 
- 
ArrayUtils.contains(Object[], Object)