Interface SnippetContainer
- All Known Subinterfaces:
LinkTemplate,MasterTemplate,PageTemplate,SectionTemplate,TableTemplate,Template
public interface SnippetContainer
Interface providing means to access snippet definitions.
- Since:
- 5.2.9
-
Method Summary
Modifier and TypeMethodDescription@NotNull SnippetGet a snippet defining object.voidsetSnippet(@NotNull Snippet snippet) Set the snippet as defined in the given object.
-
Method Details
-
getSnippet
Get a snippet defining object.- Returns:
- The snippet.
- Since:
- 5.2.9
-
setSnippet
Set the snippet as defined in the given object.- Parameters:
snippet- The snippet.- Since:
- 5.2.9
-