public interface Payload
| Modifier and Type | Method and Description | 
|---|---|
| Object | getValue()Returns the value of the payload. | 
| void | write(HttpServletRequest request,
     HttpServletResponse response,
     int status,
     String contenttype)Writes the payload. | 
Object getValue()
void write(HttpServletRequest request, HttpServletResponse response, int status, String contenttype) throws IOException
IOExceptionCopyright © 2008-2012 Anders Møller & Mathias Schwarz.