public class ServletUtilities extends Object
Constructor and Description |
---|
ServletUtilities() |
Modifier and Type | Method and Description |
---|---|
protected static void |
ValidateAppPath(String wfPath,
String coordPath)
accessory static method to check the app path parameter for the request
used only for job-related request and only one of them should exist
|
protected static void |
ValidateAppPath(String wfPath,
String coordPath,
String bundlePath)
accessory static method to check the app path parameter for the request
used only for job-related request and only one of them should exist
bundle appPath is also checked
|
protected static void |
ValidateLibPath(String libPath)
accessory static method to check the lib path parameter for the request
|
public ServletUtilities()
protected static void ValidateAppPath(String wfPath, String coordPath) throws XServletException
wfPath
- workflow app pathcoordPath
- coordinator app pathXServletException
- if either path is not validprotected static void ValidateAppPath(String wfPath, String coordPath, String bundlePath) throws XServletException
wfPath
- workflow app pathcoordPath
- coordinator app pathbundlePath
- bundle app pathXServletException
- if either path is not validprotected static void ValidateLibPath(String libPath) throws XServletException
libPath
- lib pathXServletException
- if either path is not validCopyright © 2018 Apache Software Foundation. All rights reserved.