Package org.apache.shiro.config.ogdl
Class DefaultInterpolator
java.lang.Object
org.apache.shiro.config.ogdl.DefaultInterpolator
- All Implemented Interfaces:
Interpolator
This
Interpolator simply returns the original value. This is implementation is useful when interpolation
is not desired.- Since:
- 1.4
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultInterpolator
public DefaultInterpolator()
-
-
Method Details
-
interpolate
Simply returns the originalvalue.- Specified by:
interpolatein interfaceInterpolator- Parameters:
value- value to be interpolated.- Returns:
- Simply returns the original
value.
-