Uses of Class
org.apache.myfaces.view.facelets.el.ELText
Packages that use ELText
Package
Description
Facelet compiler package, not for extension.
A collection of classes to support EL integration.
-
Uses of ELText in org.apache.myfaces.view.facelets.compiler
Constructors in org.apache.myfaces.view.facelets.compiler with parameters of type ELText -
Uses of ELText in org.apache.myfaces.view.facelets.el
Subclasses of ELText in org.apache.myfaces.view.facelets.elModifier and TypeClassDescriptionprotected static final class
protected static final class
protected static final class
Methods in org.apache.myfaces.view.facelets.el that return ELTextModifier and TypeMethodDescriptionELText.apply
(jakarta.el.ExpressionFactory factory, jakarta.el.ELContext ctx) Return an instance ofthis
that is applicable given the ELContext and ExpressionFactory state.ELText.ELCacheableTextVariable.apply
(jakarta.el.ExpressionFactory factory, jakarta.el.ELContext ctx) ELText.ELTextComposite.apply
(jakarta.el.ExpressionFactory factory, jakarta.el.ELContext ctx) ELText.ELTextVariable.apply
(jakarta.el.ExpressionFactory factory, jakarta.el.ELContext ctx) ELText[]
ELText.ELTextComposite.getElements()
static ELText
static ELText
ELText.parse
(jakarta.el.ExpressionFactory fact, jakarta.el.ELContext ctx, String in, Location location) Factory method for creating a validated ELText instance.static ELText
static ELText
Factory method for creating an unvalidated ELText instance.static ELText
ELText.parseAllowEmptyString
(String in, Location location) static ELText[]
ELText.parseAsArray
(jakarta.el.ExpressionFactory fact, jakarta.el.ELContext ctx, String in, Location location) static ELText[]
ELText.parseAsArray
(String in, Location location) Constructors in org.apache.myfaces.view.facelets.el with parameters of type ELText