org.apache.webbeans.web.context
Class ServletRequestContext
java.lang.Object
org.apache.webbeans.context.AbstractContext
org.apache.webbeans.context.RequestContext
org.apache.webbeans.web.context.ServletRequestContext
- All Implemented Interfaces:
- Serializable, Context
public class ServletRequestContext
- extends RequestContext
RequestContext which additionally holds the current servletRequest
for being able to lazily initialise the SessionContext if needed.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletRequestContext
public ServletRequestContext()
getServletRequest
public HttpServletRequest getServletRequest()
setServletRequest
public void setServletRequest(HttpServletRequest servletRequest)
destroy
public void destroy()
- Overrides:
destroy in class AbstractContext
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.