| java.lang.Object org.apache.tapestry.ioc.internal.services.AbstractFab org.apache.tapestry.ioc.internal.services.ClassFabImpl
Method Summary | |
public void | addConstructor(Class[] parameterTypes, Class[] exceptions, String body) | public void | addField(String name, Class type) | public void | addField(String name, int modifiers, Class type) | public void | addMethod(int modifiers, MethodSignature ms, String body) | public void | addNoOpMethod(MethodSignature signature) | public void | addToString(String toString) | String | getName() Returns the name of the class fabricated by this instance. | public void | proxyMethodsToDelegate(Class serviceInterface, String delegateExpression, String toString) | public String | toString() Returns a representation of the fabricated class, including inheritance, fields,
constructors, methods and method bodies. |
getName | String getName()(Code) | | Returns the name of the class fabricated by this instance.
|
proxyMethodsToDelegate | public void proxyMethodsToDelegate(Class serviceInterface, String delegateExpression, String toString)(Code) | | |
toString | public String toString()(Code) | | Returns a representation of the fabricated class, including inheritance, fields,
constructors, methods and method bodies.
since: 1.1 |
|
|