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
accept
boolean accept(PropertyBean propertyBean,
JavaClass javaClass,
JSFGeneratorConfiguration configuration)
process
void process(PropertyBean propertyBean,
JavaClass javaClass,
JSFGeneratorConfiguration configuration)
Copyright © 2009. All Rights Reserved.