| Constructor and Description | 
|---|
| PlaintextPayload(String str)Constructs a new plain-text payload. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getText()Returns the plain-text value. | 
| Object | getValue()Returns the value of the payload. | 
| void | write(HttpServletRequest request,
     HttpServletResponse response,
     int status,
     String contenttype)Writes the payload. | 
public PlaintextPayload(String str)
public String getText()
public Object getValue()
Payloadpublic void write(HttpServletRequest request, HttpServletResponse response, int status, String contenttype) throws IOException
write in interface PayloadIOExceptionCopyright © 2008-2012 Anders Møller & Mathias Schwarz.