org.jboss.seam.web
Class ServletContexts

java.lang.Object
  extended by org.jboss.seam.web.ServletContexts

@Scope(value=EVENT)
@Name(value="org.jboss.seam.web.servletContexts")
@BypassInterceptors
@Install(precedence=0)
public class ServletContexts
extends Object

A Seam component that binds the HttpServletRequest object to the current thread.

Author:
Gavin King

Constructor Summary
ServletContexts()
           
 
Method Summary
static ServletContexts getInstance()
           
 javax.servlet.http.HttpServletRequest getRequest()
           
static ServletContexts instance()
           
 void setRequest(javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletContexts

public ServletContexts()
Method Detail

instance

public static ServletContexts instance()

getInstance

public static ServletContexts getInstance()

getRequest

public javax.servlet.http.HttpServletRequest getRequest()

setRequest

public void setRequest(javax.servlet.http.HttpServletRequest request)


Copyright © 2011 Seam Framework. All Rights Reserved.