org.apache.jetspeed.decoration
Class PrintSoloDecoratorActionsFactory

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

public class PrintSoloDecoratorActionsFactory
extends AbstractDecoratorActionsFactory


Field Summary
private static DecoratorActionTemplate PRINT_MODE_TEMPLATE
           
private static DecoratorActionTemplate SOLO_ACTION_TEMPLATE
           
private  List supportedActions
           
private  List supportedSoloActions
           
 
Constructor Summary
PrintSoloDecoratorActionsFactory()
           
 
Method Summary
protected  DecoratorAction createAction(org.apache.jetspeed.request.RequestContext rc, org.apache.pluto.om.window.PortletWindow pw, org.apache.jetspeed.decoration.Decoration decoration, DecoratorActionTemplate template)
           
 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 actionTemplates, org.apache.jetspeed.om.common.portlet.PortletDefinitionComposite portlet, org.apache.jetspeed.om.page.ContentFragment fragment, org.apache.jetspeed.security.SecurityAccessController accessController)
           
 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 cm, javax.portlet.WindowState ws, org.apache.jetspeed.decoration.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
 

Field Detail

PRINT_MODE_TEMPLATE

private static final DecoratorActionTemplate PRINT_MODE_TEMPLATE

SOLO_ACTION_TEMPLATE

private static final DecoratorActionTemplate SOLO_ACTION_TEMPLATE

supportedActions

private final List supportedActions

supportedSoloActions

private final List supportedSoloActions
Constructor Detail

PrintSoloDecoratorActionsFactory

public PrintSoloDecoratorActionsFactory()
Method Detail

getSupportedActions

public 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 cm,
                                javax.portlet.WindowState ws,
                                org.apache.jetspeed.decoration.Decoration decoration)

getDecoratorActions

public 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 actionTemplates,
                                org.apache.jetspeed.om.common.portlet.PortletDefinitionComposite portlet,
                                org.apache.jetspeed.om.page.ContentFragment fragment,
                                org.apache.jetspeed.security.SecurityAccessController accessController)
Specified by:
getDecoratorActions in interface DecoratorActionsFactory
Overrides:
getDecoratorActions in class AbstractDecoratorActionsFactory

createAction

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


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