Uses of Class
org.ajax4jsf.builder.model.MethodBody

Packages that use MethodBody
org.ajax4jsf.builder.component.methods   
org.ajax4jsf.builder.component.state   
org.ajax4jsf.builder.model   
 

Uses of MethodBody in org.ajax4jsf.builder.component.methods
 

Subclasses of MethodBody in org.ajax4jsf.builder.component.methods
 class ELPropertyAccessorMethodBody
          Render accessor for EL-enabled property
 class SimpleAccessorMethodBody
           
 class SimpleMutatorMethodBody
           
 class VelocityMethodBody
          Render method body by using Velocity
 

Uses of MethodBody in org.ajax4jsf.builder.component.state
 

Methods in org.ajax4jsf.builder.component.state that return MethodBody
 MethodBody ComponentStateManager.getRestoreStateMethodBody(JSFGeneratorConfiguration configuration)
           
 MethodBody ComponentStateManager.getSaveStateMethodBody(JSFGeneratorConfiguration configuration)
           
 

Uses of MethodBody in org.ajax4jsf.builder.model
 

Methods in org.ajax4jsf.builder.model that return MethodBody
 MethodBody JavaMethod.getMethodBody()
           
 

Methods in org.ajax4jsf.builder.model with parameters of type MethodBody
 void JavaMethod.setMethodBody(MethodBody methodBody)
           
 



Copyright © 2009. All Rights Reserved.