Class TrimDirective
- java.lang.Object
 - 
- org.apache.velocity.runtime.directive.Directive
 - 
- com.atlassian.confluence.setup.velocity.TrimDirective
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,org.apache.velocity.runtime.directive.DirectiveConstants
@Deprecated(forRemoval=true) public class TrimDirective extends org.apache.velocity.runtime.directive.Directive
Deprecated, for removal: This API element is subject to removal in a future version.since 8.4 use com.atlassian.confluence.velocity.TrimDirectiveSimple velocity directive for trimming whitespace from the rendered body. This directive buffers the entire body render before trimming so is only suitable for small bodies 
- 
- 
Constructor Summary
Constructors Constructor Description TrimDirective()Deprecated, for removal: This API element is subject to removal in a future version. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetName()Deprecated, for removal: This API element is subject to removal in a future version.intgetType()Deprecated, for removal: This API element is subject to removal in a future version.booleanrender(org.apache.velocity.context.InternalContextAdapter internalContextAdapter, Writer writer, org.apache.velocity.runtime.parser.node.Node node)Deprecated, for removal: This API element is subject to removal in a future version. 
 - 
 
- 
- 
Method Detail
- 
getName
public String getName()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
 getNamein classorg.apache.velocity.runtime.directive.Directive
 
- 
getType
public int getType()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
 getTypein classorg.apache.velocity.runtime.directive.Directive
 
- 
render
public boolean render(org.apache.velocity.context.InternalContextAdapter internalContextAdapter, 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.MethodInvocationExceptionDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
 renderin classorg.apache.velocity.runtime.directive.Directive- Throws:
 IOExceptionorg.apache.velocity.exception.ResourceNotFoundExceptionorg.apache.velocity.exception.ParseErrorExceptionorg.apache.velocity.exception.MethodInvocationException
 
 - 
 
 -