|
uPortal 2.4.1 API Documentation |
|||||||||
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
This is an entry point into the uPortal.
Field Summary | |
static java.lang.String |
IDEMPOTENT_URL_TAG
|
static ErrorID |
initPortalContext
|
static java.lang.String |
INTERNAL_TAG_VALUE
|
Constructor Summary | |
PortalSessionManager()
|
Method Summary | |
void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Process HTTP GET request. |
void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Process HTTP POST request |
static PortalSessionManager |
getInstance()
Provides access to the servlet instance ultimately to provide access to the servlet context of the portal. |
static java.io.InputStream |
getResourceAsStream(java.lang.String resource)
Gets an input stream associated with the named resource. |
static java.net.URL |
getResourceAsURL(java.lang.String resource)
Gets a URL associated with the named resource. |
void |
init()
Initialize the PortalSessionManager servlet |
Methods inherited from class javax.servlet.http.HttpServlet |
service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String INTERNAL_TAG_VALUE
public static final java.lang.String IDEMPOTENT_URL_TAG
public static final ErrorID initPortalContext
Constructor Detail |
public PortalSessionManager()
Method Detail |
public static final PortalSessionManager getInstance()
public void init() throws javax.servlet.ServletException
javax.servlet.ServletException
public void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
req
- an incoming HttpServletRequest
valueres
- an outgoing HttpServletResponse
valuepublic void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
req
- an incoming HttpServletRequest
res
- an outgoing HttpServletResponse
public static java.net.URL getResourceAsURL(java.lang.String resource)
resource
- relative to the document root
public static java.io.InputStream getResourceAsStream(java.lang.String resource)
resource
- relative to the document root
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |