| Interface | Description |
|---|---|
| IPageInjector | |
| IPageInjectorCalculator | |
| IPagePropertyFactory |
| Class | Description |
|---|---|
| DefaultPageInjector |
This is the default DomUI page injector.
|
| DefaultPageInjectorFactory | |
| EntityPropertyInjectorFactory |
If a property has an UIUrlParameter annotation and it's type refers to some JPA/Hibernate/QJdbc entity
then this will create an injector that injects the looked up entity by it's PK.
|
| PropertyInjector |
Base for injecting something into a property.
|
| SimplePropertyInjectorFactory |
Accepts properties that are annotated with URLParameter, and that are simple
value properties.
|
| UrlFindEntityByPkInjector |
This property injector takes the named URL parameter as a string.
|
| UrlParameterInjector |
This property injector contains the name of an URL parameter plus the property to set from it.
|
Copyright © 2017 etc.to. All rights reserved.