|
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.WSTMissingFilter
This filter marks an attribute as missing but allows for a path and error return string
Field Summary | |
static java.util.logging.Logger |
logger
The Java logger for this class |
Constructor Summary | |
WSTMissingFilter()
Default constructor for the WSTMissingFilter object |
|
WSTMissingFilter(java.lang.Object obj)
Constructor for the WSTMissingFilter object |
|
WSTMissingFilter(java.lang.Object[] obj)
Constructor for the WSTMissingFilter object |
Method Summary | |
IWSTFilter |
newInstance()
Returns a new instance of this filter. |
java.lang.String |
toString()
Just return the object.toString(). |
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 WSTMissingFilter()
public WSTMissingFilter(java.lang.Object obj)
obj
- the object to filter, can be nullpublic WSTMissingFilter(java.lang.Object[] obj)
obj
- the object to filter, can be nullMethod Detail |
public IWSTFilter newInstance()
newInstance
in interface IWSTFilter
newInstance
in class WSTPlainFilter
public java.lang.String toString()
toString
in interface IWSTFilter
toString
in class WSTPlainFilter
|
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 |