Class MwsShell
java.lang.Object
com.webmethods.caf.faces.bean.mws_ui.MwsShell
Managed Bean to help facelet based shells to render
shell related stuff.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIf there are extra shell tags defined in the properties of the shell, return those heregetShell()
Returns the URI of the shell resolved for the current usershellResource
(String shellSection, String resourceName) Resolve the URI of resource (usually a portlet) by name from one of the shell sections of the current shell.
-
Constructor Details
-
MwsShell
public MwsShell()
-
-
Method Details
-
getShell
Returns the URI of the shell resolved for the current user -
shellResource
Resolve the URI of resource (usually a portlet) by name from one of the shell sections of the current shell.- Parameters:
shellSection
- the name of the shell section (head, left, right, or foot)resourceName
- the name of the resource to locate- Returns:
- the URI of found resource or null if it could not be found.
-
getHtmlHeadExtraTags
If there are extra shell tags defined in the properties of the shell, return those here
-