Package org.apache.shiro.config
Interface Interpolator
-
- All Known Implementing Classes:
CommonsInterpolator,DefaultInterpolator
public interface InterpolatorBasic String interpolation interface. Typically implementations will use the Maven/Ant like notation: ${key}, but This is up to the implementation.- Since:
- 1.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringinterpolate(String value)Interpolatesvalueand returns the result.
-