|
jbpm-form-modeler-request-dispatcher 6.0.0-SNAPSHOT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.formModeler.service.bb.mvc.controller.RequestContext
public class RequestContext
| Method Summary | |
|---|---|
static void |
destroy()
Destroy a request context instance. |
static RequestContext |
getCurrentContext()
Retrieve the request context instance associated to the current request thread. |
CommandRequest |
getRequest()
|
static RequestContext |
init(CommandRequest request)
Initialize a request context instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static RequestContext init(CommandRequest request)
request - The request instance associated to the current request thread.
public static void destroy()
public static RequestContext getCurrentContext()
public CommandRequest getRequest()
|
jbpm-form-modeler-request-dispatcher 6.0.0-SNAPSHOT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||