org.ajax4jsf.builder.component.methods
Class ELPropertyAccessorMethodBody

java.lang.Object
  extended by org.ajax4jsf.builder.model.MethodBody
      extended by org.ajax4jsf.builder.component.methods.VelocityMethodBody
          extended by org.ajax4jsf.builder.component.methods.ELPropertyAccessorMethodBody

public class ELPropertyAccessorMethodBody
extends VelocityMethodBody

Render accessor for EL-enabled property

Author:
Maksim Kaszynski

Constructor Summary
ELPropertyAccessorMethodBody(JSFGeneratorConfiguration configuration, PropertyBean propertyBean, JavaField field)
           
 
Method Summary
 java.lang.String getTemplate()
           
 
Methods inherited from class org.ajax4jsf.builder.component.methods.VelocityMethodBody
getContext, loadTemplate, toCode
 
Methods inherited from class org.ajax4jsf.builder.model.MethodBody
addType, getMethod, getUsedClasses, setMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ELPropertyAccessorMethodBody

public ELPropertyAccessorMethodBody(JSFGeneratorConfiguration configuration,
                                    PropertyBean propertyBean,
                                    JavaField field)
                             throws GeneratorException
Throws:
GeneratorException
Method Detail

getTemplate

public java.lang.String getTemplate()
Specified by:
getTemplate in class VelocityMethodBody


Copyright © 2009. All Rights Reserved.