public class HtmlCompressorDirective
extends org.apache.velocity.runtime.directive.Directive
HtmlCompressor
Constructor and Description |
---|
HtmlCompressorDirective() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
int |
getType() |
void |
init(org.apache.velocity.runtime.RuntimeServices rs,
org.apache.velocity.context.InternalContextAdapter context,
org.apache.velocity.runtime.parser.node.Node node) |
boolean |
render(org.apache.velocity.context.InternalContextAdapter context,
Writer writer,
org.apache.velocity.runtime.parser.node.Node node) |
public String getName()
getName
in class org.apache.velocity.runtime.directive.Directive
public int getType()
getType
in class org.apache.velocity.runtime.directive.Directive
public void init(org.apache.velocity.runtime.RuntimeServices rs, org.apache.velocity.context.InternalContextAdapter context, org.apache.velocity.runtime.parser.node.Node node) throws org.apache.velocity.exception.TemplateInitException
init
in class org.apache.velocity.runtime.directive.Directive
org.apache.velocity.exception.TemplateInitException
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
render
in class org.apache.velocity.runtime.directive.Directive
IOException
org.apache.velocity.exception.MethodInvocationException
Copyright © 2009–2020 Jeremy Landis. All rights reserved.