public class LabelSupport extends Object
Label
. This is done by using the Label
s id to
retrieve the message from a MessageSource
. The Label
'sModifier and Type | Field and Description |
---|---|
protected static String |
LABEL_PREFIX |
protected static String |
LABEL_SUFFIX |
Constructor and Description |
---|
LabelSupport(MessageSource messageSource,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
void |
setLabel(Label label,
ExpressionEvaluator expressionEvaluator,
ParameterSupport fieldParameters) |
void |
setLabels(Config config,
ExpressionEvaluator expressionEvaluator,
ParameterSupport fieldParameters) |
void |
setLabels(Labels labels,
ExpressionEvaluator expressionEvaluator,
ParameterSupport fieldParameters) |
protected static final String LABEL_SUFFIX
protected static final String LABEL_PREFIX
public LabelSupport(MessageSource messageSource, Locale locale)
public final void setLabels(Config config, ExpressionEvaluator expressionEvaluator, ParameterSupport fieldParameters)
public final void setLabels(Labels labels, ExpressionEvaluator expressionEvaluator, ParameterSupport fieldParameters)
public final void setLabel(Label label, ExpressionEvaluator expressionEvaluator, ParameterSupport fieldParameters)
Copyright © 2011–2017 aiticon GmbH. All rights reserved.