final class LiteralXMLInstruction extends java.lang.Object implements Instruction
Modifier and Type | Field and Description |
---|---|
private char[] |
instruction |
private int |
len |
private static char[] |
STOP |
Constructor and Description |
---|
LiteralXMLInstruction(java.lang.String literal) |
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 static final char[] STOP
private final char[] instruction
private final int len
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.