| 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 |
|---|---|
ItsNatDocFragmentTemplate |
ItsNatServlet.getItsNatDocFragmentTemplate(String name)
Returns the document fragment template registered with the specified name.
|
ItsNatDocFragmentTemplate |
ItsNatServlet.registerItsNatDocFragmentTemplate(String name,
String mime,
Object source)
Registers a markup source to be used as a document fragment template with the specified name and MIME type.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ItsNatHTMLDocFragmentTemplate
Represents an (X)HTML markup fragment template.
|
Copyright © Innowhere Software, Jose Maria Arranz Santamaria.