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
-
-
Constructor Summary
Constructors Constructor Description ProfilingParseDirective()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
render(org.apache.velocity.context.InternalContextAdapter adapter, Writer writer, org.apache.velocity.runtime.parser.node.Node node)
-
-
-
Method Detail
-
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:
render
in classorg.apache.velocity.runtime.directive.Parse
- Throws:
IOException
org.apache.velocity.exception.ResourceNotFoundException
org.apache.velocity.exception.ParseErrorException
org.apache.velocity.exception.MethodInvocationException
-
-