Interface CommandOutputter
- 
- All Known Implementing Classes:
- JsonOutputter
 
 public interface CommandOutputterCommandOutputters are used to format the responses from Commands.- See Also:
- Command,- JettyAdminServer
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContentType()The MIME type of this output (e.g., "application/json")voidoutput(CommandResponse response, PrintWriter pw)
 
- 
- 
- 
Method Detail- 
getContentTypeString getContentType() The MIME type of this output (e.g., "application/json")
 - 
outputvoid output(CommandResponse response, PrintWriter pw) 
 
- 
 
-