Package org.deduced.controller.implementation

Controller implementation classes.

See:
          Description


Interface Summary
FlyWheelControllerFactory Fly Wheel Controller Factory
 

Class Summary
AbstractControllerFactory Default Controller Factory
AbstractPropertyCollectionController Title: AbstractPropertyCollectionController
CachedFlyWheelControllerProvider CachedFlyWheelControllerProvider will attempt to provide controllers based on a cache that it holds generated by past requests.
CachedFlyWheelControllerProvider.PropertyControllerKey PropertyControllerKey is used to create a unique key that references a model and a property key.
CompileResult Utility class used to store a compilation result
ControllerUtilities ControllerUtilities
DeducedControllerLayerExtensionImplementation Deduced Controller Layer Extension Implementation
DefaultControllerFactory Default Controller Factory
DefaultPropertyCollectionControllerModelImplementation Java Implementation used to represent the type : default property collection controller model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
DefaultPropertyControllerModelImplementation Java Implementation used to represent the type : default property controller model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
DirectControllerProvider Temporary controller provider used to create DirectPropertyCollectionControllers
DirectPropertyCollectionController Title: DirectPropertyController
DirectPropertyController Title: DirectPropertyController
FlyWheelControllerFactoryImplementation Fly Wheel Controller Factory Implementation
FlyWheelControllerProvider FlyWheelControllerProvider is used to create controllers on demand.
FlyWheelPropertyCollectionController Fly Wheel Property Collection Controller
FlyWheelPropertyCollectionControllerList FlyWheelPropertyCollectionControllerMap
FlyWheelPropertyController Fly Wheel Property Controller
FlyWheelPropertyControllerList FlyWheelPropertyControllerMap
PropertyCollectionControllerModelImplementation Java Implementation used to represent the type : property collection controller model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
PropertyControllerModelImplementation Java Implementation used to represent the type : property controller model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
SimplePropertyCollectionController Simple Property Collection Controller is used to control a property collection.
 

Package org.deduced.controller.implementation Description

Controller implementation classes.