com.bea.portal.tools.portal.actions
Class CreateDesktopFromPortalFileAction

java.lang.Object
  extended by com.bea.portal.tools.portal.actions.PortalControlAction
      extended by com.bea.portal.tools.portal.actions.CreateDesktopFromPortalFileAction
All Implemented Interfaces
ControlAction

public class CreateDesktopFromPortalFileAction
extends PortalControlAction

Objects extending this class implement actions to be taken on portal controls. These may be used to specify multiple actions which need to occur in a single transaction by calling the Portal controls' executeActions() method.


Field Summary
 DesktopDefinition desktopDefinition
           
 
Constructor Summary
CreateDesktopFromPortalFileAction(DesktopDefinitionControl desktopDefinitionControl, String portalTemplatePath, String desktopTitle, String desktopDescription, DesktopDefinitionId desktopDefinitionId, int disassemblerAction)
           
 
Method Summary
 void doAction(ResourceContext context)
          Method that actually performs the action(s).
 DesktopDefinition getDesktopDefinition()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

desktopDefinition

public DesktopDefinition desktopDefinition
Constructor Detail

CreateDesktopFromPortalFileAction

public CreateDesktopFromPortalFileAction(DesktopDefinitionControl desktopDefinitionControl,
                                         String portalTemplatePath,
                                         String desktopTitle,
                                         String desktopDescription,
                                         DesktopDefinitionId desktopDefinitionId,
                                         int disassemblerAction)
Method Detail

doAction

public void doAction(ResourceContext context)
              throws Exception
Description copied from class: PortalControlAction
Method that actually performs the action(s).

Specified by:
doAction in interface ControlAction
Specified by:
doAction in class PortalControlAction
Throws
Exception

getDesktopDefinition

public DesktopDefinition getDesktopDefinition()


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.