|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.jasig.portal.PortalSessionManager
public class PortalSessionManager
This is an entry point into the uPortal.
| Field Summary | |
|---|---|
static ErrorID |
initPortalContext
|
static Date |
STARTED_AT
|
| Constructor Summary | |
|---|---|
PortalSessionManager()
|
|
| Method Summary | |
|---|---|
void |
destroy()
|
void |
doGet(HttpServletRequest request,
HttpServletResponse res)
Process HTTP GET request. |
protected void |
doGetInternal(IWritableHttpServletRequest writableRequest,
HttpServletResponse res)
Internal method just to clarify that the writableRequest should be used from here on out. |
void |
doPost(HttpServletRequest req,
HttpServletResponse res)
Process HTTP POST request |
boolean |
getFatalError()
Accessor for the fatalError member. |
static PortalSessionManager |
getInstance()
Provides access to the servlet instance ultimately to provide access to the servlet context of the portal. |
Random |
getRandom()
Accessor for the Random number generator instance |
static InputStream |
getResourceAsStream(String resource)
Gets an input stream associated with the named resource. |
static URL |
getResourceAsURL(String resource)
Gets a URL associated with the named resource. |
static ThreadGroup |
getThreadGroup()
|
void |
init()
Initialize the PortalSessionManager servlet |
static boolean |
isServletContext()
See if our servlet context is available |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ErrorID initPortalContext
public static Date STARTED_AT
| Constructor Detail |
|---|
public PortalSessionManager()
| Method Detail |
|---|
public static ThreadGroup getThreadGroup()
public static final PortalSessionManager getInstance()
public void init()
throws ServletException
init in class GenericServletServletExceptionpublic void destroy()
destroy in interface Servletdestroy in class GenericServlet
public void doPost(HttpServletRequest req,
HttpServletResponse res)
doPost in class HttpServletreq - an incoming HttpServletRequest valueres - an outgoing HttpServletResponse value
public void doGet(HttpServletRequest request,
HttpServletResponse res)
doGet in class HttpServletreq - an incoming HttpServletRequestres - an outgoing HttpServletResponse
protected void doGetInternal(IWritableHttpServletRequest writableRequest,
HttpServletResponse res)
public static URL getResourceAsURL(String resource)
resource - relative to the document root
public static InputStream getResourceAsStream(String resource)
resource - relative to the document root
public static boolean isServletContext()
public boolean getFatalError()
public Random getRandom()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||