public class ServletObjectProducer extends Object
| Constructor and Description |
|---|
ServletObjectProducer() |
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.http.HttpServletRequest |
getHttpServletRequest() |
javax.servlet.http.HttpServletResponse |
getHttpServletResponse() |
javax.servlet.http.HttpSession |
getHttpSession() |
Principal |
getPrincipal() |
javax.servlet.ServletContext |
getServletContext() |
javax.servlet.ServletRequest |
getServletRequest() |
javax.servlet.ServletResponse |
getServletResponse() |
@Produces @Web public javax.servlet.ServletContext getServletContext()
@Produces @Web @RequestScoped public javax.servlet.ServletRequest getServletRequest()
@Produces @Typed(value=javax.servlet.http.HttpServletRequest.class) @Web @RequestScoped public javax.servlet.http.HttpServletRequest getHttpServletRequest()
@Produces @Web @RequestScoped public javax.servlet.ServletResponse getServletResponse()
@Produces @Typed(value=javax.servlet.http.HttpServletResponse.class) @Web @RequestScoped public javax.servlet.http.HttpServletResponse getHttpServletResponse()
@Produces @Web @SessionScoped public javax.servlet.http.HttpSession getHttpSession()
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.