Class ViewMetadataHandler
- java.lang.Object
- 
- jakarta.faces.view.facelets.TagHandler
- 
- org.apache.myfaces.view.facelets.tag.faces.core.ViewMetadataHandler
 
 
- 
- All Implemented Interfaces:
- FaceletHandler
 
 @JSFFaceletTag(name="f:metadata") public final class ViewMetadataHandler extends TagHandler Defines the view metadata. It is expected that this tag contains only one or many f:viewParam tags.- Version:
- $Revision$ $Date$
- Author:
- Leonardo Uribe (latest modification by $Author$)
 
- 
- 
Field Summary- 
Fields inherited from class jakarta.faces.view.facelets.TagHandlernextHandler, tag, tagId
 
- 
 - 
Constructor SummaryConstructors Constructor Description ViewMetadataHandler(TagConfig config)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(FaceletContext ctx, UIComponent parent)- 
Methods inherited from class jakarta.faces.view.facelets.TagHandlergetAttribute, getRequiredAttribute, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ViewMetadataHandlerpublic ViewMetadataHandler(TagConfig config) 
 
- 
 - 
Method Detail- 
applypublic void apply(FaceletContext ctx, UIComponent parent) throws IOException - Throws:
- IOException
 
 
- 
 
-