com.atlassian.confluence.util.velocity
Interface ConfluenceVelocityTemplate


public interface ConfluenceVelocityTemplate

Exposes template details that are of interest to the Confluence Velocity template rendering subsystem.


Method Summary
 boolean isDeclaredHtmlSafe()
           
 boolean isHtmlTemplate()
           
 boolean isPluginTemplate()
           
 

Method Detail

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.


Copyright © 2003-2011 Atlassian. All Rights Reserved.