HandlerContainingConfigurable
, NamedConfigurable
, ObjectConfigurable
, PropertyConfigurable
public interface HandlerConfiguration extends HandlerContainingConfigurable, NamedConfigurable, PropertyConfigurable, ObjectConfigurable
Modifier and Type | Method | Description |
---|---|---|
String |
getEncoding() |
|
ValueExpression<String> |
getEncodingValueExpression() |
Returns the encoding which may be an expression.
|
String |
getErrorManagerName() |
|
ValueExpression<String> |
getErrorManagerNameValueExpression() |
Returns the error manager name which may be an expression.
|
String |
getFilter() |
|
ValueExpression<String> |
getFilterValueExpression() |
Returns a filter that may be an expression.
|
String |
getFormatterName() |
Get the name of the configured formatter for this handler.
|
ValueExpression<String> |
getFormatterNameValueExpression() |
Gets the formatter name which may be an expression.
|
String |
getLevel() |
Gets the level set on the handler.
|
ValueExpression<String> |
getLevelValueExpression() |
Returns the level that may be an expression.
|
void |
setEncoding(String name) |
|
void |
setEncoding(String expression,
String value) |
Sets the expression value for the encoding.
|
void |
setErrorManagerName(String name) |
|
void |
setErrorManagerName(String expression,
String value) |
Sets the expression value for the error manager name.
|
void |
setFilter(String name) |
|
void |
setFilter(String expression,
String value) |
Sets the expression value and for the filter.
|
void |
setFormatterName(String name) |
Set the name of the configured formatter for this handler.
|
void |
setFormatterName(String expression,
String value) |
Sets the expression value for the formatter name.
|
void |
setLevel(String level) |
Sets the level on the handler.
|
void |
setLevel(String expression,
String level) |
Sets the expression value for the level.
|
addHandlerName, getHandlerNames, removeHandlerName, setHandlerNames, setHandlerNames
getName
getClassName, getModuleName
addPostConfigurationMethod, getConstructorProperties, getPostConfigurationMethods, getPropertyNames, getPropertyValueExpression, getPropertyValueString, hasConstructorProperty, hasProperty, removePostConfigurationMethod, removeProperty, setPostConfigurationMethods, setPostConfigurationMethods, setPropertyValueExpression, setPropertyValueExpression, setPropertyValueString
String getFormatterName()
ValueExpression<String> getFormatterNameValueExpression()
void setFormatterName(String name)
name
- the formatter namevoid setFormatterName(String expression, String value)
level
parameter for the
formatter name on the handler.expression
- the expression used to resolve the levelvalue
- the value to set the formatter name tosetFormatterName(String)
,
ValueExpression
String getLevel()
ValueExpression<String> getLevelValueExpression()
void setLevel(String level)
level
- the level to set, may be an expressionValueExpression
void setLevel(String expression, String level)
level
parameter for the
level on the handler.expression
- the expression used to resolve the levellevel
- the level to usesetLevel(String)
,
ValueExpression
String getFilter()
ValueExpression<String> getFilterValueExpression()
void setFilter(String name)
void setFilter(String expression, String value)
value
parameter for the
filter on the handler.expression
- the expressionvalue
- the value to set the filter toString getEncoding()
ValueExpression<String> getEncodingValueExpression()
void setEncoding(String name)
void setEncoding(String expression, String value)
value
parameter for the
encoding on the handler.expression
- the expressionvalue
- the value to set the encoding tosetEncoding(String)
,
ValueExpression
String getErrorManagerName()
ValueExpression<String> getErrorManagerNameValueExpression()
void setErrorManagerName(String name)
void setErrorManagerName(String expression, String value)
value
parameter for the
error manager name on the handler.expression
- the expressionvalue
- the value to set the error manager name tosetErrorManagerName(String)
,
ValueExpression
Copyright © 2019 JBoss by Red Hat. All rights reserved.