DirContext
. It locates Web Application MANIFEST.MF file in the /META-INF/ directory of the application and all MANIFEST.MF files in each JAR file located in the WEB-INF/lib directory and creates an ArrayList
of ManifestResorce objects. These objects are then passed to the validateManifestResources method for validation.
@param dirContext The JNDI root of the Web Application
@param context The context from which the Logger and path to theapplication
@return true if all required extensions satisfied
|
|
|
|
|
|
|
|
|
|
|
|
|
|