org.apache.myfaces.view.facelets.compiler
Class DoctypeInstruction

java.lang.Object
  extended by org.apache.myfaces.view.facelets.compiler.DoctypeInstruction

public class DoctypeInstruction
extends Object

Author:
Leonardo Uribe

Constructor Summary
DoctypeInstruction(String name, String publicId, String systemId, boolean html5Doctype)
           
 
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
 

Constructor Detail

DoctypeInstruction

public DoctypeInstruction(String name,
                          String publicId,
                          String systemId,
                          boolean html5Doctype)
Method Detail

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 © 2013 The Apache Software Foundation. All Rights Reserved.