org.infolayer.templates.wml
Class WmlUtils

java.lang.Object
  extended byorg.infolayer.templates.wml.WmlUtils

public abstract class WmlUtils
extends java.lang.Object

Author:
haustein To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
WmlUtils()
           
 
Method Summary
static java.lang.String encode(java.lang.String s)
           
static java.lang.String encodeAttr(java.lang.String s)
           
static void writeAny(XmlSerializer xw, IlRequest context, java.lang.Object object, java.lang.String format)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WmlUtils

public WmlUtils()
Method Detail

encode

public static java.lang.String encode(java.lang.String s)

encodeAttr

public static java.lang.String encodeAttr(java.lang.String s)

writeAny

public static void writeAny(XmlSerializer xw,
                            IlRequest context,
                            java.lang.Object object,
                            java.lang.String format)
                     throws java.lang.IllegalArgumentException,
                            java.lang.IllegalStateException,
                            java.io.IOException
Throws:
java.lang.IllegalArgumentException
java.lang.IllegalStateException
java.io.IOException