public class RendererUtil extends Object
Place for common utilities for renderers
| Constructor and Description |
|---|
RendererUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
encodeRecursive(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Helper method for recursively encoding a component.
|
static boolean |
isDisabledOrReadonly(javax.faces.component.UIComponent component)
If renderer supports disabled or readonly attributes use this method to
obtain an early exit from decode method.
|
public static void encodeRecursive(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
context - the given FacesContextcomponent - the UIComponent to renderIOExceptionpublic static boolean isDisabledOrReadonly(javax.faces.component.UIComponent component)
component - Copyright © 2005-2014 Sakai Project. All Rights Reserved.