Uses of Interface
org.jboss.logmanager.config.ValueExpression
Packages that use ValueExpression
-
Uses of ValueExpression in org.jboss.logmanager.config
Fields in org.jboss.logmanager.config declared as ValueExpressionModifier and TypeFieldDescriptionstatic final ValueExpression<Boolean> ValueExpression.NULL_BOOLEAN_EXPRESSIONstatic final ValueExpression<String> ValueExpression.NULL_STRING_EXPRESSIONMethods in org.jboss.logmanager.config that return ValueExpressionModifier and TypeMethodDescriptionHandlerConfiguration.getEncodingValueExpression()Returns the encoding which may be an expression.HandlerConfiguration.getErrorManagerNameValueExpression()Returns the error manager name which may be an expression.HandlerConfiguration.getFilterValueExpression()Returns a filter that may be an expression.LoggerConfiguration.getFilterValueExpression()Returns a filter that may be an expression.HandlerConfiguration.getFormatterNameValueExpression()Gets the formatter name which may be an expression.HandlerConfiguration.getLevelValueExpression()Returns the level that may be an expression.LoggerConfiguration.getLevelValueExpression()Returns the level that may be an expression.PropertyConfigurable.getPropertyValueExpression(String propertyName) Get the property value.LoggerConfiguration.getUseParentFiltersValueExpression()Returns the value that may be an expression.LoggerConfiguration.getUseParentHandlersValueExpression()Returns the value that may be an expression.Resolves the value of an expression.