|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.extend.NestedOutboundVariable
public abstract class NestedOutboundVariable
A helper for implementing OutboundVariable when you have children
| Method Summary | |
|---|---|
java.util.Collection<OutboundVariable> |
getChildren()
The objects that we contain |
OutboundVariable |
getReferenceVariable()
Get a reference to this OutboundVariable. |
boolean |
isJsonMode()
Are we in JSON mode, and therefore must quote property names? |
void |
setChildren(java.util.Collection<OutboundVariable> children)
We setup the children later than construction time so we can check for recursive references. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.directwebremoting.extend.OutboundVariable |
|---|
getAssignCode, getBuildCode, getDeclareCode |
| Method Detail |
|---|
public void setChildren(java.util.Collection<OutboundVariable> children)
public java.util.Collection<OutboundVariable> getChildren()
public OutboundVariable getReferenceVariable()
OutboundVariablethis already is a reference then this method returns
this, or if not it creates one that does.
getReferenceVariable in interface OutboundVariablepublic boolean isJsonMode()
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||