|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.spring.AbstractConfig
org.directwebremoting.spring.ConverterConfig
public class ConverterConfig
The configuration for a Converter. It allows the specification of the following optional configuration parameters:
true instructs DWR to use reflection modifiers to access private
members of objects
| Constructor Summary | |
|---|---|
ConverterConfig()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getJavascriptClassName()
|
java.lang.String |
getType()
Gets the converter type. |
boolean |
isForce()
If true DWR will use reflection modifiers to access private members of objects |
void |
setForce(boolean force)
Instruct DWR to use reflection modifiers to access private members of objects |
void |
setJavascriptClassName(java.lang.String javascriptClassName)
|
void |
setType(java.lang.String converterType)
Sets the converter type. |
| Methods inherited from class org.directwebremoting.spring.AbstractConfig |
|---|
addExclude, addInclude, getExcludes, getIncludes, getParams, setExcludes, setIncludes, setParams |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConverterConfig()
| Method Detail |
|---|
public java.lang.String getType()
public void setType(java.lang.String converterType)
converterType - Sets the converter typepublic java.lang.String getJavascriptClassName()
public void setJavascriptClassName(java.lang.String javascriptClassName)
javascriptClassName - the javascriptClassName to setpublic boolean isForce()
public void setForce(boolean force)
force - - if true DWR will use reflection to access private members of objects
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||