@RequestScoped @Named(value="controllerStatus") public class ControllerStatus extends Object
Constructor and Description |
---|
ControllerStatus() |
Modifier and Type | Method and Description |
---|---|
void |
compareConsumedUri() |
void |
consumeURIPart(String uriPart) |
protected StringBuffer |
getConsumedRequestURI() |
CommandRequest |
getRequest() |
CommandResponse |
getResponse() |
String |
getShowPage() |
String |
getURIToBeConsumed() |
void |
init() |
static ControllerStatus |
lookup() |
void |
setRequest(CommandRequest commandRequest) |
void |
setResponse(CommandResponse response) |
void |
setShowPage(String showPage) |
void |
setURIToBeConsumed(String requestURI) |
@Inject protected String showPage
public static ControllerStatus lookup()
@PostConstruct public void init()
public void setRequest(CommandRequest commandRequest)
public CommandRequest getRequest()
public String getShowPage()
public void setShowPage(String showPage)
public CommandResponse getResponse()
public void setResponse(CommandResponse response)
protected StringBuffer getConsumedRequestURI()
public void setURIToBeConsumed(String requestURI)
public String getURIToBeConsumed()
public void consumeURIPart(String uriPart)
public void compareConsumedUri()
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.