org.wso2.wsas
Class ServerConstants.ContextPaths

java.lang.Object
  extended byorg.wso2.wsas.ServerConstants.ContextPaths
Enclosing class:
ServerConstants

public static class ServerConstants.ContextPaths
extends java.lang.Object


Field Summary
static java.lang.String DOWNLOAD_PATH
           
static java.lang.String SERVER_PATH
           
static java.lang.String UPLOAD_PATH
           
 
Constructor Summary
ServerConstants.ContextPaths()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UPLOAD_PATH

public static final java.lang.String UPLOAD_PATH
See Also:
Constant Field Values

DOWNLOAD_PATH

public static final java.lang.String DOWNLOAD_PATH
See Also:
Constant Field Values

SERVER_PATH

public static final java.lang.String SERVER_PATH
See Also:
Constant Field Values
Constructor Detail

ServerConstants.ContextPaths

public ServerConstants.ContextPaths()