Package org.mybatis.scripting.velocity
Class SetDirective
java.lang.Object
org.apache.velocity.runtime.directive.Directive
org.mybatis.scripting.velocity.TrimDirective
org.mybatis.scripting.velocity.SetDirective
- All Implemented Interfaces:
Cloneable,org.apache.velocity.runtime.directive.DirectiveConstants
-
Nested Class Summary
Nested classes/interfaces inherited from class org.mybatis.scripting.velocity.TrimDirective
TrimDirective.Params -
Field Summary
Fields inherited from class org.apache.velocity.runtime.directive.Directive
log, rsvcFields inherited from interface org.apache.velocity.runtime.directive.DirectiveConstants
BLOCK, LINE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()protected TrimDirective.ParamsgetParams(org.apache.velocity.context.InternalContextAdapter context, org.apache.velocity.runtime.parser.node.Node node) Methods inherited from class org.mybatis.scripting.velocity.TrimDirective
getType, render, renderMethods inherited from class org.apache.velocity.runtime.directive.Directive
checkArgs, getColumn, getLine, getScopeName, getTemplate, getTemplateName, init, isScopeProvided, makeScope, postRender, preRender, setLocation, setLocation
-
Constructor Details
-
SetDirective
public SetDirective()
-
-
Method Details
-
getName
- Overrides:
getNamein classTrimDirective
-
getParams
protected TrimDirective.Params getParams(org.apache.velocity.context.InternalContextAdapter context, org.apache.velocity.runtime.parser.node.Node node) throws IOException - Overrides:
getParamsin classTrimDirective- Throws:
IOException
-