| Package | Description |
|---|---|
| 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 |
|---|---|
ItsNatDocumentTemplate |
ItsNatDocument.getItsNatDocumentTemplate()
Returns the template this document is based on.
|
ItsNatDocumentTemplate |
ItsNatServlet.getItsNatDocumentTemplate(String name)
Returns the document template registered with the specified name.
|
ItsNatDocumentTemplate |
ItsNatServlet.registerItsNatDocumentTemplate(String name,
String mime,
Object source)
Registers a markup source to be used as a document template with the specified name and MIME type.
|
ItsNatDocumentTemplate |
ItsNatServlet.registerItsNatDocumentTemplateAttachedServer(String name,
String mime)
Registers an attached server template with the specified name and MIME type.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ItsNatDroidDocumentTemplate
Represents a document (page) template of Android layout.
|
Copyright © Innowhere Software, Jose Maria Arranz Santamaria.