|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SchemaBasedApplicationLayer | |
---|---|
org.deduced | This package contains the base classes of the deduced framework. |
org.deduced.controller | Controllers are used to represent an application layer that restricts access to information. |
org.deduced.controller.implementation | Controller implementation classes. |
org.deduced.framework | Deduced framework initialization classes. |
org.deduced.implementation |
Uses of SchemaBasedApplicationLayer in org.deduced |
---|
Subinterfaces of SchemaBasedApplicationLayer in org.deduced | |
---|---|
interface |
DeducedControllerLayer
Interface used to represent the type : deduced controller layer Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm |
interface |
DeducedModelLayer
Interface used to represent the type : deduced model layer Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm |
interface |
DeducedModelLayerExtension
Model layer extension used to bind a model factory to the actual model. |
Uses of SchemaBasedApplicationLayer in org.deduced.controller |
---|
Subinterfaces of SchemaBasedApplicationLayer in org.deduced.controller | |
---|---|
interface |
DeducedControllerLayerExtension
Interface that every controller layer must implement |
Uses of SchemaBasedApplicationLayer in org.deduced.controller.implementation |
---|
Classes in org.deduced.controller.implementation that implement SchemaBasedApplicationLayer | |
---|---|
class |
DeducedControllerLayerExtensionImplementation
Deduced Controller Layer Extension Implementation |
Uses of SchemaBasedApplicationLayer in org.deduced.framework |
---|
Classes in org.deduced.framework that implement SchemaBasedApplicationLayer | |
---|---|
class |
DeducedModelLayerExtensionImplementation
Default implementation of a deduced model layer with the extension required to bind a factory to the model. |
Uses of SchemaBasedApplicationLayer in org.deduced.implementation |
---|
Classes in org.deduced.implementation that implement SchemaBasedApplicationLayer | |
---|---|
class |
DeducedControllerLayerImplementation
Java Implementation used to represent the type : deduced controller layer Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
DeducedModelLayerImplementation
Java Implementation used to represent the type : deduced model layer Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
SchemaBasedApplicationLayerImplementation
Java Implementation used to represent the type : schema based application layer Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
Methods in org.deduced.implementation with parameters of type SchemaBasedApplicationLayer | |
---|---|
static void |
SchemaBasedApplicationLayerImplementation.resetListFixedInstances(SchemaBasedApplicationLayer instance)
reset all the list fixed instances |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |