jodd.proxetta.impl
Class ProxyProxetta

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

public class ProxyProxetta
extends Proxetta

Proxetta that creates proxies.


Field Summary
protected  ProxyAspect[] aspects
           
 
Fields inherited from class jodd.proxetta.Proxetta
classLoader, classNameSuffix, forced, variableClassName
 
Constructor Summary
ProxyProxetta(ProxyAspect... 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

aspects

protected final ProxyAspect[] aspects
Constructor Detail

ProxyProxetta

public ProxyProxetta(ProxyAspect... aspects)
Method Detail

createClassProcessor

protected ClassProcessor createClassProcessor()
Creates ProxettaCreator with current options.

Specified by:
createClassProcessor in class Proxetta


Copyright © 2003-2011 Jodd Team