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

Quick Search    Search Deep

com.sun.facelets.tag.jsf.core
Class AttributeHandler  view AttributeHandler download AttributeHandler.java

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

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

Sets the specified name and attribute on the parent UIComponent. If the "value" specified is not a literal, it will instead set the ValueExpression on the UIComponent.

See tag documentation.

Version:
$Id: AttributeHandler.java,v 1.2 2005/08/24 04:38:49 jhook Exp $

Field Summary
private  com.sun.facelets.tag.TagAttribute name
           
private  com.sun.facelets.tag.TagAttribute value
           
 
Fields inherited from class com.sun.facelets.tag.TagHandler
nextHandler, tag, tagId
 
Constructor Summary
AttributeHandler(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

name

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

value

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

AttributeHandler

public AttributeHandler(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,
                  com.sun.facelets.FaceletException,
                  ELException
Description copied from interface: com.sun.facelets.FaceletHandler
Process changes on a particular UIComponent