|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.dwrp.NonJsonNestedOutboundVariable
org.directwebremoting.dwrp.ObjectNonJsonOutboundVariable
public class ObjectNonJsonOutboundVariable
An OutboundVariable that creates data from Maps.
| Constructor Summary | |
|---|---|
ObjectNonJsonOutboundVariable(OutboundContext outboundContext,
java.lang.String aScriptClassName)
Setup |
|
| Method Summary | |
|---|---|
void |
prepareAssignCode()
Things work out if they are doubly referenced during the conversion process, and can't be sure how to create output until that phase is done. |
void |
prepareBuildDeclareCodes()
Create build and declare codes. |
void |
setChildren(java.util.Map<java.lang.String,OutboundVariable> children)
Generate an map declaration for a map of Outbound variables |
java.lang.String |
toString()
|
| Methods inherited from class org.directwebremoting.dwrp.NonJsonNestedOutboundVariable |
|---|
getAssignCode, getBuildCode, getDeclareCode, getReferenceVariable, isOutline, setAssignCode, setBaseBuildCode, setBaseDeclareCode, setChildren |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.directwebremoting.extend.OutboundVariable |
|---|
getAssignCode, getBuildCode, getDeclareCode, getReferenceVariable |
| Constructor Detail |
|---|
public ObjectNonJsonOutboundVariable(OutboundContext outboundContext,
java.lang.String aScriptClassName)
outboundContext - A collection of objects already converted and the resultsaScriptClassName - The object name or null for pure(ish) json| Method Detail |
|---|
public void setChildren(java.util.Map<java.lang.String,OutboundVariable> children)
setChildren in interface MapOutboundVariablechildren - The map of the converted contentspublic void prepareAssignCode()
OutboundVariable
prepareAssignCode in interface OutboundVariablepublic void prepareBuildDeclareCodes()
OutboundVariable
prepareBuildDeclareCodes in interface OutboundVariableOutboundVariable.prepareAssignCode()public java.lang.String toString()
toString in class java.lang.Object
|
Copyright ¬ 2005 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||