Uses of Interface
com.fatwire.gst.foundation.controller.action.FactoryProducer

Packages that use FactoryProducer
com.fatwire.gst.foundation.controller.action.support   
com.fatwire.gst.foundation.groovy.context   
 

Uses of FactoryProducer in com.fatwire.gst.foundation.controller.action.support
 

Classes in com.fatwire.gst.foundation.controller.action.support that implement FactoryProducer
 class DefaultWebAppContext
          This is the WebAppContext with accessors to the ActionLocator, ActionNameResolver and the Injector, with the companion FactoryProducer.
 class ReflectionFactoryProducer
          Producer for a Factory that makes use of reflection to construct the Factory.
 

Methods in com.fatwire.gst.foundation.controller.action.support that return FactoryProducer
 FactoryProducer DefaultWebAppContext.createFactoryProducer()
           
 FactoryProducer DefaultAnnotationInjector.getFactoryFactory()
           
 

Constructors in com.fatwire.gst.foundation.controller.action.support with parameters of type FactoryProducer
DefaultAnnotationInjector(FactoryProducer factoryFactory)
           
 

Uses of FactoryProducer in com.fatwire.gst.foundation.groovy.context
 

Classes in com.fatwire.gst.foundation.groovy.context that implement FactoryProducer
 class GroovyWebContext
          WebAppContext that is using Groovy to load Actions.
 



Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.