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 classCommonPlaceholders.DoubleDollarList of common, non-dynamicsessionplaceholders that can be used within formcycle.static classCommonPlaceholders.NoPrefixList of common, non-dynamicformplaceholders that can be used within formcycle.static classCommonPlaceholders.SingleDollarList of common, non-dynamicsystemplaceholders 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 IStaticPlaceholdergetBySyntaxKindAndContent(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, 
nullif 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.
 
 
 - 
 
 -