@Path(value="/status/") public class StatusGenerator extends AbstractResource
| Modifier and Type | Field and Description |
|---|---|
protected StringBuilder |
status |
locatorBridge, logger, requestHeaders, securityContext, serviceLocator, subjectRef, uriInfo| Constructor and Description |
|---|
StatusGenerator() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHtml() |
Collection<CommandModel.ParamModel> |
getParamMetaData(String commandName) |
String |
getPlain() |
Boolean |
hasTargetParam(String command) |
void |
listOfCommands() |
getAuthenticatedUser, getSubjectprotected StringBuilder status
@GET @Produces(value="text/plain") public String getPlain()
@GET @Produces(value="text/html") public String getHtml()
public void listOfCommands()
public Collection<CommandModel.ParamModel> getParamMetaData(String commandName)
Copyright © 2017. All rights reserved.