wt.folder
Class FolderServerHelper

java.lang.Object
  extended bywt.folder.FolderServerHelper

public final class FolderServerHelper
extends Object

This class provides the ability for server code to access internal, server only methods defined on the FolderServiceSvr interface.

Supported API: false

Extendable: false

See Also:
FolderServiceSvr

Field Summary
(package private) static FolderCache cache
           
private static String CLASSNAME
           
private static String RESOURCE
           
static FolderServiceSvr service
          

Supported API: false
 
Constructor Summary
FolderServerHelper()
           
 
Method Summary
static FolderCache getCache()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

service

public static final FolderServiceSvr service


Supported API: false


cache

static final FolderCache cache
Constructor Detail

FolderServerHelper

public FolderServerHelper()
Method Detail

getCache

public static final FolderCache getCache()