com.sapportals.wcm.control.util

Class ResourceClientSideUtil

java.lang.Object
  extended by com.sapportals.wcm.control.util.ResourceClientSideUtil

Deprecated. As of NetWeaver 7.1

public class ResourceClientSideUtil
extends Object

Copyright 2004 SAP AG


Nested Class Summary
static class ResourceClientSideUtil.AppletResponse
          Deprecated. As of NetWeaver 7.1
 
Field Summary
static String ACTION_DELETE
          Deprecated.  
static String ACTION_DOWNLOAD_AND_EDIT
          Deprecated. actions
static String ACTION_OPEN_DOCUMENT
          Deprecated.  
static String ACTION_UPLOAD
          Deprecated.  
static String CONDITION_BROWSER
          Deprecated. browser conditions
static String CONDITION_BROWSERERROR
          Deprecated.  
static String CONDITION_CANCELLED
          Deprecated. cancel conditions
static String CONDITION_DELETE
          Deprecated. delete conditions
static String CONDITION_DELETEFAILED
          Deprecated.  
static String CONDITION_DELETEOK
          Deprecated.  
static String CONDITION_DOWNLOAD
          Deprecated. download conditions
static String CONDITION_DOWNLOADFAILED
          Deprecated.  
static String CONDITION_DOWNLOADOK
          Deprecated.  
static String CONDITION_DOWNLOADVIRUSFOUND
          Deprecated.  
static String CONDITION_OPENDOCCOMMFAILURE
          Deprecated.  
static String CONDITION_OPENDOCFILENOTFOUND
          Deprecated.  
static String CONDITION_OPENDOCLOCKFAILURE
          Deprecated.  
static String CONDITION_OPENDOCUMENT
          Deprecated. open document conditions
static String CONDITION_OPENDOCUMENTFAILED
          Deprecated.  
static String CONDITION_OPENDOCUMENTOK
          Deprecated.  
static String CONDITION_STARTAPPLICATION
          Deprecated. start application conditions
static String CONDITION_STARTAPPLICATIONFAILED
          Deprecated.  
static String CONDITION_STARTAPPLICATIONOK
          Deprecated.  
static String CONDITION_UPLOAD
          Deprecated. upload conditions
static String CONDITION_UPLOADCOMMFAILURE
          Deprecated.  
static String CONDITION_UPLOADFAILED
          Deprecated.  
static String CONDITION_UPLOADFILENOTFOUND
          Deprecated.  
static String CONDITION_UPLOADLOCKFAILURE
          Deprecated.  
static String CONDITION_UPLOADOK
          Deprecated.  
static String CONDITION_UPLOADVIRUSFOUND
          Deprecated.  
static String CONDITION_UPORDOWNLOADCANCELLED
          Deprecated.  
static String PARAM_CONTENTTYPE
          Deprecated.  
 
Constructor Summary
ResourceClientSideUtil()
          Deprecated.  
 
Method Summary
static ResourceClientSideUtil.AppletResponse getAppletResponse(String returnValue)
          Deprecated. As of NetWeaver 7.1
static String getConditionInfo(String localFile, String localHost, String condition, Locale locale)
          Deprecated. As of NetWeaver 7.1
static com.sapportals.htmlb.GridLayout renderDocApplication(com.sapportals.htmlb.GridLayout grid, IResource resource, WcmResourceControl control, String returnMethod, String action)
          Deprecated. As of NetWeaver 7.1
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION_DOWNLOAD_AND_EDIT

public static final String ACTION_DOWNLOAD_AND_EDIT
Deprecated. 
actions

See Also:
Constant Field Values

ACTION_UPLOAD

public static final String ACTION_UPLOAD
Deprecated. 
See Also:
Constant Field Values

ACTION_DELETE

public static final String ACTION_DELETE
Deprecated. 
See Also:
Constant Field Values

ACTION_OPEN_DOCUMENT

public static final String ACTION_OPEN_DOCUMENT
Deprecated. 
See Also:
Constant Field Values

CONDITION_DOWNLOAD

public static final String CONDITION_DOWNLOAD
Deprecated. 
download conditions

See Also:
Constant Field Values

CONDITION_DOWNLOADOK

public static final String CONDITION_DOWNLOADOK
Deprecated. 
See Also:
Constant Field Values

CONDITION_DOWNLOADFAILED

public static final String CONDITION_DOWNLOADFAILED
Deprecated. 
See Also:
Constant Field Values

CONDITION_DOWNLOADVIRUSFOUND

public static final String CONDITION_DOWNLOADVIRUSFOUND
Deprecated. 
See Also:
Constant Field Values

CONDITION_UPLOAD

public static final String CONDITION_UPLOAD
Deprecated. 
upload conditions

See Also:
Constant Field Values

CONDITION_UPLOADOK

public static final String CONDITION_UPLOADOK
Deprecated. 
See Also:
Constant Field Values

CONDITION_UPLOADFAILED

public static final String CONDITION_UPLOADFAILED
Deprecated. 
See Also:
Constant Field Values

CONDITION_UPLOADFILENOTFOUND

public static final String CONDITION_UPLOADFILENOTFOUND
Deprecated. 
See Also:
Constant Field Values

CONDITION_UPLOADCOMMFAILURE

public static final String CONDITION_UPLOADCOMMFAILURE
Deprecated. 
See Also:
Constant Field Values

CONDITION_UPLOADLOCKFAILURE

public static final String CONDITION_UPLOADLOCKFAILURE
Deprecated. 
See Also:
Constant Field Values

CONDITION_UPLOADVIRUSFOUND

public static final String CONDITION_UPLOADVIRUSFOUND
Deprecated. 
See Also:
Constant Field Values

CONDITION_STARTAPPLICATION

public static final String CONDITION_STARTAPPLICATION
Deprecated. 
start application conditions

See Also:
Constant Field Values

CONDITION_STARTAPPLICATIONOK

public static final String CONDITION_STARTAPPLICATIONOK
Deprecated. 
See Also:
Constant Field Values

CONDITION_STARTAPPLICATIONFAILED

public static final String CONDITION_STARTAPPLICATIONFAILED
Deprecated. 
See Also:
Constant Field Values

CONDITION_DELETE

public static final String CONDITION_DELETE
Deprecated. 
delete conditions

See Also:
Constant Field Values

CONDITION_DELETEOK

public static final String CONDITION_DELETEOK
Deprecated. 
See Also:
Constant Field Values

CONDITION_DELETEFAILED

public static final String CONDITION_DELETEFAILED
Deprecated. 
See Also:
Constant Field Values

CONDITION_OPENDOCUMENT

public static final String CONDITION_OPENDOCUMENT
Deprecated. 
open document conditions

See Also:
Constant Field Values

CONDITION_OPENDOCUMENTOK

public static final String CONDITION_OPENDOCUMENTOK
Deprecated. 
See Also:
Constant Field Values

CONDITION_OPENDOCUMENTFAILED

public static final String CONDITION_OPENDOCUMENTFAILED
Deprecated. 
See Also:
Constant Field Values

CONDITION_OPENDOCFILENOTFOUND

public static final String CONDITION_OPENDOCFILENOTFOUND
Deprecated. 
See Also:
Constant Field Values

CONDITION_OPENDOCCOMMFAILURE

public static final String CONDITION_OPENDOCCOMMFAILURE
Deprecated. 
See Also:
Constant Field Values

CONDITION_OPENDOCLOCKFAILURE

public static final String CONDITION_OPENDOCLOCKFAILURE
Deprecated. 
See Also:
Constant Field Values

CONDITION_CANCELLED

public static final String CONDITION_CANCELLED
Deprecated. 
cancel conditions

See Also:
Constant Field Values

CONDITION_UPORDOWNLOADCANCELLED

public static final String CONDITION_UPORDOWNLOADCANCELLED
Deprecated. 
See Also:
Constant Field Values

CONDITION_BROWSER

public static final String CONDITION_BROWSER
Deprecated. 
browser conditions

See Also:
Constant Field Values

CONDITION_BROWSERERROR

public static final String CONDITION_BROWSERERROR
Deprecated. 
See Also:
Constant Field Values

PARAM_CONTENTTYPE

public static final String PARAM_CONTENTTYPE
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

ResourceClientSideUtil

public ResourceClientSideUtil()
Deprecated. 
Method Detail

renderDocApplication

public static com.sapportals.htmlb.GridLayout renderDocApplication(com.sapportals.htmlb.GridLayout grid,
                                                                   IResource resource,
                                                                   WcmResourceControl control,
                                                                   String returnMethod,
                                                                   String action)
                                                            throws WcmException
Deprecated. As of NetWeaver 7.1

Throws:
WcmException

getAppletResponse

public static ResourceClientSideUtil.AppletResponse getAppletResponse(String returnValue)
Deprecated. As of NetWeaver 7.1


getConditionInfo

public static String getConditionInfo(String localFile,
                                      String localHost,
                                      String condition,
                                      Locale locale)
                               throws WcmException
Deprecated. As of NetWeaver 7.1

Throws:
WcmException
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/nonwduideprecated api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2014 SAP AG Complete Copyright Notice