public class DefaultMvcRequest extends Object implements MutableMvcRequest
| Modifier and Type | Field and Description |
|---|---|
protected List<DataType> |
acceptResponse |
protected Object[] |
actionParameters |
protected ApplicationContext |
applicationContext |
protected DataType |
dataType |
protected String |
encoding |
protected Map<String,List<Object>> |
header |
protected Set<String> |
headerNames |
protected Set<String> |
parameterNames |
protected Map<String,List<Object>> |
parameters |
protected Map<String,List<Object>> |
properties |
protected Set<String> |
propertyNames |
protected String |
requestId |
protected RequestInstrument |
requestInstrument |
protected RequestParser |
requestParser |
protected RequestParserEvent |
requestParserInfo |
protected Object |
resource |
protected ResourceAction |
resourceAction |
protected StackRequestElement |
stackRequestElement |
protected Throwable |
throwable |
| Constructor and Description |
|---|
DefaultMvcRequest() |
protected String encoding
protected RequestParserEvent requestParserInfo
protected RequestParser requestParser
protected String requestId
protected Throwable throwable
protected DataType dataType
protected ResourceAction resourceAction
protected ApplicationContext applicationContext
protected Object resource
protected Object[] actionParameters
protected RequestInstrument requestInstrument
protected StackRequestElement stackRequestElement
public String getRequestId()
getRequestId in interface MvcRequestpublic void setRequestId(String requestId)
setRequestId in interface MutableMvcRequestpublic Throwable getThrowable()
getThrowable in interface MvcRequestpublic Object getHeader(String value)
getHeader in interface MvcRequestpublic Object getParameter(String name)
getParameter in interface MvcRequestpublic Object getParameterObject(String name)
getParameterObject in interface MvcRequestpublic List<Object> getParameters(String name)
getParameters in interface MvcRequestpublic Object getProperty(String name)
getProperty in interface MvcRequestpublic InputStream getStream() throws IOException
getStream in interface MvcRequestIOExceptionpublic String getEncoding()
getEncoding in interface MvcRequestpublic void setEncoding(String encoding)
setEncoding in interface MutableMvcRequestpublic Set<String> getPropertiesNames()
getPropertiesNames in interface MvcRequestpublic Set<String> getHeadersNames()
getHeadersNames in interface MvcRequestpublic Set<String> getParametersNames()
getParametersNames in interface MvcRequestpublic DataType getType()
getType in interface MvcRequestpublic ResourceAction getResourceAction()
getResourceAction in interface MvcRequestpublic ApplicationContext getApplicationContext()
getApplicationContext in interface MvcRequestpublic Object getResource()
getResource in interface MvcRequestpublic Object[] getParameters()
getParameters in interface MvcRequestpublic RequestInstrument getRequestInstrument()
getRequestInstrument in interface MvcRequestpublic StackRequestElement getStackRequestElement()
getStackRequestElement in interface MvcRequestpublic void setThrowable(Throwable value)
setThrowable in interface MutableMvcRequestpublic void setHeader(String name, Object value)
setHeader in interface MutableMvcRequestpublic void setParameter(String name, String value)
setParameter in interface MutableMvcRequestpublic void setParameters(String name, String[] values)
setParameters in interface MutableMvcRequestpublic void setParameter(String name, Object value)
setParameter in interface MutableMvcRequestpublic void setParameters(String name, Object[] value)
setParameters in interface MutableMvcRequestpublic void setParameters(Object[] value)
setParameters in interface MutableMvcRequestpublic void setProperty(String name, Object value)
setProperty in interface MutableMvcRequestpublic void setType(DataType value)
setType in interface MutableMvcRequestpublic void setResourceAction(ResourceAction value)
setResourceAction in interface MutableMvcRequestpublic void setApplicationContext(ApplicationContext value)
setApplicationContext in interface MutableMvcRequestpublic void setResource(Object value)
setResource in interface MutableMvcRequestpublic void setRequestInstrument(RequestInstrument value)
setRequestInstrument in interface MutableMvcRequestpublic void setStackRequestElement(StackRequestElement value)
setStackRequestElement in interface MutableMvcRequestpublic void setRequestParserInfo(RequestParserEvent value)
setRequestParserInfo in interface MutableMvcRequestpublic void setRequestParser(RequestParser value)
setRequestParser in interface MutableMvcRequestpublic RequestParserEvent getRequestParserInfo()
getRequestParserInfo in interface MvcRequestpublic RequestParser getRequestParser()
getRequestParser in interface MvcRequestpublic void setAcceptResponse(List<DataType> value)
setAcceptResponse in interface MutableMvcRequestpublic List<DataType> getAcceptResponse()
getAcceptResponse in interface MvcRequestCopyright © 2026 Brandao. All rights reserved.