org.directwebremoting.dwrp
Class SimpleOutboundVariable
java.lang.Object
org.directwebremoting.dwrp.AbstractOutboundVariable
org.directwebremoting.dwrp.SimpleOutboundVariable
- All Implemented Interfaces:
- OutboundVariable
public class SimpleOutboundVariable
- extends AbstractOutboundVariable
- implements OutboundVariable
An OutboundVariable that can not be recursive.
- Author:
- Joe Walker [joe at getahead dot ltd dot uk]
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SimpleOutboundVariable
public SimpleOutboundVariable(java.lang.String code,
OutboundContext outboundContext,
boolean forceInline)
- Default ctor that leaves blank (not null) members
- Parameters:
code
- the access for the inited codeoutboundContext
- The conversion contextforceInline
- true to force inline status, false to let the system decide
getNotInlineDefinition
protected AbstractOutboundVariable.NotInlineDefinition getNotInlineDefinition()
- Description copied from class:
AbstractOutboundVariable
- Define the definition we should use if we are being used not inline
- Specified by:
getNotInlineDefinition
in class AbstractOutboundVariable
- Returns:
- an out of line definition
getInlineDefinition
protected java.lang.String getInlineDefinition()
- Description copied from class:
AbstractOutboundVariable
- Define the definition we should use if we are being used inline
- Specified by:
getInlineDefinition
in class AbstractOutboundVariable
- Returns:
- an inline definition
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object