Class SystemVariableInterpolator
- java.lang.Object
-
- org.apache.wicket.util.string.interpolator.VariableInterpolator
-
- org.apache.wicket.util.string.interpolator.MapVariableInterpolator
-
- org.apache.wicket.util.string.interpolator.SystemVariableInterpolator
-
- All Implemented Interfaces:
Serializable
,IClusterable
public final class SystemVariableInterpolator extends MapVariableInterpolator
Convenient way of interpolating system properties.- Since:
- 1.2.6
- Author:
- Jonathan Locke
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.wicket.util.string.interpolator.VariableInterpolator
string
-
-
Constructor Summary
Constructors Constructor Description SystemVariableInterpolator(String string)
Constructor.
-
Method Summary
-
Methods inherited from class org.apache.wicket.util.string.interpolator.MapVariableInterpolator
getValue, interpolate, setVariables
-
Methods inherited from class org.apache.wicket.util.string.interpolator.VariableInterpolator
toString
-
-
-
-
Constructor Detail
-
SystemVariableInterpolator
public SystemVariableInterpolator(String string)
Constructor.- Parameters:
string
- aString
to interpolate with system properties
-
-