| java.lang.Object org.apache.cocoon.faces.samples.components.renderkit.Util
Util | public class Util extends Object (Code) | | Util is a class which houses common functionality used by
other classes.
version: $Id: Util.java 55441 2004-10-24 16:14:10Z cziegeler $ |
createConstantMethodBinding | public static MethodBinding createConstantMethodBinding(String outcome)(Code) | | |
generateId | public static synchronized String generateId()(Code) | | Generate a new identifier currently used to uniquely identify
components.
|
getValueBinding | public static ValueBinding getValueBinding(String valueRef)(Code) | | |
renderBooleanPassthruAttributes | public static String renderBooleanPassthruAttributes(FacesContext context, UIComponent component)(Code) | | Render any boolean "passthru" attributes.
See Also: Util.passthruAttributes |
renderPassthruAttributes | public static String renderPassthruAttributes(FacesContext context, UIComponent component)(Code) | | Render any "passthru" attributes, where we simply just output the
raw name and value of the attribute. This method is aware of the
set of HTML4 attributes that fall into this bucket. Examples are
all the javascript attributes, alt, rows, cols, etc.
the rendererd attributes as specified in the component.Padded with leading and trailing ' '. If there are no passthruattributes in the component, return the empty String. See Also: Util.passthruAttributes |
|
|