|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.web.ServletContexts
@Scope(value=EVENT) @Name(value="org.jboss.seam.web.servletContexts") @BypassInterceptors @Install(precedence=0) public class ServletContexts
A Seam component that binds the HttpServletRequest object to the current thread.
| 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 |
|---|
public ServletContexts()
| Method Detail |
|---|
public static ServletContexts instance()
public static ServletContexts getInstance()
public javax.servlet.http.HttpServletRequest getRequest()
public void setRequest(javax.servlet.http.HttpServletRequest request)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||