org.jboss.seam.rest.util
Class Interpolator
java.lang.Object
org.jboss.seam.rest.util.Interpolator
@ApplicationScoped
public class Interpolator
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
elPattern
public static final Pattern elPattern
Interpolator
public Interpolator()
init
@Inject
public void init(Instance<Expressions> expressions)
- Workaround for GlassFish
interpolate
public String interpolate(String input)
- Evaluates EL expressions contained in the input String.
Copyright © 2011 Seam Framework. All Rights Reserved.