Uses of Class
com.sun.faces.facelets.el.ELText
-
Packages that use ELText Package Description com.sun.faces.facelets.compiler com.sun.faces.facelets.el -
-
Uses of ELText in com.sun.faces.facelets.compiler
Constructors in com.sun.faces.facelets.compiler with parameters of type ELText Constructor Description UIInstructions(ELText txt, com.sun.faces.facelets.compiler.Instruction[] instructions)UIText(String alias, ELText txt)XMLInstruction(ELText text) -
Uses of ELText in com.sun.faces.facelets.el
Methods in com.sun.faces.facelets.el that return ELText Modifier and Type Method Description ELTextELText. apply(jakarta.el.ExpressionFactory factory, jakarta.el.ELContext ctx)Return an instance ofthisthat is applicable given the ELContext and ExpressionFactory state.static ELTextELText. parse(jakarta.el.ExpressionFactory fact, jakarta.el.ELContext ctx, String in)static ELTextELText. parse(jakarta.el.ExpressionFactory fact, jakarta.el.ELContext ctx, String in, String alias)Factory method for creating a validated ELText instance.static ELTextELText. parse(String in)Factory method for creating an unvalidated ELText instance.static ELTextELText. parse(String in, String alias)
-