org.ajax4jsf.renderkit
Class ComponentUtils

java.lang.Object
  extended by org.ajax4jsf.renderkit.ComponentUtils

public class ComponentUtils
extends java.lang.Object

Utils for working with tempates

Version:
$Revision: 1.1.2.1 $ $Date: 2007/01/09 18:58:52 $
Author:
ayukhovich@exadel.com (latest modification by $Author: alexsmirnov $)

Constructor Summary
ComponentUtils()
           
 
Method Summary
static java.lang.Object callFunction(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, RendererBase renderer, java.lang.String functionName, java.lang.Object[] parameters)
           
static void writeAttribute(javax.faces.context.ResponseWriter writer, java.lang.String attribute, java.lang.Object value)
          Write html-attribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentUtils

public ComponentUtils()
Method Detail

callFunction

public static java.lang.Object callFunction(javax.faces.context.FacesContext context,
                                            javax.faces.component.UIComponent component,
                                            RendererBase renderer,
                                            java.lang.String functionName,
                                            java.lang.Object[] parameters)
Parameters:
className -
functionName -
parameters -
Returns:

writeAttribute

public static void writeAttribute(javax.faces.context.ResponseWriter writer,
                                  java.lang.String attribute,
                                  java.lang.Object value)
                           throws java.io.IOException
Write html-attribute

Parameters:
writer -
attribute -
value -
Throws:
java.io.IOException


Copyright © 2009. All Rights Reserved.