org.richfaces.taglib
Class EventInjectionSupportHandler

java.lang.Object
  extended by com.sun.facelets.tag.TagHandler
      extended by org.richfaces.taglib.EventInjectionSupportHandler
All Implemented Interfaces:
com.sun.facelets.FaceletHandler
Direct Known Subclasses:
DragSupportHandler, DropSupportHandler

public abstract class EventInjectionSupportHandler
extends com.sun.facelets.tag.TagHandler

Author:
Nick - mailto:nbelaevski@exadel.com created 24.02.2007 Higher abstraction of AjaxSupportHandler

Field Summary
 
Fields inherited from class com.sun.facelets.tag.TagHandler
nextHandler, tag, tagId
 
Constructor Summary
EventInjectionSupportHandler(com.sun.facelets.tag.jsf.ComponentConfig componentConfig, com.sun.facelets.tag.TagHandler tagHandler)
           
 
Method Summary
 void apply(com.sun.facelets.FaceletContext faceletContext, javax.faces.component.UIComponent parent)
           
protected abstract  java.lang.String getEventName()
           
 
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
 

Constructor Detail

EventInjectionSupportHandler

public EventInjectionSupportHandler(com.sun.facelets.tag.jsf.ComponentConfig componentConfig,
                                    com.sun.facelets.tag.TagHandler tagHandler)
Method Detail

getEventName

protected abstract java.lang.String getEventName()

apply

public void apply(com.sun.facelets.FaceletContext faceletContext,
                  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 © 2007. All Rights Reserved.