org.apache.myfaces.view.facelets.tag.jsf.core
Class LoadBundleHandler
java.lang.Object
javax.faces.view.facelets.TagHandler
org.apache.myfaces.view.facelets.tag.jsf.core.LoadBundleHandler
- All Implemented Interfaces:
- FaceletHandler
@JSFFaceletTag(name="f:loadBundle",
bodyContent="empty",
tagClass="org.apache.myfaces.taglib.core.LoadBundleTag")
public final class LoadBundleHandler
- extends TagHandler
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: LoadBundleHandler.java,v 1.4 2008/07/13 19:01:44 rlubke Exp $
- Author:
- Jacob Hookom
LoadBundleHandler
public LoadBundleHandler(TagConfig config)
- Parameters:
config
-
apply
public void apply(FaceletContext ctx,
UIComponent parent)
throws IOException,
FacesException,
FaceletException,
javax.el.ELException
- See taglib documentation.
- Throws:
IOException
FacesException
FaceletException
javax.el.ELException
- See Also:
FaceletHandler.apply(javax.faces.view.facelets.FaceletContext, javax.faces.component.UIComponent)
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.