- getCause(Throwable) - Method in class org.sakaiproject.portal.util.ErrorReporter
-
Compute the cause of a throwable, checking for the special
ServletException case, and the points-to-self case.
- getCDNPath() - Method in class org.sakaiproject.portal.util.PortalBean
-
Returns the CDN Path or empty string (i.e. never null)
- getCDNPath() - Static method in class org.sakaiproject.portal.util.PortalUtils
-
Returns the CDN Path or empty string (i.e. never null)
- getCDNQuery() - Method in class org.sakaiproject.portal.util.PortalBean
-
Returns the CDN query string or empty string (i.e. never null)
- getCDNQuery() - Static method in class org.sakaiproject.portal.util.PortalUtils
-
Returns the CDN query string or empty string (i.e. never null)
- getContentType() - Method in class org.sakaiproject.portal.util.BufferedServletResponse
-
- getContentType() - Method in class org.sakaiproject.portal.util.ByteArrayServletResponse
-
- getCssHead(String, boolean) - Static method in class org.sakaiproject.portal.util.CSSUtils
-
- getCssPortalSkin(String) - Static method in class org.sakaiproject.portal.util.CSSUtils
-
Returns a URL for the portal.css suitable for putting in an href= field.
- getCssPortalSkinCDN(String) - Static method in class org.sakaiproject.portal.util.CSSUtils
-
Returns a URL for the portal.css suitable for putting in an href= field resolved for CDN
- getCssPrintSkin(String) - Static method in class org.sakaiproject.portal.util.CSSUtils
-
Returns a URL for the print.css suitable for putting in an href= field for media="print".
- getCssPrintSkinCDN(String) - Static method in class org.sakaiproject.portal.util.CSSUtils
-
Returns a URL for the print.css suitable for putting in an href= field for media="print"
- getCssPropertiesSkin(String) - Static method in class org.sakaiproject.portal.util.CSSUtils
-
Returns a URL for the properties.css suitable for putting in an href= field.
- getCssPropertiesSkinCDN(String) - Static method in class org.sakaiproject.portal.util.CSSUtils
-
Returns a URL for the properties.css suitable for putting in an href= field
- getCssToolBase() - Static method in class org.sakaiproject.portal.util.CSSUtils
-
Returns a URL for the tool_base.css suitable for putting in an href= field.
- getCssToolBaseCDN() - Static method in class org.sakaiproject.portal.util.CSSUtils
-
Returns a URL for the tool_base.css suitable for putting in an href= fieldresolved for CDN
- getCssToolBaseLink(String, boolean) - Static method in class org.sakaiproject.portal.util.CSSUtils
-
Gets the full CSS link for the tool skin (including print version)
- getCssToolSkin(String) - Static method in class org.sakaiproject.portal.util.CSSUtils
-
Returns a URL for the tool.css suitable for putting in an href= field.
- getCssToolSkinCDN(String) - Static method in class org.sakaiproject.portal.util.CSSUtils
-
Returns a URL for the tool.css suitable for putting in an href= field.
- getCssToolSkinLink(String, boolean) - Static method in class org.sakaiproject.portal.util.CSSUtils
-
- getInternalBuffer() - Method in class org.sakaiproject.portal.util.BufferedServletResponse
-
Retrieve the buffer.
- getInternalBuffer() - Method in class org.sakaiproject.portal.util.ByteArrayServletResponse
-
Retrieve the buffer.
- getLatestJQuery() - Method in class org.sakaiproject.portal.util.PortalBean
-
Returns the text to intelligently include the latest version of jQuery
- getLatestJQueryPath() - Static method in class org.sakaiproject.portal.util.PortalUtils
-
- getLibraryPath() - Method in class org.sakaiproject.portal.util.PortalBean
-
Returns an absolute URL for "/library" servlet with CDN path as necessary
- getLibraryPath() - Static method in class org.sakaiproject.portal.util.PortalUtils
-
Returns an absolute URL for "/library" servlet with CDN path as necessary
- getLocaleString(Locale) - Static method in class org.sakaiproject.portal.util.PortalUtils
-
- getOneTrace(Throwable) - Method in class org.sakaiproject.portal.util.ErrorReporter
-
Format a one-level stack trace, just showing the place where the
exception occurred (the first entry in the stack trace).
- getOutputStream() - Method in class org.sakaiproject.portal.util.ByteArrayServletResponse
-
- getPageForTool(Site, String) - Static method in class org.sakaiproject.portal.util.ToolUtils
-
Look through the pages in a site and find the page that corresponds to a tool.
- getPageUrl(Site, SitePage) - Static method in class org.sakaiproject.portal.util.ToolUtils
-
Captures the rules for getting the URL of a page suitable for a GET request (call only from the tool)
- getPageUrl(HttpServletRequest, Site, SitePage) - Static method in class org.sakaiproject.portal.util.ToolUtils
-
Captures the rules for getting the URL of a page suitable for a GET request
- getPageUrl(HttpServletRequest, Site, SitePage, String) - Static method in class org.sakaiproject.portal.util.ToolUtils
-
Captures the rules for getting the URL of a page suitable for a GET request
- getPageUrl(HttpServletRequest, Site, SitePage, String, boolean, String, String) - Static method in class org.sakaiproject.portal.util.ToolUtils
-
Captures the rules for getting the URL of a page suitable for a GET request
- getPageUrlForTool(HttpServletRequest, Site, ToolConfiguration) - Static method in class org.sakaiproject.portal.util.ToolUtils
-
Look through the pages in a site and get the page URL for a tool.
- getPortalSkinLink(String) - Static method in class org.sakaiproject.portal.util.CSSUtils
-
Gets the full CSS link for the portal skin
- getPortalTermOrder(Set<String>) - Static method in class org.sakaiproject.portal.util.PortalUtils
-
- getRedirect() - Method in class org.sakaiproject.portal.util.ByteArrayServletResponse
-
- getRequestFromThreadLocal() - Static method in class org.sakaiproject.portal.util.ToolUtils
-
Get the servlet request from thread local - call only after RequestFilter has run
- getRequestParameter(String) - Static method in class org.sakaiproject.portal.util.ToolUtils
-
Retriece a request parameter from ThreadLocal (only works after RequestFilter runs)
- getSafePathInfo(HttpServletRequest) - Static method in class org.sakaiproject.portal.util.URLUtils
-
- getScriptPath() - Method in class org.sakaiproject.portal.util.PortalBean
-
Returns an absolute for "/library/js" servlet with CDN path as necessary
- getScriptPath() - Static method in class org.sakaiproject.portal.util.PortalUtils
-
Returns an absolute for "/library/js" servlet with CDN path as necessary
- getSkinFromSite(Site) - Static method in class org.sakaiproject.portal.util.CSSUtils
-
Convenience method to retrieve the skin folder from a site
- getStackTrace(Throwable) - Method in class org.sakaiproject.portal.util.ErrorReporter
-
Format the full stack trace.
- getToolBaseUrl() - Static method in class org.sakaiproject.portal.util.ToolUtils
-
Get the base URL for tools not including the ToolId (only works in tools)
- getToolBaseUrl(HttpServletRequest) - Static method in class org.sakaiproject.portal.util.ToolUtils
-
Get the base URL for tools not including the ToolId
- getToolBorderlessBaseUrl() - Static method in class org.sakaiproject.portal.util.ToolUtils
-
Get the base URL for tools with no "border" - (i.e. within an iframe)
- getToolPopupUrl(ToolConfiguration) - Static method in class org.sakaiproject.portal.util.ToolUtils
-
Captures the rules for the various tools and when they want a popup
- getWebjarsPath() - Static method in class org.sakaiproject.portal.util.PortalUtils
-
Returns an absolute for "/library/webjars" with CDN path as necessary
- getWriter() - Method in class org.sakaiproject.portal.util.BufferedServletResponse
-
- getWriter() - Method in class org.sakaiproject.portal.util.ByteArrayServletResponse
-