org.apache.myfaces.tobago.renderkit
Class HtmlUtils

java.lang.Object
  extended by org.apache.myfaces.tobago.renderkit.HtmlUtils

public class HtmlUtils
extends Object


Field Summary
static String LAYOUT_ATTRIBUTE_PREFIX
           
 
Constructor Summary
HtmlUtils()
           
 
Method Summary
static String appendAttribute(UIComponent component, String name, String appendValue)
           
static String generateAttribute(String name, Object value)
           
static String generateOnchange(UIInput component, FacesContext facesContext)
           
static String generateUrl(FacesContext facesContext, String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LAYOUT_ATTRIBUTE_PREFIX

public static final String LAYOUT_ATTRIBUTE_PREFIX
See Also:
Constant Field Values
Constructor Detail

HtmlUtils

public HtmlUtils()
Method Detail

generateAttribute

public static String generateAttribute(String name,
                                       Object value)

appendAttribute

public static String appendAttribute(UIComponent component,
                                     String name,
                                     String appendValue)

generateOnchange

public static String generateOnchange(UIInput component,
                                      FacesContext facesContext)

generateUrl

public static String generateUrl(FacesContext facesContext,
                                 String url)


Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.