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

Quick Search    Search Deep

com.sun.facelets.tag.ui
Class ParamHandler  view ParamHandler download ParamHandler.java

java.lang.Object
  extended bycom.sun.facelets.tag.TagHandler
      extended bycom.sun.facelets.tag.ui.ParamHandler
All Implemented Interfaces:
com.sun.facelets.FaceletHandler

public class ParamHandler
extends com.sun.facelets.tag.TagHandler

Version:
$Id: ParamHandler.java,v 1.5 2005/10/30 01:35:51 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
ParamHandler(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

ParamHandler

public ParamHandler(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