com.sun.facelets.tag.jsf.core
Class LoadBundleHandler

java.lang.Object
  extended by com.sun.facelets.tag.TagHandler
      extended by 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

Field Summary
 
Fields inherited from class com.sun.facelets.tag.TagHandler
nextHandler, tag, tagId
 
Constructor Summary
LoadBundleHandler(TagConfig config)
           
 
Method Summary
 void apply(FaceletContext ctx, UIComponent parent)
          See taglib documentation.
 
Methods inherited from class com.sun.facelets.tag.TagHandler
findNextByType, getAttribute, getRequiredAttribute, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoadBundleHandler

public LoadBundleHandler(TagConfig config)
Parameters:
config -
Method Detail

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 execution
parent - 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.