Class ServletXMLConfigUtil

  • All Implemented Interfaces:
    TimeConstants

    public class ServletXMLConfigUtil
    extends XMLConfigUtil

    Created by Jeff Gaynor
    on 5/16/13 at 9:45 AM

    • Constructor Detail

      • ServletXMLConfigUtil

        public ServletXMLConfigUtil()
    • Method Detail

      • findConfigurationNode

        public static org.apache.commons.configuration.tree.ConfigurationNode findConfigurationNode​(javax.servlet.ServletContext servletContext,
                                                                                                    String configFileKey,
                                                                                                    String configName,
                                                                                                    String topNodeTag)
        Looks for the configuration in the servlet context using the keys for the init parameters
        Parameters:
        servletContext -
        configFileKey -
        configName -
        topNodeTag -
        Returns: