Class HtmlHead
java.lang.Object
com.webmethods.caf.faces.bean.mws_ui.HtmlHead
Managed Bean to assist rendering the MWS parts of the html tag.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the anti-cross-site-request-forgery-token for the current http requestReturns a brief text description of the clipboard contentsReturns the full URL of the current http requestReturns the URL of the MWS effects.js fileboolean
Returns the system property value.Returns the ful sertlet path of the MWS root servlet context.Returns the URL of the MWS general.js file.Returns the root path for images in the MWS root servlet contextReturns a list of tools menu items available to the current user.Returns the MWS build number.protected IPresentationData
Returns the URI of the current resource as specified in the browser address.Returns the full URL of a specific client side script.Returns the servler url of the current request.Return the MWS system title.boolean
Returns true if the current user has set-start-page rights.boolean
Returns whether MWS is flagged as running in test mode.
-
Constructor Details
-
HtmlHead
public HtmlHead()
-
-
Method Details
-
getSystemTitle
Return the MWS system title.- Throws:
PortalException
-
getPresentationData
- Returns:
- Throws:
PortalException
-
isTestMode
public boolean isTestMode()Returns whether MWS is flagged as running in test mode. The template may use this information to render additional information while testing. -
getPortalBuild
Returns the MWS build number. -
getResourceURI
Returns the URI of the current resource as specified in the browser address. -
getFullServletPath
Returns the ful sertlet path of the MWS root servlet context. -
getServerURL
Returns the servler url of the current request. The value may differ from the configured front-end url of the cluster configuration. -
getClipboardURI
Returns a brief text description of the clipboard contents -
getImagesPath
Returns the root path for images in the MWS root servlet context -
getCurrentURL
Returns the full URL of the current http request -
getAxsrft
Returns the anti-cross-site-request-forgery-token for the current http request -
isGrantedSetStartPageRights
Returns true if the current user has set-start-page rights.- Throws:
PortalException
-
getPopupMenuItems
Returns a list of tools menu items available to the current user.- Throws:
PortalException
-
getGeneralJS
Returns the URL of the MWS general.js file. -
getEffectsJS
Returns the URL of the MWS effects.js file -
getScript
Returns the full URL of a specific client side script. -
getEnableCMDBtnTimeout
public boolean getEnableCMDBtnTimeout()Returns the system property value.
-