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.domutil |
Contains utilities to manipulate DOM elements using the pattern approach (lists, tables and trees)
and other utility classes and interfaces.
|
org.itsnat.core.event |
Defines event and listener classes and interfaces associated to the page lifecycle and events.
|
org.itsnat.core.html |
Interfaces related to HTML documents and fragments.
|
org.itsnat.core.tmpl |
Contains the interfaces needed to register page templates.
|
Modifier and Type | Method and Description |
---|---|
ItsNatDocument |
ItsNatComponentManager.getItsNatDocument()
Returns the associated ItsNat document (parent of this object).
|
ItsNatDocument |
ItsNatComponent.getItsNatDocument()
Returns the ItsNat document this document is associated to.
|
Modifier and Type | Method and Description |
---|---|
ItsNatDocument |
ItsNatTimer.getItsNatDocument()
Returns the parent document this object belongs to.
|
ItsNatDocument |
ItsNatServletResponse.getItsNatDocument()
Returns the ItsNat document associated to this response.
|
ItsNatDocument |
ItsNatServletRequest.getItsNatDocument()
Returns the ItsNat document associated to this request.
|
ItsNatDocument |
ItsNatNode.getItsNatDocument()
Returns the ItsNat document object containing this DOM node.
|
ItsNatDocument |
CometNotifier.getItsNatDocument()
Returns the asociated document.
|
ItsNatDocument |
ClientDocument.getItsNatDocument()
Returns the ItsNat document associated.
|
ItsNatDocument |
ItsNatSession.getItsNatDocumentById(java.lang.String id)
Returns the "live" ItsNat document with the given id loaded by this session.
|
ItsNatDocument |
ItsNatServletRequest.getItsNatDocumentReferrer()
Returns the document referrer.
|
ItsNatDocument[] |
ItsNatSession.getItsNatDocuments()
Returns all live ItsNat documents loaded by this session.
|
Modifier and Type | Method and Description |
---|---|
ItsNatDocument |
ElementGroupManager.getItsNatDocument()
Returns the parent document this object belongs to.
|
ItsNatDocument |
ElementGroup.getItsNatDocument()
Returns the ItsNat document used to create this element group.
|
Modifier and Type | Method and Description |
---|---|
ItsNatDocument |
ItsNatEvent.getItsNatDocument()
Returns the associated ItsNat document target of this event.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ItsNatHTMLDocument
Is the ItsNat wrapper of a
org.w3c.dom.html.HTMLDocument object. |
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.DocumentFragment |
ItsNatDocFragmentTemplate.loadDocumentFragment(ItsNatDocument docTarget)
Creates a
org.w3c.dom.DocumentFragment using the markup template. |
org.w3c.dom.DocumentFragment |
ItsNatDocFragmentTemplate.loadDocumentFragment(ItsNatDocument docTarget,
ItsNatServletRequest request,
ItsNatServletResponse response)
Creates a
org.w3c.dom.DocumentFragment using the markup template. |
org.w3c.dom.DocumentFragment |
ItsNatHTMLDocFragmentTemplate.loadDocumentFragmentBody(ItsNatDocument docTarget)
Creates a
org.w3c.dom.DocumentFragment using the <body>
content of the markup template. |
org.w3c.dom.DocumentFragment |
ItsNatHTMLDocFragmentTemplate.loadDocumentFragmentBody(ItsNatDocument docTarget,
ItsNatServletRequest request,
ItsNatServletResponse response)
Creates a
org.w3c.dom.DocumentFragment using the <body>
content of the markup template. |
org.w3c.dom.DocumentFragment |
ItsNatHTMLDocFragmentTemplate.loadDocumentFragmentHead(ItsNatDocument docTarget)
Creates a
org.w3c.dom.DocumentFragment using the <head>
content of the markup template. |
org.w3c.dom.DocumentFragment |
ItsNatHTMLDocFragmentTemplate.loadDocumentFragmentHead(ItsNatDocument docTarget,
ItsNatServletRequest request,
ItsNatServletResponse response)
Creates a
org.w3c.dom.DocumentFragment using the <head>
content of the markup template. |
Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.