public class MwsShell extends Object
Constructor and Description |
---|
MwsShell() |
Modifier and Type | Method and Description |
---|---|
String |
getHtmlHeadExtraTags()
If there are extra shell tags defined in the properties of the shell, return those here
|
IURI |
getShell()
Returns the URI of the shell resolved for the current user
|
IURI |
shellResource(String shellSection,
String resourceName)
Resolve the URI of resource (usually a portlet) by name from one of the
shell sections of the current shell.
|
public IURI getShell()
public IURI shellResource(String shellSection, String resourceName)
shellSection
- the name of the shell section (head, left, right, or foot)resourceName
- the name of the resource to locatepublic String getHtmlHeadExtraTags()