org.apache.myfaces.tobago.renderkit
Class HtmlUtils
java.lang.Object
org.apache.myfaces.tobago.renderkit.HtmlUtils
public final class HtmlUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LAYOUT_ATTRIBUTE_PREFIX
public static final String LAYOUT_ATTRIBUTE_PREFIX
- See Also:
- Constant Field Values
CHAR_NON_BEAKING_SPACE
public static final String CHAR_NON_BEAKING_SPACE
- See Also:
- Constant Field Values
generateAttribute
public static String generateAttribute(String name,
Object value)
appendAttribute
public static String appendAttribute(javax.faces.component.UIComponent component,
String name,
String appendValue)
generateOnchange
public static String generateOnchange(javax.faces.component.UIInput component,
javax.faces.context.FacesContext facesContext)
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.