Class JsfUrlTagHandler

java.lang.Object
javax.faces.view.facelets.TagHandler
org.wicketstuff.jeeweb.jsf.JsfUrlTagHandler
All Implemented Interfaces:
javax.faces.view.facelets.FaceletHandler

public final class JsfUrlTagHandler extends javax.faces.view.facelets.TagHandler
Same as JspUrlTagSupport but for JSF
Author:
Tobias Soloschenko
See Also:
  • Field Summary

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

    nextHandler, tag, tagId
  • Constructor Summary

    Constructors
    Constructor
    Description
    JsfUrlTagHandler(javax.faces.view.facelets.TagConfig config)
    Creates the tag by reading the config which contains the page and the query as param
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(javax.faces.view.facelets.FaceletContext context, javax.faces.component.UIComponent parent)
    Applies the url of wicket to the tag

    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

    • JsfUrlTagHandler

      public JsfUrlTagHandler(javax.faces.view.facelets.TagConfig config)
      Creates the tag by reading the config which contains the page and the query as param
      Parameters:
      config - the tag config to read the params
  • Method Details

    • apply

      public void apply(javax.faces.view.facelets.FaceletContext context, javax.faces.component.UIComponent parent) throws IOException
      Applies the url of wicket to the tag
      Throws:
      IOException