org.jbpm.formModeler.service.bb.mvc.components
Class ControllerStatus
java.lang.Object
org.jbpm.formModeler.service.bb.mvc.components.ControllerStatus
- All Implemented Interfaces:
- Serializable
@SessionScoped
public class ControllerStatus
- extends Object
- implements Serializable
Request-scoped component that holds the processing status for a given request.
- See Also:
- Serialized Form
| 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()
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-2015 JBoss by Red Hat. All Rights Reserved.