org.ajax4jsf.builder.component
Interface PropertyProcessor

All Known Implementing Classes:
ActionSource2PropertyProcessor, ComponentPropertyProcessor, ELPropertyProcessor, ExpressionPropertyProcessor, PrimitivePropertyProcessor

public interface PropertyProcessor

Process single property - add field to class, accessor, mutator, etc.

Author:
Maksim Kaszynski

Method Summary
 boolean accept(PropertyBean propertyBean, JavaClass javaClass, JSFGeneratorConfiguration configuration)
           
 void process(PropertyBean propertyBean, JavaClass javaClass, JSFGeneratorConfiguration configuration)
           
 

Method Detail

accept

boolean accept(PropertyBean propertyBean,
               JavaClass javaClass,
               JSFGeneratorConfiguration configuration)

process

void process(PropertyBean propertyBean,
             JavaClass javaClass,
             JSFGeneratorConfiguration configuration)


Copyright © 2009. All Rights Reserved.