Class JSONEncodingInputStreamDirective

java.lang.Object
org.apache.velocity.runtime.directive.Directive
de.hybris.platform.auditreport.service.impl.velocity.JSONEncodingInputStreamDirective
All Implemented Interfaces:
Cloneable, org.apache.velocity.runtime.directive.DirectiveConstants

public class JSONEncodingInputStreamDirective extends org.apache.velocity.runtime.directive.Directive
  • Field Details

  • Constructor Details

    • JSONEncodingInputStreamDirective

      public JSONEncodingInputStreamDirective()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in class org.apache.velocity.runtime.directive.Directive
    • getType

      public int getType()
      Specified by:
      getType in class org.apache.velocity.runtime.directive.Directive
    • render

      public boolean render(org.apache.velocity.context.InternalContextAdapter context, Writer writer, org.apache.velocity.runtime.parser.node.Node node) throws IOException, org.apache.velocity.exception.MethodInvocationException
      Specified by:
      render in class org.apache.velocity.runtime.directive.Directive
      Throws:
      IOException
      org.apache.velocity.exception.MethodInvocationException
    • encodeHTMLEntities

      protected String encodeHTMLEntities(String text)
      Parameters:
      text - text to encode entities
      Returns:
      encoded text