jbpm-form-modeler-request-dispatcher 6.2.0.Final

org.jbpm.formModeler.service.bb.mvc.components
Class ControllerStatus

java.lang.Object
  extended by 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

Constructor Summary
ControllerStatus()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControllerStatus

public ControllerStatus()
Method Detail

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)

jbpm-form-modeler-request-dispatcher 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.