Package wt.content
Class ContentServerHelper
java.lang.Object
wt.content.ContentServerHelper
- All Implemented Interfaces:
Externalizable,Serializable
Server side ContentServiceSvr access.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetFileName(String fullPath) This returns the file name for a full path to a file.
-
Field Details
-
service
Supported API: true
-
-
Method Details
-
getFileName
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
-