Uses of Interface
org.apache.shiro.config.Interpolator
-
Packages that use Interpolator Package Description org.apache.shiro.config -
-
Uses of Interpolator in org.apache.shiro.config
Classes in org.apache.shiro.config that implement Interpolator Modifier and Type Class Description classCommonsInterpolatorCommons-Config interpolation wrapper.classDefaultInterpolatorThisInterpolatorsimply returns the original value.Methods in org.apache.shiro.config with parameters of type Interpolator Modifier and Type Method Description voidReflectionBuilder. setInterpolator(Interpolator interpolator)Sets theInterpolatorused when evaluating the right side of the expressions.
-