org.jboss.seam.rest.util
Class Interpolator

java.lang.Object
  extended by org.jboss.seam.rest.util.Interpolator

@ApplicationScoped
public class Interpolator
extends Object


Field Summary
static Pattern elPattern
           
 
Constructor Summary
Interpolator()
           
 
Method Summary
 void init(Instance<Expressions> expressions)
          Workaround for GlassFish
 String interpolate(String input)
          Evaluates EL expressions contained in the input String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elPattern

public static final Pattern elPattern
Constructor Detail

Interpolator

public Interpolator()
Method Detail

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.