|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.directwebremoting.dwrp.AbstractOutboundVariable
org.directwebremoting.dwrp.ArrayOutboundVariable
public class ArrayOutboundVariable
An OutboundVariable that creates data from Collections.
Constructor Summary | |
---|---|
ArrayOutboundVariable(OutboundContext outboundContext)
Setup |
Method Summary | |
---|---|
void |
init(java.util.List aOvs)
Generate an array declaration for a list of Outbound variables |
java.lang.String |
toString()
|
Methods inherited from class org.directwebremoting.dwrp.AbstractOutboundVariable |
---|
getAssignCode, getBuildCode, getDeclareCode, getReferenceVariable |
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 ArrayOutboundVariable(OutboundContext outboundContext)
outboundContext
- A collection of objects already converted and the resultsMethod Detail |
---|
public void init(java.util.List aOvs)
aOvs
- The list of contents of this arraypublic 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 |