|
2.17.2: 2011-06-17 | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
ValueConverter | Interface for classes that wants to inspect/convert parameters from the XML file before they are passed to factory setter methods. |
Class Summary | |
---|---|
PathConverter | A value converter that can be used on all setter methods
that has been annotated with the PathSetter and
PathType annotations. |
VariableConverter | A value converter that can be used on all setter methods
that has been annotated with the VariableSetter
annotation. |
XmlLoader | Loads extension points and extensions from extension definition XML files. |
Enum Summary | |
---|---|
PathType | Specify the type of paths. |
Annotation Types Summary | |
---|---|
PathSetter | Indicates that a factory setter method which takes a string as
it's input will have the value scanned by a PathConverter
before the setter method is invoked. |
VariableSetter | Indicates that a factory setter method which takes a string as
it's input will have the value scanned by a VariableConverter
before the setter method is invoked. |
|
2.17.2: 2011-06-17 | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |