Uses of Interface
org.codehaus.groovy.grails.support.proxy.ProxyHandler

Packages that use ProxyHandler
org.codehaus.groovy.grails.orm.hibernate.proxy   
org.codehaus.groovy.grails.support.proxy   
org.codehaus.groovy.grails.web.converters.configuration   
org.codehaus.groovy.grails.web.converters.marshaller.json   
org.codehaus.groovy.grails.web.converters.marshaller.xml   
 

Uses of ProxyHandler in org.codehaus.groovy.grails.orm.hibernate.proxy
 

Classes in org.codehaus.groovy.grails.orm.hibernate.proxy that implement ProxyHandler
 class HibernateProxyHandler
          Implementation of the ProxyHandler interface for Hibernate
 

Uses of ProxyHandler in org.codehaus.groovy.grails.support.proxy
 

Classes in org.codehaus.groovy.grails.support.proxy that implement ProxyHandler
 class DefaultProxyHandler
          Trivial default implementation that always returns true and the object
 

Uses of ProxyHandler in org.codehaus.groovy.grails.web.converters.configuration
 

Methods in org.codehaus.groovy.grails.web.converters.configuration that return ProxyHandler
 ProxyHandler ImmutableConverterConfiguration.getProxyHandler()
           
 ProxyHandler DefaultConverterConfiguration.getProxyHandler()
           
 ProxyHandler ConverterConfiguration.getProxyHandler()
          Lookup the ProxyHandler used to deal with proxies instances
 ProxyHandler ChainedConverterConfiguration.getProxyHandler()
           
 

Constructors in org.codehaus.groovy.grails.web.converters.configuration with parameters of type ProxyHandler
ChainedConverterConfiguration(ConverterConfiguration<C> cfg, ProxyHandler proxyHandler)
           
DefaultConverterConfiguration(ConverterConfiguration<C> delegate, ProxyHandler proxyHandler)
           
DefaultConverterConfiguration(List<ObjectMarshaller<C>> oms, ProxyHandler proxyHandler)
           
DefaultConverterConfiguration(ProxyHandler proxyHandler)
           
ImmutableConverterConfiguration(ConverterConfiguration<C> cfg, ProxyHandler proxyHandler)
           
 

Uses of ProxyHandler in org.codehaus.groovy.grails.web.converters.marshaller.json
 

Constructors in org.codehaus.groovy.grails.web.converters.marshaller.json with parameters of type ProxyHandler
DeepDomainClassMarshaller(boolean includeVersion, ProxyHandler proxyHandler)
           
DomainClassMarshaller(boolean includeVersion, ProxyHandler proxyHandler)
           
 

Uses of ProxyHandler in org.codehaus.groovy.grails.web.converters.marshaller.xml
 

Constructors in org.codehaus.groovy.grails.web.converters.marshaller.xml with parameters of type ProxyHandler
DeepDomainClassMarshaller(boolean includeDomainVersion, ProxyHandler proxyHandler)
           
DomainClassMarshaller(boolean includeVersion, ProxyHandler proxyHandler)
           
 



Copyright (c) 2005-2009 The Grails project