|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.dwrp.JsonNestedOutboundVariable
public abstract class JsonNestedOutboundVariable
A helper class for people that want to implement OutboundVariable.
| Constructor Summary | |
|---|---|
JsonNestedOutboundVariable()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBuildCode()
A script that completes the definition of this variable, and may contain reference to other declared variables. |
java.lang.String |
getDeclareCode()
A script to declare the variable so it can be referred to. |
OutboundVariable |
getReferenceVariable()
Get a reference to this OutboundVariable. |
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. |
| 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 |
| Constructor Detail |
|---|
public JsonNestedOutboundVariable()
| Method Detail |
|---|
public void prepareAssignCode()
OutboundVariable
prepareAssignCode in interface OutboundVariablepublic void prepareBuildDeclareCodes()
OutboundVariable
prepareBuildDeclareCodes in interface OutboundVariableOutboundVariable.prepareAssignCode()public java.lang.String getDeclareCode()
OutboundVariable
getDeclareCode in interface OutboundVariablepublic java.lang.String getBuildCode()
OutboundVariable
getBuildCode in interface OutboundVariablepublic OutboundVariable getReferenceVariable()
OutboundVariablethis already is a reference then this method returns
this, or if not it creates one that does.
getReferenceVariable in interface OutboundVariable
|
Copyright ¬ 2005 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||