Class RenderUtils
java.lang.Object
org.apache.myfaces.tobago.internal.util.RenderUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Deprecated, for removal: This API element is subject to removal in a future version.static String
currentValue
(jakarta.faces.component.UIComponent component) Deprecated, for removal: This API element is subject to removal in a future version.static void
decodeClientBehaviors
(jakarta.faces.context.FacesContext facesContext, jakarta.faces.component.UIComponent component) static void
decodedStateOfTreeData
(jakarta.faces.context.FacesContext facesContext, AbstractUIData data) static void
encode
(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 void
encode
(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 void
encodeChildren
(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 String
generateUrl
(jakarta.faces.context.FacesContext facesContext, AbstractUICommandBase component) static AbstractUIEvent
getAbstractUIEvent
(jakarta.faces.component.UIComponent parent, EventBehavior eventBehavior) 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.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. -
decodedStateOfTreeData
public static void decodedStateOfTreeData(jakarta.faces.context.FacesContext facesContext, AbstractUIData data) -
generateUrl
public 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. -
getAbstractUIEvent
public static AbstractUIEvent getAbstractUIEvent(jakarta.faces.component.UIComponent parent, EventBehavior eventBehavior) -
decodeClientBehaviors
public static void decodeClientBehaviors(jakarta.faces.context.FacesContext facesContext, jakarta.faces.component.UIComponent component) -
getFacetChildren
public static List<jakarta.faces.component.UIComponent> getFacetChildren(jakarta.faces.component.UIComponent facet)
-
ArrayUtils.contains(Object[], Object)