|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.faces.samples.components.renderkit.Util
public class Util
Util is a class which houses common functionality used by other classes.
Method Summary | |
---|---|
static javax.faces.el.MethodBinding |
createConstantMethodBinding(String outcome)
|
static String |
generateId()
Generate a new identifier currently used to uniquely identify components. |
static javax.faces.el.ValueBinding |
getValueBinding(String valueRef)
|
static Class |
loadClass(String name)
|
static String |
renderBooleanPassthruAttributes(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Render any boolean "passthru" attributes. |
static String |
renderPassthruAttributes(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Render any "passthru" attributes, where we simply just output the raw name and value of the attribute. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Class loadClass(String name) throws ClassNotFoundException
ClassNotFoundException
public static String generateId()
public static String renderBooleanPassthruAttributes(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
passthruAttributes
public static String renderPassthruAttributes(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
passthruAttributes
public static javax.faces.el.ValueBinding getValueBinding(String valueRef)
public static javax.faces.el.MethodBinding createConstantMethodBinding(String outcome)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |