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
@JSFFaceletTag(name="ui:include",
bodyContent="JSP")
public final class IncludeHandler
- extends TagHandler
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,v 1.5 2008/07/13 19:01:41 rlubke Exp $
- 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
- Throws:
IOException
FacesException
FaceletException
javax.el.ELException
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.