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