Interface IShellMechanics
- All Superinterfaces:
IComponent
,IInitializable
,IMechanics
,ISystemHandler
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetCanonicalURI
(IURI shell) Gets the canonical shell uri.getCurrentShellLayout
(IContext ctx, String name) Shell layout path (ie '/ui/portlet/wm_shell_fancy/head.jsp') for the current user's shell and the specified layout name (ie 'head').Current user's shell.getShellLayout
(IURI shell, String name) Shell layout path (ie '/ui/portlet/wm_shell_fancy/head.jsp') for the specified shell and layout name (ie 'head').Methods inherited from interface com.webmethods.portal.system.IComponent
getComponentData, getComponentName, getComponentProvider, getURI, isInitialized, setComponentData, setComponentProvider
Methods inherited from interface com.webmethods.portal.system.init.IInitializable
init, shutdown
-
Field Details
-
PARENT
- See Also:
-
LAYOUT_FOOT
- See Also:
-
LAYOUT_HEAD
- See Also:
-
LAYOUT_LEFT
- See Also:
-
LAYOUT_RIGHT
- See Also:
-
LAYOUT_PORTLET_PSUEDO
- See Also:
-
LAYOUT_PORTLET_PSUEDO_EDIT
- See Also:
-
LAYOUT_TITLEBAR
- See Also:
-
LAYOUT_TITLEBAR_EDIT
- See Also:
-
-
Method Details
-
getCanonicalURI
Gets the canonical shell uri.- Throws:
PortalException
-
getShellLayout
Shell layout path (ie '/ui/portlet/wm_shell_fancy/head.jsp') for the specified shell and layout name (ie 'head').- Throws:
PortalException
-
getCurrentShellURI
Current user's shell.- Throws:
PortalException
-
getCurrentShellLayout
Shell layout path (ie '/ui/portlet/wm_shell_fancy/head.jsp') for the current user's shell and the specified layout name (ie 'head').- Throws:
PortalException
-