Uses of Class
org.apache.commons.chain.config.ConfigParser
-
Packages that use ConfigParser Package Description org.apache.commons.chain.web Basis for specializedContextimplementations suitable for use in web applications, and genericCommandimplementations useful across web application environments. -
-
Uses of ConfigParser in org.apache.commons.chain.web
Methods in org.apache.commons.chain.web with parameters of type ConfigParser Modifier and Type Method Description (package private) static voidChainResources. parseClassResources(java.lang.String resources, ConfigParser parser)Parse the specified class loader resources.(package private) static voidChainResources. 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 voidChainListener. parseJarResources(javax.servlet.ServletContext context, ConfigParser parser, org.apache.commons.logging.Log log)Parse resources found in JAR files in the/WEB-INF/libsubdirectory (if any).private voidChainListener. 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 voidChainResources. parseWebResources(javax.servlet.ServletContext context, java.lang.String resources, ConfigParser parser)Parse the specified web application resources.(package private) static voidChainResources. 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)
-