org.ajax4jsf.builder.component
Class ELPropertyProcessor

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

public class ELPropertyProcessor
extends ComponentPropertyProcessor

Processing of EL-enabled properties

Author:
Maksim Kaszynski

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

Constructor Detail

ELPropertyProcessor

public ELPropertyProcessor()
Method Detail

accept

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

getAccessor

protected JavaMethod getAccessor(JSFGeneratorConfiguration config,
                                 PropertyBean propertyBean,
                                 JavaField field)
Overrides:
getAccessor in class ComponentPropertyProcessor


Copyright © 2009. All Rights Reserved.