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  ServletContext getServletContext()
           
protected  ServletRequest getServletRequest()
           
protected  ServletRequestContext getServletRequestContext()
           
protected  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 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.