wicket.util.string.interpolator
Class SystemVariableInterpolator

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

public final class SystemVariableInterpolator
extends MapVariableInterpolator

Convenient way of interpolating system properties.

Author:
Jonathan Locke

Field Summary
 
Fields inherited from class wicket.util.string.interpolator.VariableInterpolator
string
 
Constructor Summary
SystemVariableInterpolator(java.lang.String string)
          Constructor
 
Method Summary
 
Methods inherited from class wicket.util.string.interpolator.MapVariableInterpolator
getValue, interpolate, setVariables
 
Methods inherited from class 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(java.lang.String string)
Constructor

Parameters:
string - The string to interpolate with system properties


Copyright © 2004-2007 Wicket developers. All Rights Reserved.