| javax.servlet.http.HttpServlet org.jasig.portal.PortalSessionManager
PortalSessionManager | public class PortalSessionManager extends HttpServlet (Code) | | This is an entry point into the uPortal.
author: Peter Kharchenko version: $Revision: 36816 $ |
IDEMPOTENT_URL_TAG | final public static String IDEMPOTENT_URL_TAG(Code) | | |
INTERNAL_TAG_VALUE | final public static String INTERNAL_TAG_VALUE(Code) | | |
initPortalContext | final public static ErrorID initPortalContext(Code) | | |
destroy | public void destroy()(Code) | | |
doPost | public void doPost(HttpServletRequest req, HttpServletResponse res)(Code) | | Process HTTP POST request
Parameters: req - an incoming HttpServletRequest value Parameters: res - an outgoing HttpServletResponse value |
getAllowRepeatedRequests | public boolean getAllowRepeatedRequests()(Code) | | Accessor for the ALLOW_REPEATED_REQUESTS member.
boolean value that indicates whether handling repeated requests isenabled |
getFatalError | public boolean getFatalError()(Code) | | Accessor for the fatalError member.
a boolean value indicating if a fatal error occured duing init |
getInstance | final public static PortalSessionManager getInstance()(Code) | | Provides access to the servlet instance ultimately to provide access
to the servlet context of the portal.
instance, the PortalSessionManager servlet instance |
getRandom | public Random getRandom()(Code) | | Accessor for the Random number generator instance
an instance of a random number generator instantiatedby the portal session manager. |
getResourceAsStream | public static java.io.InputStream getResourceAsStream(String resource)(Code) | | Gets an input stream associated with the named resource.
Call this to access files with paths relative to the
document root. Paths should begin with a "/".
Parameters: resource - relative to the document root an input stream assosiated with the named resource |
getResourceAsURL | public static URL getResourceAsURL(String resource)(Code) | | Gets a URL associated with the named resource.
Call this to access files with paths relative to the
document root. Paths should begin with a "/".
Parameters: resource - relative to the document root a URL associated with the named resource or null if the URL isn't accessible |
isServletContext | public static boolean isServletContext()(Code) | | See if our servlet context is available
boolean if so |
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|