Package 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.

See:
          Description

Interface Summary
ClientDocument Represents the document/page of the brower.
CometNotifier Is used to implement the COMET or server push technique to notify the client to be updated usually when the document is changed.
ItsNat Is the root interface of the ItsNat infrastructure.
ItsNatDocument Is the ItsNat wrapper of a org.w3c.dom.Document object.
ItsNatNode Is an interface extending the standard org.w3c.dom.Node objects, for instance to introduce the concept of "internal/remote event mode".
ItsNatServlet Is the ItsNat wrapper of the javax.servlet.Servlet object.
ItsNatServletConfig Is the wrapper object defined by ItsNat to wrap the javax.servlet.ServletConfig object.
ItsNatServletContext Is the ItsNat wrapper object of the standard javax.servlet.ServletContext.
ItsNatServletRequest Is the ItsNat wrapper of the javax.servlet.ServletRequest object.
ItsNatServletResponse Is the ItsNat wrapper of the javax.servlet.ServletResponse object.
ItsNatSession Is the ItsNat user session, the session concept is borrowed from the HTTP Java Servlet session concept.
ItsNatSessionCallback Called by ItsNatServletContext.enumerateSessions(ItsNatSessionCallback) to enumerate the ItsNat sessions of the web application.
ItsNatTimer Utility interface to manage scheduled remote tasks (timer tasks).
ItsNatUserData This basic interface provides a user data registry.
ItsNatVariableResolver Used to locate/replace text marks (variables) inside text based nodes (text nodes, comments, attribute values etc) without knowing the exact position in the DOM tree.
 

Class Summary
ClientErrorMode Contains the constants used to declare the whether the browser catches JavaScript errors and if they are shown to the user using a JavaScript alert call.
CommMode Contains the constants used to declare the communication modes (AJAX and SCRIPT) for events.
ItsNatBoot Is the boot class of the ItsNat infrastructure.
NameValue This class is provided to specify a generic pair name-value object, this value may be used by the framework with several objectives.
UseGZip Defines some constants and utility methods related with GZip compression.
 

Exception Summary
ItsNatDOMException Is throw by ItsNat when a DOM node is the source of the error.
ItsNatException Is the principal unchecked exception provided by ItsNat.
 

Package org.itsnat.core Description

Contains the fundamental interfaces and classes: provides utilities to wrap the servlet system, to control the page lifecycle, to create event listeners etc.



Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.