Uses of Class
com.sun.enterprise.config.modularity.customization.ConfigCustomizationToken
Packages that use ConfigCustomizationToken
Package
Description
-
Uses of ConfigCustomizationToken in com.sun.enterprise.config.modularity
Methods in com.sun.enterprise.config.modularity with parameters of type ConfigCustomizationTokenModifier and TypeMethodDescriptionConfigModularityUtils.getPropertyValue(ConfigCustomizationToken token, org.jvnet.hk2.config.ConfigBeanProxy finalConfigBean) Method parameters in com.sun.enterprise.config.modularity with type arguments of type ConfigCustomizationTokenModifier and TypeMethodDescriptionvoidConfigModularityUtils.addSystemPropertyForToken(List<ConfigCustomizationToken> tokens, SystemPropertyBag bag) -
Uses of ConfigCustomizationToken in com.sun.enterprise.config.modularity.customization
Methods in com.sun.enterprise.config.modularity.customization that return types with arguments of type ConfigCustomizationTokenModifier and TypeMethodDescriptionConfigBeanDefaultValue.getCustomizationTokens()CustomizationTokensProvider.getPresentConfigCustomizationTokens()CustomizationTokensProvider.getPresentDefaultConfigCustomizationTokens()The tokens that are returned by this method will be used directly without consulting the portbase, etc. e.g if the value is 24848 then that is to be used as the system-property value.Methods in com.sun.enterprise.config.modularity.customization with parameters of type ConfigCustomizationTokenModifier and TypeMethodDescriptionbooleanConfigBeanDefaultValue.addCustomizationToken(ConfigCustomizationToken e) Method parameters in com.sun.enterprise.config.modularity.customization with type arguments of type ConfigCustomizationTokenModifier and TypeMethodDescriptionvoidConfigBeanDefaultValue.setCustomizationTokens(List<ConfigCustomizationToken> customizationTokens) Constructor parameters in com.sun.enterprise.config.modularity.customization with type arguments of type ConfigCustomizationTokenModifierConstructorDescriptionConfigBeanDefaultValue(String location, String configBeanClassName, InputStream xmlSnippetFileInputStream, boolean replaceCurrentIfExists, List<ConfigCustomizationToken> customizationTokens) ConfigBeanDefaultValue(String location, String configBeanClassName, String xmlConfiguration, boolean replaceCurrentIfExists, List<ConfigCustomizationToken> customizationTokens)