Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sun.facelets.compiler
Class TextInstruction  view TextInstruction download TextInstruction.java

java.lang.Object
  extended bycom.sun.facelets.compiler.TextInstruction
All Implemented Interfaces:
Instruction

final class TextInstruction
extends java.lang.Object
implements Instruction


Field Summary
private  java.lang.String alias
           
private  com.sun.facelets.el.ELText txt
           
 
Constructor Summary
TextInstruction(java.lang.String alias, com.sun.facelets.el.ELText txt)
           
 
Method Summary
 Instruction apply(ExpressionFactory factory, ELContext ctx)
           
 boolean isLiteral()
           
 void write(javax.faces.context.FacesContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

txt

private final com.sun.facelets.el.ELText txt

alias

private final java.lang.String alias
Constructor Detail

TextInstruction

public TextInstruction(java.lang.String alias,
                       com.sun.facelets.el.ELText txt)
Method Detail

write

public void write(javax.faces.context.FacesContext context)
           throws java.io.IOException
Specified by:
write in interface Instruction

apply

public Instruction apply(ExpressionFactory factory,
                         ELContext ctx)
Specified by:
apply in interface Instruction

isLiteral

public boolean isLiteral()
Specified by:
isLiteral in interface Instruction