|
Forward Computing and Control Pty. Ltd. WebStringTemplate V1.5.0 2004/1/7 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectau.com.forward.webstringtemplate.filters.WSTPlainFilter
au.com.forward.webstringtemplate.filters.WSTXmlFilter
This filter escapes < > & and "
| Field Summary | |
static java.util.logging.Logger |
logger
The Java logger for this class |
| Constructor Summary | |
WSTXmlFilter()
Default constructor for the WSTXmlFilter object |
|
WSTXmlFilter(java.lang.Object obj)
Constructor for the WSTXmlFilter object |
|
WSTXmlFilter(java.lang.Object[] obj)
Constructor for the WSTXmlFilter object |
|
| Method Summary | |
IWSTFilter |
newInstance()
Returns a new instance of this filter. |
java.lang.String |
toString()
Escapes < > and & and ' " for html/xml use. |
| Methods inherited from class au.com.forward.webstringtemplate.filters.WSTPlainFilter |
convertToString, getObject, getPath, setObject, setPath |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.util.logging.Logger logger
| Constructor Detail |
public WSTXmlFilter()
public WSTXmlFilter(java.lang.Object obj)
obj - the object to filter, can be nullpublic WSTXmlFilter(java.lang.Object[] obj)
obj - the object to filter, can be null| Method Detail |
public IWSTFilter newInstance()
newInstance in interface IWSTFilternewInstance in class WSTPlainFilterpublic java.lang.String toString()
obj.toString(), return the error message as the string.
toString in interface IWSTFiltertoString in class WSTPlainFilterobj.toString() throws an exception, then the exception message is returned.
|
Forward Computing and Control Pty. Ltd. WebStringTemplate V1.5.0 2004/1/7 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||