Class SnippetReferenceBuilder
java.lang.Object
ch.tocco.nice2.optional.cms.impl.form.reference.SnippetReferenceBuilder
- All Implemented Interfaces:
ReferenceBuilder
@Component
@Order(-200)
@Deprecated
public class SnippetReferenceBuilder
extends Object
implements ReferenceBuilder
Deprecated.
Builds the reference object for snippets.
For a snippet we list only the name of the snippet and no page URL, since it can
be included in multiple pages.
-
Field Summary
Fields inherited from interface ch.tocco.nice2.dms.spi.reference.form.ReferenceBuilder
ENTITY_REFERENCE_BUILDER_ORDER
-
Constructor Summary
ConstructorDescriptionSnippetReferenceBuilder
(Context context, TextResources textResources, org.slf4j.Logger log) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbuild
(ContentReferenceSource source, Entity targetEntity) Deprecated.
-
Field Details
-
ORDER
public static final int ORDERDeprecated.- See Also:
-
-
Constructor Details
-
SnippetReferenceBuilder
Deprecated.
-
-
Method Details
-
build
Deprecated.- Specified by:
build
in interfaceReferenceBuilder
-