com.atlassian.confluence.util.velocity
Interface ConfluenceVelocityTemplate
public interface ConfluenceVelocityTemplate
Exposes template details that are of interest to the Confluence Velocity template rendering subsystem.
isHtmlTemplate
boolean isHtmlTemplate()
- Returns:
- true if this template is appears to contain HTML like markup.
isDeclaredHtmlSafe
boolean isDeclaredHtmlSafe()
- Returns:
- true if this template contains the
HtmlSafeDirective
isPluginTemplate
boolean isPluginTemplate()
- Returns:
- true if this template was loaded from a dynamic plugin.