org.jbpm.formModeler.service.bb.mvc.components
@ApplicationScoped public class ControllerStatus extends Object
Constructor and Description |
---|
ControllerStatus() |
Modifier and Type | Method and Description |
---|---|
void |
compareConsumedUri() |
void |
consumeURIPart(String uriPart) |
protected StringBuffer |
getConsumedRequestURI() |
String |
getCurrentComponentPage() |
Throwable |
getException() |
CommandRequest |
getRequest() |
CommandResponse |
getResponse() |
String |
getShowPage() |
String |
getURIToBeConsumed() |
void |
init() |
static ControllerStatus |
lookup() |
void |
setCurrentComponentPage(String currentComponentPage) |
void |
setException(Throwable exception) |
void |
setRequest(CommandRequest commandRequest) |
void |
setResponse(CommandResponse response) |
void |
setShowPage(String showPage) |
void |
setURIToBeConsumed(String requestURI) |
public static ControllerStatus lookup()
@PostConstruct public void init() throws Exception
Exception
public String getShowPage()
public void setShowPage(String showPage)
public void setException(Throwable exception)
public Throwable getException()
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()
public void setRequest(CommandRequest commandRequest)
public CommandRequest getRequest()
public String getCurrentComponentPage()
public void setCurrentComponentPage(String currentComponentPage)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.