Uses of Interface
org.jboss.logmanager.config.ValueExpression
Packages that use ValueExpression
-
Uses of ValueExpression in org.jboss.logmanager.config
Classes in org.jboss.logmanager.config that implement ValueExpressionFields in org.jboss.logmanager.config declared as ValueExpressionModifier and TypeFieldDescriptionprivate ValueExpression<String> HandlerConfigurationImpl.encodingprivate ValueExpression<String> HandlerConfigurationImpl.errorManagerNameprivate ValueExpression<String> HandlerConfigurationImpl.filterprivate ValueExpression<String> LoggerConfigurationImpl.filterprivate ValueExpression<String> HandlerConfigurationImpl.formatterNameprivate ValueExpression<String> HandlerConfigurationImpl.levelprivate ValueExpression<String> LoggerConfigurationImpl.levelstatic final ValueExpression<Boolean> ValueExpression.NULL_BOOLEAN_EXPRESSIONstatic final ValueExpression<String> ValueExpression.NULL_STRING_EXPRESSIONprivate ValueExpression<Boolean> LoggerConfigurationImpl.useParentHandlersFields in org.jboss.logmanager.config with type parameters of type ValueExpressionModifier and TypeFieldDescriptionprivate final Map<String, ValueExpression<String>> AbstractPropertyConfiguration.propertiesMethods in org.jboss.logmanager.config that return ValueExpressionModifier and TypeMethodDescriptionHandlerConfiguration.getEncodingValueExpression()Returns the encoding which may be an expression.HandlerConfigurationImpl.getEncodingValueExpression()HandlerConfiguration.getErrorManagerNameValueExpression()Returns the error manager name which may be an expression.HandlerConfigurationImpl.getErrorManagerNameValueExpression()HandlerConfiguration.getFilterValueExpression()Returns a filter that may be an expression.HandlerConfigurationImpl.getFilterValueExpression()LoggerConfiguration.getFilterValueExpression()Returns a filter that may be an expression.LoggerConfigurationImpl.getFilterValueExpression()HandlerConfiguration.getFormatterNameValueExpression()Gets the formatter name which may be an expression.HandlerConfigurationImpl.getFormatterNameValueExpression()HandlerConfiguration.getLevelValueExpression()Returns the level that may be an expression.HandlerConfigurationImpl.getLevelValueExpression()LoggerConfiguration.getLevelValueExpression()Returns the level that may be an expression.LoggerConfigurationImpl.getLevelValueExpression()AbstractPropertyConfiguration.getPropertyValueExpression(String propertyName) PropertyConfigurable.getPropertyValueExpression(String propertyName) Get the property value.LoggerConfiguration.getUseParentHandlersValueExpression()Returns a filter that may be an expression.LoggerConfigurationImpl.getUseParentHandlersValueExpression()Resolves the value of an expression.Methods in org.jboss.logmanager.config with parameters of type ValueExpressionModifier and TypeMethodDescription(package private) ObjectProducerLogContextConfigurationImpl.getValue(Class<?> objClass, String propertyName, Class<?> paramType, ValueExpression<String> valueExpression, boolean immediate) private voidHandlerConfigurationImpl.setEncoding(ValueExpression<String> expression) private voidHandlerConfigurationImpl.setErrorManagerName(ValueExpression<String> expression) private voidHandlerConfigurationImpl.setFilter(ValueExpression<String> expression) private voidLoggerConfigurationImpl.setFilter(ValueExpression<String> valueExpression) private voidHandlerConfigurationImpl.setFormatterName(ValueExpression<String> expression) private voidHandlerConfigurationImpl.setLevelValueExpression(ValueExpression<String> expression) private voidLoggerConfigurationImpl.setLevelValueExpression(ValueExpression<String> expression) private voidAbstractPropertyConfiguration.setPropertyValueExpression(String propertyName, ValueExpression<String> expression) private voidLoggerConfigurationImpl.setUseParentHandlers(ValueExpression<Boolean> valueExpression)