public class JiraVelocityParserPool extends Object implements org.apache.velocity.runtime.ParserPool
A Velocity ParserPool
implementation that is backed by commons-pool. This pool respects the following
properties.
Default: .
Default:
Default:
Constructor and Description |
---|
JiraVelocityParserPool() |
Modifier and Type | Method and Description |
---|---|
org.apache.velocity.runtime.parser.Parser |
get() |
void |
initialize(org.apache.velocity.runtime.RuntimeServices rsvc) |
void |
put(org.apache.velocity.runtime.parser.Parser parser) |
String |
toString() |
public void initialize(org.apache.velocity.runtime.RuntimeServices rsvc)
initialize
in interface org.apache.velocity.runtime.ParserPool
public org.apache.velocity.runtime.parser.Parser get()
get
in interface org.apache.velocity.runtime.ParserPool
public void put(org.apache.velocity.runtime.parser.Parser parser)
put
in interface org.apache.velocity.runtime.ParserPool
Copyright © 2002-2018 Atlassian. All Rights Reserved.