jbpm-form-modeler-request-dispatcher 6.0.0.CR4-Pre1

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

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


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()
          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)

jbpm-form-modeler-request-dispatcher 6.0.0.CR4-Pre1

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