com.sun.facelets.tag.jsf.core
Class ViewHandler
java.lang.Object
com.sun.facelets.tag.TagHandler
com.sun.facelets.tag.jsf.core.ViewHandler
- All Implemented Interfaces:
- FaceletHandler
public final class ViewHandler
- extends TagHandler
Container for all JavaServer Faces core and custom component actions used on
a page.
See tag
documentation.
- Version:
- $Id: ViewHandler.java,v 1.4 2006/05/09 06:25:41 jhook Exp $
- Author:
- Jacob Hookom
ViewHandler
public ViewHandler(TagConfig config)
- Parameters:
config
-
apply
public void apply(FaceletContext ctx,
UIComponent parent)
throws IOException,
FacesException,
FaceletException,
javax.el.ELException
- See taglib documentation.
- Parameters:
ctx
- the current FaceletContext instance for this executionparent
- the parent UIComponent to operate upon
- Throws:
IOException
FacesException
FaceletException
javax.el.ELException
- See Also:
FaceletHandler.apply(com.sun.facelets.FaceletContext,
javax.faces.component.UIComponent)
Copyright © 2005 All Rights Reserved.