Package | Description |
---|---|
org.apache.myfaces.view.facelets.compiler |
Facelet compiler package, not for extension.
|
org.apache.myfaces.view.facelets.el |
A collection of classes to support EL integration.
|
Constructor and Description |
---|
XMLInstruction(ELText text) |
Modifier and Type | Method and 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)
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.parseAllowEmptyString(String in) |
static ELText[] |
ELText.parseAsArray(jakarta.el.ExpressionFactory fact,
jakarta.el.ELContext ctx,
String in) |
static ELText[] |
ELText.parseAsArray(String in) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.