org.apache.myfaces.view.facelets.tag.jsf.core
Class ViewHandler
java.lang.Object
javax.faces.view.facelets.TagHandler
org.apache.myfaces.view.facelets.tag.jsf.core.ViewHandler
- All Implemented Interfaces:
- FaceletHandler
@JSFFaceletTag(name="f:view",
bodyContent="empty",
componentClass="javax.faces.component.UIViewRoot")
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 1187700 2011-10-22 12:19:37Z bommel $
- 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.
- Throws:
IOException
FacesException
FaceletException
javax.el.ELException
- See Also:
FaceletHandler.apply(javax.faces.view.facelets.FaceletContext, javax.faces.component.UIComponent)
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.