Package org.wso2.carbon.utils
Class ServerConstants.ContextPaths
- java.lang.Object
-
- org.wso2.carbon.utils.ServerConstants.ContextPaths
-
- Enclosing class:
- ServerConstants
public static class ServerConstants.ContextPaths extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDOWNLOAD_PATHstatic StringSERVER_PATHstatic StringUPLOAD_PATH
-
Constructor Summary
Constructors Constructor Description ContextPaths()
-
-
-
Field Detail
-
UPLOAD_PATH
public static final String UPLOAD_PATH
- See Also:
- Constant Field Values
-
DOWNLOAD_PATH
public static final String DOWNLOAD_PATH
- See Also:
- Constant Field Values
-
SERVER_PATH
public static final String SERVER_PATH
- See Also:
- Constant Field Values
-
-