|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface IlpDeploymentParser.IlpCustomHandler
Interface for handlers of custom elements.
To use custom elements, you need to implement this interface and
specify your implementation class name as the content of the handlerClass
attribute of the element.
The implementation has to provide a default constructor, that is, a
constructor with no parameters, as the instance will be created by
a call to newInstance() on the class.
Custom elements are handled after the other predefined elements have been loaded.
| Method Summary | |
|---|---|
void |
handleCustomElement(Element customElement,
IlpDefaultContext context)
Method called to handle a custom element. |
| Method Detail |
|---|
void handleCustomElement(Element customElement,
IlpDefaultContext context)
customElement - The custom element itself.context - The context created by the deployment parser.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||