public class RequestContext extends Object
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.