| java.lang.Object org.directwebremoting.io.RawData
RawData | public class RawData (Code) | | 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] |
RawData | public RawData(InboundVariable inboundVariable, InboundContext inboundContext)(Code) | | RawData is immutable. Setup the raw string data that we wrap
Parameters: inboundContext - The context variables that could be associated with this Parameters: inboundVariable - The variable we are delaying marshalling |
getInboundContext | public InboundContext getInboundContext()(Code) | | The context variables that could be associated with this |
getInboundVariable | public InboundVariable getInboundVariable()(Code) | | The variable we are delaying marshalling |
|
|