org.apache.jetspeed.decoration
Interface DecoratorActionsFactory
- All Known Implementing Classes:
- AbstractDecoratorActionsFactory, DefaultDecoratorActionsFactory, PrintSoloDecoratorActionsFactory
public interface DecoratorActionsFactory
Method Summary |
List |
getDecoratorActions(org.apache.jetspeed.request.RequestContext rc,
org.apache.jetspeed.om.common.portlet.PortletApplication pa,
org.apache.pluto.om.window.PortletWindow pw,
javax.portlet.PortletMode pm,
javax.portlet.WindowState ws,
org.apache.jetspeed.decoration.Decoration decoration,
List allowedActions,
org.apache.jetspeed.om.common.portlet.PortletDefinitionComposite portlet,
org.apache.jetspeed.om.page.ContentFragment fragment,
org.apache.jetspeed.security.SecurityAccessController accessController)
|
boolean |
getMaximizeOnEdit()
Maximize portlet window when going into edit mode |
List |
getSupportedActions(org.apache.jetspeed.request.RequestContext rc,
org.apache.jetspeed.om.common.portlet.PortletApplication pa,
org.apache.pluto.om.window.PortletWindow pw,
javax.portlet.PortletMode pm,
javax.portlet.WindowState ws,
org.apache.jetspeed.decoration.Decoration decoration)
|
void |
setMaximizeOnEdit(boolean maxOnEdit)
Maximize portlet window when going into edit mode |
getSupportedActions
List getSupportedActions(org.apache.jetspeed.request.RequestContext rc,
org.apache.jetspeed.om.common.portlet.PortletApplication pa,
org.apache.pluto.om.window.PortletWindow pw,
javax.portlet.PortletMode pm,
javax.portlet.WindowState ws,
org.apache.jetspeed.decoration.Decoration decoration)
getDecoratorActions
List getDecoratorActions(org.apache.jetspeed.request.RequestContext rc,
org.apache.jetspeed.om.common.portlet.PortletApplication pa,
org.apache.pluto.om.window.PortletWindow pw,
javax.portlet.PortletMode pm,
javax.portlet.WindowState ws,
org.apache.jetspeed.decoration.Decoration decoration,
List allowedActions,
org.apache.jetspeed.om.common.portlet.PortletDefinitionComposite portlet,
org.apache.jetspeed.om.page.ContentFragment fragment,
org.apache.jetspeed.security.SecurityAccessController accessController)
setMaximizeOnEdit
void setMaximizeOnEdit(boolean maxOnEdit)
- Maximize portlet window when going into edit mode
- Parameters:
maxOnEdit
-
getMaximizeOnEdit
boolean getMaximizeOnEdit()
- Maximize portlet window when going into edit mode
- Returns:
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.