Package com.atlassian.velocity
Class JiraMethodMap
java.lang.Object
org.apache.velocity.util.introspection.MethodMap
com.atlassian.velocity.JiraMethodMap
public class JiraMethodMap
extends org.apache.velocity.util.introspection.MethodMap
Overrides Velocity method map to utilize its find function but not populate methods cache.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.velocity.util.introspection.MethodMap
org.apache.velocity.util.introspection.MethodMap.AmbiguousException
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
JiraMethodMap
-
-
Method Details
-
get
- Overrides:
get
in classorg.apache.velocity.util.introspection.MethodMap
-
add
- Overrides:
add
in classorg.apache.velocity.util.introspection.MethodMap
-
find
public Method find(String methodName, Object[] args) throws org.apache.velocity.util.introspection.MethodMap.AmbiguousException - Overrides:
find
in classorg.apache.velocity.util.introspection.MethodMap
- Throws:
org.apache.velocity.util.introspection.MethodMap.AmbiguousException
-