org.ajax4jsf.builder.model
Class MethodBody

java.lang.Object
  extended by org.ajax4jsf.builder.model.MethodBody
Direct Known Subclasses:
SimpleAccessorMethodBody, SimpleMutatorMethodBody, VelocityMethodBody

public class MethodBody
extends java.lang.Object

Author:
Maksim Kaszynski

Constructor Summary
MethodBody()
           
MethodBody(JavaMethod method)
           
 
Method Summary
 void addType(java.lang.Class<?> clazz)
           
protected  JavaMethod getMethod()
           
 java.util.Set<java.lang.Class<?>> getUsedClasses()
           
protected  void setMethod(JavaMethod method)
           
 java.lang.String toCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodBody

public MethodBody()

MethodBody

public MethodBody(JavaMethod method)
Method Detail

getMethod

protected JavaMethod getMethod()

setMethod

protected void setMethod(JavaMethod method)

toCode

public java.lang.String toCode()

addType

public void addType(java.lang.Class<?> clazz)

getUsedClasses

public java.util.Set<java.lang.Class<?>> getUsedClasses()


Copyright © 2009. All Rights Reserved.