| |
|
| org.apache.jetspeed.layout.JetspeedPowerTool
JetspeedPowerTool | public interface JetspeedPowerTool (Code) | | JetspeedPowerTool
author: David Sean Taylor version: $Id: JetspeedPowerTool.java 516448 2007-03-09 16:25:47Z ate $ |
DECORATOR_TYPE | final public static String DECORATOR_TYPE(Code) | | |
FRAGMENT_PROCESSING_ERROR_PREFIX | final public static String FRAGMENT_PROCESSING_ERROR_PREFIX(Code) | | |
GENERIC_TEMPLATE_TYPE | final public static String GENERIC_TEMPLATE_TYPE(Code) | | |
LAYOUT_TEMPLATE_TYPE | final public static String LAYOUT_TEMPLATE_TYPE(Code) | | |
getDecoratorActions | List getDecoratorActions()(Code) | | Gets the list of decorator actions for a window. Each window (on each
page) has its own collection of actionAccess flags associated with it.
A list of actions available to the current window, filtered bysecurty access and current state. throws: Exception - |
getLoggedOn | boolean getLoggedOn()(Code) | | |
getMappedPortletMode | PortletMode getMappedPortletMode() throws Exception(Code) | | Gets the internal (portal) portlet mode for a current portlet window (fragment)
The portlet mode of the current window throws: Exception - |
getMappedWindowState | WindowState getMappedWindowState() throws Exception(Code) | | Gets the internal (portal) window state for the current portlet window (fragment)
The window state for the current window throws: Exception - |
getPageDecoratorActions | List getPageDecoratorActions() throws Exception(Code) | | Gets the list of decorator actions for a page. Each layout fragment on a
page has its own collection of actionAccess flags associated with it.
A list of actions available to the current window, filtered bysecurty access and current state. throws: Exception - |
getPortletEntity | PortletEntity getPortletEntity(ContentFragment f) throws Exception(Code) | | Parameters: f - Fragment whose PortletEntity we want toretreive. The PortletEntity represented by the current fragment. throws: Exception - |
getPortletMode | PortletMode getPortletMode() throws Exception(Code) | | Gets the portlet mode for a current portlet window (fragment)
The portlet mode of the current window throws: Exception - |
getTitle | String getTitle(PortletEntity entity, ContentFragment f)(Code) | |
getTitle
Returns the appropriate for the title based on locale prferences
Parameters: entity - |
getTitle | String getTitle(PortletEntity entity)(Code) | |
getTitle
Returns the appropriate for the title based on locale prferences
Parameters: entity - |
getWindowState | WindowState getWindowState() throws Exception(Code) | | Gets the window state for the current portlet window (fragment)
The window state for the current window throws: Exception - |
isHidden | boolean isHidden(ContentFragment f)(Code) | | Checks the the visibilty of this fragment with respect to the current
RenderReqeust.
Parameters: f - Fragment whether or not the Fragment in question should be consideredvisible during rendering. |
setCurrentLayout | void setCurrentLayout()(Code) | | |
|
|
|