org.apache.myfaces.custom.autoscroll
Class AutoscrollBehaviorTagHandler

java.lang.Object
  extended by javax.faces.view.facelets.TagHandler
      extended by javax.faces.view.facelets.MetaTagHandler
          extended by javax.faces.view.facelets.DelegatingMetaTagHandler
              extended by javax.faces.view.facelets.FaceletsAttachedObjectHandler
                  extended by javax.faces.view.facelets.BehaviorHandler
                      extended by org.apache.myfaces.custom.autoscroll.AutoscrollBehaviorTagHandler
All Implemented Interfaces:
javax.faces.view.AttachedObjectHandler, javax.faces.view.BehaviorHolderAttachedObjectHandler, javax.faces.view.facelets.FaceletHandler

@JSFFaceletTag(name="t:autoScroll",
               behaviorClass="org.apache.myfaces.custom.autoscroll.AutoscrollBehavior")
public class AutoscrollBehaviorTagHandler
extends javax.faces.view.facelets.BehaviorHandler

Since:
1.1.10
Version:
$Revision: 691856 $ $Date: 2008-09-03 21:40:30 -0500 (miƩ, 03 sep 2008) $
Author:
Leonardo Uribe (latest modification by $Author: lu4242 $)

Field Summary
static String AUTOSCROLL_TAG_ON_PAGE
           
 
Fields inherited from class javax.faces.view.facelets.DelegatingMetaTagHandler
delegateFactory
 
Fields inherited from class javax.faces.view.facelets.TagHandler
nextHandler, tag, tagId
 
Constructor Summary
AutoscrollBehaviorTagHandler(javax.faces.view.facelets.BehaviorConfig config)
           
 
Method Summary
 void apply(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent)
           
 
Methods inherited from class javax.faces.view.facelets.BehaviorHandler
getBehaviorId, getEvent, getEventName, getTagHandlerDelegate
 
Methods inherited from class javax.faces.view.facelets.FaceletsAttachedObjectHandler
applyAttachedObject, getAttachedObjectHandlerHelper, getFor
 
Methods inherited from class javax.faces.view.facelets.DelegatingMetaTagHandler
applyNextHandler, createMetaRuleset, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributes
 
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
 
Methods inherited from interface javax.faces.view.AttachedObjectHandler
applyAttachedObject, getFor
 

Field Detail

AUTOSCROLL_TAG_ON_PAGE

public static final String AUTOSCROLL_TAG_ON_PAGE
See Also:
Constant Field Values
Constructor Detail

AutoscrollBehaviorTagHandler

public AutoscrollBehaviorTagHandler(javax.faces.view.facelets.BehaviorConfig config)
Method Detail

apply

public void apply(javax.faces.view.facelets.FaceletContext ctx,
                  javax.faces.component.UIComponent parent)
           throws IOException
Specified by:
apply in interface javax.faces.view.facelets.FaceletHandler
Overrides:
apply in class javax.faces.view.facelets.DelegatingMetaTagHandler
Throws:
IOException


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.