com.sun.facelets
Interface FaceletHandler
- All Known Implementing Classes:
- AbstractUIHandler, ActionListenerHandler, AttributeHandler, CatchHandler, ChooseHandler, ChooseOtherwiseHandler, ChooseWhenHandler, ComponentHandler, ComponentRefHandler, CompositeFaceletHandler, CompositionHandler, ConvertDateTimeHandler, ConvertDelegateHandler, ConvertHandler, ConvertNumberHandler, DecorateHandler, DefineHandler, EncodingHandler, FacetHandler, ForEachHandler, HtmlComponentHandler, IfHandler, IncludeHandler, InsertHandler, LoadBundleHandler, MetaTagHandler, ParamHandler, PhaseListenerHandler, RepeatHandler, SetHandler, SetPropertyActionListenerHandler, TagHandler, ValidateDelegateHandler, ValidateHandler, ValueChangeListenerHandler, VerbatimHandler, ViewHandler
public interface FaceletHandler
A participant in UIComponent tree building
- Version:
- $Id: FaceletHandler.java,v 1.2 2005/08/24 04:38:59 jhook Exp $
- Author:
- Jacob Hookom
apply
void apply(FaceletContext ctx,
UIComponent parent)
throws IOException,
FacesException,
FaceletException,
javax.el.ELException
- 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.