public interface RequestContextComponent
Modifier and Type | Method and Description |
---|---|
RequestContext |
create(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
javax.servlet.ServletConfig config)
Creates a request context for the given servlet request and stores it on the current thread
|
PortletRegistry |
getPortletRegistry() |
RequestContext |
getRequestContext()
Get the request context on the current thread
|
UserInfoManager |
getUserInfoManager() |
void |
setRequestContext(RequestContext requestContext)
Set a new request context on the current (possibly spawned) thread
Note: providing a null value effectively clears the request context from the current thread.
|
RequestContext create(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, javax.servlet.ServletConfig config)
req
- resp
- config
- RequestContext getRequestContext()
void setRequestContext(RequestContext requestContext)
requestContext
- UserInfoManager getUserInfoManager()
PortletRegistry getPortletRegistry()
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.