org.directwebremoting.extend
Class RealRawData
java.lang.Object
org.directwebremoting.extend.RealRawData
- All Implemented Interfaces:
- RawData
public class RealRawData
- extends java.lang.Object
- implements RawData
Sometimes DWR can't know at runtime the type of the inbound data, this class
allows us to defer conversion until we know more about the type we should
be converting to.
- Author:
- Joe Walker [joe at getahead dot ltd dot uk]
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RealRawData
public RealRawData(InboundVariable inboundVariable,
InboundContext inboundContext)
- RawData is immutable. Setup the raw string data that we wrap
- Parameters:
inboundContext - The context variables that could be associated with thisinboundVariable - The variable we are delaying marshalling
getInboundContext
public InboundContext getInboundContext()
- Returns:
- The context variables that could be associated with this
getInboundVariable
public InboundVariable getInboundVariable()
- Returns:
- The variable we are delaying marshalling