Class LoadBundleHandler
java.lang.Object
jakarta.faces.view.facelets.TagHandler
com.sun.faces.facelets.tag.TagHandlerImpl
com.sun.faces.facelets.tag.jsf.core.LoadBundleHandler
- All Implemented Interfaces:
FaceletHandler
public final class LoadBundleHandler extends TagHandlerImpl
Load 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.
See tag
documentation.
- Version:
- $Id$
- Author:
- Jacob Hookom
-
Field Summary
-
Constructor Summary
Constructors Constructor Description LoadBundleHandler(TagConfig config)
-
Method Summary
Modifier and Type Method Description void
apply(FaceletContext ctx, UIComponent parent)
See taglib documentation.Methods inherited from class com.sun.faces.facelets.tag.TagHandlerImpl
findNextByType, findNextByType
Methods inherited from class jakarta.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
-
Constructor Details
-
LoadBundleHandler
- Parameters:
config
-
-
-
Method Details
-
apply
See taglib documentation.- Parameters:
ctx
- the current FaceletContext instance for this executionparent
- the parent UIComponent to operate upon- Throws:
IOException
- if unable to loadrelativePath
-