final class EndElementInstruction extends java.lang.Object implements Instruction
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
BODY_ELEMENT |
private java.lang.String |
element |
private static java.lang.String |
HEAD_ELEMENT |
Constructor and Description |
---|
EndElementInstruction(java.lang.String element) |
Modifier and Type | Method and Description |
---|---|
Instruction |
apply(javax.el.ExpressionFactory factory,
javax.el.ELContext ctx) |
boolean |
isLiteral() |
private void |
warnUnhandledResources(javax.faces.context.FacesContext ctx,
java.lang.String target) |
void |
write(javax.faces.context.FacesContext context) |
private static final java.lang.String HEAD_ELEMENT
private static final java.lang.String BODY_ELEMENT
private final java.lang.String element
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
private void warnUnhandledResources(javax.faces.context.FacesContext ctx, java.lang.String target)
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.