com.sun.facelets.tag.ui
Class IncludeHandler
java.lang.Object
com.sun.facelets.tag.TagHandler
com.sun.facelets.tag.ui.IncludeHandler
- All Implemented Interfaces:
- FaceletHandler
public final class IncludeHandler
- extends TagHandler
- Version:
- $Id: IncludeHandler.java,v 1.6 2009/02/02 22:58:59 driscoll Exp $
- Author:
- Jacob Hookom
IncludeHandler
public IncludeHandler(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
Copyright © 2005 All Rights Reserved.