Package | Description |
---|---|
com.sun.faces.facelets.compiler | |
com.sun.faces.facelets.el |
Constructor and Description |
---|
UIInstructions(ELText txt,
com.sun.faces.facelets.compiler.Instruction[] instructions) |
UIText(String alias,
ELText txt) |
XMLInstruction(ELText text) |
Modifier and Type | Method and Description |
---|---|
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) |
static ELText |
ELText.parse(javax.el.ExpressionFactory fact,
javax.el.ELContext ctx,
String in,
String alias)
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.parse(String in,
String alias) |
Copyright © 2010–2021 JBoss by Red Hat. All rights reserved.