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 enum
List of common, non-dynamicsession
placeholders that can be used within formcycle.static enum
List of common, non-dynamicform
placeholders that can be used within formcycle.static enum
List of common, non-dynamicsystem
placeholders that can be used within formcycle. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IStaticPlaceholder
getBySyntaxKindAndContent
(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,
null
if 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)
.