org.jboss.seam.servlet
Class ImplicitServletObjectsProducer

java.lang.Object
  extended by 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

Constructor Summary
ImplicitServletObjectsProducer()
           
 
Method Summary
protected  String getServerInfo()
           
protected  javax.servlet.ServletContext getServletContext()
           
protected  javax.servlet.ServletRequest getServletRequest()
           
protected  ServletRequestContext getServletRequestContext()
           
protected  javax.servlet.ServletResponse getServletResponse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImplicitServletObjectsProducer

public ImplicitServletObjectsProducer()
Method Detail

getServletContext

@Produces
@ApplicationScoped
protected javax.servlet.ServletContext getServletContext()

getServletRequestContext

@Produces
@RequestScoped
protected ServletRequestContext getServletRequestContext()

getServletRequest

@Produces
@RequestScoped
protected javax.servlet.ServletRequest getServletRequest()

getServletResponse

@Produces
@RequestScoped
protected javax.servlet.ServletResponse getServletResponse()

getServerInfo

@Produces
@ServerInfo
protected String getServerInfo()


Copyright © 2011 Seam Framework. All Rights Reserved.