| Package | Description |
|---|---|
| org.itsnat.comp |
Contains generic interfaces of components, markup namespace independent, they may be applied to HTML components, SVG components, XML components etc.
|
| org.itsnat.core |
Contains the fundamental interfaces and classes: provides utilities to wrap the servlet system, to control the page lifecycle, to create event listeners etc.
|
| org.itsnat.core.tmpl |
Contains the interfaces needed to register page templates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ItsNatComponentManager.addCreateItsNatComponentListener(CreateItsNatComponentListener listener)
Adds a new user defined component factory.
|
void |
ItsNatComponentManager.removeCreateItsNatComponentListener(CreateItsNatComponentListener listener)
Removes the specified user defined component factory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ItsNatServlet.addCreateItsNatComponentListener(CreateItsNatComponentListener listener)
Adds a new user defined component factory.
|
void |
ItsNatServlet.removeCreateItsNatComponentListener(CreateItsNatComponentListener listener)
Removes the specified user defined component factory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ItsNatDocumentTemplate.addCreateItsNatComponentListener(CreateItsNatComponentListener listener)
Adds a new user defined component factory.
|
void |
ItsNatDocumentTemplate.removeCreateItsNatComponentListener(CreateItsNatComponentListener listener)
Removes the specified user defined component factory.
|
Copyright © Innowhere Software, Jose Maria Arranz Santamaria.