Class CustomParseDirective
java.lang.Object
org.apache.velocity.runtime.directive.Directive
org.apache.velocity.runtime.directive.InputBase
org.apache.velocity.runtime.directive.Parse
com.norconex.commons.lang.config.vlt.CustomParseDirective
- All Implemented Interfaces:
Cloneable,DirectiveConstants
-
Field Summary
Fields inherited from interface org.apache.velocity.runtime.directive.DirectiveConstants
BLOCK, LINE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanrender(InternalContextAdapter context, Writer writer, Node node) Methods inherited from class org.apache.velocity.runtime.directive.Parse
checkArgs, getName, getScopeName, getTemplate, getType, initMethods inherited from class org.apache.velocity.runtime.directive.InputBase
getInputEncodingMethods inherited from class org.apache.velocity.runtime.directive.Directive
getColumn, getLine, getTemplate, getTemplateName, isScopeProvided, makeScope, postRender, preRender, setLocation, setLocation
-
Constructor Details
-
CustomParseDirective
public CustomParseDirective()
-
-
Method Details
-
render
public boolean render(InternalContextAdapter context, Writer writer, Node node) throws IOException, ResourceNotFoundException, ParseErrorException, MethodInvocationException - Overrides:
renderin classParse- Throws:
IOExceptionResourceNotFoundExceptionParseErrorExceptionMethodInvocationException
-