Class LoadBundleTagHandler

java.lang.Object
javax.faces.view.facelets.TagHandler
com.sun.faces.facelets.tag.TagHandlerImpl
de.xima.fc.gui.taghandler.LoadBundleTagHandler
All Implemented Interfaces:
javax.faces.view.facelets.FaceletHandler

public class LoadBundleTagHandler extends com.sun.faces.facelets.tag.TagHandlerImpl
Deprecated.
The loader attribute is now available in recent releases of OmniFaces.
Same as the f:loadBundle tag, but extends it with an additional attribute loader. This is useful for plugin UIs that need to specify a custom class loader.
Author:
XIMA MEDIA GmbH
  • Field Summary

    Fields inherited from class javax.faces.view.facelets.TagHandler

    nextHandler, tag, tagId
  • Constructor Summary

    Constructors
    Constructor
    Description
    LoadBundleTagHandler(javax.faces.view.facelets.TagConfig config)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent)
    Deprecated.
     

    Methods inherited from class com.sun.faces.facelets.tag.TagHandlerImpl

    findNextByType, findNextByType

    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 Details

    • LoadBundleTagHandler

      public LoadBundleTagHandler(javax.faces.view.facelets.TagConfig config)
      Deprecated.
      Parameters:
      config - The tag config to use for this tag.
  • Method Details

    • apply

      public void apply(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent) throws IOException
      Deprecated.
      Throws:
      IOException