org.directwebremoting.dwrp
Interface MapOutboundVariable

All Superinterfaces:
OutboundVariable
All Known Implementing Classes:
ObjectJsonOutboundVariable, ObjectNonJsonOutboundVariable

public interface MapOutboundVariable
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.Map<java.lang.String,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.Map<java.lang.String,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