|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sakaiproject.tool.assessment.jsf.renderer.util.RendererUtil
public class RendererUtil
Place for common utilities for renderers
| Constructor Summary | |
|---|---|
RendererUtil()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RendererUtil()
| Method Detail |
|---|
public static void encodeRecursive(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
context - the given FacesContextcomponent - the UIComponent to render
IOExceptionpublic static boolean isDisabledOrReadonly(javax.faces.component.UIComponent component)
component -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||