org.ajax4jsf.builder.component
Class ActionSource2PropertyProcessor

java.lang.Object
  extended by org.ajax4jsf.builder.component.ComponentPropertyProcessor
      extended by org.ajax4jsf.builder.component.ActionSource2PropertyProcessor
All Implemented Interfaces:
PropertyProcessor

public class ActionSource2PropertyProcessor
extends ComponentPropertyProcessor

Author:
Maksim Kaszynski

Constructor Summary
ActionSource2PropertyProcessor()
           
 
Method Summary
 boolean accept(PropertyBean propertyBean, JavaClass javaClass, JSFGeneratorConfiguration configuration)
           
 void process(PropertyBean propertyBean, JavaClass javaClass, JSFGeneratorConfiguration configuration)
           
 
Methods inherited from class org.ajax4jsf.builder.component.ComponentPropertyProcessor
getAccessor, getField, getMutator, getType, handleDeprecation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionSource2PropertyProcessor

public ActionSource2PropertyProcessor()
Method Detail

accept

public boolean accept(PropertyBean propertyBean,
                      JavaClass javaClass,
                      JSFGeneratorConfiguration configuration)
Specified by:
accept in interface PropertyProcessor
Overrides:
accept in class ComponentPropertyProcessor

process

public void process(PropertyBean propertyBean,
                    JavaClass javaClass,
                    JSFGeneratorConfiguration configuration)
Specified by:
process in interface PropertyProcessor
Overrides:
process in class ComponentPropertyProcessor


Copyright © 2009. All Rights Reserved.