ooc
Class InstanceConstructorInjectorSetup
java.lang.Object
ooc.InstanceConstructorAbstract
ooc.InstanceConstructorReflection
ooc.InstanceConstructorInjector
ooc.InstanceConstructorInjectorSetup
- All Implemented Interfaces:
- InstanceConstructor
- public class InstanceConstructorInjectorSetup
- extends InstanceConstructorInjector
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstanceConstructorInjectorSetup
public InstanceConstructorInjectorSetup()
validate
public boolean validate(java.lang.Class tagClass,
Tag tag,
Tag constructorTag,
Dependencies dependencies,
TagErrorHandler teh)
- Description copied from interface:
InstanceConstructor
- Validate given tag instance for construction. Returns true
if a tag instance can be constructed using this instance
constructer and the given tag, else false.
- Specified by:
validate
in interface InstanceConstructor
- Overrides:
validate
in class InstanceConstructorInjector
afterWork
public void afterWork(Tag tag,
java.lang.Object instance,
Dependencies dependencies)
- Overrides:
afterWork
in class InstanceConstructorInjector