|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.extend.NonNestedOutboundVariable
public class NonNestedOutboundVariable
An OutboundVariable that we know to be unable to recurse
| Constructor Summary | |
|---|---|
NonNestedOutboundVariable(java.lang.String assignCode)
Create a new NonNestedOutboundVariable |
|
| Method Summary | |
|---|---|
java.lang.String |
getAssignCode()
A short script that can be used to refer to this variable |
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 |
incrementReferenceCount()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NonNestedOutboundVariable(java.lang.String assignCode)
| Method Detail |
|---|
public void incrementReferenceCount()
public java.lang.String getDeclareCode()
OutboundVariable
getDeclareCode in interface OutboundVariablepublic java.lang.String getBuildCode()
OutboundVariable
getBuildCode in interface OutboundVariablepublic java.lang.String getAssignCode()
OutboundVariable
getAssignCode 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 OutboundVariablepublic java.lang.String toString()
toString in class java.lang.Object
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||