Class ProfilingParseDirective
java.lang.Object
org.apache.velocity.runtime.directive.Directive
org.apache.velocity.runtime.directive.InputBase
org.apache.velocity.runtime.directive.Parse
com.atlassian.confluence.setup.velocity.ProfilingParseDirective
- All Implemented Interfaces:
 Cloneable,org.apache.velocity.runtime.directive.DirectiveConstants
public class ProfilingParseDirective
extends org.apache.velocity.runtime.directive.Parse
- 
Field Summary
Fields inherited from class org.apache.velocity.runtime.directive.Directive
rsvcFields inherited from interface org.apache.velocity.runtime.directive.DirectiveConstants
BLOCK, LINE - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.apache.velocity.runtime.directive.Parse
getName, getType, initMethods inherited from class org.apache.velocity.runtime.directive.InputBase
getInputEncodingMethods inherited from class org.apache.velocity.runtime.directive.Directive
getColumn, getLine, getTemplateName, setLocation, setLocation 
- 
Constructor Details
- 
ProfilingParseDirective
public ProfilingParseDirective() 
 - 
 - 
Method Details
- 
render
public boolean render(org.apache.velocity.context.InternalContextAdapter adapter, Writer writer, org.apache.velocity.runtime.parser.node.Node node) throws IOException, org.apache.velocity.exception.ResourceNotFoundException, org.apache.velocity.exception.ParseErrorException, org.apache.velocity.exception.MethodInvocationException - Overrides:
 renderin classorg.apache.velocity.runtime.directive.Parse- Throws:
 IOExceptionorg.apache.velocity.exception.ResourceNotFoundExceptionorg.apache.velocity.exception.ParseErrorExceptionorg.apache.velocity.exception.MethodInvocationException
 
 -