public class VelocityParserPool
extends java.lang.Object
implements org.apache.velocity.runtime.ParserPool
| Constructor and Description |
|---|
VelocityParserPool() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.velocity.runtime.parser.Parser |
get() |
void |
initialize(org.apache.velocity.runtime.RuntimeServices runtimeServices) |
void |
put(org.apache.velocity.runtime.parser.Parser parser) |
public org.apache.velocity.runtime.parser.Parser get()
get in interface org.apache.velocity.runtime.ParserPoolpublic void initialize(org.apache.velocity.runtime.RuntimeServices runtimeServices)
initialize in interface org.apache.velocity.runtime.ParserPoolpublic void put(org.apache.velocity.runtime.parser.Parser parser)
put in interface org.apache.velocity.runtime.ParserPool