cookxml.common.util
Class Utils

java.lang.Object
  extended bycookxml.common.util.Utils

public class Utils
extends Object

Since:
CookXml 3.0

Constructor Summary
Utils()
           
 
Method Summary
static void addListenerSetter(SingleNSTagLibrary tagLibrary, String tag, Class listenerClass)
          a simple way of putting a setter that calls addxxxListener () function
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

addListenerSetter

public static void addListenerSetter(SingleNSTagLibrary tagLibrary,
                                     String tag,
                                     Class listenerClass)
a simple way of putting a setter that calls addxxxListener () function

Parameters:
tagLibrary - the tag library to be used.
tag - the tag which would be considered
listenerClass - the class of the listener
Since:
CookXml 1.0