ooc
Class InstanceConstructorInjector
java.lang.Object
ooc.InstanceConstructorAbstract
ooc.InstanceConstructorReflection
ooc.InstanceConstructorInjector
- All Implemented Interfaces:
- InstanceConstructor
- Direct Known Subclasses:
- InstanceConstructorInjectorSetup
- public class InstanceConstructorInjector
- extends InstanceConstructorReflection
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstanceConstructorInjector
public InstanceConstructorInjector()
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 InstanceConstructorReflection
afterWork
public void afterWork(Tag tag,
java.lang.Object instance,
Dependencies dependencies)
- Overrides:
afterWork
in class InstanceConstructorReflection