|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ItsNatDocumentTemplate | |
|---|---|
| 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. |
| Uses of ItsNatDocumentTemplate in org.itsnat.core |
|---|
| Methods in org.itsnat.core that return ItsNatDocumentTemplate | |
|---|---|
ItsNatDocumentTemplate |
ItsNatDocument.getItsNatDocumentTemplate()
Returns the template this document is based on. |
ItsNatDocumentTemplate |
ItsNatServlet.getItsNatDocumentTemplate(java.lang.String name)
Returns the document template registered with the specified name. |
ItsNatDocumentTemplate |
ItsNatServlet.registerItsNatDocumentTemplate(java.lang.String name,
java.lang.String mime,
java.lang.Object source)
Registers a markup source to be used as a document template with the specified name and MIME type. |
ItsNatDocumentTemplate |
ItsNatServlet.registerItsNatDocumentTemplateAttachedServer(java.lang.String name,
java.lang.String mime)
Registers an attached server template with the specified name and MIME type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||