Package org.sakaiproject.portal.util
Class PortalBean
- java.lang.Object
-
- org.sakaiproject.portal.util.PortalBean
-
public class PortalBean extends Object
-
-
Constructor Summary
Constructors Constructor Description PortalBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCDNPath()Returns the CDN Path or empty string (i.e. never null)StringgetCDNQuery()Returns the CDN query string or empty string (i.e. never null)StringgetLatestJQuery()Returns the text to intelligently include the latest version of jQueryStringgetLibraryPath()Returns an absolute URL for "/library" servlet with CDN path as necessaryStringgetScriptPath()Returns an absolute for "/library/js" servlet with CDN path as necessaryvoidsetCaller(String caller)
-
-
-
Method Detail
-
setCaller
public void setCaller(String caller)
-
getLibraryPath
public String getLibraryPath()
Returns an absolute URL for "/library" servlet with CDN path as necessary
-
getScriptPath
public String getScriptPath()
Returns an absolute for "/library/js" servlet with CDN path as necessary
-
getCDNPath
public String getCDNPath()
Returns the CDN Path or empty string (i.e. never null)
-
getCDNQuery
public String getCDNQuery()
Returns the CDN query string or empty string (i.e. never null)
-
getLatestJQuery
public String getLatestJQuery()
Returns the text to intelligently include the latest version of jQuery
-
-