|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.directwebremoting.convert.BaseV20Converter
org.directwebremoting.convert.BasicObjectConverter
org.directwebremoting.convert.BeanConverter
org.directwebremoting.convert.ExceptionConverter
public class ExceptionConverter
A special case of BeanConverter that doesn't convert StackTraces
Constructor Summary | |
---|---|
ExceptionConverter()
|
Method Summary | |
---|---|
java.util.Map |
getPropertyMapFromClass(java.lang.Class type,
boolean readRequired,
boolean writeRequired)
Get a map of property names to implementations of Property . |
Methods inherited from class org.directwebremoting.convert.BeanConverter |
---|
getPropertyMapFromObject |
Methods inherited from class org.directwebremoting.convert.BasicObjectConverter |
---|
convertInbound, convertOutbound, getConverterManager, getInstanceType, getJavascript, setConverterManager, setExclude, setImplementation, setInclude, setInstanceType, setJavascript |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.directwebremoting.extend.Converter |
---|
convertInbound, convertOutbound, setConverterManager |
Constructor Detail |
---|
public ExceptionConverter()
Method Detail |
---|
public java.util.Map getPropertyMapFromClass(java.lang.Class type, boolean readRequired, boolean writeRequired) throws MarshallException
NamedConverter
Property
.
HibernateBeanConverter (and maybe others) may want to provide alternate versions of bean.getClass(), and we may wish to fake or hide properties in some cases.
If you have a real object to investigate then it is probably better
to call NamedConverter.getPropertyMapFromObject(Object, boolean, boolean)
because that version can take into accound extra runtime type info.
getPropertyMapFromClass
in interface NamedConverter
getPropertyMapFromClass
in class BeanConverter
type
- The class to find bean info fromreadRequired
- The properties returned must be readablewriteRequired
- The properties returned must be writeable
MarshallException
- If the introspection failsNamedConverter.getPropertyMapFromObject(Object, boolean, boolean)
|
Copyright ? 2005 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |