org.apache.wicket.util.string.interpolator
Class SystemVariableInterpolator

java.lang.Object
  extended by org.apache.wicket.util.string.interpolator.VariableInterpolator
      extended by org.apache.wicket.util.string.interpolator.MapVariableInterpolator
          extended by org.apache.wicket.util.string.interpolator.SystemVariableInterpolator

public final class SystemVariableInterpolator
extends MapVariableInterpolator

Convenient way of interpolating system properties.

Since:
1.2.6
Author:
Jonathan Locke

Field Summary
 
Fields inherited from class org.apache.wicket.util.string.interpolator.VariableInterpolator
string
 
Constructor Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SystemVariableInterpolator

public SystemVariableInterpolator(String string)
Constructor.

Parameters:
string - a String to interpolate with system properties


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.