org.ajax4jsf.webapp.taglib
Class EmptyHandler
java.lang.Object
com.sun.facelets.tag.TagHandler
org.ajax4jsf.webapp.taglib.EmptyHandler
- All Implemented Interfaces:
- com.sun.facelets.FaceletHandler
public class EmptyHandler
- extends com.sun.facelets.tag.TagHandler
This if "empty" facelets tag handler stub. This handler used to ignore tags on a page.
At most, it used to bypass <jsp:root> and other tags, so we can use same markup for an facelets an jsp pages.
- Author:
- asmirnov
Fields inherited from class com.sun.facelets.tag.TagHandler |
nextHandler, tag, tagId |
Constructor Summary |
EmptyHandler(com.sun.facelets.tag.TagConfig config)
|
Method Summary |
void |
apply(com.sun.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent)
|
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 |
EmptyHandler
public EmptyHandler(com.sun.facelets.tag.TagConfig config)
apply
public void apply(com.sun.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent)
throws java.io.IOException,
javax.faces.FacesException,
com.sun.facelets.FaceletException,
javax.el.ELException
- Throws:
java.io.IOException
javax.faces.FacesException
com.sun.facelets.FaceletException
javax.el.ELException
Copyright © 2010. All Rights Reserved.