Uses of Interface
de.xima.fc.interfaces.placeholder.IStaticPlaceholder
Packages that use IStaticPlaceholder
-
Uses of IStaticPlaceholder in de.xima.fc.interfaces.placeholder
Methods in de.xima.fc.interfaces.placeholder that return IStaticPlaceholder -
Uses of IStaticPlaceholder in de.xima.fc.mdl.placeholder
Fields in de.xima.fc.mdl.placeholder declared as IStaticPlaceholderModifier and TypeFieldDescriptionfinal IStaticPlaceholder
CommonPlaceholders.DoubleDollar.value
The placeholder descriptor with the details about this common placeholder.final IStaticPlaceholder
CommonPlaceholders.NoPrefix.value
The placeholder descriptor with the details about this common placeholder.final IStaticPlaceholder
CommonPlaceholders.SingleDollar.value
The placeholder descriptor with the details about this common placeholder.Methods in de.xima.fc.mdl.placeholder that return IStaticPlaceholderModifier and TypeMethodDescriptionPlaceholderDescriptorBuilder.build()
static IStaticPlaceholder
CommonPlaceholders.getBySyntaxKindAndContent
(EPlaceholderSyntaxKind syntaxKind, String content) Methods in de.xima.fc.mdl.placeholder that return types with arguments of type IStaticPlaceholderModifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableMap<EPlaceholderSyntaxKind,
com.google.common.collect.ImmutableMap<String, IStaticPlaceholder>> CommonPlaceholders.getBySyntaxKindAndContentMap()
Deprecated.
CommonPlaceholders.getBySyntaxKindAndContent(EPlaceholderSyntaxKind, String)
.