jodd.proxetta.impl
Class InvokeProxetta

java.lang.Object
  extended by jodd.proxetta.Proxetta
      extended by jodd.proxetta.impl.InvokeProxetta

public class InvokeProxetta
extends Proxetta

Proxetta that does method (i.e. invocation) replacements.


Field Summary
protected  InvokeAspect[] invokeAspects
           
 
Fields inherited from class jodd.proxetta.Proxetta
classLoader, classNameSuffix, forced, variableClassName
 
Constructor Summary
InvokeProxetta(InvokeAspect... aspects)
           
 
Method Summary
protected  ClassProcessor createClassProcessor()
          Creates ProxettaCreator with current options.
 
Methods inherited from class jodd.proxetta.Proxetta
constantClassName, createProxy, createProxy, createProxy, createProxy, createProxy, createProxy, createProxy, createProxyInstance, createProxyInstance, createProxyInstance, createProxyInstance, defineProxy, defineProxy, defineProxy, defineProxy, dontUseClassNameSuffix, forced, loadsWith, prepareClassProcessor, useClassNameSuffix, variableClassName, withAspects, withAspects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

invokeAspects

protected final InvokeAspect[] invokeAspects
Constructor Detail

InvokeProxetta

public InvokeProxetta(InvokeAspect... aspects)
Method Detail

createClassProcessor

protected ClassProcessor createClassProcessor()
Creates ProxettaCreator with current options.

Specified by:
createClassProcessor in class Proxetta


Copyright © 2003-2011 Jodd Team