com.sun.facelets.tag.jsf.core
Class LoadBundleHandler
java.lang.Object
com.sun.facelets.tag.TagHandler
com.sun.facelets.tag.jsf.core.LoadBundleHandler
- All Implemented Interfaces:
- FaceletHandler
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.3 2007/04/08 16:54:47 youngm 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.
- Parameters:
ctx
- the current FaceletContext instance for this executionparent
- the parent UIComponent to operate upon
- Throws:
IOException
FacesException
FaceletException
javax.el.ELException
- See Also:
FaceletHandler.apply(com.sun.facelets.FaceletContext,
javax.faces.component.UIComponent)
Copyright © 2005 All Rights Reserved.