public interface MvcResponse
Modifier and Type | Method and Description |
---|---|
MvcRequest |
getRequest() |
Object |
getResult() |
DataType |
getType() |
void |
process(Object object) |
OutputStream |
processStream() |
void |
setHeader(String name,
Object value) |
void |
setType(DataType value) |
MvcRequest getRequest()
void process(Object object)
OutputStream processStream() throws IOException
IOException
void setType(DataType value)
DataType getType()
Object getResult()
Copyright © 2018 Brandao. All rights reserved.