org.directwebremoting.dwrp
Interface CollectionOutboundVariable

All Superinterfaces:
OutboundVariable
All Known Implementing Classes:
ArrayJsonOutboundVariable, ArrayNonJsonOutboundVariable

public interface CollectionOutboundVariable
extends OutboundVariable

A helper class for people that want to implement OutboundVariable.

Author:
Joe Walker [joe at getahead dot ltd dot uk]

Method Summary
 void setChildren(java.util.Collection<OutboundVariable> children)
          Recursive OutboundVariable need to be given their children after construction because we need to check for potentially recursive conditions.
 
Methods inherited from interface org.directwebremoting.extend.OutboundVariable
getAssignCode, getBuildCode, getDeclareCode, getReferenceVariable, prepareAssignCode, prepareBuildDeclareCodes
 

Method Detail

setChildren

void setChildren(java.util.Collection<OutboundVariable> children)
Recursive OutboundVariable need to be given their children after construction because we need to check for potentially recursive conditions.

Parameters:
children - The contained objects

Copyright ¬ 2005