Uses of Class
to.etc.domui.injector.PropertyInjector

Packages that use PropertyInjector
to.etc.domui.injector   
 

Uses of PropertyInjector in to.etc.domui.injector
 

Subclasses of PropertyInjector in to.etc.domui.injector
 class UrlEntityInjector
          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.
 

Methods in to.etc.domui.injector that return PropertyInjector
protected  PropertyInjector DefaultPageInjector.calculateInjector(PropertyInfo pi)
          Tries to find an injector to inject a value for the specified property.
protected  PropertyInjector DefaultPageInjector.calculatePropertyInjector(PropertyInfo pi, java.lang.reflect.Method annotatedMethod)
           
protected  PropertyInjector DefaultPageInjector.createEntityInjector(PropertyInfo pi, java.lang.String name, boolean mandatory, java.lang.Class<?> entityType)
           
protected  PropertyInjector DefaultPageInjector.createParameterInjector(PropertyInfo pi, java.lang.String name, boolean mandatory)
           
protected  PropertyInjector DefaultPageInjector.createUrlAnnotationConnector(PropertyInfo pi, UIUrlParameter upp)