org.ajax4jsf.webapp.taglib
Class EmptyHandler
java.lang.Object
javax.faces.view.facelets.TagHandler
org.ajax4jsf.webapp.taglib.EmptyHandler
- All Implemented Interfaces:
- javax.faces.view.facelets.FaceletHandler
public class EmptyHandler
- extends javax.faces.view.facelets.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 javax.faces.view.facelets.TagHandler |
nextHandler, tag, tagId |
Constructor Summary |
EmptyHandler(javax.faces.view.facelets.TagConfig config)
|
Method Summary |
void |
apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent)
|
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 |
EmptyHandler
public EmptyHandler(javax.faces.view.facelets.TagConfig config)
apply
public void apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent)
throws java.io.IOException,
javax.faces.FacesException,
javax.faces.view.facelets.FaceletException,
javax.el.ELException
- Throws:
java.io.IOException
javax.faces.FacesException
javax.faces.view.facelets.FaceletException
javax.el.ELException
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.