|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.faces.FacesUtils
public class FacesUtils
Constructor Summary | |
---|---|
FacesUtils()
|
Method Summary | |
---|---|
static Object |
evaluate(javax.faces.context.FacesContext context,
String value)
Evaluate expression |
static UIComponentTag |
findParentUIComponentTag(Tag tag)
|
static javax.faces.component.UIComponent |
getChild(javax.faces.component.UIComponent component,
String id)
Find child component by ID |
static javax.faces.context.FacesContext |
getFacesContext(Tag tag,
Map objectModel)
Find current FacesContext, and store it in the objectModel |
static boolean |
isExpression(String value)
Is this an expression? |
static javax.faces.component.UIComponent |
removeChild(javax.faces.component.UIComponent component,
String id)
Remove child component by ID |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FacesUtils()
Method Detail |
---|
public static javax.faces.context.FacesContext getFacesContext(Tag tag, Map objectModel)
public static javax.faces.component.UIComponent getChild(javax.faces.component.UIComponent component, String id)
public static javax.faces.component.UIComponent removeChild(javax.faces.component.UIComponent component, String id)
public static boolean isExpression(String value)
public static Object evaluate(javax.faces.context.FacesContext context, String value)
public static UIComponentTag findParentUIComponentTag(Tag tag)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |