Uses of Class
org.apache.myfaces.view.facelets.el.ELText
-
Packages that use ELText 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. -
-
Uses of ELText in org.apache.myfaces.view.facelets.compiler
Constructors in org.apache.myfaces.view.facelets.compiler with parameters of type ELText Constructor Description XMLInstruction(ELText text)
-
Uses of ELText in org.apache.myfaces.view.facelets.el
Subclasses of ELText in org.apache.myfaces.view.facelets.el Modifier and Type Class Description protected static class
ELText.ELCacheableTextVariable
protected static class
ELText.ELTextComposite
protected static class
ELText.ELTextVariable
Methods in org.apache.myfaces.view.facelets.el that return ELText Modifier and Type Method Description ELText
ELText. apply(javax.el.ExpressionFactory factory, javax.el.ELContext ctx)
Return an instance ofthis
that is applicable given the ELContext and ExpressionFactory state.ELText
ELText.ELCacheableTextVariable. apply(javax.el.ExpressionFactory factory, javax.el.ELContext ctx)
ELText
ELText.ELTextComposite. apply(javax.el.ExpressionFactory factory, javax.el.ELContext ctx)
ELText
ELText.ELTextVariable. apply(javax.el.ExpressionFactory factory, javax.el.ELContext ctx)
ELText[]
ELText.ELTextComposite. getElements()
static ELText
ELText. parse(String in)
static ELText
ELText. parse(String in, Location location)
Factory method for creating an unvalidated ELText instance.static ELText
ELText. parse(javax.el.ExpressionFactory fact, javax.el.ELContext ctx, String in)
static ELText
ELText. parse(javax.el.ExpressionFactory fact, javax.el.ELContext ctx, String in, Location location)
Factory method for creating a validated ELText instance.static ELText
ELText. parseAllowEmptyString(String in, Location location)
static ELText[]
ELText. parseAsArray(String in, Location location)
static ELText[]
ELText. parseAsArray(javax.el.ExpressionFactory fact, javax.el.ELContext ctx, String in, Location location)
Constructors in org.apache.myfaces.view.facelets.el with parameters of type ELText Constructor Description ELTextComposite(ELText[] txt)
-