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

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

Uses of Factory in com.fatwire.gst.foundation.controller.action
 

Methods in com.fatwire.gst.foundation.controller.action that return Factory
 Factory FactoryProducer.getFactory(COM.FutureTense.Interfaces.ICS ics)
          Method to produce a Factory to access services that need access to ICS
 

Methods in com.fatwire.gst.foundation.controller.action with parameters of type Factory
static void AnnotationInjector.inject(Object object, Factory factory)
          Inject ICS runtime objects into the object.
static void AnnotationInjector.injectIntoField(Object object, Factory factory, Field field)
           
static void AnnotationInjector.injectIntoMethod(Object object, Factory factory, Method method)
           
 

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

Classes in com.fatwire.gst.foundation.controller.action.support that implement Factory
 class BaseFactory
          Factory making use to reflection (BaseFactory.reflectionStrategy(String, Class) and BaseFactory.ctorStrategy(String, Class)) to produce objects.
 class ClassBasedFactory
          Factory that reads the producer methods of the passed in class names.
 class IcsBackedObjectFactoryTemplate
          Factory implementation that works with a method naming convention to create objects.
 class SpringObjectFactory
          Factory with access to Spring framework beans.
 

Methods in com.fatwire.gst.foundation.controller.action.support that return Factory
 Factory ReflectionFactoryProducer.getFactory(COM.FutureTense.Interfaces.ICS ics)
           
static Factory IcsFactoryUtil.getFactory(COM.FutureTense.Interfaces.ICS ics)
          Method to access the Factory.
 Factory DefaultWebAppContext.getFactory(COM.FutureTense.Interfaces.ICS ics)
           
protected  Factory DefaultAnnotationInjector.getFactory(COM.FutureTense.Interfaces.ICS ics)
           
 Factory ReflectionFactoryProducer.getInjectionFactory(COM.FutureTense.Interfaces.ICS ics)
           
 

Constructors in com.fatwire.gst.foundation.controller.action.support with parameters of type Factory
BaseFactory(COM.FutureTense.Interfaces.ICS ics, Factory... roots)
           
ClassBasedFactory(COM.FutureTense.Interfaces.ICS ics, Factory parent, ClassLoader classLoader, String... classnames)
           
ClassBasedFactory(COM.FutureTense.Interfaces.ICS ics, Factory parent, String... classnames)
           
IcsBackedObjectFactoryTemplate(COM.FutureTense.Interfaces.ICS ics, Factory... roots)
           
 

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

Classes in com.fatwire.gst.foundation.groovy.context that implement Factory
 class GroovyFactory
          Factory that dynamically loads other classes that provide producer methods.
 

Methods in com.fatwire.gst.foundation.groovy.context that return Factory
 Factory GroovyWebContext.getFactory(COM.FutureTense.Interfaces.ICS ics)
           
 

Constructors in com.fatwire.gst.foundation.groovy.context with parameters of type Factory
GroovyFactory(COM.FutureTense.Interfaces.ICS ics, ClassLoader gcl, Factory... roots)
           
 

Uses of Factory in com.fatwire.gst.foundation.mapping
 

Methods in com.fatwire.gst.foundation.mapping with parameters of type Factory
static void MappingInjector.inject(Object object, Factory factory, AssetIdWithSite id)
           
 



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