org.jboss.seam.servlet
Class ImplicitServletObjectsProducer
java.lang.Object
org.jboss.seam.servlet.ImplicitServletObjectsProducer
public class ImplicitServletObjectsProducer
- extends Object
Produces an application-scoped ServletContext bean. A references is obtained from the
ImplicitServletObjectsHolder.
- Author:
- Dan Allen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImplicitServletObjectsProducer
public ImplicitServletObjectsProducer()
getServletContext
@Produces
@ApplicationScoped
protected ServletContext getServletContext()
getServletRequestContext
@Produces
@RequestScoped
protected ServletRequestContext getServletRequestContext()
getServletRequest
@Produces
@RequestScoped
protected ServletRequest getServletRequest()
getServletResponse
@Produces
@RequestScoped
protected ServletResponse getServletResponse()
getServerInfo
@Produces
@ServerInfo
protected String getServerInfo()
Copyright © 2011 Seam Framework. All Rights Reserved.