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, rsvc
Fields inherited from interface org.apache.velocity.runtime.directive.DirectiveConstants
BLOCK, LINE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
protected TrimDirective.Params
getParams
(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, render
Methods 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:
getName
in classTrimDirective
-
getParams
protected TrimDirective.Params getParams(org.apache.velocity.context.InternalContextAdapter context, org.apache.velocity.runtime.parser.node.Node node) throws IOException - Overrides:
getParams
in classTrimDirective
- Throws:
IOException
-