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 pathXServletExceptionprotected static void ValidateAppPath(String wfPath, String coordPath, String bundlePath) throws XServletException
wfPath - workflow app pathcoordPath - coordinator app pathbundlePath - bundle app pathXServletExceptionprotected static void ValidateLibPath(String libPath) throws XServletException
libPath - lib pathXServletExceptionCopyright © 2016 Apache Software Foundation. All rights reserved.