public class TemplateFragmentCondition extends java.lang.Object implements ParserCondition
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_CLONE |
static java.lang.String |
PROPERTY_FILE |
static java.lang.String |
PROPERTY_KEY |
static java.lang.String |
PROPERTY_TEMPLATE |
static java.lang.String |
TAG |
ENTER, SPACE, SPLITEND, SPLITSTART| Constructor and Description |
|---|
TemplateFragmentCondition() |
| Modifier and Type | Method and Description |
|---|---|
void |
create(CharacterBuffer buffer,
TemplateParser parser,
LocalisationInterface customTemplate) |
java.lang.String |
getId() |
java.lang.String |
getKey() |
TemplateFragmentCondition |
getSendableInstance(boolean prototyp) |
java.lang.Object |
getValue(LocalisationInterface variables) |
boolean |
isExpression() |
boolean |
update(java.lang.Object value)
checks or notify this condition.
|
public static final java.lang.String PROPERTY_CLONE
public static final java.lang.String PROPERTY_FILE
public static final java.lang.String PROPERTY_KEY
public static final java.lang.String PROPERTY_TEMPLATE
public static final java.lang.String TAG
public boolean isExpression()
isExpression in interface ParserConditionpublic java.lang.String getKey()
getKey in interface ParserConditionpublic boolean update(java.lang.Object value)
Conditionpublic java.lang.Object getValue(LocalisationInterface variables)
getValue in interface ParserConditionpublic void create(CharacterBuffer buffer, TemplateParser parser, LocalisationInterface customTemplate)
create in interface ParserConditionpublic java.lang.String getId()
public TemplateFragmentCondition getSendableInstance(boolean prototyp)
getSendableInstance in interface ParserCondition