public class PathFunctionFactory extends Object
Constructor and Description |
---|
PathFunctionFactory() |
Modifier and Type | Method and Description |
---|---|
static PathFunction |
newFunction(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 PathFunction newFunction(String name) throws InvalidPathException
name
- The name of the functionInvalidPathException
FUNCTIONS
,
PathFunction
Copyright © 2018. All rights reserved.