Class 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

        rsvc
      • Fields inherited from interface org.apache.velocity.runtime.directive.DirectiveConstants

        BLOCK, LINE
    • 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)  
      • Methods inherited from class org.apache.velocity.runtime.directive.Parse

        getName, getType, init
      • Methods inherited from class org.apache.velocity.runtime.directive.InputBase

        getInputEncoding
      • Methods inherited from class org.apache.velocity.runtime.directive.Directive

        getColumn, getLine, getTemplateName, setLocation, setLocation
    • Constructor Detail

      • ProfilingParseDirective

        public ProfilingParseDirective()
    • 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 class org.apache.velocity.runtime.directive.Parse
        Throws:
        IOException
        org.apache.velocity.exception.ResourceNotFoundException
        org.apache.velocity.exception.ParseErrorException
        org.apache.velocity.exception.MethodInvocationException