public interface MarkdownParserContext
| Modifier and Type | Method and Description |
|---|---|
default Optional<Site.Page> |
getPage()
the current Page Model Object
|
default Optional<String> |
getPagePrefixToApply()
the page prefix to apply
|
default Optional<Site> |
getSite()
The Site Model Object
|
default boolean |
isLinkPrefixEnabled()
indicates whether the prefix ${page.title} should be added or not
|
default Optional<Site.Page> getPage()
default Optional<String> getPagePrefixToApply()
default boolean isLinkPrefixEnabled()
Copyright © 2020. All rights reserved.