|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.view.facelets.TagHandler
org.apache.myfaces.view.facelets.tag.jsf.core.LoadBundleHandler
@JSFFaceletTag(name="f:loadBundle", bodyContent="empty", tagClass="org.apache.myfaces.taglib.core.LoadBundleTag") public final class LoadBundleHandler
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.
Field Summary |
---|
Fields inherited from class javax.faces.view.facelets.TagHandler |
---|
nextHandler, tag, tagId |
Constructor Summary | |
---|---|
LoadBundleHandler(TagConfig config)
|
Method Summary | |
---|---|
void |
apply(FaceletContext ctx,
UIComponent parent)
See taglib documentation. |
Methods inherited from class javax.faces.view.facelets.TagHandler |
---|
getAttribute, getRequiredAttribute, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LoadBundleHandler(TagConfig config)
config
- Method Detail |
---|
public void apply(FaceletContext ctx, UIComponent parent) throws java.io.IOException, FacesException, FaceletException, javax.el.ELException
java.io.IOException
FacesException
FaceletException
javax.el.ELException
FaceletHandler.apply(javax.faces.view.facelets.FaceletContext, javax.faces.component.UIComponent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |