Interface SnippetProvider
public interface SnippetProvider
Interface providing access to template snippet definitions.
- Since:
- 5.2.180704
-
Method Summary
Modifier and TypeMethodDescription@NotNull String
getExtract
(@Nullable Language language) Get the evaluated header snippet presentation for the given language.@NotNull String
Get the evaluated header snippet presentation for the given language.@Nullable Image<?>
getThumbnail
(@Nullable Language language) Get the evaluated image for the given language.
-
Method Details
-
getThumbnail
Get the evaluated image for the given language. Ifnull
is given as language, the underlying implementation will determine a fitting language to be used. -
getHeader
Get the evaluated header snippet presentation for the given language. Ifnull
is given as language, the underlying implementation will determine a fitting language to be used. -
getExtract
Get the evaluated header snippet presentation for the given language. Ifnull
is given as language, the underlying implementation will determine a fitting language to be used.
-