|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IHandler
This interface defines the contract for all the handlers.
NOT SUPPOSED TO BE DIRECTLY IMPLEMENTED, PREFER THE IMPLEMENTATION OF ITS ABSTRACT BASIC SUBCLASSES.
| Method Summary | |
|---|---|
java.lang.Object |
handle(HandledBeanProperty handledBeanProperty)
This method allows the generation of a properties' value. |
java.lang.Object |
handle(HandledConstructorArg handledConstructorArg)
This method allows the generation of a constructor argument. |
| Method Detail |
|---|
java.lang.Object handle(HandledBeanProperty handledBeanProperty)
handledBeanProperty - The bean property's info
HandledBeanPropertyjava.lang.Object handle(HandledConstructorArg handledConstructorArg)
handledConstructorArg - The constructor's arg's info
HandledConstructorArg
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||