org.alfresco.filesys.repo.desk
Class URLDesktopAction

java.lang.Object
  extended by org.alfresco.filesys.alfresco.DesktopAction
      extended by org.alfresco.filesys.repo.desk.URLDesktopAction

public class URLDesktopAction
extends DesktopAction

URL Desktop Action Class

Simple desktop action that returns a test URL.


Field Summary
 
Fields inherited from class org.alfresco.filesys.alfresco.DesktopAction
AttrAlfrescoFiles, AttrAlfrescoFolders, AttrAllowNoParams, AttrAnyFiles, AttrAnyFilesFolders, AttrAnyFolders, AttrClientFiles, AttrClientFolders, AttrMultiplePaths, AttrTargetFiles, AttrTargetFolders, logger, PreConfirmAction, PreCopyToTarget, PreLocalToWorkingCopy, StsAccessDenied, StsAuthTicket, StsBadParameter, StsCommandLine, StsError, StsFileNotFound, StsLaunchURL, StsNoSuchAction, StsNotWorkingCopy, StsSuccess
 
Constructor Summary
URLDesktopAction()
          Class constructor
 
Method Summary
 java.lang.String getConfirmationString()
          Return the action confirmation string to be displayed by the client application
 DesktopResponse runAction(DesktopParams params)
          Run the desktop action
 
Methods inherited from class org.alfresco.filesys.alfresco.DesktopAction
equals, getAttributes, getContext, getName, getPreProcessActions, getPseudoFile, getServiceRegistry, getWebappURL, hasAttribute, hasDebug, hasPreProcessAction, hasPseudoFile, hasWebappURL, initializeAction, initializeAction, setAttributes, setDebug, setFilename, setName, setPath, setPreProcessActions, setPseudoFile, setServiceRegistry, setWebappURL, standardInitialize, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

URLDesktopAction

public URLDesktopAction()
Class constructor

Method Detail

getConfirmationString

public java.lang.String getConfirmationString()
Description copied from class: DesktopAction
Return the action confirmation string to be displayed by the client application

Overrides:
getConfirmationString in class DesktopAction
Returns:
String

runAction

public DesktopResponse runAction(DesktopParams params)
Description copied from class: DesktopAction
Run the desktop action

Specified by:
runAction in class DesktopAction
Parameters:
params - DesktopParams
Returns:
DesktopResponse


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.