Uses of Class
org.apache.wicket.util.string.interpolator.VariableInterpolator

Packages that use VariableInterpolator
org.apache.wicket.util.string.interpolator Support for String-variable interpolation. 
 

Uses of VariableInterpolator in org.apache.wicket.util.string.interpolator
 

Subclasses of VariableInterpolator in org.apache.wicket.util.string.interpolator
 class MapVariableInterpolator
          Interpolates variables into a String from a Map.
 class PropertyVariableInterpolator
          Interpolates values into Strings that are produced by interpreting property expressions against a beans model.
 class SystemVariableInterpolator
          Convenient way of interpolating system properties.
 



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