org.jbpm.formModeler.service.bb.mvc.components
Class ControllerStatus
java.lang.Object
org.jbpm.formModeler.service.bb.mvc.components.ControllerStatus
@ApplicationScoped
public class ControllerStatus
- extends Object
Request-scoped component that holds the processing status for a given request.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ControllerStatus
public ControllerStatus()
lookup
public static ControllerStatus lookup()
init
@PostConstruct
public void init()
throws Exception
- Throws:
Exception
getShowPage
public String getShowPage()
setShowPage
public void setShowPage(String showPage)
setException
public void setException(Throwable exception)
getException
public Throwable getException()
getResponse
public CommandResponse getResponse()
setResponse
public void setResponse(CommandResponse response)
getConsumedRequestURI
protected StringBuffer getConsumedRequestURI()
setURIToBeConsumed
public void setURIToBeConsumed(String requestURI)
getURIToBeConsumed
public String getURIToBeConsumed()
consumeURIPart
public void consumeURIPart(String uriPart)
compareConsumedUri
public void compareConsumedUri()
setRequest
public void setRequest(CommandRequest commandRequest)
getRequest
public CommandRequest getRequest()
getCurrentComponentPage
public String getCurrentComponentPage()
setCurrentComponentPage
public void setCurrentComponentPage(String currentComponentPage)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.