Package | Description |
---|---|
org.apache.commons.chain.web |
Basis for specialized
Context implementations suitable for use
in web applications, and generic Command implementations useful
across web application environments. |
Modifier and Type | Method | Description |
---|---|---|
(package private) static void |
ChainResources.parseClassResources(java.lang.String resources,
ConfigParser parser) |
Parse the specified class loader resources.
|
(package private) static void |
ChainResources.parseClassResources(Catalog catalog,
java.lang.String resources,
ConfigParser parser) |
Deprecated.
Use the variant that does not take a catalog, on a
configuration resource containing "catalog" element(s)
|
private void |
ChainListener.parseJarResources(javax.servlet.ServletContext context,
ConfigParser parser,
org.apache.commons.logging.Log log) |
Parse resources found in JAR files in the
/WEB-INF/lib
subdirectory (if any). |
private void |
ChainListener.parseJarResources(Catalog catalog,
javax.servlet.ServletContext context,
ConfigParser parser,
org.apache.commons.logging.Log log) |
Deprecated.
Use the variant that does not take a catalog, on a
configuration resource containing "catalog" element(s)
|
(package private) static void |
ChainResources.parseWebResources(javax.servlet.ServletContext context,
java.lang.String resources,
ConfigParser parser) |
Parse the specified web application resources.
|
(package private) static void |
ChainResources.parseWebResources(Catalog catalog,
javax.servlet.ServletContext context,
java.lang.String resources,
ConfigParser parser) |
Deprecated.
Use the variant that does not take a catalog, on a
configuration resource containing "catalog" element(s)
|