org.ajax4jsf.component
Class UIDataAdaptor.ComponentVisitor

java.lang.Object
  extended by org.ajax4jsf.component.UIDataAdaptor.ComponentVisitor
All Implemented Interfaces:
org.ajax4jsf.model.DataVisitor
Enclosing class:
UIDataAdaptor

protected abstract class UIDataAdaptor.ComponentVisitor
extends java.lang.Object
implements org.ajax4jsf.model.DataVisitor

Base class for visit data model at phases decode, validation and update model

Author:
shura

Constructor Summary
protected UIDataAdaptor.ComponentVisitor()
           
 
Method Summary
 void process(javax.faces.context.FacesContext context, java.lang.Object rowKey, java.lang.Object argument)
           
abstract  void processComponent(javax.faces.context.FacesContext context, javax.faces.component.UIComponent c, java.lang.Object argument)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIDataAdaptor.ComponentVisitor

protected UIDataAdaptor.ComponentVisitor()
Method Detail

process

public void process(javax.faces.context.FacesContext context,
                    java.lang.Object rowKey,
                    java.lang.Object argument)
             throws java.io.IOException
Specified by:
process in interface org.ajax4jsf.model.DataVisitor
Throws:
java.io.IOException

processComponent

public abstract void processComponent(javax.faces.context.FacesContext context,
                                      javax.faces.component.UIComponent c,
                                      java.lang.Object argument)
                               throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2009. All Rights Reserved.