to.etc.domui.injector
Class PropertyInjector
java.lang.Object
to.etc.domui.injector.PropertyInjector
- Direct Known Subclasses:
- UrlEntityInjector, UrlParameterInjector
public abstract class PropertyInjector
- extends java.lang.Object
Base for injecting something into a property.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyInjector
public PropertyInjector(java.lang.reflect.Method propertySetter)
getPropertySetter
protected java.lang.reflect.Method getPropertySetter()
setValue
protected void setValue(java.lang.Object instance,
java.lang.Object value)
inject
public abstract void inject(UrlPage page,
RequestContextImpl ctx,
PageParameters pp)
throws java.lang.Exception
- Throws:
java.lang.Exception