Class IncludeHandler
java.lang.Object
jakarta.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$
- Author:
- Jacob Hookom
-
Field Summary
Fields inherited from class jakarta.faces.view.facelets.TagHandler
nextHandler, tag, tagId
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jakarta.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
-
Constructor Details
-
IncludeHandler
-
-
Method Details
-
apply
public void apply(FaceletContext ctx, UIComponent parent) throws IOException, FacesException, FaceletException, jakarta.el.ELException - Specified by:
apply
in interfaceFaceletHandler
- Throws:
IOException
FacesException
FaceletException
jakarta.el.ELException
-