org.jboss.seam.core
Class Interpolator
java.lang.Object
org.jboss.seam.core.Interpolator
@BypassInterceptors
@Scope(value=STATELESS)
@Name(value="org.jboss.seam.core.interpolator")
@Install(precedence=0)
public class Interpolator
- extends Object
Interpolates EL expressions in Strings
- Author:
- Gavin King
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Interpolator
public Interpolator()
instance
public static Interpolator instance()
interpolate
public String interpolate(String string,
Object... params)
- Replace all EL expressions in the form #{...} with their evaluated values.
- Parameters:
string
- a template
- Returns:
- the interpolated string
Copyright © 2013 Seam Framework. All Rights Reserved.