public class PathFunctionFactory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<java.lang.String,java.lang.Class> |
FUNCTIONS |
| Constructor and Description |
|---|
PathFunctionFactory() |
| Modifier and Type | Method and Description |
|---|---|
static PathFunction |
newFunction(java.lang.String name)
Either provides a pass thru function when the function cannot be properly mapped or otherwise returns the function
implementation based on the name using the internal FUNCTION map
|
public static final java.util.Map<java.lang.String,java.lang.Class> FUNCTIONS
public static PathFunction newFunction(java.lang.String name) throws InvalidPathException
name - The name of the functionInvalidPathExceptionFUNCTIONS,
PathFunction