wt.content
Class ContentServerHelper

java.lang.Object
  extended by wt.content.ContentServerHelper
All Implemented Interfaces:
Externalizable, Serializable

public class ContentServerHelper
extends Object
implements Externalizable

Server side ContentServiceSvr access.

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static ContentServiceSvr service
          

Supported API: true
 
Method Summary
static String getFileName(String fullPath)
          This returns the file name for a full path to a file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

service

public static final ContentServiceSvr service


Supported API: true

Method Detail

getFileName

public static String getFileName(String fullPath)
This returns the file name for a full path to a file. This should be used to set the file name on an ApplicationData before it is passed to the updateContent method.

Supported API: true

Parameters:
fullPath -
Returns:
String