|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Converter | |
---|---|
org.directwebremoting.convert | |
org.directwebremoting.dwrp | |
org.directwebremoting.extend | |
org.directwebremoting.guice | This package provides support for Guice dependency injection in DWR-based web applications. |
org.directwebremoting.hibernate | |
uk.ltd.getahead.dwr.compat |
Uses of Converter in org.directwebremoting.convert |
---|
Classes in org.directwebremoting.convert that implement Converter | |
---|---|
class |
ArrayConverter
An implementation of Converter for Arrays. |
class |
BaseV20Converter
A way to migrate from the DWRv2.0 Converter style to something in the future. |
class |
BasicObjectConverter
BasicObjectConverter is a parent to BeanConverter and
ObjectConverter an provides support for include and exclude lists,
and instanceTypes. |
class |
BeanConverter
Convert a Javascript associative array into a JavaBean |
class |
BigNumberConverter
Converter for all primitive types |
class |
CharArrayConverter
An implementation of Converter for char arrays. |
class |
CollectionConverter
An implementation of Converter for Collections of Strings. |
class |
ConstructorConverter
An implementation of Converter for anything with a string constructor. |
class |
DateConverter
An implementation of Converter for Dates. |
class |
DOM4JConverter
An implementation of Converter for DOM objects. |
class |
DOMConverter
An implementation of Converter for DOM objects. |
class |
EnumConverter
Converter for all primitive types |
class |
ExceptionConverter
A special case of BeanConverter that doesn't convert StackTraces |
class |
JDOMConverter
An implementation of Converter for DOM objects. |
class |
MapConverter
An implementation of Converter for Maps. |
class |
MinimalistExceptionConverter
A special case of BeanConverter for use by default with Throwable s,
which only outputs a "broken" message. |
class |
NullConverter
An implementation of Converter for null and undefined. |
class |
ObjectConverter
Convert a Javascript associative array into a JavaBean |
class |
PrimitiveConverter
Converter for all primitive types |
class |
ServletConverter
A converter that magics up HTTP objects |
class |
StringConverter
An implementation of Converter for Strings. |
class |
URLConverter
An implementation of Converter for Strings. |
class |
XOMConverter
An implementation of Converter for DOM objects. |
Uses of Converter in org.directwebremoting.dwrp |
---|
Methods in org.directwebremoting.dwrp that return Converter | |
---|---|
Converter |
DefaultConverterManager.getConverterByMatchString(java.lang.String match)
|
Methods in org.directwebremoting.dwrp with parameters of type Converter | |
---|---|
void |
DefaultConverterManager.addConverter(java.lang.String match,
Converter converter)
|
Uses of Converter in org.directwebremoting.extend |
---|
Subinterfaces of Converter in org.directwebremoting.extend | |
---|---|
interface |
NamedConverter
Additions to Converter that allow objects to have names that |
Methods in org.directwebremoting.extend that return Converter | |
---|---|
Converter |
ConverterManager.getConverterByMatchString(java.lang.String match)
In order to be able to create stub remote objects we need to know what they are so you can lookup match strings and retrieve the converter. |
Methods in org.directwebremoting.extend with parameters of type Converter | |
---|---|
void |
ConverterManager.addConverter(java.lang.String match,
Converter converter)
Add a new converter |
Uses of Converter in org.directwebremoting.guice |
---|
Methods in org.directwebremoting.guice that return Converter | |
---|---|
Converter |
InternalConverterManager.getConverterByMatchString(java.lang.String match)
|
Methods in org.directwebremoting.guice with parameters of type Converter | |
---|---|
void |
InternalConverterManager.addConverter(java.lang.String match,
Converter converter)
|
Uses of Converter in org.directwebremoting.hibernate |
---|
Classes in org.directwebremoting.hibernate that implement Converter | |
---|---|
class |
H2BeanConverter
BeanConverter that works with Hibernate to get BeanInfo. |
class |
H3BeanConverter
BeanConverter that works with Hibernate to get BeanInfo. |
Uses of Converter in uk.ltd.getahead.dwr.compat |
---|
Classes in uk.ltd.getahead.dwr.compat that implement Converter | |
---|---|
class |
BaseV10Converter
WARNING: This is not properly implemented yet. |
|
Copyright ? 2005 | |||||||||
PREV NEXT | FRAMES NO FRAMES |