org.deegree.client.core.utils
Class RendererUtils

java.lang.Object
  extended by org.deegree.client.core.utils.RendererUtils

public class RendererUtils
extends Object

TODO add class documentation here

Version:
$Revision: $, $Date: $
Author:
Lyn Buesching, last edited by: $Author: lyn $

Constructor Summary
RendererUtils()
           
 
Method Summary
static void writeClickImage(javax.faces.context.FacesContext context, javax.faces.context.ResponseWriter writer, String className, String library, String resourceName, String js)
           
static void writeClickImage(javax.faces.context.FacesContext context, javax.faces.context.ResponseWriter writer, String className, String library, String resourceName, String js, boolean disabled)
           
static void writeClickImage(javax.faces.context.FacesContext context, javax.faces.context.ResponseWriter writer, String className, String library, String resourceName, String js, String title, boolean disabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RendererUtils

public RendererUtils()
Method Detail

writeClickImage

public static void writeClickImage(javax.faces.context.FacesContext context,
                                   javax.faces.context.ResponseWriter writer,
                                   String className,
                                   String library,
                                   String resourceName,
                                   String js)
                            throws IOException
Throws:
IOException

writeClickImage

public static void writeClickImage(javax.faces.context.FacesContext context,
                                   javax.faces.context.ResponseWriter writer,
                                   String className,
                                   String library,
                                   String resourceName,
                                   String js,
                                   boolean disabled)
                            throws IOException
Throws:
IOException

writeClickImage

public static void writeClickImage(javax.faces.context.FacesContext context,
                                   javax.faces.context.ResponseWriter writer,
                                   String className,
                                   String library,
                                   String resourceName,
                                   String js,
                                   String title,
                                   boolean disabled)
                            throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.