| java.lang.Object nl.knowlogy.validation.jsf.renderkit.HtmlRendererUtils
HtmlRendererUtils | abstract public class HtmlRendererUtils (Code) | | |
Method Summary | |
public static boolean | isDefaultAttributeValue(Object value) | public static boolean | renderHTMLAttribute(ResponseWriter writer, String componentProperty, String attrName, Object value) | public static boolean | renderHTMLAttribute(ResponseWriter writer, UIComponent component, String componentProperty, String htmlAttrName) | public static boolean | renderHTMLAttributeWithOptionalStartElement(ResponseWriter writer, UIComponent component, String elementName, String attrName, Object value, boolean startElementWritten) | public static boolean | renderHTMLAttributes(ResponseWriter writer, UIComponent component, String[] attributes) | public static boolean | renderHTMLAttributesWithOptionalStartElement(ResponseWriter writer, UIComponent component, String elementName, String[] attributes) | public static void | writeIdIfNecessary(ResponseWriter writer, UIComponent component, FacesContext facesContext) |
isDefaultAttributeValue | public static boolean isDefaultAttributeValue(Object value)(Code) | | |
renderHTMLAttribute | public static boolean renderHTMLAttribute(ResponseWriter writer, UIComponent component, String componentProperty, String htmlAttrName) throws IOException(Code) | | true, if the attribute was written throws: java.io.IOException - |
renderHTMLAttributeWithOptionalStartElement | public static boolean renderHTMLAttributeWithOptionalStartElement(ResponseWriter writer, UIComponent component, String elementName, String attrName, Object value, boolean startElementWritten) throws IOException(Code) | | |
renderHTMLAttributes | public static boolean renderHTMLAttributes(ResponseWriter writer, UIComponent component, String[] attributes) throws IOException(Code) | | true, if an attribute was written throws: java.io.IOException - |
renderHTMLAttributesWithOptionalStartElement | public static boolean renderHTMLAttributesWithOptionalStartElement(ResponseWriter writer, UIComponent component, String elementName, String[] attributes) throws IOException(Code) | | |
writeIdIfNecessary | public static void writeIdIfNecessary(ResponseWriter writer, UIComponent component, FacesContext facesContext) throws IOException(Code) | | |
|
|