RichFaces UI Components UI 4.2.2.Final

org.richfaces.view.facelets
Class EmptyHandler

java.lang.Object
  extended by javax.faces.view.facelets.TagHandler
      extended by org.richfaces.view.facelets.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

Field Summary
 
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
 

Constructor Detail

EmptyHandler

public EmptyHandler(javax.faces.view.facelets.TagConfig config)
Method Detail

apply

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

RichFaces UI Components UI 4.2.2.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.