Uses of Class
com.sun.enterprise.config.modularity.customization.ConfigBeanDefaultValue
-
Packages that use ConfigBeanDefaultValue Package Description com.sun.enterprise.config.modularity com.sun.enterprise.config.modularity.command com.sun.enterprise.config.modularity.parser -
-
Uses of ConfigBeanDefaultValue in com.sun.enterprise.config.modularity
Methods in com.sun.enterprise.config.modularity that return types with arguments of type ConfigBeanDefaultValue Modifier and Type Method Description List<ConfigBeanDefaultValue>ConfigModularityUtils. getDefaultConfigurations(Class configBeanClass, String runtimeType)If exists, locate and return a URL to the configuration snippet for the given config bean class.Methods in com.sun.enterprise.config.modularity with parameters of type ConfigBeanDefaultValue Modifier and Type Method Description <T extends org.jvnet.hk2.config.ConfigBeanProxy>
voidConfigModularityUtils. applyCustomTokens(ConfigBeanDefaultValue configBeanDefaultValue, T finalConfigBean, org.jvnet.hk2.config.ConfigBeanProxy parent)booleanConfigModularityUtils. deleteConfigurationForConfigBean(org.jvnet.hk2.config.ConfigBeanProxy configBean, Collection col, ConfigBeanDefaultValue defaultValue)<T extends org.jvnet.hk2.config.ConfigBeanProxy>
TConfigModularityUtils. getCurrentConfigBeanForDefaultValue(ConfigBeanDefaultValue defaultValue)StringConfigModularityUtils. replacePropertiesWithCurrentValue(String xmlConfiguration, ConfigBeanDefaultValue value)<T extends org.jvnet.hk2.config.ConfigBeanProxy>
TConfigModularityUtils. setConfigBean(T finalConfigBean, ConfigBeanDefaultValue configBeanDefaultValue, org.jvnet.hk2.config.ConfigBeanProxy parent) -
Uses of ConfigBeanDefaultValue in com.sun.enterprise.config.modularity.command
Method parameters in com.sun.enterprise.config.modularity.command with type arguments of type ConfigBeanDefaultValue Modifier and Type Method Description protected Collection<org.glassfish.api.admin.AccessRequired.AccessCheck>AbstractConfigModularityCommand. getAccessChecksForDefaultValue(List<ConfigBeanDefaultValue> values, String target, List<String> actions) -
Uses of ConfigBeanDefaultValue in com.sun.enterprise.config.modularity.parser
Methods in com.sun.enterprise.config.modularity.parser that return types with arguments of type ConfigBeanDefaultValue Modifier and Type Method Description List<ConfigBeanDefaultValue>ModuleXMLConfigurationFileParser. parseServiceConfiguration(InputStream xmlDocumentStream)Method parameters in com.sun.enterprise.config.modularity.parser with type arguments of type ConfigBeanDefaultValue Modifier and Type Method Description <T extends org.jvnet.hk2.config.ConfigBeanProxy>
voidConfigurationParser. parseAndSetConfigBean(List<ConfigBeanDefaultValue> values)
-