- 
 
- 
Methods in com.sun.faces.facelets.el that return ELText 
| Modifier and Type | 
Method | 
Description | 
ELText | 
ELText.apply(jakarta.el.ExpressionFactory factory,
jakarta.el.ELContext ctx) | 
 Return an instance of this that is applicable given the ELContext and ExpressionFactory state. 
 | 
static ELText | 
ELText.parse(jakarta.el.ExpressionFactory fact,
jakarta.el.ELContext ctx,
String in) | 
  | 
static ELText | 
ELText.parse(jakarta.el.ExpressionFactory fact,
jakarta.el.ELContext ctx,
String in,
String alias) | 
 Factory method for creating a validated ELText instance. 
 | 
static ELText | 
ELText.parse(String in) | 
 Factory method for creating an unvalidated ELText instance. 
 | 
static ELText | 
ELText.parse(String in,
String alias) | 
  |