Package org.wicketstuff.jeeweb.jsf
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
ConstructorsConstructorDescriptionJsfUrlTagHandler(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 TypeMethodDescriptionvoidapply(javax.faces.view.facelets.FaceletContext context, javax.faces.component.UIComponent parent) Applies the url of wicket to the tagMethods inherited from class javax.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
-
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
-