org.apache.myfaces.view.facelets.tag.ui
Class IncludeHandler
java.lang.Object
javax.faces.view.facelets.TagHandler
org.apache.myfaces.view.facelets.tag.ui.IncludeHandler
- All Implemented Interfaces:
- FaceletHandler, ComponentContainerHandler
@JSFFaceletTag(name="ui:include",
bodyContent="JSP")
public final class IncludeHandler
- extends TagHandler
- implements ComponentContainerHandler
The include tag can point at any Facelet which might use the composition tag,
component tag, or simply be straight XHTML/XML. It should be noted that the
src path does allow relative path names, but they will always be resolved
against the original Facelet requested.
The include tag can be used in conjunction with multiple <ui:param/>
tags to pass EL expressions/values to the target page.
- Version:
- $Id: IncludeHandler.java 1306698 2012-03-29 03:13:06Z lu4242 $
- 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
- Specified by:
apply
in interface FaceletHandler
- Throws:
IOException
FacesException
FaceletException
javax.el.ELException
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.