|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ELText | |
---|---|
com.sun.facelets.compiler | Facelet compiler package, not for extension. |
com.sun.facelets.el | A collection of classes to support EL integration. |
Uses of ELText in com.sun.facelets.compiler |
---|
Constructors in com.sun.facelets.compiler with parameters of type ELText | |
---|---|
XMLInstruction(ELText text)
|
Uses of ELText in com.sun.facelets.el |
---|
Methods in com.sun.facelets.el that return ELText | |
---|---|
ELText |
ELText.apply(javax.el.ExpressionFactory factory,
javax.el.ELContext ctx)
Return an instance of this that is applicable given the
ELContext and ExpressionFactory state. |
static ELText |
ELText.parse(javax.el.ExpressionFactory fact,
javax.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |