Package de.xima.fc.mdl.placeholder
Class CommonPlaceholders
- java.lang.Object
-
- de.xima.fc.mdl.placeholder.CommonPlaceholders
-
public final class CommonPlaceholders extends Object
List of common, non-dynamic placeholders that can be used within formcycle.- Since:
- 7.2.0
- Author:
- XIMA MEDIA GmbH
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CommonPlaceholders.DoubleDollar
List of common, non-dynamicsession
placeholders that can be used within formcycle.static class
CommonPlaceholders.NoPrefix
List of common, non-dynamicform
placeholders that can be used within formcycle.static class
CommonPlaceholders.SingleDollar
List of common, non-dynamicsystem
placeholders that can be used within formcycle.
-
Constructor Summary
Constructors Constructor Description CommonPlaceholders()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static IStaticPlaceholder
getBySyntaxKindAndContent(EPlaceholderSyntaxKind syntaxKind, String content)
static com.google.common.collect.ImmutableMap<EPlaceholderSyntaxKind,com.google.common.collect.ImmutableMap<String,IStaticPlaceholder>>
getBySyntaxKindAndContentMap()
Deprecated.
-
-
-
Method Detail
-
getBySyntaxKindAndContent
@Nullable public static IStaticPlaceholder getBySyntaxKindAndContent(EPlaceholderSyntaxKind syntaxKind, String content)
- Parameters:
syntaxKind
- Syntax kind of the placeholder to fetch.content
- Content of the placeholder to fetch.- Returns:
- The placeholder descriptor for the given type and content,
null
if none exists.
-
getBySyntaxKindAndContentMap
@Deprecated public static com.google.common.collect.ImmutableMap<EPlaceholderSyntaxKind,com.google.common.collect.ImmutableMap<String,IStaticPlaceholder>> getBySyntaxKindAndContentMap()
Deprecated.- Returns:
- A map with all builtin non-dynamic placeholders indexed by type and content.
-
-