Class AbstractConfig

  • Direct Known Subclasses:
    BootstrapConfig, JNDIConfig

    public abstract class AbstractConfig
    extends Object
    Abstract configuration class that is based on a bean map.
    • Field Detail

      • valid

        protected boolean valid
    • Constructor Detail

      • AbstractConfig

        public AbstractConfig()
    • Method Detail

      • init

        public void init​(Properties props)
                  throws javax.servlet.ServletException
        Initializes the configuration with values from the given properties
        Parameters:
        props - the configuration properties
        Throws:
        javax.servlet.ServletException
      • init

        public void init​(javax.servlet.ServletConfig ctx)
                  throws javax.servlet.ServletException
        Throws:
        javax.servlet.ServletException
      • toMapName

        public String toMapName​(String name,
                                char delim)
      • validate

        public void validate()
      • isValid

        public boolean isValid()
      • logInfos

        public void logInfos()