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 IStaticPlaceholderCommonPlaceholders.DoubleDollar.valueThe placeholder descriptor with the details about this common placeholder.final IStaticPlaceholderCommonPlaceholders.NoPrefix.valueThe placeholder descriptor with the details about this common placeholder.final IStaticPlaceholderCommonPlaceholders.SingleDollar.valueThe placeholder descriptor with the details about this common placeholder.Methods in de.xima.fc.mdl.placeholder that return IStaticPlaceholderModifier and TypeMethodDescriptionPlaceholderDescriptorBuilder.build()static IStaticPlaceholderCommonPlaceholders.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).