final class AttributeInstruction extends java.lang.Object implements Instruction
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
alias |
private java.lang.String |
attr |
private ELText |
txt |
Constructor and Description |
---|
AttributeInstruction(java.lang.String alias,
java.lang.String attr,
ELText txt) |
Modifier and Type | Method and Description |
---|---|
Instruction |
apply(javax.el.ExpressionFactory factory,
javax.el.ELContext ctx) |
boolean |
isLiteral() |
void |
write(javax.faces.context.FacesContext context) |
private final java.lang.String alias
private final java.lang.String attr
private final ELText txt
public AttributeInstruction(java.lang.String alias, java.lang.String attr, ELText txt)
public void write(javax.faces.context.FacesContext context) throws java.io.IOException
write
in interface Instruction
java.io.IOException
public Instruction apply(javax.el.ExpressionFactory factory, javax.el.ELContext ctx)
apply
in interface Instruction
public boolean isLiteral()
isLiteral
in interface Instruction
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.