Class LoadBundleHandler
- java.lang.Object
- 
- jakarta.faces.view.facelets.TagHandler
- 
- org.apache.myfaces.view.facelets.tag.faces.core.LoadBundleHandler
 
 
- 
- All Implemented Interfaces:
- FaceletHandler
 
 @JSFFaceletTag(name="f:loadBundle", bodyContent="empty") public final class LoadBundleHandler extends TagHandlerLoad a resource bundle localized for the Locale of the current view, and expose it (as a Map) in the request attributes of the current request.- Version:
- $Id$
- Author:
- Jacob Hookom
 
- 
- 
Field Summary- 
Fields inherited from class jakarta.faces.view.facelets.TagHandlernextHandler, tag, tagId
 
- 
 - 
Constructor SummaryConstructors Constructor Description LoadBundleHandler(TagConfig config)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(FaceletContext ctx, UIComponent parent)See taglib documentation.- 
Methods inherited from class jakarta.faces.view.facelets.TagHandlergetAttribute, getRequiredAttribute, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
LoadBundleHandlerpublic LoadBundleHandler(TagConfig config) - Parameters:
- config-
 
 
- 
 - 
Method Detail- 
applypublic void apply(FaceletContext ctx, UIComponent parent) throws IOException, FacesException, FaceletException, jakarta.el.ELException See taglib documentation. See jakarta.faces.view.facelets.FaceletHandler#apply(jakarta.faces.view.facelets.FaceletContext, jakarta.faces.component.UIComponent)- Throws:
- IOException
- FacesException
- FaceletException
- jakarta.el.ELException
 
 
- 
 
-