public class HtmlHead extends Object
Constructor and Description |
---|
HtmlHead() |
Modifier and Type | Method and Description |
---|---|
String |
getAxsrft()
Returns the anti-cross-site-request-forgery-token for the current http request
|
String |
getClipboardURI()
Returns a brief text description of the clipboard contents
|
String |
getCurrentURL()
Returns the full URL of the current http request
|
String |
getEffectsJS()
Returns the URL of the MWS effects.js file
|
String |
getFullServletPath()
Returns the ful sertlet path of the MWS root servlet context.
|
String |
getGeneralJS()
Returns the URL of the MWS general.js file.
|
String |
getImagesPath()
Returns the root path for images in the MWS root servlet context
|
String |
getPopupMenuItems()
Returns a list of tools menu items available to the current user.
|
String |
getPortalBuild()
Returns the MWS build number.
|
protected IPresentationData |
getPresentationData() |
IURI |
getResourceURI()
Returns the URI of the current resource as specified in the browser address.
|
String |
getScript(String url)
Returns the full URL of a specific client side script.
|
String |
getServerURL()
Returns the servler url of the current request.
|
String |
getSystemTitle()
Return the MWS system title.
|
boolean |
isGrantedSetStartPageRights()
Returns true if the current user has set-start-page rights.
|
boolean |
isTestMode()
Returns whether MWS is flagged as running in test mode.
|
public String getSystemTitle() throws PortalException
PortalException
protected IPresentationData getPresentationData()
PortalException
public boolean isTestMode()
public String getPortalBuild()
public IURI getResourceURI()
public String getFullServletPath()
public String getServerURL()
public String getClipboardURI()
public String getImagesPath()
public String getCurrentURL()
public String getAxsrft()
public boolean isGrantedSetStartPageRights() throws PortalException
PortalException
public String getPopupMenuItems() throws PortalException
PortalException
public String getGeneralJS()
public String getEffectsJS()