com.sun.facelets.tag.ui
Class DefineHandler
java.lang.Object
com.sun.facelets.tag.TagHandler
com.sun.facelets.tag.ui.DefineHandler
- All Implemented Interfaces:
- FaceletHandler
public final class DefineHandler
- extends TagHandler
- Version:
- $Id: DefineHandler.java,v 1.4 2007/05/06 17:35:04 jhook Exp $
- Author:
- Jacob Hookom
DefineHandler
public DefineHandler(TagConfig config)
- Parameters:
config
-
apply
public void apply(FaceletContext ctx,
UIComponent parent)
throws IOException,
FacesException,
FaceletException,
javax.el.ELException
- Description copied from interface:
FaceletHandler
- Process changes on a particular UIComponent
- Parameters:
ctx
- the current FaceletContext instance for this executionparent
- the parent UIComponent to operate upon
- Throws:
IOException
FacesException
FaceletException
javax.el.ELException
applyDefinition
public void applyDefinition(FaceletContext ctx,
UIComponent parent)
throws IOException,
FacesException,
FaceletException,
javax.el.ELException
- Throws:
IOException
FacesException
FaceletException
javax.el.ELException
getName
public String getName()
Copyright © 2005 All Rights Reserved.