Package de.xima.fc.mdl.placeholder
Class CommonPlaceholders
java.lang.Object
de.xima.fc.mdl.placeholder.CommonPlaceholders
List of common, non-dynamic placeholders that can be used within formcycle.
- Since:
- 7.2.0
- Author:
- XIMA MEDIA GmbH
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumList of common, non-dynamicsessionplaceholders that can be used within formcycle.static enumList of common, non-dynamicformplaceholders that can be used within formcycle.static enumList of common, non-dynamicsystemplaceholders that can be used within formcycle. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IStaticPlaceholdergetBySyntaxKindAndContent(EPlaceholderSyntaxKind syntaxKind, String content) static com.google.common.collect.ImmutableMap<EPlaceholderSyntaxKind,com.google.common.collect.ImmutableMap<String, IStaticPlaceholder>> Deprecated.
-
Constructor Details
-
CommonPlaceholders
public CommonPlaceholders()
-
-
Method Details
-
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,
nullif none exists.
-
getBySyntaxKindAndContentMap
@Deprecated public static com.google.common.collect.ImmutableMap<EPlaceholderSyntaxKind,com.google.common.collect.ImmutableMap<String, getBySyntaxKindAndContentMap()IStaticPlaceholder>> Deprecated.- Returns:
- A map with all builtin non-dynamic placeholders indexed by type and content.
-
getBySyntaxKindAndContent(EPlaceholderSyntaxKind, String).