public interface ExtensionConfig
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName()
Retrieves the class name of the extension generator or handler that
this extension configuration is associated with.
|
java.lang.String |
getID()
Retrieves the defined identifier for the extension generator or handler
that this extension configuration is associated with.
|
java.lang.String |
getInitParameter(java.lang.String name)
Retrieves an initialization parameter for the extension generator or
handler that this extension configuration is associated with.
|
java.util.Iterator |
getInitParameterNames()
Retrieves an iterator of initialization parameter names for the
extension generator or handler that this extension configuration is
associated with.
|
int |
getOrder()
Retrieves the order in which the extension generator or handler
associated with this extension configuration will be executed.
|
java.lang.String getClassName()
java.lang.String getID()
java.lang.String getInitParameter(java.lang.String name)
name
- a String containing the name of the initialization
parameter to retrieve.java.util.Iterator getInitParameterNames()
int getOrder()