Class ConfigurationParser<C extends ConfigLoader>

java.lang.Object
com.sun.enterprise.config.modularity.parser.ConfigurationParser<C>

@Service public class ConfigurationParser<C extends ConfigLoader> extends Object
This is a class to create the ConfigBeanProxy from the xml an xml snippet
Author:
Bhakti Mehta, Masoud Kalali
  • Constructor Details

    • ConfigurationParser

      public ConfigurationParser()
  • Method Details

    • parseAndSetConfigBean

      public <T extends org.jvnet.hk2.config.ConfigBeanProxy> void parseAndSetConfigBean(List<ConfigBeanDefaultValue> values)
      Type Parameters:
      T - the ConfigBeanProxy type we are looking for