org.apache.myfaces.view.facelets.compiler
Class DoctypeInstruction
java.lang.Object
org.apache.myfaces.view.facelets.compiler.DoctypeInstruction
public class DoctypeInstruction
- extends Object
- Author:
- Leonardo Uribe
Method Summary |
org.apache.myfaces.view.facelets.compiler.Instruction |
apply(javax.el.ExpressionFactory factory,
javax.el.ELContext ctx)
|
boolean |
isLiteral()
|
void |
write(FacesContext context)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoctypeInstruction
public DoctypeInstruction(String name,
String publicId,
String systemId,
boolean html5Doctype)
write
public void write(FacesContext context)
throws IOException
- Throws:
IOException
apply
public org.apache.myfaces.view.facelets.compiler.Instruction apply(javax.el.ExpressionFactory factory,
javax.el.ELContext ctx)
isLiteral
public boolean isLiteral()
Copyright © 2014 The Apache Software Foundation. All rights reserved.