org.apache.jetspeed.decoration
Class CustomDecoratorActionsFactory

java.lang.Object
  extended by org.apache.jetspeed.decoration.AbstractDecoratorActionsFactory
      extended by org.apache.jetspeed.decoration.CustomDecoratorActionsFactory
All Implemented Interfaces:
DecoratorActionsFactory

public class CustomDecoratorActionsFactory
extends AbstractDecoratorActionsFactory


Constructor Summary
CustomDecoratorActionsFactory()
           
 
Method Summary
protected  DecoratorAction createAction(RequestContext rc, org.apache.pluto.om.window.PortletWindow pw, Decoration decoration, DecoratorActionTemplate template)
           
 java.util.List getDecoratorActions(RequestContext rc, PortletApplication pa, org.apache.pluto.om.window.PortletWindow pw, javax.portlet.PortletMode pm, javax.portlet.WindowState ws, Decoration decoration, java.util.List actionTemplates, PortletDefinitionComposite portlet, ContentFragment fragment, SecurityAccessController accessController)
           
 java.util.List getSupportedActions(RequestContext rc, PortletApplication pa, org.apache.pluto.om.window.PortletWindow pw, javax.portlet.PortletMode cm, javax.portlet.WindowState ws, Decoration decoration)
           
 
Methods inherited from class org.apache.jetspeed.decoration.AbstractDecoratorActionsFactory
checkSecurityConstraint, getDecoratorActions, getMaximizeOnConfig, getMaximizeOnEdit, getMaximizeOnEditDefaults, setMaximizeOnConfig, setMaximizeOnEdit, setMaximizeOnEditDefaults
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomDecoratorActionsFactory

public CustomDecoratorActionsFactory()
Method Detail

getSupportedActions

public java.util.List getSupportedActions(RequestContext rc,
                                          PortletApplication pa,
                                          org.apache.pluto.om.window.PortletWindow pw,
                                          javax.portlet.PortletMode cm,
                                          javax.portlet.WindowState ws,
                                          Decoration decoration)

getDecoratorActions

public java.util.List getDecoratorActions(RequestContext rc,
                                          PortletApplication pa,
                                          org.apache.pluto.om.window.PortletWindow pw,
                                          javax.portlet.PortletMode pm,
                                          javax.portlet.WindowState ws,
                                          Decoration decoration,
                                          java.util.List actionTemplates,
                                          PortletDefinitionComposite portlet,
                                          ContentFragment fragment,
                                          SecurityAccessController accessController)
Specified by:
getDecoratorActions in interface DecoratorActionsFactory
Overrides:
getDecoratorActions in class AbstractDecoratorActionsFactory

createAction

protected DecoratorAction createAction(RequestContext rc,
                                       org.apache.pluto.om.window.PortletWindow pw,
                                       Decoration decoration,
                                       DecoratorActionTemplate template)
Overrides:
createAction in class AbstractDecoratorActionsFactory


Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.