ICEfaces 3.1.0
Java API Documentation

org.icefaces.ace.component.ajax
Class AjaxBehaviorHandlerBase

java.lang.Object
  extended by javax.faces.view.facelets.TagHandler
      extended by org.icefaces.ace.component.ajax.AjaxBehaviorHandlerBase
All Implemented Interfaces:
javax.faces.view.facelets.FaceletHandler
Direct Known Subclasses:
AjaxBehaviorHandler

public class AjaxBehaviorHandlerBase
extends javax.faces.view.facelets.TagHandler


Field Summary
static java.lang.String BEHAVIOR_ID
           
protected  javax.faces.view.facelets.TagAttribute disabled
           
protected  javax.faces.view.facelets.TagAttribute event
           
protected  javax.faces.view.facelets.TagAttribute execute
           
protected  javax.faces.view.facelets.TagAttribute immediate
           
protected  javax.faces.view.facelets.TagAttribute listener
           
protected  javax.faces.view.facelets.TagAttribute onComplete
           
protected  javax.faces.view.facelets.TagAttribute onError
           
protected  javax.faces.view.facelets.TagAttribute onStart
           
protected  javax.faces.view.facelets.TagAttribute onSuccess
           
protected  javax.faces.view.facelets.TagAttribute render
           
 
Fields inherited from class javax.faces.view.facelets.TagHandler
nextHandler, tag, tagId
 
Constructor Summary
AjaxBehaviorHandlerBase(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
 

Field Detail

BEHAVIOR_ID

public static final java.lang.String BEHAVIOR_ID
See Also:
Constant Field Values

immediate

protected final javax.faces.view.facelets.TagAttribute immediate

execute

protected final javax.faces.view.facelets.TagAttribute execute

onError

protected final javax.faces.view.facelets.TagAttribute onError

onComplete

protected final javax.faces.view.facelets.TagAttribute onComplete

event

protected final javax.faces.view.facelets.TagAttribute event

listener

protected final javax.faces.view.facelets.TagAttribute listener

onSuccess

protected final javax.faces.view.facelets.TagAttribute onSuccess

onStart

protected final javax.faces.view.facelets.TagAttribute onStart

disabled

protected final javax.faces.view.facelets.TagAttribute disabled

render

protected final javax.faces.view.facelets.TagAttribute render
Constructor Detail

AjaxBehaviorHandlerBase

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

apply

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

ICEfaces 3.1.0
Java API Documentation

Copyright 2012 ICEsoft Technologies Canada Corp., All Rights Reserved.