|
Jetif v1.8.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A HandlerSpec is the specification of a custom object handler.
The framework will try to load class with the name returned by
getClassName() when this handler is going to use, which means
a handler won't be loaded if no one use it.
| Method Summary | |
String |
getArgument()
Get the argument to contruct this handler. |
String |
getClassName()
Get the class name of the implementation class of this handler. |
String |
getName()
Get the name of this handler. |
| Method Detail |
public String getName()
public String getClassName()
jetif.Handler and have
a public default constructor.
Handlerpublic String getArgument()
|
Jetif v1.8.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||