org.jboss.seam.core
@BypassInterceptors @Scope(value=STATELESS) @Name(value="org.jboss.seam.core.interpolator") @Install(precedence=0) public class Interpolator extends Object
Constructor and Description |
---|
Interpolator() |
Modifier and Type | Method and Description |
---|---|
static Interpolator |
instance() |
String |
interpolate(String string,
Object... params)
Replace all EL expressions in the form #{...} with their evaluated values.
|
public static Interpolator instance()
Copyright © 2015 Seam Framework. All Rights Reserved.