org.ajax4jsf.builder.component
Class PrimitivePropertyProcessor

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

public class PrimitivePropertyProcessor
extends ComponentPropertyProcessor

Handle primitive properties

Author:
Maksim Kaszynski

Constructor Summary
PrimitivePropertyProcessor()
           
 
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

PrimitivePropertyProcessor

public PrimitivePropertyProcessor()
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.