|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.webbeans.servlet.ServletLifecycle
public class ServletLifecycle
Reacts to phases of the servlet life cycles
| Constructor Summary | |
|---|---|
ServletLifecycle()
|
|
| Method Summary | |
|---|---|
static void |
beginApplication(javax.servlet.ServletContext context)
Starts the application Runs the bootstrapper for bean discover and initialization |
static void |
beginRequest(javax.servlet.http.HttpServletRequest request)
Begins a HTTP request Sets the session into the session context |
static void |
beginSession(javax.servlet.http.HttpSession session)
Begins a session |
static void |
endApplication()
Ends the application |
static void |
endRequest(javax.servlet.http.HttpServletRequest request)
Ends a HTTP request |
static void |
endSession(javax.servlet.http.HttpSession session)
Ends a session |
static javax.servlet.ServletContext |
getServletContext()
Gets the servlet context |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServletLifecycle()
| Method Detail |
|---|
public static void beginApplication(javax.servlet.ServletContext context)
context - The servlet contextpublic static void endApplication()
public static void beginSession(javax.servlet.http.HttpSession session)
session - The HTTP sessionpublic static void endSession(javax.servlet.http.HttpSession session)
session - The HTTP sessionpublic static void beginRequest(javax.servlet.http.HttpServletRequest request)
request - The requestpublic static void endRequest(javax.servlet.http.HttpServletRequest request)
request - The requestpublic static javax.servlet.ServletContext getServletContext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||