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

Quick Search    Search Deep

com.sun.facelets.tag.jstl.core
Class IfHandler  view IfHandler download IfHandler.java

java.lang.Object
  extended bycom.sun.facelets.tag.TagHandler
      extended bycom.sun.facelets.tag.jstl.core.IfHandler
All Implemented Interfaces:
com.sun.facelets.FaceletHandler

public final class IfHandler
extends com.sun.facelets.tag.TagHandler

Version:
$Id: IfHandler.java,v 1.4 2005/08/24 04:38:52 jhook Exp $

Field Summary
private  com.sun.facelets.tag.TagAttribute test
           
private  com.sun.facelets.tag.TagAttribute var
           
 
Fields inherited from class com.sun.facelets.tag.TagHandler
nextHandler, tag, tagId
 
Constructor Summary
IfHandler(com.sun.facelets.tag.TagConfig config)
           
 
Method Summary
 void apply(com.sun.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent)
          Process changes on a particular UIComponent
 
Methods inherited from class com.sun.facelets.tag.TagHandler
findNextByType, getAttribute, getRequiredAttribute, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

test

private final com.sun.facelets.tag.TagAttribute test

var

private final com.sun.facelets.tag.TagAttribute var
Constructor Detail

IfHandler

public IfHandler(com.sun.facelets.tag.TagConfig config)
Method Detail

apply

public void apply(com.sun.facelets.FaceletContext ctx,
                  javax.faces.component.UIComponent parent)
           throws java.io.IOException,
                  javax.faces.FacesException,
                  ELException
Description copied from interface: com.sun.facelets.FaceletHandler
Process changes on a particular UIComponent