| Package | Description |
|---|---|
| to.etc.domui.injector |
| Modifier and Type | Class and Description |
|---|---|
class |
UrlFindEntityByPkInjector
This property injector takes the named URL parameter as a string.
|
class |
UrlParameterInjector
This property injector contains the name of an URL parameter plus the property to set from it.
|
| Modifier and Type | Method and Description |
|---|---|
protected PropertyInjector |
DefaultPageInjectorFactory.calculateInjector(PropertyInfo pi)
Tries to find an injector to inject a value for the specified property.
|
PropertyInjector |
SimplePropertyInjectorFactory.calculateInjector(PropertyInfo propertyInfo) |
PropertyInjector |
EntityPropertyInjectorFactory.calculateInjector(PropertyInfo propertyInfo) |
PropertyInjector |
IPagePropertyFactory.calculateInjector(PropertyInfo propertyInfo) |
protected PropertyInjector |
SimplePropertyInjectorFactory.createParameterInjector(PropertyInfo pi,
String name,
boolean mandatory) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPageInjectorFactory.calculatePageInjectors(Map<String,PropertyInjector> registrationMap,
Class<? extends UrlPage> pageClass)
Checks all properties of a page and returns a list of Injectors to use to inject values into
those properties, if needed.
|
void |
IPageInjectorCalculator.calculatePageInjectors(Map<String,PropertyInjector> registrationMap,
Class<? extends UrlPage> pageClass) |
Copyright © 2017 etc.to. All rights reserved.