A B C D E F G H I J K L M N O P Q R S T U V W X _

A

ALERT_ERROR - Static variable in interface com.nexaweb.client.displayservice.DisplayService
A constant indicating an error dialog.
ALERT_INFORMATION - Static variable in interface com.nexaweb.client.displayservice.DisplayService
A constant indicating an information dialog.
ALERT_PLAIN - Static variable in interface com.nexaweb.client.displayservice.DisplayService
A constant indicating a plain dialog.
ALERT_QUESTION - Static variable in interface com.nexaweb.client.displayservice.DisplayService
A constant indicating a question dialog.
ALERT_WARNING - Static variable in interface com.nexaweb.client.displayservice.DisplayService
A constant indicating a warning dialog.
ALIGN_NAMES - Static variable in class com.nexaweb.client.tags.LayoutBridge
An array of "start","center" and "end".
AbstractMco - class com.nexaweb.client.mco.AbstractMco.
AbstractMco is an optional base class for MCO classes.
AbstractMco() - Constructor for class com.nexaweb.client.mco.AbstractMco
 
AbstractTagImpl - class com.nexaweb.client.tags.AbstractTagImpl.
The base class for all user-defined tag-handling classes.
AbstractTagImpl() - Constructor for class com.nexaweb.client.tags.AbstractTagImpl
 
Attribute - class com.nexaweb.xml.xpath.Attribute.
Attribute objects represent attribute nodes in the DOM.
Attribute(Element, String, String) - Constructor for class com.nexaweb.xml.xpath.Attribute
 
AttributeChangeEvent - class com.nexaweb.xml.events.AttributeChangeEvent.
AttributeChangeEvent objects are passed to methods on AttributeChangeListener.
AttributeChangeEvent() - Constructor for class com.nexaweb.xml.events.AttributeChangeEvent
 
AttributeChangeEvent(Element, String, String) - Constructor for class com.nexaweb.xml.events.AttributeChangeEvent
 
AttributeChangeListener - interface com.nexaweb.xml.events.AttributeChangeListener.
Interface AttributeChangeListener listens for changes to attributes on elements.
AttributeConversionException - exception com.nexaweb.client.tags.AttributeConversionException.
An exception for reporting problems with the formatting of attributes on elements.
AttributeConversionException(String, String, Exception) - Constructor for class com.nexaweb.client.tags.AttributeConversionException
 
AttributeConverter - class com.nexaweb.client.tags.AttributeConverter.
A helper class for converting Strings (usually attributes) into other data types.
AttributeConverter() - Constructor for class com.nexaweb.client.tags.AttributeConverter
 
AwtComponentBridge - interface com.nexaweb.client.tags.AwtComponentBridge.
The AWT Component bridge exists to allow developers to create bridge classes that control AWT Containers without relying on ContainerBridge or SwingBridge.
addAttributeChangeListener(AttributeChangeListener) - Method in interface com.nexaweb.xml.Document
Adds a listener to this document for attribute changes.
addAttributeChangeListener(AttributeChangeListener) - Method in interface com.nexaweb.xml.Element
Adds a listener to this Element for attribute changes.
addAttributeListener(SessionAttributeListener) - Method in interface com.nexaweb.server.session.ServerSession
Adds a SessionAttributeListener to this ServerSession instance.
addConnectionListener(ConnectionListener) - Method in interface com.nexaweb.client.desktop.netservice.DesktopNetService
Register a ConnectionListener to be notified of network connect and disconnect events.
addContainer(String, Container) - Method in interface com.nexaweb.client.ClientSession
Adds a container with the given name to the session.
addDatasetListener(DatasetListener) - Method in interface com.nexaweb.xml.DocumentProvider
Deprecated. Use the DocumentRegistry.addDocumentListener(DocumentListener) method instead.
addDocument(Document, String) - Method in class com.nexaweb.client.tags.PluginDocumentHandler
Adds a document for this document handler to manage.
addDocumentListener(DocumentListener) - Method in interface com.nexaweb.xml.DocumentRegistry
Adds a DocumentListener to the list of listeners to notify when documents are registered and unregistered locally.
addDocumentOwnershipListener(DocumentOwnershipListener) - Method in interface com.nexaweb.xml.Element
Adds a DocumentOwnershipListener to this element.
addExceptionHandler(ExceptionHandler) - Method in interface com.nexaweb.client.ClientSession
Adds an exception handler to the chain of exception handlers registered on the ClientSesion.
addFormElement(Element) - Method in class com.nexaweb.client.form.Form
Adds an element to be included in the form.
addHeader(String, String) - Method in interface com.nexaweb.client.netservice.HttpRequest
Adds an HTTP header to the request.
addKeyListener(KeyListener) - Method in interface com.nexaweb.client.displayservice.DisplayService
Adds a key listener to the UI.
addListener(SharedStoreListener) - Method in interface com.nexaweb.server.sharedstore.SharedStore
Adds a listener to get notified when entries are modified.
addMco(String, Object) - Method in class com.nexaweb.client.mco.McoContainer
Registers an MCO with the given name.
addMouseListener(MouseListener) - Method in interface com.nexaweb.client.displayservice.DisplayService
Adds a mouse listener to the UI.
addMouseMotionListener(MouseMotionListener) - Method in interface com.nexaweb.client.displayservice.DisplayService
Adds a mouse motion listener to the UI.
addPushConnectionListener(PushConnectionListener) - Method in interface com.nexaweb.server.pushconnection.PushConnectionManager
Adds the specified listener to the list of listeners that will be notified when PushConnections are established or closed.
addQueueListener(QueueListener) - Method in interface com.nexaweb.server.session.queues.QueueMonitoringService
Adds a QueueListener to the list of QueueListener objects that will be notified of messages dropped from the queues for clients.
addSessionListener(ServerSessionListener) - Method in interface com.nexaweb.server.session.SessionManager
Adds a ServerSessionListener to the SessionManager
addStructureChangeListener(StructureChangeListener) - Method in interface com.nexaweb.xml.Document
Adds a listener to this document for DOM structure changes.
addStructureChangeListener(StructureChangeListener) - Method in interface com.nexaweb.xml.Element
Adds a StructureChangeListener to this Element for DOM structure changes.
addedToContainer(Container, String) - Method in class com.nexaweb.client.mco.AbstractMco
Calls setSession() and setName()
addedToContainer(Container, String) - Method in interface com.nexaweb.client.mco.ContainerLifecycleObject
This method is called when this object is added to a client container, directly after it is added.
afterChildRemoved(StructureChangeEvent) - Method in class com.nexaweb.client.tags.AbstractTagImpl
This must be called when a child element is removed from it's parent.
appendChild(Element) - Method in interface com.nexaweb.xml.Element
Appends a child element to the end of the child list.
appendChild(String) - Method in interface com.nexaweb.xml.Element
This will append a "Text Node" to this element.
appendXml(String) - Method in interface com.nexaweb.xml.Element
This will parse the specified XML to create an Element structure which will be appended to the child list of this Element.
attributeRemoved(SessionAttributeEvent) - Method in interface com.nexaweb.server.session.events.SessionAttributeListener
Called when an attribute is removed from a Session.
attributeSet(AttributeChangeEvent) - Method in class com.nexaweb.client.tags.AbstractTagImpl
This method is called by onAttributeSet(), which catches any AttributeConversioExceptions that may have been produced and calls reportInvalidXmlException on them.
attributeSet(AttributeChangeEvent) - Method in class com.nexaweb.client.tags.CompositeComponentBridge
By default this will take the attribute change and apply it to the backing definition element.
attributeSet(AttributeChangeEvent) - Method in class com.nexaweb.client.tags.CompositeTagBridge
By default this will take the attribute change and apply it to the backing definition element.
attributeSet(AttributeChangeEvent) - Method in class com.nexaweb.client.tags.ContainerBridge
Handles attributes common to all AWT Containers by converting the attribute value to the proper data type and calling the appropriate Container method with the converted value.
attributeSet(AttributeChangeEvent) - Method in class com.nexaweb.client.tags.StylesheetAwareTagImpl
Overridden to handle the "class" attribute by calling refreshStyles when that attribute changes.
attributeSet(AttributeChangeEvent) - Method in class com.nexaweb.client.tags.SwingBridge
If "width" and "height" are both set, this will call setPreferredSize on the controlled JComponent with the converted width and height values.
attributeSet(SessionAttributeEvent) - Method in interface com.nexaweb.server.session.events.SessionAttributeListener
Called when an attribute is added into a Session.

B

BAD_ATTRIBUTE - Static variable in class com.nexaweb.client.xml.InvalidXmlException
{0} - attribute name {1} - attribute value {2} - toString() of the Element containing the attribute {3} - toString() of the Element's parent

Attribute "{0}" had bad value "{1}" on: \n{2}\nunder parent:\n{3}

BAD_ATTRIBUTE_WITH_ROOT_CAUSE - Static variable in class com.nexaweb.client.xml.InvalidXmlException
{0} - attribute name {1} - attribute value {2} - the root cause exception's message {3} - toString() of the Element containing the attribute {4} - toString() of the Element's parent

Attribute "{0}" had bad value "{1}"\n Reason:{2}\n{3}\nunder parent:\n{4}

BAD_TAG - Static variable in class com.nexaweb.client.xml.InvalidXmlException
{0} - expected tag name {1} - encountered tag name {2} - toString() of the Element with the encountered tag {3} - toString() of the Element's parent

Expected tag "<{0}>" got "<{1}>" on: \n{2}\nunder parent:\n{3}

BEAN_CONVERSION_FAILURE - Static variable in class com.nexaweb.webservices.WebServiceException
 
beep() - Method in interface com.nexaweb.client.soundservice.SoundService
Beeps once.
beforeAttributeRemoved(AttributeChangeEvent) - Method in class com.nexaweb.client.tags.AbstractTagImpl
 
beforeAttributeRemoved(AttributeChangeEvent) - Method in class com.nexaweb.client.tags.StylesheetAwareTagImpl
Overridden to help track stylesheet attributes.
beforeAttributeRemoved(AttributeChangeEvent) - Method in interface com.nexaweb.xml.events.AttributeChangeListener
This method is called after Element.removeAttribute() is called, but before the attribute is actually removed.
beforeAttributeSet(AttributeChangeEvent) - Method in class com.nexaweb.client.tags.AbstractTagImpl
 
beforeAttributeSet(AttributeChangeEvent) - Method in class com.nexaweb.client.tags.StylesheetAwareTagImpl
Overridden to help track stylesheet attributes.
beforeAttributeSet(AttributeChangeEvent) - Method in interface com.nexaweb.xml.events.AttributeChangeListener
This method is called after Element.setAttribute() is called, but before the value is actually changed.
beforeChildAdded(StructureChangeEvent) - Method in class com.nexaweb.client.tags.AbstractTagImpl
This method is included to conform to the StructureChangeListener interface.
beforeChildAdded(StructureChangeEvent) - Method in class com.nexaweb.client.tags.PluginDocumentHandler
Implements the StructureChangeListener interface.
beforeChildAdded(StructureChangeEvent) - Method in class com.nexaweb.client.tags.UiContentHandler
This method is included to conform to the StructureChangeListener interface.
beforeChildAdded(StructureChangeEvent) - Method in interface com.nexaweb.xml.events.StructureChangeListener
This method will be called on registered listeners when a child is being added to the document, but before the add occurs.
beforeChildRemoved(StructureChangeEvent) - Method in class com.nexaweb.client.tags.AbstractTagImpl
This method is included to conform to the StructureChangeListener interface.
beforeChildRemoved(StructureChangeEvent) - Method in class com.nexaweb.client.tags.PluginDocumentHandler
Implements the StructureChangeListener interface.
beforeChildRemoved(StructureChangeEvent) - Method in class com.nexaweb.client.tags.UiContentHandler
This method is included to conform to the StructureChangeListener interface.
beforeChildRemoved(StructureChangeEvent) - Method in interface com.nexaweb.xml.events.StructureChangeListener
This method will be called on registered listeners when a child is being removed from the document, but before the remove occurs.

C

CANT_START_NEEDS_ATTENTION - Static variable in class com.nexaweb.server.services.ServiceException
 
CHANGE_ATTRIBUTE_TO_NULL - Static variable in class com.nexaweb.xml.events.ChangeRejectedException
 
CHANGE_CHILD_TO_NULL - Static variable in class com.nexaweb.xml.events.ChangeRejectedException
 
CLASSPATH_EVENT_HANDLER_FAILURE - Static variable in class com.nexaweb.client.ExceptionContext
 
CLASSPATH_PREFIX - Static variable in class com.nexaweb.client.EventHandler
The prefix for classpath calls, "classpath://"
CLASS_LOAD_FAILURE - Static variable in class com.nexaweb.server.util.ConfigurationException
 
CLIENT - Static variable in class com.nexaweb.xml.DocumentLocation
Denotes that a document added to a DocumentRegistry instance should live on the client only.
CLIENT_AND_SERVER_SHARED - Static variable in class com.nexaweb.xml.DocumentLocation
Denotes that a document added to a DocumentRegistry instance should live both on the client and the server with changes on either side propagated to the remote side.
CLIENT_INFO_TAG - Static variable in class com.nexaweb.session.ClientInfo
 
COMPILATION_ERRORS - Static variable in class com.nexaweb.webservices.WebServiceException
 
CONNECTION_FAILED - Static variable in class com.nexaweb.webservices.WebServiceException
 
CONTENT_TYPE_BYTE_ARRAY - Static variable in interface com.nexaweb.server.session.queues.UserMessageDropEvent
 
CONTENT_TYPE_DOCUMENT - Static variable in interface com.nexaweb.server.session.queues.UserMessageDropEvent
 
CONTENT_TYPE_ELEMENT - Static variable in interface com.nexaweb.server.session.queues.UserMessageDropEvent
 
CONTENT_TYPE_SERIALIZABLE - Static variable in interface com.nexaweb.server.session.queues.UserMessageDropEvent
 
CONTENT_TYPE_STRING - Static variable in interface com.nexaweb.server.session.queues.UserMessageDropEvent
 
CONTENT_TYPE_XML_SERIALIZABLE - Static variable in interface com.nexaweb.server.session.queues.UserMessageDropEvent
 
COULDNT_OBTAIN_CLASSES - Static variable in class com.nexaweb.webservices.WebServiceException
 
COULDNT_OBTAIN_COMPILER - Static variable in class com.nexaweb.webservices.WebServiceException
 
CUSTOM_TYPE - Static variable in class com.nexaweb.client.ExceptionContext
 
ChangeRejectedException - exception com.nexaweb.xml.events.ChangeRejectedException.
This is thrown from by AttributeChangeListener and StructureChangeListener "before" methods.
ChangeRejectedException(String, String) - Constructor for class com.nexaweb.xml.events.ChangeRejectedException
 
ChangeRejectedException(String, String, DomChangeEvent) - Constructor for class com.nexaweb.xml.events.ChangeRejectedException
 
ChangeRejectedException(String, DomChangeEvent) - Constructor for class com.nexaweb.xml.events.ChangeRejectedException
 
ChangeRejectedException(String, Throwable, DomChangeEvent) - Constructor for class com.nexaweb.xml.events.ChangeRejectedException
 
ClientEvent - class com.nexaweb.client.ClientEvent.
This class encapsulates an event on the client and functions in much the same way a ServletRequest object does on the server-side.
ClientEvent(Object) - Constructor for class com.nexaweb.client.ClientEvent
Creates a new client event with the given source object The source is usually the Element that the event was registered on.
ClientInfo - class com.nexaweb.session.ClientInfo.
ClientInfo represents this available information about the client connected to a NxSession.
ClientInfo() - Constructor for class com.nexaweb.session.ClientInfo
Constucts an empty ClientInfo object (necessary for XmlSerializable)
ClientInfo(String, String, String, String, String, String, String, String, Dimension, Locale, boolean) - Constructor for class com.nexaweb.session.ClientInfo
Construct a new ClientInfo object with the specified information.
ClientInfo(Element) - Constructor for class com.nexaweb.session.ClientInfo
Construct a new ClientInfo object based on an XML element that should conform to the fromXml() definition.
ClientSession - interface com.nexaweb.client.ClientSession.
ClientSession is the starting point for most client-side functionality and exposes various services that can be used programtically or through xml via MCO invocation syntax.
CompositeComponentBridge - class com.nexaweb.client.tags.CompositeComponentBridge.
The base class for creating composite components - components created from a collection of Nexaweb components defined in an XML file.
CompositeComponentBridge() - Constructor for class com.nexaweb.client.tags.CompositeComponentBridge
 
CompositeTagBridge - class com.nexaweb.client.tags.CompositeTagBridge.
This class is simlar to CompositeComponentBridge.
CompositeTagBridge() - Constructor for class com.nexaweb.client.tags.CompositeTagBridge
 
ConfigurableFlushPolicy - interface com.nexaweb.server.pushconnection.flushpolicies.ConfigurableFlushPolicy.
This interface provides a configure() method to the FlushPolicy interface which allows Nexaweb Server to pass the configuration found in the nexaweb-client.xml file to each FlushPolicy class it loads.
ConfigurationException - exception com.nexaweb.server.util.ConfigurationException.
ConfigurationException
ConfigurationException(String, String[], Locale) - Constructor for class com.nexaweb.server.util.ConfigurationException
 
ConfigurationException(String) - Constructor for class com.nexaweb.server.util.ConfigurationException
 
ConfigurationException(String, String) - Constructor for class com.nexaweb.server.util.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for class com.nexaweb.server.util.ConfigurationException
 
ConfigurationException(String, String[]) - Constructor for class com.nexaweb.server.util.ConfigurationException
 
ConfigurationException(String, String, Throwable) - Constructor for class com.nexaweb.server.util.ConfigurationException
 
ConfigurationException(String, String[], Throwable) - Constructor for class com.nexaweb.server.util.ConfigurationException
 
ConnectionListener - interface com.nexaweb.client.desktop.netservice.ConnectionListener.
Listener interface used by the DesktopNetService to send connect and disconnect notifications.
ConnectionStatistics - class com.nexaweb.server.pushconnection.ConnectionStatistics.
This object keeps statistics on the data flowing over a PushConnection.
ConnectionStatistics(String) - Constructor for class com.nexaweb.server.pushconnection.ConnectionStatistics
This constructor is used internally by Nexaweb.
ConsoleExceptionHandler - class com.nexaweb.client.ConsoleExceptionHandler.
ConsoleExceptionHandler is added by default as the first exception handler in the exception-handling chain.
ConsoleExceptionHandler() - Constructor for class com.nexaweb.client.ConsoleExceptionHandler
 
Container - class com.nexaweb.client.mco.Container.
Houses objects associated with an application and provides some lifecycle management and notification for objects that implement the ContainerLifecycleObject interface.
Container(ClientSession) - Constructor for class com.nexaweb.client.mco.Container
 
ContainerBridge - class com.nexaweb.client.tags.ContainerBridge.
A bridge class for handling AWT Containers.
ContainerBridge() - Constructor for class com.nexaweb.client.tags.ContainerBridge
 
ContainerLifecycleObject - interface com.nexaweb.client.mco.ContainerLifecycleObject.
This interface provides containment-change callbacks to objects placed in application containers, including the MCO container.
call(String, Object[]) - Method in class com.nexaweb.client.JavascriptService
Calls a javascript method with the given name and arguments.
call(String) - Method in class com.nexaweb.client.JavascriptService
Calls a no-argument javascript method with the given name.
captureElement(Element, boolean) - Method in interface com.nexaweb.client.displayservice.DisplayService
Captures the onscreen representation of an element as an image.
clear() - Method in interface com.nexaweb.server.sharedstore.SharedStore
Clears all contents in the SharedStore
clear() - Method in interface com.nexaweb.server.util.PerformanceMeter
Clears all entries from this PerformanceMeter.
clone() - Method in interface com.nexaweb.client.netservice.HttpRequest
Creates a deep copy of the HttpRequest.
clone(boolean) - Method in interface com.nexaweb.xml.Element
Clones an Element.
close() - Method in interface com.nexaweb.server.pushconnection.PushConnection
Closes this PushConnection.
closePushConnection() - Method in interface com.nexaweb.client.netservice.NetService
Closes the current push connection.
com.nexaweb.client - package com.nexaweb.client
Provides classes and interfaces used by MCOs.
com.nexaweb.client.desktop.netservice - package com.nexaweb.client.desktop.netservice
 
com.nexaweb.client.displayservice - package com.nexaweb.client.displayservice
Provides functions related to UI screen capturing, manipulating and information retrieval.
com.nexaweb.client.form - package com.nexaweb.client.form
Provides the ability to perform form-based submission.
com.nexaweb.client.macro - package com.nexaweb.client.macro
A macro encapsulates a set of page elements that may be executed without retrieving a page.
com.nexaweb.client.mco - package com.nexaweb.client.mco
Provides classes for creating and managing MCOs.
com.nexaweb.client.netservice - package com.nexaweb.client.netservice
Provides class and interfaces related to network IO and messaging.
com.nexaweb.client.printservice - package com.nexaweb.client.printservice
Provides methods for printing screen captures.
com.nexaweb.client.soundservice - package com.nexaweb.client.soundservice
Provides audio related methods.
com.nexaweb.client.stylesheet - package com.nexaweb.client.stylesheet
Provides classes and interfaces for stylesheet management and notification.
com.nexaweb.client.tags - package com.nexaweb.client.tags
Provides the base classes needed for plug-in development.
com.nexaweb.client.typeconversionservice - package com.nexaweb.client.typeconversionservice
Contains the TypeConversionService interface which provides methods for converting Objects of one type into another type.
com.nexaweb.client.webservices - package com.nexaweb.client.webservices
Provides access to server-side Web Services.
com.nexaweb.client.xml - package com.nexaweb.client.xml
Contains InvalidXmlException which is thrown when the data contained in an XML document does not conform to what is expected by the schema.
com.nexaweb.client.xpathservice - package com.nexaweb.client.xpathservice
Provides a service that allows for declaritive XPath calls.
com.nexaweb.common.printing - package com.nexaweb.common.printing
Provides support for server-side PDF based printing support.
com.nexaweb.exceptions - package com.nexaweb.exceptions
Provides the base exceptions thrown from all Nexaweb APIs.
com.nexaweb.messaging - package com.nexaweb.messaging
Provides common messaging APIs between the client and server.
com.nexaweb.printing - package com.nexaweb.printing
Provides support for alternative printing formats.
com.nexaweb.server.messaging - package com.nexaweb.server.messaging
Contains server side messaging APIs used for publishing and listening to messages.
com.nexaweb.server.pushconnection - package com.nexaweb.server.pushconnection
Provides an object model around the push connections that may be maintained between the client and server.
com.nexaweb.server.pushconnection.flushpolicies - package com.nexaweb.server.pushconnection.flushpolicies
Provides an extention of the FlushPolicy interface that may be implemented to receive configuration from the Nexaweb configuration files.
com.nexaweb.server.services - package com.nexaweb.server.services
Provides a common framework for Nexaweb Services and access to those services.
com.nexaweb.server.session - package com.nexaweb.server.session
Provides a Session API for Nexaweb sessions.
com.nexaweb.server.session.events - package com.nexaweb.server.session.events
Provides interfaces and event classes for listening to Session creation, invalidation and failover events as well as changes in Session attributes.
com.nexaweb.server.session.queues - package com.nexaweb.server.session.queues
Provides an API for monitoring the communications queues between Nexaweb Server and Nexaweb Client.
com.nexaweb.server.sharedstore - package com.nexaweb.server.sharedstore
Provides distributed HashMap functionality allowing parts of your application to share data either locally or across a cluster.
com.nexaweb.server.util - package com.nexaweb.server.util
Provides utility classes used for capturing and reporting on the performance of Nexaweb Servcies.
com.nexaweb.server.webservices - package com.nexaweb.server.webservices
Provides APIs for accessing Web Services.
com.nexaweb.session - package com.nexaweb.session
Provides access to sessions and session meta-data on both the Client and Server.
com.nexaweb.util - package com.nexaweb.util
Provides classes for logging and object serialization via XML.
com.nexaweb.webservices - package com.nexaweb.webservices
Provides common web services APIs between the client and server.
com.nexaweb.xml - package com.nexaweb.xml
Provides common XML APIs between the client and server.
com.nexaweb.xml.events - package com.nexaweb.xml.events
Provides interfaces for listening to change events on Documents and Document registration events.
com.nexaweb.xml.xpath - package com.nexaweb.xml.xpath
The Nexaweb XPath API
componentBridgeAdded(StructureChangeEvent, AwtComponentBridge) - Method in class com.nexaweb.client.tags.ContainerBridge
Called by onChildAdded when a child element is added that is handled by an AwtComponentBridge.
componentBridgeRemoved(StructureChangeEvent, AwtComponentBridge) - Method in class com.nexaweb.client.tags.ContainerBridge
Called by onChildRemoved when a child element is removed that is handled by an AwtComponentBridge.
configure(Element) - Method in interface com.nexaweb.server.pushconnection.flushpolicies.ConfigurableFlushPolicy
If this policy is being applied as a result of it appearing in the nexaweb session configuration, then this method will be called with the <policy> element containing its configuration.
configure(Element) - Method in class com.nexaweb.server.pushconnection.flushpolicies.IdlePeriodFlushPolicy
 
configure(Element) - Method in class com.nexaweb.server.pushconnection.flushpolicies.IdlePeriodWithSizeThresholdFlushPolicy
 
configure(Element) - Method in class com.nexaweb.server.pushconnection.flushpolicies.ThroughputFlushPolicy
 
constructInvalidXmlException(String, String, Element, Exception) - Method in class com.nexaweb.client.tags.AbstractTagImpl
Constructs an InvalidXmlException reporting a bad attribute value; the exception is created and returned without being reported.
contains(Object) - Method in interface com.nexaweb.server.sharedstore.SharedStore
Whether the local instance of the shared store contains the specified value.
containsKey(Object) - Method in interface com.nexaweb.server.sharedstore.SharedStore
Whether the local instance of the shared store contains the specified key.
containsValue(Object) - Method in class com.nexaweb.client.mco.Container
Returns true if the object is registered in this container.
contentsCleared() - Method in interface com.nexaweb.server.sharedstore.SharedStoreListener
Gets called when a SharedStore is cleared.
contentsSet(Map) - Method in interface com.nexaweb.server.sharedstore.SharedStoreListener
Gets called when putAll( Map newEntries ) gets called
convert(Object, Class) - Method in interface com.nexaweb.client.typeconversionservice.TypeConversionService
Converts the passed in object (obj) into the desiredType class if such conversion is possible.
convertToBoolean(Object) - Method in interface com.nexaweb.client.typeconversionservice.TypeConversionService
Converts the passed in Object into a Boolean.
convertToDate(Object) - Method in interface com.nexaweb.client.typeconversionservice.TypeConversionService
Converts the passed in Object into a Date.
convertToDate(Object, DateFormat) - Method in interface com.nexaweb.client.typeconversionservice.TypeConversionService
Converts the passed in Object into a Date.
convertToNumber(Object) - Method in interface com.nexaweb.client.typeconversionservice.TypeConversionService
Converts the passed in Object into a Number.
convertToString(Object) - Method in interface com.nexaweb.client.typeconversionservice.TypeConversionService
Converts the passed in Object into a String.
createClientEventFromKeyEvent(KeyEvent) - Method in class com.nexaweb.client.tags.ContainerBridge
A helper method that creates a ClientEvent object from an AWT KeyEvent.
createClientEventFromMouseEvent(MouseEvent) - Method in class com.nexaweb.client.tags.ContainerBridge
A helper method that creates a ClientEvent object from an AWT MouseEvent.
createElement(String) - Method in interface com.nexaweb.xml.Document
Creates an element with the specified local name.
createElement(String, String) - Method in interface com.nexaweb.xml.Document
Creates an element with the specified local name and namespace URI.
createElement(String, String, String) - Method in interface com.nexaweb.xml.Document
Creates an element with the specified local name, prefix, and namespace URI.
createEmptyDocument() - Method in interface com.nexaweb.xml.Parser
Returns a new Document with no nodes below it, no root node.
createFullyQualifiedUrl(String) - Method in interface com.nexaweb.client.netservice.NetService
Creates a full url based on current context information.
createFullyQualifiedUrl(String, String) - Method in interface com.nexaweb.client.netservice.NetService
Creates a fully qualified URL out of a base url and a relative url.
createFullyQualifiedUrl(String, String, String, boolean) - Method in interface com.nexaweb.client.netservice.NetService
Creates a fully qualified URL out of a base url, an optional applicationPath and a relative url.
createHttpRequest(String) - Method in interface com.nexaweb.client.netservice.NetService
Creates an HTTP request that can then be sent to the server.
createLayoutManager() - Method in class com.nexaweb.client.tags.LayoutBridge
Subclasses should override this to call setLayoutManager() with the appropriate LayoutManager.
createMacro(String) - Method in class com.nexaweb.client.macro.MacroContainer
Returns a new instance of a Macro with the specified pattern.
createMacro(String, boolean) - Method in class com.nexaweb.client.macro.MacroContainer
Returns a new instance of a Macro with the specified pattern.
createModifiersString(int) - Method in class com.nexaweb.client.tags.AbstractTagImpl
This is a helper method that turns the modifiers int returned by MouseEvent.getModifiers() into a string.
createPluginJarUrl(String) - Method in class com.nexaweb.client.tags.AbstractTagImpl
Returns a url that can be used with NetService to load resources specific to that plug-in.
createQualifiedUrl(String) - Method in class com.nexaweb.client.tags.AbstractTagImpl
Turns a potentially relative URL into a fully qualified one.
createQualifiedUrlAsString(String) - Method in class com.nexaweb.client.tags.AbstractTagImpl
 
createUiComponent() - Method in class com.nexaweb.client.tags.CompositeComponentBridge
This gets the definition element, gets the UI component that corresponds to it, and calls setUiComponent() with that component.
createUiComponent() - Method in class com.nexaweb.client.tags.ContainerBridge
Called during init(), this method should instantiate the UI widget this bridge will control and call setUiComponent with that widget.
createWebService(String, URL) - Method in interface com.nexaweb.server.webservices.WebServiceBroker
Discovers the web service at the specified WSDL URL, generates the classes, compiles the classes and puts the classes in the server classpath making them available for use.
createWebService(String, URL, File) - Method in interface com.nexaweb.server.webservices.WebServiceBroker
Discovers the web service at the specified WSDL URL, generates the classes, compiles the classes and puts the classes in the server classpath making them available for use.
createXPath(String) - Static method in class com.nexaweb.xml.xpath.XPathFactory
Returns a new XPath object ready to execute the specified expression.

D

DEINITIALIZATION_FAILURE - Static variable in class com.nexaweb.server.services.ServiceException
 
DEPRECATED_SETTING - Static variable in class com.nexaweb.server.util.ConfigurationException
 
DOCUMENT_CONTAINER - Static variable in class com.nexaweb.client.mco.Container
"document" - the name for the document container
DOCUMENT_MISSING_MSG_ID - Static variable in class com.nexaweb.common.printing.DocumentNotFoundException
 
DatasetEvent - class com.nexaweb.xml.events.DatasetEvent.
Deprecated. This API has been replaced by DocumentEvent.
DatasetEvent(String, Document) - Constructor for class com.nexaweb.xml.events.DatasetEvent
Deprecated.  
DatasetListener - interface com.nexaweb.xml.events.DatasetListener.
Deprecated. Use DocumentListener instead.
DesktopClientSession - interface com.nexaweb.client.DesktopClientSession.
The interface representing the DesktopClient version of the Nexaweb Client.
DesktopNetService - interface com.nexaweb.client.desktop.netservice.DesktopNetService.
An extension of the NetService that includes additional retrieval methods that take a retrieval policy to determine where to retrieve a specific resource from.
DialogExceptionHandler - class com.nexaweb.client.DialogExceptionHandler.
DialogExceptionHandler displays error messages in a modal dialog and passes the exception down the exception chain.
DialogExceptionHandler() - Constructor for class com.nexaweb.client.DialogExceptionHandler
 
DisplayService - interface com.nexaweb.client.displayservice.DisplayService.
DisplayService provides methods related to the on-screen display.
Document - interface com.nexaweb.xml.Document.
The Document interface represents an entire XML document.
DocumentEvent - class com.nexaweb.xml.events.DocumentEvent.
DocumentEvent objects are passed to the methods of DocumentListener when Documents are either registered or unregistered on a particular session's DocumentRegistry.
DocumentEvent(String, Document, DocumentLocation) - Constructor for class com.nexaweb.xml.events.DocumentEvent
 
DocumentFormat - class com.nexaweb.printing.DocumentFormat.
DocumentFormat represents the format of the printed document like PDF, POSTSCRIPT, TEXT.
DocumentListener - interface com.nexaweb.xml.events.DocumentListener.
Interface DocumentListener provides notification of Document registration events.
DocumentLocation - class com.nexaweb.xml.DocumentLocation.
DocumentLocation represents the places that a document may reside.
DocumentNotFoundException - exception com.nexaweb.common.printing.DocumentNotFoundException.
Thrown when a printed document cannot be found
DocumentNotFoundException(String) - Constructor for class com.nexaweb.common.printing.DocumentNotFoundException
 
DocumentNotFoundException(String, Throwable) - Constructor for class com.nexaweb.common.printing.DocumentNotFoundException
 
DocumentOwnershipListener - interface com.nexaweb.xml.events.DocumentOwnershipListener.
DocumentOwnershipListener can be registered on individual Elements and is notified when an Element changes owner documents.
DocumentProvider - interface com.nexaweb.xml.DocumentProvider.
Deprecated. Use the DocumentRegistry interface.
DocumentRegistry - interface com.nexaweb.xml.DocumentRegistry.
DocumentRegistry objects provide a registry for Documents (datasets) associated with NxSessions and provide access to the UI Document.
DomChangeDropEvent - interface com.nexaweb.server.session.queues.DomChangeDropEvent.
DomChangeDropEvent contains information about DOM changes that were bound for the client that had to be dropped from a full communications queue.
DomChangeEvent - class com.nexaweb.xml.events.DomChangeEvent.
DomChangeEvent is the base class for AttributeChangeEvent and StructureChangeEvent.
DomChangeEvent() - Constructor for class com.nexaweb.xml.events.DomChangeEvent
 
DomChangeEvent(Element) - Constructor for class com.nexaweb.xml.events.DomChangeEvent
 
DropEvent - interface com.nexaweb.server.session.queues.DropEvent.
DropEvent contains information about what was dropped from a communications queue.
debug(String) - Method in interface com.nexaweb.util.Log
Logs a debug message.
decode(String) - Static method in class com.nexaweb.util.UrlUtils
This method will decode the parameter s.
decode(String) - Static method in class com.nexaweb.util.XmlUtils
This method will XML-decode a string.
deepClone(boolean) - Method in interface com.nexaweb.xml.Element
Clones an Element.
deregister(Element) - Method in class com.nexaweb.client.tags.PluginDocumentHandler
Called from AbstractTagImpl afterChildRemoved() to recursively clean up the removed element tree.
destroy() - Method in class com.nexaweb.client.mco.Container
Removes every object from the container.
destroy() - Method in class com.nexaweb.client.mco.McoContainer
For internal use only
destroy() - Static method in class com.nexaweb.server.services.ServiceManager
Stops all registered services, loses references to them.
disablePollingAtStartup() - Method in class com.nexaweb.server.session.InitialSessionConfig
Ensures that the client will not begin polling at session-creation time.
disablePushConnectionAtStartup() - Method in class com.nexaweb.server.session.InitialSessionConfig
Disables a push connection to be created at session-creation time.
disableReliableMessaging() - Method in class com.nexaweb.server.session.InitialSessionConfig
Disables reliable messaging for this session.
disableServerUiDom() - Method in class com.nexaweb.server.session.InitialSessionConfig
Disables server side UI DOM

E

ELEMENT_NODE - Static variable in class com.nexaweb.xml.events.StructureChangeEvent
If this value is returned from StructureChangeEvent.getType() then this StructureChangeEvent was triggered by the addition or removal of an Element.
EVENT_TYPE_DOM_CHANGE - Static variable in interface com.nexaweb.server.session.queues.DropEvent
 
EVENT_TYPE_MESSAGE_QUEUE - Static variable in interface com.nexaweb.server.session.queues.DropEvent
 
EVENT_TYPE_POST_DOM_CHANGE_COMMAND - Static variable in interface com.nexaweb.server.session.queues.DropEvent
 
EVENT_TYPE_PRE_DOM_CHANGE_COMMAND - Static variable in interface com.nexaweb.server.session.queues.DropEvent
 
EVENT_TYPE_RELIABLE_MESSAGING_SUPPORT - Static variable in interface com.nexaweb.server.session.queues.DropEvent
 
EXPECTED_ATTRIBUTE_ON_ELEMENT - Static variable in class com.nexaweb.server.util.ConfigurationException
 
EXPECTED_ELEMENT - Static variable in class com.nexaweb.client.xml.InvalidXmlException
{0} - encountered String child {1} - the String child's parent Element

Expected child of type Element but got String:\n"{0}"\nunder parent:\n{1}

EXPECTED_STRING - Static variable in class com.nexaweb.client.xml.InvalidXmlException
{0} - toString() of the encountered Element {1} - toString() of the Element's parent

Expected child of type String but got Element {0} under parent:\n{1}

EXPECTED_TAG_ONE_OF - Static variable in class com.nexaweb.client.xml.InvalidXmlException
{0} - a list of expected tag names {1} - encountered tag name {2} - toString() of the encountered Element {3} - toString() of the Element's parent

Expected tag to be one of {0} got "{1}" instead on:\n{2}\n under parent:\n{3}

EXPECTED_TEXT_CHILD - Static variable in class com.nexaweb.client.xml.InvalidXmlException
{0} - the tag name of the Element expected to have a text child {1} - toString() of the encountered Element {2} - toString() of the Element's parent

Expected tag "<{0}>" to have text child on:\n{1}\nunder parent:\n{2}

Element - interface com.nexaweb.xml.Element.
This is an interface to represent an element in an XML Document Object Model (DOM).
EmptyDocumentException - exception com.nexaweb.xml.EmptyDocumentException.
EmptyDocumentException is thrown when parseXml is called with only whitespace to parse.
EmptyDocumentException(String) - Constructor for class com.nexaweb.xml.EmptyDocumentException
 
EmptyDocumentException(String, Throwable) - Constructor for class com.nexaweb.xml.EmptyDocumentException
 
EmptyDocumentException(String, String, Throwable) - Constructor for class com.nexaweb.xml.EmptyDocumentException
 
EmptyDocumentException(String, String) - Constructor for class com.nexaweb.xml.EmptyDocumentException
 
EmptyDocumentException(String, String[]) - Constructor for class com.nexaweb.xml.EmptyDocumentException
 
EmptyDocumentException(String, String[], Throwable) - Constructor for class com.nexaweb.xml.EmptyDocumentException
 
EmptyDocumentException(String, String[], Throwable, Locale) - Constructor for class com.nexaweb.xml.EmptyDocumentException
 
EmptyDocumentException(String, String[], Locale) - Constructor for class com.nexaweb.xml.EmptyDocumentException
 
EventHandler - class com.nexaweb.client.EventHandler.
EventHandler is used to get the ClientEvent associated with an executing event.
ExceptionContext - class com.nexaweb.client.ExceptionContext.
ExceptionContext holds information passed to an ExceptionHandler.
ExceptionHandler - class com.nexaweb.client.ExceptionHandler.
Exception handlers are called when an exception occurs in the Nexaweb Client that can not be trapped directly by user MCO code.
ExceptionHandler() - Constructor for class com.nexaweb.client.ExceptionHandler
 
enablePollingAtStartup() - Method in class com.nexaweb.server.session.InitialSessionConfig
Ensures that the client will begin polling at session-creation time.
enablePushConnectionAtStartup() - Method in class com.nexaweb.server.session.InitialSessionConfig
Enables a push connection to be created at session-creation time.
enableReliableMessaging() - Method in class com.nexaweb.server.session.InitialSessionConfig
Enables reliable messaging for this session.
enableServerUiDom() - Method in class com.nexaweb.server.session.InitialSessionConfig
Enables server side UI DOM
enableShortStackTrace() - Method in class com.nexaweb.exceptions.NexawebException
This will enable printing the exception such that only the root causal throwable will have the full stack trace.
enableShortStackTrace() - Method in class com.nexaweb.exceptions.NexawebRuntimeException
This will enable printing the exception such that only the root causal throwable will have the full stack trace.
encode(String) - Static method in class com.nexaweb.util.UrlUtils
Encode a string to the "x-www-form-urlencoded" form, enhanced with the UTF-8-in-URL proposal.
encode(String) - Static method in class com.nexaweb.util.XmlUtils
This method will XML-encode a string.
encodeDoubleQuotes(String) - Static method in class com.nexaweb.util.XmlUtils
This method will perform a simple XML-encoding of double quotes only.
entryRemoved(Object) - Method in interface com.nexaweb.server.sharedstore.SharedStoreListener
Gets called when a key/value pair is removed from a SharedStore.
entrySet(Object, Object) - Method in interface com.nexaweb.server.sharedstore.SharedStoreListener
Gets called when a key/value pair gets set to a SharedStore.
equals(Object) - Method in class com.nexaweb.client.desktop.netservice.RetrievalPolicy
 
equals(Element, boolean) - Method in interface com.nexaweb.xml.Element
This will compare two elements to see if they are equal.
equals(Object) - Method in class com.nexaweb.xml.xpath.Attribute
 
equals(Object) - Method in class com.nexaweb.xml.xpath.Text
Override of equals() from Object.
error(String) - Method in interface com.nexaweb.util.Log
Logs an error message.
establishPushConnection(ServerSession) - Method in interface com.nexaweb.server.pushconnection.PushConnectionManager
Request that a PushConnection be established for the specified Session.
establishPushConnection(String) - Method in interface com.nexaweb.server.pushconnection.PushConnectionManager
Request that a PushConnection be established for the specified Session.
evaluate(String) - Method in interface com.nexaweb.client.xpathservice.XPathService
Evaluates the given xpath expression with the default context.
evaluate(String, Element) - Method in interface com.nexaweb.client.xpathservice.XPathService
Evaluates the given xpath expression with the given context.
evaluate(String, Document) - Method in interface com.nexaweb.client.xpathservice.XPathService
Evaluates the given xpath expression with the given context.
evaluate(String, Vector) - Method in interface com.nexaweb.client.xpathservice.XPathService
Evaluates the given xpath expression with the given context.
evaluate(Vector) - Method in interface com.nexaweb.xml.xpath.XPath
Evaluates the path expression for each of the specified context nodes and returns the aggregated result.
evaluate(Element) - Method in interface com.nexaweb.xml.xpath.XPath
Wraps the specified Element in a vector and delegates to evaluate(Vector).
evaluate(Document) - Method in interface com.nexaweb.xml.xpath.XPath
Wraps the specified Document in a vector and delegates to evaluate(Vector).
evaluate() - Method in interface com.nexaweb.xml.xpath.XPath
This method is used to evaluate expressions that aren't in the context of a document.
evaluateAsBoolean(String) - Method in interface com.nexaweb.client.xpathservice.XPathService
Evaluates the given xpath expression with the default context.
evaluateAsBoolean(String, Element) - Method in interface com.nexaweb.client.xpathservice.XPathService
Evaluates the given xpath expression with the given context.
evaluateAsBoolean(String, Document) - Method in interface com.nexaweb.client.xpathservice.XPathService
Evaluates the given xpath expression with the given context.
evaluateAsBoolean(String, Vector) - Method in interface com.nexaweb.client.xpathservice.XPathService
Evaluates the given xpath expression with the given context.
evaluateAsBoolean(Object) - Method in interface com.nexaweb.xml.xpath.XPath
Retrieve a boolean-value interpretation of this XPath expression when evaluated against a given context.
evaluateAsDouble(String) - Method in interface com.nexaweb.client.xpathservice.XPathService
Evaluates the given xpath expression with the default context.
evaluateAsDouble(String, Element) - Method in interface com.nexaweb.client.xpathservice.XPathService
Evaluates the given xpath expression with the given context.
evaluateAsDouble(String, Document) - Method in interface com.nexaweb.client.xpathservice.XPathService
Evaluates the given xpath expression with the given context.
evaluateAsDouble(String, Vector) - Method in interface com.nexaweb.client.xpathservice.XPathService
Evaluates the given xpath expression with the given context.
evaluateAsDouble(Object) - Method in interface com.nexaweb.xml.xpath.XPath
Retrieve a double-value interpretation of this XPath expression when evaluated against a given context.
evaluateAsElement(String) - Method in interface com.nexaweb.client.xpathservice.XPathService
Evaluates the given xpath expression with the default context.
evaluateAsElement(String, Element) - Method in interface com.nexaweb.client.xpathservice.XPathService
Evaluates the given xpath expression with the given context.
evaluateAsElement(String, Document) - Method in interface com.nexaweb.client.xpathservice.XPathService
Evaluates the given xpath expression with the given context.
evaluateAsElement(String, Vector) - Method in interface com.nexaweb.client.xpathservice.XPathService
Evaluates the given xpath expression with the given context.
evaluateAsElement(Object) - Method in interface com.nexaweb.xml.xpath.XPath
Retrieve the first element of the resulting Vector.
evaluateAsInteger(String) - Method in interface com.nexaweb.client.xpathservice.XPathService
Evaluates the given xpath expression with the default context.
evaluateAsInteger(String, Element) - Method in interface com.nexaweb.client.xpathservice.XPathService
Evaluates the given xpath expression with the given context.
evaluateAsInteger(String, Document) - Method in interface com.nexaweb.client.xpathservice.XPathService
Evaluates the given xpath expression with the given context.
evaluateAsInteger(String, Vector) - Method in interface com.nexaweb.client.xpathservice.XPathService
Evaluates the given xpath expression with the given context.
evaluateAsInteger(Object) - Method in interface com.nexaweb.xml.xpath.XPath
Retrieve a double-value interpretation of this XPath expression when evaluated against a given context and casts it to an int.
evaluateAsString(String) - Method in interface com.nexaweb.client.xpathservice.XPathService
Evaluates the given xpath expression with the default context.
evaluateAsString(String, Element) - Method in interface com.nexaweb.client.xpathservice.XPathService
Evaluates the given xpath expression with the given context.
evaluateAsString(String, Document) - Method in interface com.nexaweb.client.xpathservice.XPathService
Evaluates the given xpath expression with the given context.
evaluateAsString(String, Vector) - Method in interface com.nexaweb.client.xpathservice.XPathService
Evaluates the given xpath expression with the given context.
evaluateAsString(Object) - Method in interface com.nexaweb.xml.xpath.XPath
Retrieve a string-value interpretation of this XPath expression when evaluated against a given context.
exception(Throwable) - Method in interface com.nexaweb.util.Log
Logs an exception message.
exception(String, Throwable) - Method in interface com.nexaweb.util.Log
Logs an exception message.
execute() - Method in interface com.nexaweb.client.macro.Macro
Executes this Macro by formatting the underlying String using a MessageFormat with no arguments, then parsing the result as XML and processing it as though it were a page retrieval from the server.
execute(Object[]) - Method in interface com.nexaweb.client.macro.Macro
Executes this Macro by formatting the underlying String using a MessageFormat with the specified arguments, then parsing the result as XML and processing it as though it were a page retrieval from the server.
exit() - Method in interface com.nexaweb.client.DesktopClientSession
Exits the desktop client.

F

FALSE - Static variable in class com.nexaweb.client.tags.AttributeConverter
Indicates that a value is set to false.
FO_RENDERING_FAILURE_MSG_ID - Static variable in class com.nexaweb.common.printing.FoRenderingException
 
FlushPolicy - interface com.nexaweb.server.pushconnection.FlushPolicy.
A FlushPolicy may introspect the content flowing over a PushConnection and may flush the stream to ensure delivery of the content.
Flushable - interface com.nexaweb.server.pushconnection.Flushable.
Interface Flushable is a PushConnection that supports flushing.
FoRenderer - interface com.nexaweb.common.printing.FoRenderer.
Generic interface encapsulating FO rendering.
FoRenderingException - exception com.nexaweb.common.printing.FoRenderingException.
Thrown when the creation of a printed document fails.
FoRenderingException(String, Throwable) - Constructor for class com.nexaweb.common.printing.FoRenderingException
 
Form - class com.nexaweb.client.form.Form.
A Form is a logical collection of UI components that can be submitted as a standard HTML-style form to a server-side url.
Form() - Constructor for class com.nexaweb.client.form.Form
This constructor is included for MCO compliance.
Form(ClientSession) - Constructor for class com.nexaweb.client.form.Form
Creates a form configured for the current session.
findById(String) - Method in interface com.nexaweb.server.pushconnection.PushConnectionManager
Returns the PushConnection associated with the specified session id.
findById(String) - Method in interface com.nexaweb.server.session.SessionManager
Returns the session with the specified id.
findByRequest(HttpServletRequest) - Method in interface com.nexaweb.server.session.SessionManager
Returns the session associated with this request.
findBySession(ServerSession) - Method in interface com.nexaweb.server.pushconnection.PushConnectionManager
Returns the PushConnection associated with the specified ServerSession.
findDataset(String) - Method in interface com.nexaweb.xml.DocumentProvider
Deprecated. Use the DocumentRegistry.findDocument(String) method instead.
findDocument(String) - Method in interface com.nexaweb.xml.DocumentRegistry
Returns the Document with the specified name.
findDocumentLocation(Document) - Method in interface com.nexaweb.xml.DocumentRegistry
Returns the DocumentLocation for this document if the document is registered and available locally.
findDocumentName(Document) - Method in interface com.nexaweb.xml.DocumentRegistry
Returns the name for this document if the document is registered and available locally.
fireEvent(String, String, Element, ClientEvent) - Method in class com.nexaweb.client.EventHandler
Fires an event using the standard event firing mechanism.
fireEvent(String, String, Element, ClientEvent) - Method in class com.nexaweb.client.tags.AbstractTagImpl
This method is used to fire an event in a standard Nexaweb manner.
fireEvent(String, ClientEvent) - Method in class com.nexaweb.client.tags.AbstractTagImpl
This method is used to fire an event in standard manner.
flush() - Method in interface com.nexaweb.server.pushconnection.Flushable
This method is used to flush the PushConnection by sending a flush message down the PushConnection.
format(Object[]) - Method in interface com.nexaweb.client.macro.Macro
Returns the formatted macro pattern with the specified arguments.
freezeUiUpdates(boolean) - Method in interface com.nexaweb.client.displayservice.DisplayService
Calling this with true will freeze all updates to the screen until this is called again with false.
fromXml(String) - Method in class com.nexaweb.session.ClientInfo
Populates this objectd from XML
fromXml(String) - Method in class com.nexaweb.session.SessionConfig
 
fromXml(String) - Method in interface com.nexaweb.util.XmlSerializable
Populates the object from its xml representation.

G

GENERATION_FAILURE - Static variable in class com.nexaweb.webservices.WebServiceException
 
GET_INSTANCE_FAILURE - Static variable in class com.nexaweb.server.services.ServiceException
 
GET_METHOD - Static variable in interface com.nexaweb.client.netservice.HttpRequest
 
get(String) - Method in class com.nexaweb.client.mco.Container
Returns the object of the given name, or null if no object with that name exists in the container.
get(Object) - Method in interface com.nexaweb.server.sharedstore.SharedStore
Returns the value for the key.
getAllInstances() - Static method in class com.nexaweb.server.pushconnection.ConnectionStatistics
Returns all instances of ConnectionStatistics.
getAllServices() - Static method in class com.nexaweb.server.services.ServiceManager
Returns a List containing all of the Service objects under management.
getAllSessions() - Method in interface com.nexaweb.server.session.SessionManager
Returns all local sessions under management.
getApplicationContextPath() - Method in interface com.nexaweb.session.NxSession
The ApplicationContext path for this Nexaweb enabled application.
getApplicationDirectory() - Method in interface com.nexaweb.client.DesktopClientSession
Returns a directory relative to the directory the Desktop Client is running out of.
getArchitecture() - Method in class com.nexaweb.session.ClientInfo
Returns the client's system architecture as a String as defined by the "os.arch" system property.
getAttribute(String) - Method in class com.nexaweb.client.ClientEvent
Returns an object corresponding to the given key name.
getAttribute(String) - Method in interface com.nexaweb.server.session.ServerSession
Returns the attribute associated with the specified key.
getAttribute(String) - Method in interface com.nexaweb.xml.Element
Returns the value of the attribute with the given name for this element.
getAttributeCount() - Method in interface com.nexaweb.xml.Element
Returns the number of attributes this element contains.
getAttributeNameAt(int) - Method in interface com.nexaweb.xml.Element
Returns the attribute name at the specified index in this element.
getAttributeNames() - Method in interface com.nexaweb.server.session.ServerSession
Returns the set of attribute names (keys) contained in this ServerSession.
getAttributeNames() - Method in interface com.nexaweb.xml.Element
Returns an Enumeration containing the names of the attributes on this element.
getAttributeValueAt(int) - Method in interface com.nexaweb.xml.Element
Returns the attribute value at the specified index in this element.
getAttributeValues() - Method in interface com.nexaweb.xml.Element
Returns an Enumeration containing the values of the attributes on this element.
getAudioClip(String) - Method in interface com.nexaweb.client.soundservice.SoundService
Loads and returns an audio clip.
getAverage(String) - Method in interface com.nexaweb.server.util.PerformanceMeter
Returns a double primitive that represents the average time for all measured intervals for the specified name.
getAverageCommunicationSize() - Method in class com.nexaweb.server.pushconnection.ConnectionStatistics
Returns the average size of all application communications to have been sent over the associated PushConnection.
getBounds(Element) - Method in interface com.nexaweb.client.displayservice.DisplayService
Returns the bounds of the onscreen component the given element represents, relative to it's parent.
getBrowser() - Method in class com.nexaweb.session.ClientInfo
Returns the client's browser as a string, as defined by the "browser" System property.
getByteArray() - Method in interface com.nexaweb.server.session.queues.UserMessageDropEvent
Returns the byte array that was dropped from the queue.
getCacheCleanupTaskPeriod() - Method in class com.nexaweb.session.SessionConfig
Returns the period for the task that removes expired messages from the incoming and outgoing caches.
getCausalThrowable() - Method in class com.nexaweb.exceptions.NexawebException
Returns the Throwable object that was specified in the constructor of this exception as the cause.
getCausalThrowable() - Method in class com.nexaweb.exceptions.NexawebRuntimeException
Returns the Throwable object that was specified in the constructor of this exception as the cause.
getChange() - Method in class com.nexaweb.xml.events.StructureChangeEvent
Returns the object being added or removed.
getChildAt(int) - Method in interface com.nexaweb.xml.Element
Returns the child at a specified index in the child list.
getChildCount() - Method in interface com.nexaweb.xml.Element
Returns the number of children this element has.
getChildren() - Method in interface com.nexaweb.xml.Element
Returns a Vector containing all the children of this Element.
getClientEvent() - Method in class com.nexaweb.client.EventHandler
Returns the current ClientEvent for the executing MCO event handler.
getClientInfo() - Method in interface com.nexaweb.session.NxSession
Returns the ClientInfo object for the client connected to this session.
getClientSessionFromMco(Object) - Static method in class com.nexaweb.client.mco.McoContainer
Returns the ClientSession for the MCO o.
getCommunicationCount() - Method in class com.nexaweb.server.pushconnection.ConnectionStatistics
Returns the number of application communications that have been sent over the associated PushConnection.
getConnectionStatistics() - Method in interface com.nexaweb.server.pushconnection.PushConnection
Gets the ConnectionStatistics for this PushConnection.
getConstraintForChild(ContainerBridge) - Method in class com.nexaweb.client.tags.LayoutBridge
This method gives the LayoutBridge a chance to specify the constraint Object when a child is added to a parent Container.
getContainer(String) - Method in interface com.nexaweb.client.ClientSession
Returns a container with the given name, or null if no container with that name exists.
getContent() - Method in interface com.nexaweb.client.netservice.HttpRequest
Returns the body of the HTTP request.
getContent() - Method in interface com.nexaweb.client.netservice.HttpResponse
Returns the body of the message.
getContentType() - Method in interface com.nexaweb.server.session.queues.UserMessageDropEvent
Returns one of the type constants indicating the type of message that was dropped.
getCount(String) - Method in interface com.nexaweb.server.util.PerformanceMeter
Returns a long primitive that represents the number of times the name has been clocked.
getDataset() - Method in class com.nexaweb.xml.events.DatasetEvent
Deprecated. Returns the dataset on which the event is being triggered.
getDatasetName() - Method in class com.nexaweb.xml.events.DatasetEvent
Deprecated. Returns dataset name
getDefaultUrl() - Method in class com.nexaweb.client.form.Form
Returns the default form submission url string
getDefinitionElement() - Method in class com.nexaweb.client.tags.CompositeComponentBridge
Returns the element corresponding to the backing definition of this component.
getDefinitionElement() - Method in class com.nexaweb.client.tags.CompositeTagBridge
Returns the element corresponding to the backing definition of this component.
getDefinitionFileName() - Method in class com.nexaweb.client.tags.CompositeComponentBridge
This returns the name of the XML definition file that defines the structure of this component.
getDefinitionFileName() - Method in class com.nexaweb.client.tags.CompositeTagBridge
This returns the name of the XML definition file that defines the structure of this component.
getDescription() - Method in interface com.nexaweb.server.services.Service
Returns a human readable description of this service and the functions it performs.
getDisplayService() - Method in interface com.nexaweb.client.ClientSession
Returns a service ("DisplayService") that provides support for querying and modifying the screen display, including displaying modal dialogs and capturing screen images.
getDocument() - Method in interface com.nexaweb.server.session.queues.UserMessageDropEvent
Returns the Document object that was dropped from the queue.
getDocument() - Method in class com.nexaweb.xml.events.DocumentEvent
Returns the Document for which the event is being triggered.
getDocumentInputStream() - Method in interface com.nexaweb.common.printing.PrintedDocument
Returns the input stream to the generated document
getDocumentLocation() - Method in class com.nexaweb.xml.events.DocumentEvent
Returns the location for the registered document.
getDocumentName() - Method in interface com.nexaweb.server.session.queues.DomChangeDropEvent
Returns the name of the document to which the update was to be applied.
getDocumentName() - Method in class com.nexaweb.xml.events.DocumentEvent
Returns name under which the Document was registered.
getDocumentNames(DocumentLocation) - Method in interface com.nexaweb.xml.DocumentRegistry
Returns an array of names for documents that were registered in the specified location.
getDocumentProvider() - Method in interface com.nexaweb.session.NxSession
Deprecated. The DocumentProvider is a deprecated interface, use the DocumentRegistry interface instead, it may be obtained from the NxSession.getDocumentRegistry() method.
getDocumentRegistry() - Method in interface com.nexaweb.session.NxSession
Returns the DocumentRegistry for this session.
getDomSynchronizationObject() - Method in interface com.nexaweb.xml.Document
Returns an object that users of this document should synchronized on.
getElapsedTime() - Method in class com.nexaweb.server.util.Token
This method will return the total time elapsed since the Token was created if and only if the Token has been stopped, otherwise it will return 0.
getElement() - Method in class com.nexaweb.client.tags.AbstractTagImpl
Returns the element this tag mapped to.
getElement() - Method in interface com.nexaweb.server.session.queues.UserMessageDropEvent
Returns the Element object that was dropped from the queue.
getElementById(String) - Method in interface com.nexaweb.xml.Document
Returns the Element contained in this document with the specified ID.
getElementByName(String) - Method in class com.nexaweb.client.tags.CompositeComponentBridge
Returns the element in the definition tree with the given name as specified by the "name" attribute.
getElementByName(String) - Method in class com.nexaweb.client.tags.CompositeTagBridge
Returns the element in the definition tree with the given name as specified by the "name" attribute.
getEncoding() - Method in interface com.nexaweb.xml.Document
Returns the encoding for this document.
getErrorResponse() - Method in class com.nexaweb.client.netservice.NetServiceException
Gets the error response from this Exception If the retrieve or retrieveAndProcess or other NetService requests throw an exception, user can extract this error response to find out more error information.
getEvent() - Method in class com.nexaweb.xml.events.ChangeRejectedException
 
getEventHandler() - Method in interface com.nexaweb.client.ClientSession
Returns a service that allows users to look up the current ClientEvent as well as to fire events programatically to mimic the behavior of XML-defined event-handling strings.
getEventType() - Method in interface com.nexaweb.server.session.queues.DropEvent
Returns a constant short indicating the event type.
getException() - Method in class com.nexaweb.client.ExceptionContext
Returns the exception being reported.
getExceptionType() - Method in class com.nexaweb.client.ExceptionContext
Returns one of the static final integers classifying the exception.
getExpression() - Method in interface com.nexaweb.xml.xpath.XPath
Returns the expression with which this XPath object was constructed.
getFirstTextChild() - Method in interface com.nexaweb.xml.Element
This will return the first text node of this element.
getFlushCount() - Method in class com.nexaweb.server.pushconnection.ConnectionStatistics
Returns the number of flushes that have been sent over the associated PushConnection.
getFlushPolicy() - Method in interface com.nexaweb.server.pushconnection.PushConnection
Gets the FlushPolicy for this PushConnection.
getFlushSizeInBytes() - Method in interface com.nexaweb.server.pushconnection.FlushPolicy
Returns the number of bytes that should be used to flush data on the connection.
getFlushSizeInBytes() - Method in class com.nexaweb.server.pushconnection.flushpolicies.IdlePeriodFlushPolicy
 
getFlushSizeInBytes() - Method in class com.nexaweb.server.pushconnection.flushpolicies.ThroughputFlushPolicy
 
getFoDocument() - Method in interface com.nexaweb.common.printing.PrintedDocument
Returns the intermediate XSL:FO as an XML document
getFormat() - Method in interface com.nexaweb.common.printing.PrintedDocument
Returns the format of the generated document
getFormat(String) - Static method in class com.nexaweb.printing.DocumentFormat
Return a DocumentFormat instance based on the input string.
getFormatString() - Method in class com.nexaweb.printing.DocumentFormat
Returns the underlying string representation of the format object.
getHandlerForElement(Element) - Method in class com.nexaweb.client.tags.PluginDocumentHandler
Returns the tag-handling class mapped to the given Element.
getHandlerForPeer(Object) - Method in class com.nexaweb.client.tags.PluginDocumentHandler
Returns the bridge class that controls the given component.
getHeader(String) - Method in interface com.nexaweb.client.netservice.HttpRequest
Returns the HTTP header value for the given name.
getHeader(String) - Method in interface com.nexaweb.client.netservice.HttpResponse
Returns the value of the HTTP header with the given name.
getHeaderNames() - Method in interface com.nexaweb.client.netservice.HttpRequest
Returns an array of the header name of the HTTP request.
getHeaderNames() - Method in interface com.nexaweb.client.netservice.HttpResponse
Returns an array of all the HTTP header names.
getIdlePeriod() - Method in class com.nexaweb.server.pushconnection.flushpolicies.IdlePeriodFlushPolicy
 
getIndentation(int) - Static method in class com.nexaweb.util.XmlUtils
Provides an indentation String for the given level of indentation.
getIndex() - Method in class com.nexaweb.xml.events.StructureChangeEvent
Returns the index of the object being added or removed.
getIndex() - Method in class com.nexaweb.xml.xpath.Text
Returns the index of this text node in the parent's child list.
getInputStream() - Method in interface com.nexaweb.client.netservice.HttpResponse
Returns an input stream which provides response content from the internal buffer.
getJavaVendor() - Method in class com.nexaweb.session.ClientInfo
Returns the client's Java Vendor as a String as defined by the "java.vendor" system property.
getJavaVersion() - Method in class com.nexaweb.session.ClientInfo
Returns the client's Java Version as a String as defined by the "java.version" system property.
getJavascriptService() - Method in interface com.nexaweb.client.ClientSession
Returns a service ("JavascriptService") that can be used to call functions declared in Javascript in the HTML surrounding the Nexaweb Client Applet.
getKey() - Method in class com.nexaweb.server.session.events.SessionAttributeEvent
Returns the key of the affected attribute.
getLastModified() - Method in interface com.nexaweb.client.netservice.HttpResponse
Returns the value of the Last-Modified header.
getLayoutBridge() - Method in class com.nexaweb.client.tags.ContainerBridge
Returns the LayoutBridge that was added as a child of this element, if any.
getLayoutManager() - Method in class com.nexaweb.client.tags.LayoutBridge
Returns the LayoutManager that this bridge controls.
getLocalDatasetNames() - Method in interface com.nexaweb.xml.DocumentProvider
Deprecated. Use the DocumentRegistry.getUserDocumentNames(DocumentLocation) method with DocumentLocation.LOCAL as the argument instead.
getLocalName() - Method in interface com.nexaweb.xml.Element
Returns the local name (also known as tag name) for this Element.
getLocale() - Method in class com.nexaweb.session.ClientInfo
Returns the client's Locale.
getLocalizedMessage() - Method in class com.nexaweb.exceptions.NexawebException
 
getLocalizedMessage() - Method in class com.nexaweb.exceptions.NexawebRuntimeException
 
getLocation() - Method in class com.nexaweb.xml.DocumentLocation
Returns a human readable string indicating the location.
getLocationFromTop(Element) - Method in interface com.nexaweb.client.displayservice.DisplayService
Returns the location of the onscreen component the given element represents, relative to the top-left corner of the application.
getLog() - Method in interface com.nexaweb.server.services.Service
Returns the Log instance for this Service.
getLog(String) - Static method in class com.nexaweb.util.LogFactory
Returns an instance of com.nexaweb.util.Log for use in logging.
getMacro(String) - Method in class com.nexaweb.client.macro.MacroContainer
Returns the macro with the specified name or null if none exists.
getMacroContainer() - Method in interface com.nexaweb.client.ClientSession
Returns the MacroContainer which houses all the declared macros in the application.
getMacroPattern() - Method in interface com.nexaweb.client.macro.Macro
Gets the underlying Macro string value.
getMax(String) - Method in interface com.nexaweb.server.util.PerformanceMeter
Returns a long primitive that represents the longest time that has been measured for the specified name.
getMaxCommunicationSize() - Method in class com.nexaweb.server.pushconnection.ConnectionStatistics
Returns the size of the largest application communication to have been sent over the associated PushConnection.
getMco(String) - Method in class com.nexaweb.client.mco.McoContainer
Returns the MCO of the given name.
getMcoContainer() - Method in interface com.nexaweb.client.ClientSession
Returns the container used to house user-defined MCOs.
getMcoNames() - Method in class com.nexaweb.client.mco.McoContainer
Returns an array of all the mco names registered for this application.
getMcos() - Method in class com.nexaweb.client.mco.McoContainer
Returns an array of all the MCOs registered for this application.
getMessage() - Method in class com.nexaweb.exceptions.NexawebException
 
getMessage() - Method in class com.nexaweb.exceptions.NexawebRuntimeException
 
getMessageId() - Method in class com.nexaweb.exceptions.NexawebException
Returns the id of the message that was used for localization.
getMessageId() - Method in class com.nexaweb.exceptions.NexawebRuntimeException
Returns the id of the message that was used for localization.
getMessageTimeToLive() - Method in class com.nexaweb.session.SessionConfig
Returns the maximum time a message is allowed to stay in the incoming or outgoing cache.
getMessagingService() - Static method in class com.nexaweb.server.services.ServiceManager
Returns the MessagingService for this Application.
getMillisOpen() - Method in class com.nexaweb.server.pushconnection.ConnectionStatistics
Returns the number of milliseconds that this connection has been open.
getMin(String) - Method in interface com.nexaweb.server.util.PerformanceMeter
Returns a long primitive that represents the shortest time that has been measured for the specified name.
getMinCommunicationSize() - Method in class com.nexaweb.server.pushconnection.ConnectionStatistics
Returns the size of the smallest application communication to have been sent over the associated PushConnection.
getName() - Method in class com.nexaweb.client.mco.AbstractMco
Returns the name this MCO was registerd as, can be null.
getName(Object) - Method in class com.nexaweb.client.mco.Container
Returns the name the given object was registered under, or null if the object is not registered in this container or was registered anonymously (with null specified as the name).
getName(Object) - Method in class com.nexaweb.client.mco.McoContainer
Returns the name for a given MCO.
getName() - Method in interface com.nexaweb.server.services.Service
Returns the name of this service.
getName() - Method in interface com.nexaweb.server.util.PerformanceMeter
Returns the name of this PerformanceMeter object.
getName() - Method in class com.nexaweb.server.util.Token
Returns the logical name that will be used by the PerformanceMeter if this token is passed to the PerformanceMeter's PerformanceMeter.stop(Token) method.
getName() - Method in class com.nexaweb.xml.events.AttributeChangeEvent
Returns the name of the attribute being changed.
getName() - Method in class com.nexaweb.xml.xpath.Attribute
Returns the name of the attribute.
getNames() - Method in class com.nexaweb.client.mco.Container
Returns an array of all the names of all the objects registered in the container.
getNamespaceUri() - Method in interface com.nexaweb.xml.Element
Returns the namespace URI for this Element.
getNetService() - Method in interface com.nexaweb.client.ClientSession
Returns a service ("NetService") that provides network support.
getNewValue() - Method in class com.nexaweb.xml.events.AttributeChangeEvent
Returns the new value of the attribute.
getNexawebClientVersion() - Method in class com.nexaweb.session.ClientInfo
Returns the Nexaweb Client Version as a String.
getNumberDropped() - Method in interface com.nexaweb.server.session.queues.DropEvent
Returns the number of messages dropped from this queue since the last time items in the queue were successfully sent to the client.
getObjects() - Method in class com.nexaweb.client.mco.Container
Returns an array of all objects in the container.
getOldValue() - Method in class com.nexaweb.xml.events.AttributeChangeEvent
Returns the value of the attribute before the change.
getOperatingSystem() - Method in class com.nexaweb.session.ClientInfo
Returns the client's Operating System as a String as defined by the "os.name" system property.
getOsVersion() - Method in class com.nexaweb.session.ClientInfo
Returns the client's operating system version as a String as defined by the "os.version" system property.
getOwnerDocument() - Method in interface com.nexaweb.xml.Element
Returns the owner document of this element.
getParameter(String) - Method in class com.nexaweb.client.ClientEvent
Returns the String parameter associated with the given parameter name.
getParameter(String) - Method in interface com.nexaweb.client.ClientSession
Returns a parameter that was passed in during the launch of the application as specified in the client configuration file or on the command line.
getParameterNames() - Method in class com.nexaweb.client.ClientEvent
Returns an Enumeration of Strings represtenting all parameter names set on this ClientEvent.
getParent() - Method in interface com.nexaweb.xml.Element
Returns the parent Element of this Element.
getParent() - Method in class com.nexaweb.xml.xpath.Attribute
Returns the parent Element of this attribute object.
getParent() - Method in class com.nexaweb.xml.xpath.Text
Returns the Element that has this text node as a child.
getParser() - Static method in class com.nexaweb.xml.ParserFactory
Returns an instance of the parser.
getPeer() - Method in class com.nexaweb.client.tags.AbstractTagImpl
Returns the object that this bridge controls.
getPeer(Element) - Method in class com.nexaweb.client.tags.AbstractTagImpl
Returns the peer object of the handler that corresponds to the given Element.
getPerformanceMeter() - Method in interface com.nexaweb.server.services.Service
Returns a PerformanceMeter object containing information about the performance of the service.
getPerformanceMeter(String) - Static method in class com.nexaweb.server.util.PerformanceMeterFactory
Returns a PerformanceMeter with the specified name.
getPluginDefinition(String, String, String) - Method in interface com.nexaweb.client.tags.PluginRegistry
Returns the original definition element as it appeared in the tag-mapping plugin file representing this tag/namespace/documentName combination.
getPluginRegistry() - Method in interface com.nexaweb.client.ClientSession
Returns the PluginRegistry which provides a gateway into plugin information.
getPollingInterval() - Method in class com.nexaweb.session.SessionConfig
Returns the maximum interval (in milliseconds) between requests from the client.
getPrefix() - Method in interface com.nexaweb.xml.Element
Returns the namespace prefix for this element.
getPrintService() - Method in interface com.nexaweb.client.ClientSession
Returns a service ("PrintService") that provides printing support.
getPushConnectionCount() - Method in interface com.nexaweb.server.pushconnection.PushConnectionManager
Returns the number of PushConnection objects under management.
getPushConnectionManager() - Static method in class com.nexaweb.server.services.ServiceManager
Returns the PushConnectionManager for this Application.
getQName() - Method in interface com.nexaweb.xml.Element
Returns the QName for this element.
getQueryString() - Method in class com.nexaweb.client.ClientEvent
Returns a query string that is properly URL encoded.
getQueueMonitoringService() - Static method in class com.nexaweb.server.services.ServiceManager
Returns the QueueMonitoringService for this Application.
getRawDefinition() - Method in class com.nexaweb.client.tags.CompositeComponentBridge
Returns the string repesentation of the XML definition file without any modification.
getRawDefinition() - Method in class com.nexaweb.client.tags.CompositeTagBridge
Returns the string repesentation of the XML definition file without any modification.
getReport() - Method in interface com.nexaweb.server.util.PerformanceMeter
Returns a human readable, multiline formatted report of timings for all names.
getReport(String) - Method in interface com.nexaweb.server.util.PerformanceMeter
Returns a human readable, multiline formatted report of timings for the specified name.
getReportAsXml() - Method in class com.nexaweb.server.pushconnection.ConnectionStatistics
Returns an XML formatted report of all statistics.
getReportAsXml(int) - Method in class com.nexaweb.server.pushconnection.ConnectionStatistics
Returns an XML formatted report of all statistics.
getReportAsXml() - Method in interface com.nexaweb.server.util.PerformanceMeter
Returns an XML formatted report of timings for all names.
getReportAsXml(int) - Method in interface com.nexaweb.server.util.PerformanceMeter
Returns an XML formatted report of timings for all names.
getReportAsXml(String) - Method in interface com.nexaweb.server.util.PerformanceMeter
Returns an XML formatted report of timings for the specified name.
getReportAsXml(String, int) - Method in interface com.nexaweb.server.util.PerformanceMeter
Returns an XML formatted report of timings for the specified name.
getReportForAllInstancesAsXml() - Static method in class com.nexaweb.server.pushconnection.ConnectionStatistics
Returns an XML report for all instances of ConnectionStatistics.
getReportForAllInstancesAsXml(int) - Static method in class com.nexaweb.server.pushconnection.ConnectionStatistics
Returns an XML report for all instances of ConnectionStatistics.
getRequestMethod() - Method in interface com.nexaweb.client.netservice.HttpRequest
Returning the request's http method, either a "GET" or a "POST", or null if it's not set.
getResolverRegistry() - Method in class com.nexaweb.client.tags.PluginDocumentHandler
For internal use only.
getResponseCode() - Method in interface com.nexaweb.client.netservice.HttpResponse
Returns the response code, for example 500 (internal server error) or 200 (ok).
getRootElement() - Method in interface com.nexaweb.xml.Document
Returns the root Element of this Document.
getScreenSize() - Method in class com.nexaweb.session.ClientInfo
Returns a Dimension object indicating the client's screen size.
getSerializable() - Method in interface com.nexaweb.server.session.queues.UserMessageDropEvent
Returns the Serializable object that was dropped from the queue.
getServerSession() - Method in interface com.nexaweb.server.pushconnection.PushConnection
Returns the ServerSession with which this PushConnection object is associated.
getServerUrl() - Method in interface com.nexaweb.client.netservice.NetService
Returns something like "http://localhost:8080
getService(String) - Method in interface com.nexaweb.server.webservices.WebServiceBroker
Returns the javax.xml.rpc.Service that may be used to get service port objects.
getServiceByInterface(Class) - Static method in class com.nexaweb.server.services.ServiceManager
Returns the Service implementing the specified interface.
getServiceByName(String) - Static method in class com.nexaweb.server.services.ServiceManager
Returns the Service with the specified name.
getServiceName() - Method in class com.nexaweb.client.ExceptionContext
Returns the name of service that threw the exeption.
getServicePort(String) - Method in interface com.nexaweb.client.webservices.WebServiceBroker
Returns the service port associated with the specified name.
getServicePort(String, URL) - Method in interface com.nexaweb.client.webservices.WebServiceBroker
Returns the service port associated with the specified name created with the specified service endpoint.
getServicePort(String, String) - Method in interface com.nexaweb.client.webservices.WebServiceBroker
Returns the service port associated with the specified name.
getServicePort(String, String, URL) - Method in interface com.nexaweb.client.webservices.WebServiceBroker
Returns the service port associated with the specified name created with the specified service endpoint.
getServicePort(String) - Method in interface com.nexaweb.server.webservices.WebServiceBroker
Returns the service port associated with the specified name.
getServicePort(String, URL) - Method in interface com.nexaweb.server.webservices.WebServiceBroker
Returns the service port associated with the specified name created with the specified service endpoint.
getServicePort(String, String) - Method in interface com.nexaweb.server.webservices.WebServiceBroker
Returns the service port associated with the specified name.
getServicePort(String, String, URL) - Method in interface com.nexaweb.server.webservices.WebServiceBroker
Returns the service port associated with the specified name created with the specified service endpoint.
getServicePorts(String) - Method in interface com.nexaweb.client.webservices.WebServiceBroker
Returns the service ports associated with the specified name.
getServicePorts(String, URL) - Method in interface com.nexaweb.client.webservices.WebServiceBroker
Returns the service ports associated with the specified name created with the specified service endpoint.
getServicePorts(String) - Method in interface com.nexaweb.server.webservices.WebServiceBroker
Returns the service ports associated with the specified name.
getServicePorts(String, URL) - Method in interface com.nexaweb.server.webservices.WebServiceBroker
Returns the service ports associated with the specified name created with the specified service endpoint.
getSession() - Method in class com.nexaweb.client.ExceptionHandler
 
getSession() - Method in class com.nexaweb.client.mco.AbstractMco
Returns the ClientSession this MCO belongs to.
getSession() - Method in class com.nexaweb.client.mco.Container
Returns the session the container belongs to.
getSessionConfig() - Method in interface com.nexaweb.session.NxSession
Returns the SessionConfig for this session.
getSessionCount() - Method in interface com.nexaweb.server.session.SessionManager
Returns the number of active sessions managed by the SessionManager.
getSessionId() - Method in class com.nexaweb.server.session.events.SessionAttributeEvent
Returns the affected Session for this event.
getSessionId() - Method in interface com.nexaweb.session.NxSession
Returns this session's unique identifier.
getSessionManager() - Static method in class com.nexaweb.server.services.ServiceManager
Returns the SessionManager for this Application.
getSharedStore(String) - Method in interface com.nexaweb.server.sharedstore.SharedStoreManager
Returns a SharedStore instance associated with the name.
getSharedStoreManager() - Static method in class com.nexaweb.server.services.ServiceManager
Returns the SharedStoreManager for this Application.
getSoundService() - Method in interface com.nexaweb.client.ClientSession
Returns a service ("SoundService") that provides sound support.
getSource() - Method in class com.nexaweb.client.ClientEvent
Returns the source of the event, usually the Element that the event was registered on.
getSourceElement() - Method in class com.nexaweb.xml.events.DomChangeEvent
Get the Element on which the event is being triggered.
getStatus() - Method in interface com.nexaweb.server.services.Service
Returns the current Status of this application.
getStatusReport() - Method in interface com.nexaweb.server.services.Service
Returns an XML String containing the service's status report.
getString() - Method in interface com.nexaweb.server.session.queues.UserMessageDropEvent
Returns the String object that was dropped from the queue.
getSynchronizedClientAndServerDatasetNames() - Method in interface com.nexaweb.xml.DocumentProvider
Deprecated. Use the DocumentRegistry.getUserDocumentNames(DocumentLocation) method with DocumentLocation.CLIENT_AND_SERVER_SHARED as the argument instead.
getSystemContainer() - Method in interface com.nexaweb.client.ClientSession
Returns the container used to house system-defined services that can be called from XML.
getText() - Method in class com.nexaweb.xml.xpath.Text
Returns the String containing the text, unmodified.
getTopic() - Method in interface com.nexaweb.server.session.queues.UserMessageDropEvent
Returns the topic under which the message was published.
getTotalBytesSent() - Method in class com.nexaweb.server.pushconnection.ConnectionStatistics
Returns the total number of bytes that have been sent over the associated PushConnection.
getTotalCommunicationBytesSent() - Method in class com.nexaweb.server.pushconnection.ConnectionStatistics
Returns the total number of bytes that have been sent over the associated PushConnection as a result of application data.
getTotalFlushBytesSent() - Method in class com.nexaweb.server.pushconnection.ConnectionStatistics
Returns the total number of bytes that have been sent over the associated PushConnection as a result of flushing by a FlushPolicy.
getTotalTime(String) - Method in interface com.nexaweb.server.util.PerformanceMeter
Returns a long primitive that represents the total time spent over the specified name.
getType() - Method in class com.nexaweb.xml.events.StructureChangeEvent
Returns the type of object that triggered this StructureChangeEvent.
getTypeConversionService() - Method in interface com.nexaweb.client.ClientSession
Returns a service ("TypeConversionService") that provides support for converting Objects from one type to another.
getUiComponent() - Method in interface com.nexaweb.client.tags.AwtComponentBridge
 
getUiComponent() - Method in class com.nexaweb.client.tags.ContainerBridge
Returns the AWT Container that this bridge controls.
getUiContentHandler() - Method in interface com.nexaweb.client.ClientSession
This is primarily of use to plug-in writers.
getUiContentHandler() - Method in class com.nexaweb.client.tags.AbstractTagImpl
Returns the UiContentHandler.
getUiDocument() - Method in class com.nexaweb.client.tags.AbstractTagImpl
 
getUiDocument() - Method in interface com.nexaweb.xml.DocumentProvider
Deprecated. Use DocumentRegistry.findDocument(String) with an argument of DocumentRegistry.UI_DOCUMENT_NAME.
getUiDocument() - Method in interface com.nexaweb.xml.DocumentRegistry
Returns the UI Document.
getUiUpdateQueue() - Method in interface com.nexaweb.client.ClientSession
Returns the UiUpdateQueue that should be used to schedule UI Update events from independent threads.
getUpdateXml() - Method in interface com.nexaweb.server.session.queues.DomChangeDropEvent
Returns the XUpdate String that was dropped from the DOM Event queue.
getUri() - Method in interface com.nexaweb.client.netservice.HttpRequest
Returns the uri destination of the message.
getUri() - Method in interface com.nexaweb.client.netservice.HttpResponse
Returns the uri indicating the origin of the message.
getUrlContext() - Method in class com.nexaweb.client.tags.AbstractTagImpl
Returns the URL context for the current thread.
getUserAgent() - Method in class com.nexaweb.session.ClientInfo
Returns the user-agent as specified in the client http request headers.
getUserDocumentNames(DocumentLocation) - Method in interface com.nexaweb.xml.DocumentRegistry
Returns the same array of names that DocumentRegistry.getDocumentNames(DocumentLocation) returns but with Nexaweb documents (such as the UI document) removed.
getValue() - Method in class com.nexaweb.server.session.events.SessionAttributeEvent
Returns the value of the affected attribute.
getValue() - Method in class com.nexaweb.xml.xpath.Attribute
Returns the value of the attribute.
getVisualRowIndex(Element) - Method in interface com.nexaweb.client.displayservice.DisplayService
Returns the visual index of a row in a tree/table/treeTable.
getWebServiceBroker() - Method in interface com.nexaweb.client.ClientSession
Returns a service that provides web service access.
getWebServiceBroker() - Static method in class com.nexaweb.server.services.ServiceManager
Returns the WebServiceBroker for this Application.
getXmlSerializable() - Method in interface com.nexaweb.server.session.queues.UserMessageDropEvent
Returns the XmlSerializable object that was dropped from the queue.

H

HttpRequest - interface com.nexaweb.client.netservice.HttpRequest.
HttpRequest is an outgoing request from an HTTP client.
HttpResponse - interface com.nexaweb.client.netservice.HttpResponse.
HttpResponse is an incoming response from an HTTP client.
handleException(int, Exception) - Method in interface com.nexaweb.client.ClientSession
Reports an exception to the exception handling chain.
handleException(ExceptionContext) - Method in class com.nexaweb.client.ConsoleExceptionHandler
 
handleException(ExceptionContext) - Method in class com.nexaweb.client.DialogExceptionHandler
 
handleException(ExceptionContext) - Method in class com.nexaweb.client.ExceptionHandler
Called when an exception occurs.
hasMco(Object) - Method in class com.nexaweb.client.mco.McoContainer
Returns true this the object o is registered as an MCO for this application.
hashCode() - Method in class com.nexaweb.client.desktop.netservice.RetrievalPolicy
 
hashCode() - Method in class com.nexaweb.xml.xpath.Attribute
 
hashCode() - Method in class com.nexaweb.xml.xpath.Text
Override of hashCode() from Object.

I

IMAGE_LOADING_ERROR - Static variable in class com.nexaweb.client.ExceptionContext
 
IMG_TAG_NAMES - Static variable in class com.nexaweb.client.tags.AbstractTagImpl
For internal use only
INITIALIZATION_FAILURE - Static variable in class com.nexaweb.server.services.ServiceException
 
INITIALIZING - Static variable in class com.nexaweb.server.services.ServiceStatus
A Constant indicating that a Service's status is initializing.
INVALID_CHAR - Static variable in class com.nexaweb.server.messaging.InvalidTopicException
 
INVALID_CLASS - Static variable in class com.nexaweb.server.util.ConfigurationException
 
INVALID_ENDPOINT - Static variable in class com.nexaweb.webservices.WebServiceException
 
INVALID_VALUE - Static variable in class com.nexaweb.server.util.ConfigurationException
 
INVALID_XML_EXCEPTION - Static variable in class com.nexaweb.client.ExceptionContext
 
IO_FAILURE - Static variable in class com.nexaweb.server.messaging.MessageDispatchException
 
IdlePeriodFlushPolicy - class com.nexaweb.server.pushconnection.flushpolicies.IdlePeriodFlushPolicy.
This policy will take action if, after a message is sent, the connection remains idle for a specified period of time.
IdlePeriodFlushPolicy() - Constructor for class com.nexaweb.server.pushconnection.flushpolicies.IdlePeriodFlushPolicy
This constructor is only for use by Nexaweb internally.
IdlePeriodFlushPolicy(long, int) - Constructor for class com.nexaweb.server.pushconnection.flushpolicies.IdlePeriodFlushPolicy
Constructs a IdlePeriodFlushPolicy with the specified idlePeriod and flushSize.
IdlePeriodFlushPolicy(long) - Constructor for class com.nexaweb.server.pushconnection.flushpolicies.IdlePeriodFlushPolicy
Constructs a IdlePeriodFlushPolicy with the specified idlePeriod which will return true from isFlushMechanismStreamClose().
IdlePeriodWithSizeThresholdFlushPolicy - class com.nexaweb.server.pushconnection.flushpolicies.IdlePeriodWithSizeThresholdFlushPolicy.
This policy is based on the Idle Connection Policy and operates the same way, but has a threshold for indicating what size a passing message must be before it is considered activity.
IdlePeriodWithSizeThresholdFlushPolicy() - Constructor for class com.nexaweb.server.pushconnection.flushpolicies.IdlePeriodWithSizeThresholdFlushPolicy
This constructor is only for use by Nexaweb internally.
IdlePeriodWithSizeThresholdFlushPolicy(long, int, int) - Constructor for class com.nexaweb.server.pushconnection.flushpolicies.IdlePeriodWithSizeThresholdFlushPolicy
Constructs a IdlePeriodWithSizeThresholdFlushPolicy with the specified idlePeriod, flushSize and messageSizeThreshold.
IdlePeriodWithSizeThresholdFlushPolicy(long, int) - Constructor for class com.nexaweb.server.pushconnection.flushpolicies.IdlePeriodWithSizeThresholdFlushPolicy
Constructs a IdlePeriodWithSizeThresholdFlushPolicy with the specified idlePeriod and messageSizeThreshold which will return true from the isFlushMechanismStreamClose() method.
InitialSessionConfig - class com.nexaweb.server.session.InitialSessionConfig.
This object is used in the ServerSessionListener in the onSessionCreation event.
InitialSessionConfig() - Constructor for class com.nexaweb.server.session.InitialSessionConfig
 
InitialSessionConfig(DocumentRegistry, boolean, boolean, long, boolean, long, long, boolean) - Constructor for class com.nexaweb.server.session.InitialSessionConfig
 
InvalidSessionException - exception com.nexaweb.server.session.InvalidSessionException.
Class InvalidSessionException
InvalidSessionException(String, String[], Locale) - Constructor for class com.nexaweb.server.session.InvalidSessionException
 
InvalidSessionException(String) - Constructor for class com.nexaweb.server.session.InvalidSessionException
 
InvalidSessionException(String, String) - Constructor for class com.nexaweb.server.session.InvalidSessionException
 
InvalidSessionException(String, Throwable) - Constructor for class com.nexaweb.server.session.InvalidSessionException
 
InvalidSessionException(String, String[]) - Constructor for class com.nexaweb.server.session.InvalidSessionException
 
InvalidSessionException(String, String, Throwable) - Constructor for class com.nexaweb.server.session.InvalidSessionException
 
InvalidSessionException(String, String[], Throwable) - Constructor for class com.nexaweb.server.session.InvalidSessionException
 
InvalidSessionException(String, String[], Throwable, Locale) - Constructor for class com.nexaweb.server.session.InvalidSessionException
 
InvalidTopicException - exception com.nexaweb.server.messaging.InvalidTopicException.
Class InvalidTopicException
InvalidTopicException(String, String[], Locale) - Constructor for class com.nexaweb.server.messaging.InvalidTopicException
 
InvalidTopicException(String) - Constructor for class com.nexaweb.server.messaging.InvalidTopicException
 
InvalidTopicException(String, String) - Constructor for class com.nexaweb.server.messaging.InvalidTopicException
 
InvalidTopicException(String, Throwable) - Constructor for class com.nexaweb.server.messaging.InvalidTopicException
 
InvalidTopicException(String, String[]) - Constructor for class com.nexaweb.server.messaging.InvalidTopicException
 
InvalidTopicException(String, String, Throwable) - Constructor for class com.nexaweb.server.messaging.InvalidTopicException
 
InvalidTopicException(String, String[], Throwable) - Constructor for class com.nexaweb.server.messaging.InvalidTopicException
 
InvalidTopicException(String, String[], Throwable, Locale) - Constructor for class com.nexaweb.server.messaging.InvalidTopicException
 
InvalidXmlException - exception com.nexaweb.client.xml.InvalidXmlException.
InvalidXmlException is thrown when the data contained in an XML document does not conform to the expected schema.
InvalidXmlException(String, String[], Locale) - Constructor for class com.nexaweb.client.xml.InvalidXmlException
 
InvalidXmlException(String) - Constructor for class com.nexaweb.client.xml.InvalidXmlException
 
InvalidXmlException(String, String) - Constructor for class com.nexaweb.client.xml.InvalidXmlException
 
InvalidXmlException(String, Throwable) - Constructor for class com.nexaweb.client.xml.InvalidXmlException
 
InvalidXmlException(String, String[]) - Constructor for class com.nexaweb.client.xml.InvalidXmlException
 
InvalidXmlException(String, String, Throwable) - Constructor for class com.nexaweb.client.xml.InvalidXmlException
 
InvalidXmlException(String, String[], Throwable) - Constructor for class com.nexaweb.client.xml.InvalidXmlException
 
InvalidXmlException(String, String[], Throwable, Locale) - Constructor for class com.nexaweb.client.xml.InvalidXmlException
 
indexOfChild(Element) - Method in interface com.nexaweb.xml.Element
Returns the index of the specified child Element, or -1 if no such child Element exists.
indexOfChild(String) - Method in interface com.nexaweb.xml.Element
Returns the index of the specified text node, or -1 if no such text node exists.
info(String) - Method in interface com.nexaweb.util.Log
Logs an info message.
init() - Method in class com.nexaweb.client.tags.AbstractTagImpl
Subclasses should override this method to provide proper initialization behavior.
init() - Method in class com.nexaweb.client.tags.CompositeComponentBridge
This does the work of actually loading the definition file and initializing the component.
init() - Method in class com.nexaweb.client.tags.CompositeTagBridge
This does the work of actually loading the definition file and initializing the component.
init() - Method in class com.nexaweb.client.tags.ContainerBridge
Calls createUiComponent, parseInitialAttributes and parseInitialChildren.
init() - Method in class com.nexaweb.client.tags.LayoutBridge
Calls createLayoutManager() and parseInitialAttributes().
init() - Method in class com.nexaweb.client.tags.StylesheetAwareTagImpl
Overridden to add ourselves as a stylesheet listener and call refreshStyles() to initialize our style state.
initialize() - Static method in class com.nexaweb.server.services.ServiceManager
Creates and starts all services specified in the configuration.
insertChildAt(int, Element) - Method in interface com.nexaweb.xml.Element
Inserts a child at the specified position in the child list.
insertChildAt(int, String) - Method in interface com.nexaweb.xml.Element
Inserts a text node at the specified position in this element.
insertionSort(Object[][]) - Static method in class com.nexaweb.client.Sorter
Sorts an (N x 2) array of key/value pairs.
insertionSort(Object[][], boolean) - Static method in class com.nexaweb.client.Sorter
Sorts an (N x 2) array of key/value pairs.
invalidate() - Method in interface com.nexaweb.server.session.ServerSession
Invalidates this ServerSession, releasing all of its resources.
invokeAndWait(Object, Method, Object[]) - Method in class com.nexaweb.client.UiUpdateQueue
A helper method for invoking methods without needing to supply a runnable.
invokeAndWait(Runnable) - Method in class com.nexaweb.client.UiUpdateQueue
Invokes the Runnable r and returns when it has completed.
invokeLater(Object, Method, Object[]) - Method in class com.nexaweb.client.UiUpdateQueue
A helper method for invoking methods without needing to supply a runnable.
invokeLater(Runnable) - Method in class com.nexaweb.client.UiUpdateQueue
Schedules the Runnable r to take place on the UiUpdateQueue and returns immediately.
isAbsolute() - Method in interface com.nexaweb.xml.xpath.XPath
Returns true if the xpath is absolute.
isAvailable() - Method in class com.nexaweb.client.JavascriptService
Returns true if the JavascriptService is available on the current platform.
isClientSubscribed(ServerSession, String) - Method in interface com.nexaweb.server.messaging.MessagingService
Returns true if the client for the specified ServerSession has a subscription to the specified topic.
isConnected() - Method in interface com.nexaweb.client.desktop.netservice.DesktopNetService
Check's if the server is available to connect to.
isConnectionSecure() - Method in class com.nexaweb.session.ClientInfo
Return if this client connection is secure, like using the https.
isDebug() - Method in interface com.nexaweb.util.Log
Returns a boolean indicating whether or not debug messages will be logged.
isEmpty() - Method in interface com.nexaweb.server.sharedstore.SharedStore
Whether the local instance of the shared store is empty.
isEmptyOrNull(String) - Static method in class com.nexaweb.client.tags.AttributeConverter
Returns true if the string is an empty string or is null, does not perform a trim first.
isEnabled() - Method in interface com.nexaweb.server.util.PerformanceMeter
Returns true if this PerformanceMeter is enabled, otherwise false.
isFormatApplied() - Method in interface com.nexaweb.client.macro.Macro
Returns true if the macro will be using MessageFormat to format the pattern during execution, false otherwise.
isNewest() - Method in interface com.nexaweb.server.session.queues.DropEvent
Returns true if the item being dropped from the queue is the newest item in the queue, false if it is the oldest.
isOldest() - Method in interface com.nexaweb.server.session.queues.DropEvent
Returns true if the item being dropped from the queue is the oldest item in the queue, false if it is the newest.
isOpen() - Method in interface com.nexaweb.server.pushconnection.PushConnection
Returns true if the PushConnection is currently open.
isParsing() - Method in class com.nexaweb.client.tags.PluginDocumentHandler
For internal use only.
isPollingEnabledAtStartup() - Method in class com.nexaweb.session.SessionConfig
Returns true if the client will begin polling when a session is created.
isPushConnectionEnabledAtStartup() - Method in class com.nexaweb.session.SessionConfig
Returns true if a push connection will be created when a session is created.
isReliableMessagingEnabled() - Method in class com.nexaweb.session.SessionConfig
Returns true if reliable messaging is in use for this session.
isRunning() - Method in class com.nexaweb.server.util.Token
Returns true if this token has not been passed to a PerformanceMeter's PerformanceMeter.stop(Token) method, otherwise false.
isServerUiDocumentEnabled() - Method in class com.nexaweb.session.SessionConfig
Returns true if the server-side UI Document is enabled.
isStreamClosedOnFlush() - Method in interface com.nexaweb.server.pushconnection.FlushPolicy
Returns true if the content should be flushed by closing the stream instead of writing bytes down the stream.
isStreamClosedOnFlush() - Method in class com.nexaweb.server.pushconnection.flushpolicies.IdlePeriodFlushPolicy
 
isStreamClosedOnFlush() - Method in class com.nexaweb.server.pushconnection.flushpolicies.ThroughputFlushPolicy
 
isUiUpdateThread() - Method in class com.nexaweb.client.UiUpdateQueue
Returns true if the current thread is the UiUpdate thread.
isValid() - Method in interface com.nexaweb.server.session.ServerSession
Returns true if the session is valid, false if the session has timed out or invalidate() has been called.
isValidXmlTagName(String) - Static method in class com.nexaweb.util.XmlUtils
Checks to make sure a given string is a valud XML-1.0 tag name.

J

JavascriptService - class com.nexaweb.client.JavascriptService.
The Javascript service provides the ability to call Javascript defined in the HTML page that hosts the Nexaweb Client applet.
JavascriptService(Applet) - Constructor for class com.nexaweb.client.JavascriptService
 

K

keyPressed(KeyEvent) - Method in class com.nexaweb.client.tags.ContainerBridge
Fires the "onKeyDown" event with the properly formatted ClientEvent.
keyReleased(KeyEvent) - Method in class com.nexaweb.client.tags.ContainerBridge
Fires the "onKeyUp" event with the properly formatted ClientEvent.
keySet() - Method in interface com.nexaweb.server.sharedstore.SharedStore
Returns the key set of the local instance of the SharedStore.
keyTyped(KeyEvent) - Method in class com.nexaweb.client.tags.ContainerBridge
Fires the "onKeyChar" event with the properly formatted ClientEvent.

L

LOCAL - Static variable in class com.nexaweb.client.desktop.netservice.RetrievalPolicy
A retrieval policy in which all resources are retrieved locally.
LOCAL - Static variable in class com.nexaweb.xml.DocumentLocation
Denotes that a document added to a DocumentRegistry instance should live locally; the document will live on the client if used on the client, the document will live on the server if used on the server.
LOCAL_THEN_REMOTE - Static variable in class com.nexaweb.client.desktop.netservice.RetrievalPolicy
A retrieval policy in which all resources are first retrieved locally and if not found are retrieved remotely instead.
LayoutBridge - class com.nexaweb.client.tags.LayoutBridge.
A bridge class for handling AWT LayoutManagers.
LayoutBridge() - Constructor for class com.nexaweb.client.tags.LayoutBridge
 
Log - interface com.nexaweb.util.Log.
Log provides a common interface between the client and server to perform logging functions.
LogFactory - class com.nexaweb.util.LogFactory.
LogFactory provides a single static method that may be used to retrieve a named Log interface.
LogFactory() - Constructor for class com.nexaweb.util.LogFactory
 
layoutBridgeAdded(StructureChangeEvent, LayoutBridge) - Method in class com.nexaweb.client.tags.ContainerBridge
Called by onChildAdded when a child element is added that is handled by a LayoutBridge.
layoutBridgeRemoved(StructureChangeEvent, LayoutBridge) - Method in class com.nexaweb.client.tags.ContainerBridge
Called by onChildRemoved when a child element is removed that is handled by a LayoutBridge.
loadStyleSheet(String) - Method in interface com.nexaweb.client.displayservice.DisplayService
Loads a stylesheet from the given URL.
loop(String) - Method in interface com.nexaweb.client.soundservice.SoundService
Loops the audio clip from the given url.

M

MACRO_CONTAINER - Static variable in class com.nexaweb.client.mco.Container
"macro" - the name for the macro container
MACRO_EVENT_HANDLER_FAILURE - Static variable in class com.nexaweb.client.ExceptionContext
 
MACRO_NAMESPACE - Static variable in interface com.nexaweb.xml.NamespaceConstants
 
MACRO_PREFIX - Static variable in class com.nexaweb.client.EventHandler
The prefix for macro container calls, "macro://"
MAX_RANGE - Static variable in class com.nexaweb.client.ExceptionContext
The maximum number the exception constants range to.
MCO_CONTAINER - Static variable in class com.nexaweb.client.mco.Container
"mco" - the name for the mco container
MCO_DELCARATION_ERROR - Static variable in class com.nexaweb.client.ExceptionContext
 
MCO_EVENT_HANDLER_FAILURE - Static variable in class com.nexaweb.client.ExceptionContext
 
MCO_NAMESPACE - Static variable in interface com.nexaweb.xml.NamespaceConstants
 
MCO_PREFIX - Static variable in class com.nexaweb.client.EventHandler
The prefix for mco container calls, "mco://"
METHOD_NOT_FOUND - Static variable in class com.nexaweb.webservices.WebServiceException
 
MISSING_ATTRIBUTE - Static variable in class com.nexaweb.client.xml.InvalidXmlException
{0} - attribute name {1} - toString() of the Element containing the attribute {2} - toString() of the Element's parent

Required attribute "{0}" was missing on tag: \n{1}\nunder parent:\n{2}

MISSING_CLASS - Static variable in class com.nexaweb.server.util.ConfigurationException
 
MISSING_DEFAULT_CONFIGURATION - Static variable in class com.nexaweb.server.util.ConfigurationException
 
MISSING_DEFAULT_SETTING - Static variable in class com.nexaweb.server.util.ConfigurationException
 
MISSING_ELEMENT_VALUE - Static variable in class com.nexaweb.server.util.ConfigurationException
 
MSG_CANT_EVALUATE_AS_ELEMENT - Static variable in class com.nexaweb.xml.xpath.XPathException
 
MSG_ID_ROOT_NODE_CHANGE_DISALLOWED - Static variable in class com.nexaweb.xml.events.ChangeRejectedException
 
MSG_IOEXCEPTION_ON_READ_CROSS_APPLICATION_FILE - Static variable in class com.nexaweb.server.util.ConfigurationException
 
MSG_METHOD_SHOULD_NOT_BE_CALLED - Static variable in class com.nexaweb.xml.xpath.XPathException
 
MSG_UNKNOWN_AXIS_TYPE - Static variable in class com.nexaweb.xml.xpath.XPathException
 
MSG_UNPARSABLE_UNMATCHED_EXPRESSION - Static variable in class com.nexaweb.xml.xpath.XPathException
 
MSG_WRONG_NUMBER_OF_ARGS - Static variable in class com.nexaweb.xml.xpath.XPathException
 
Macro - interface com.nexaweb.client.macro.Macro.
Macros encapsulate a fixed set of declarative instructions that may be executed locally without retrieving a page.
MacroContainer - class com.nexaweb.client.macro.MacroContainer.
This container has named Macro objects.
MacroContainer(ClientSession) - Constructor for class com.nexaweb.client.macro.MacroContainer
 
McoContainer - class com.nexaweb.client.mco.McoContainer.
McoContainer holds MCOs that are declared via XML, as well as MCOs that are added to the application programatically.
McoContainer(ClientSessionImpl) - Constructor for class com.nexaweb.client.mco.McoContainer
 
MessageDispatchException - exception com.nexaweb.server.messaging.MessageDispatchException.
MessageDispatchExceptions are thrown from the methods of MessagingService when messages can't be dispatched.
MessageDispatchException(String) - Constructor for class com.nexaweb.server.messaging.MessageDispatchException
 
MessageDispatchException(String, String) - Constructor for class com.nexaweb.server.messaging.MessageDispatchException
 
MessageDispatchException(String, String[]) - Constructor for class com.nexaweb.server.messaging.MessageDispatchException
 
MessageDispatchException(String, Throwable) - Constructor for class com.nexaweb.server.messaging.MessageDispatchException
 
MessageDispatchException(String, String, Throwable) - Constructor for class com.nexaweb.server.messaging.MessageDispatchException
 
MessageListener - class com.nexaweb.messaging.MessageListener.
MessageListener may be extended to listen for messages sent across the Nexaweb Internet Messaging Bus (IMB).
MessageListener() - Constructor for class com.nexaweb.messaging.MessageListener
 
MessagingException - exception com.nexaweb.server.messaging.MessagingException.
This is the base exception for all exceptions that may be thrown from Messaging components.
MessagingException(String) - Constructor for class com.nexaweb.server.messaging.MessagingException
 
MessagingException(String, String) - Constructor for class com.nexaweb.server.messaging.MessagingException
 
MessagingException(String, String[]) - Constructor for class com.nexaweb.server.messaging.MessagingException
 
MessagingException(String, Throwable) - Constructor for class com.nexaweb.server.messaging.MessagingException
 
MessagingException(String, String, Throwable) - Constructor for class com.nexaweb.server.messaging.MessagingException
 
MessagingException(String, String[], Throwable) - Constructor for class com.nexaweb.server.messaging.MessagingException
 
MessagingService - interface com.nexaweb.server.messaging.MessagingService.
The MessagingService allows for system wide messaging.
messageMeetsFlushTaskResetCriteria(Flushable, byte[]) - Method in class com.nexaweb.server.pushconnection.flushpolicies.IdlePeriodFlushPolicy
 
messageMeetsFlushTaskResetCriteria(Flushable, byte[]) - Method in class com.nexaweb.server.pushconnection.flushpolicies.IdlePeriodWithSizeThresholdFlushPolicy
 
modalAlert(String, String, int, String[], Object[]) - Method in interface com.nexaweb.client.displayservice.DisplayService
Creates a blocking dialog and returns the user button selection.
modalCustomButtonAlert(String, String, int, Element[], Object[]) - Method in interface com.nexaweb.client.displayservice.DisplayService
Creates a blocking dialog and returns the user button selection.
modalInputAlert(String, String, int, String, String) - Method in interface com.nexaweb.client.displayservice.DisplayService
Creates a blocking dialog with a text entry field and an OK button.
modalInputAlert(String, String, int, String, String, String) - Method in interface com.nexaweb.client.displayservice.DisplayService
Creates a blocking dialog with a text entry field, an OK button and a cancel button.
mouseClicked(MouseEvent) - Method in class com.nexaweb.client.tags.ContainerBridge
Fires the "onDoubleClick" event with the properly formatted ClientEvent if the MouseEvent click count is 2.
mouseDragged(MouseEvent) - Method in class com.nexaweb.client.tags.ContainerBridge
Fires the "onMouseDrag" event with the properly formatted ClientEvent.
mouseEntered(MouseEvent) - Method in class com.nexaweb.client.tags.ContainerBridge
Fires the "onMouseOver" event with the properly formatted ClientEvent.
mouseExited(MouseEvent) - Method in class com.nexaweb.client.tags.ContainerBridge
Fires the "onMouseOut" event with the properly formatted ClientEvent.
mouseMoved(MouseEvent) - Method in class com.nexaweb.client.tags.ContainerBridge
Fires the "onMouseMove" event with the properly formatted ClientEvent.
mousePressed(MouseEvent) - Method in class com.nexaweb.client.tags.ContainerBridge
Fires the "onMouseDown" event with the properly formatted ClientEvent.
mouseReleased(MouseEvent) - Method in class com.nexaweb.client.tags.ContainerBridge
Fires the "onMouseUp" event with the properly formatted ClientEvent.

N

NEEDS_ATTENTION - Static variable in class com.nexaweb.server.services.ServiceStatus
A Constant indicating that a Service needs attention.
NET_SERVICE_REQUEST_EXCEPTION - Static variable in class com.nexaweb.client.ExceptionContext
 
NEXAWEB_BEAN_GENERATION_FAILURE - Static variable in class com.nexaweb.webservices.WebServiceException
 
NORMAL - Static variable in class com.nexaweb.server.services.ServiceStatus
A Constant indicating that a Service's status is normal.
NOT_A_SERVICE_CLASS - Static variable in class com.nexaweb.server.services.ServiceException
 
NOT_SET - Static variable in class com.nexaweb.client.tags.AttributeConverter
Indicates that a value is not set.
NamespaceConstants - interface com.nexaweb.xml.NamespaceConstants.
NamespaceConstants provides constants for Nexaweb's public namespaces.
NetService - interface com.nexaweb.client.netservice.NetService.
NetService provides methods for sending and receiving HTTP messages, subcribing and unsubcribing to message topics, and other network related functions.
NetServiceException - exception com.nexaweb.client.netservice.NetServiceException.
NetServiceException is thrown by various NetService methods and typically wraps a FileNotFoundException, IOException or ConnectionException.
NetServiceException(String) - Constructor for class com.nexaweb.client.netservice.NetServiceException
 
NetServiceException(String, String) - Constructor for class com.nexaweb.client.netservice.NetServiceException
 
NetServiceException(String, String, Throwable) - Constructor for class com.nexaweb.client.netservice.NetServiceException
 
NetServiceException(String, String[]) - Constructor for class com.nexaweb.client.netservice.NetServiceException
 
NetServiceException(String, String[], Throwable) - Constructor for class com.nexaweb.client.netservice.NetServiceException
 
NetServiceException(String, Throwable) - Constructor for class com.nexaweb.client.netservice.NetServiceException
 
NetServiceException(String, Throwable, HttpResponse) - Constructor for class com.nexaweb.client.netservice.NetServiceException
 
NetServiceListener - interface com.nexaweb.client.netservice.NetServiceListener.
NetServiceListener is used as a callback for asynchronous NetService operations.
NexawebException - exception com.nexaweb.exceptions.NexawebException.
Class NexawebException is the base class for Exceptions thrown by the Nexaweb APIs.
NexawebException() - Constructor for class com.nexaweb.exceptions.NexawebException
 
NexawebException(String, String[], Locale) - Constructor for class com.nexaweb.exceptions.NexawebException
 
NexawebException(String) - Constructor for class com.nexaweb.exceptions.NexawebException
 
NexawebException(String, String) - Constructor for class com.nexaweb.exceptions.NexawebException
 
NexawebException(String, Throwable) - Constructor for class com.nexaweb.exceptions.NexawebException
 
NexawebException(String, String[]) - Constructor for class com.nexaweb.exceptions.NexawebException
 
NexawebException(String, String, Throwable) - Constructor for class com.nexaweb.exceptions.NexawebException
 
NexawebException(String, String[], Throwable) - Constructor for class com.nexaweb.exceptions.NexawebException
 
NexawebException(String, String[], Throwable, Locale) - Constructor for class com.nexaweb.exceptions.NexawebException
 
NexawebRuntimeException - exception com.nexaweb.exceptions.NexawebRuntimeException.
Class NexawebRuntimeException is the base class for RuntimeExceptions thrown by the Nexaweb APIs.
NexawebRuntimeException() - Constructor for class com.nexaweb.exceptions.NexawebRuntimeException
 
NexawebRuntimeException(String, String[], Locale) - Constructor for class com.nexaweb.exceptions.NexawebRuntimeException
 
NexawebRuntimeException(String) - Constructor for class com.nexaweb.exceptions.NexawebRuntimeException
 
NexawebRuntimeException(String, String) - Constructor for class com.nexaweb.exceptions.NexawebRuntimeException
 
NexawebRuntimeException(String, Throwable) - Constructor for class com.nexaweb.exceptions.NexawebRuntimeException
 
NexawebRuntimeException(String, String[]) - Constructor for class com.nexaweb.exceptions.NexawebRuntimeException
 
NexawebRuntimeException(String, String, Throwable) - Constructor for class com.nexaweb.exceptions.NexawebRuntimeException
 
NexawebRuntimeException(String, String[], Throwable) - Constructor for class com.nexaweb.exceptions.NexawebRuntimeException
 
NexawebRuntimeException(String, String[], Throwable, Locale) - Constructor for class com.nexaweb.exceptions.NexawebRuntimeException
 
NxSession - interface com.nexaweb.session.NxSession.
NxSession is the base object that represents a session maintained between the client and server.
normalize() - Method in interface com.nexaweb.xml.Element
This method is equivalent to the W3C normalize behavior.

O

onAddedToDocument(Document) - Method in interface com.nexaweb.xml.events.DocumentOwnershipListener
This method is called when the element this listener is registered on is added to a Document.
onAttributeRemoved(AttributeChangeEvent) - Method in class com.nexaweb.client.tags.AbstractTagImpl
Subclasses should override this method to handle dynamic removal of attributes.
onAttributeRemoved(AttributeChangeEvent) - Method in class com.nexaweb.client.tags.CompositeComponentBridge
By default this will take the attribute change and apply it to the backing definition element.
onAttributeRemoved(AttributeChangeEvent) - Method in class com.nexaweb.client.tags.CompositeTagBridge
By default this will take the attribute change and apply it to the backing definition element.
onAttributeRemoved(AttributeChangeEvent) - Method in class com.nexaweb.client.tags.ContainerBridge
Handles the removal of attributes common to all AWT Containers.
onAttributeRemoved(AttributeChangeEvent) - Method in class com.nexaweb.client.tags.StylesheetAwareTagImpl
Overridden to handle the "class" attribute by calling refreshStyles when that attribute is removed.
onAttributeRemoved(AttributeChangeEvent) - Method in interface com.nexaweb.xml.events.AttributeChangeListener
This method is called after Element.removeAttribute() is called and after all listeners have accepted the removal.
onAttributeSet(AttributeChangeEvent) - Method in class com.nexaweb.client.tags.AbstractTagImpl
This method calls attributeSet(), catches any AttributeConversioExceptions that may have been produced and calls reportInvalidXmlException on them.
onAttributeSet(AttributeChangeEvent) - Method in interface com.nexaweb.xml.events.AttributeChangeListener
This method is called after Element.setAttribute() and after all listeners have accepted the change.
onChildAdded(StructureChangeEvent) - Method in class com.nexaweb.client.tags.AbstractTagImpl
Subclasses should override this method to handle dynamic addition of children.
onChildAdded(StructureChangeEvent) - Method in class com.nexaweb.client.tags.CompositeComponentBridge
When a child is added, we simply get the handler for the definition element and tell it that the child was added to it.
onChildAdded(StructureChangeEvent) - Method in class com.nexaweb.client.tags.CompositeTagBridge
When a child is added, we simply get the handler for the definition element and tell it that the child was added to it.
onChildAdded(StructureChangeEvent) - Method in class com.nexaweb.client.tags.ContainerBridge
If the child being added is a text node, textNodeAdded is called.
onChildAdded(StructureChangeEvent) - Method in class com.nexaweb.client.tags.PluginDocumentHandler
Implements the StructureChangeListener interface - when a child is added parseChild() is called on the added Element.
onChildAdded(StructureChangeEvent) - Method in interface com.nexaweb.xml.events.StructureChangeListener
This method will be called on registered listeners when a child is being added to the document.
onChildRemoved(StructureChangeEvent) - Method in class com.nexaweb.client.tags.AbstractTagImpl
Subclasses should override this method to handle dynamic removal of children.
onChildRemoved(StructureChangeEvent) - Method in class com.nexaweb.client.tags.CompositeComponentBridge
When a child is removed, we simply get the handler for the definition element and tell it that the child was removed from it.
onChildRemoved(StructureChangeEvent) - Method in class com.nexaweb.client.tags.CompositeTagBridge
When a child is removed, we simply get the handler for the definition element and tell it that the child was removed from it.
onChildRemoved(StructureChangeEvent) - Method in class com.nexaweb.client.tags.ContainerBridge
If the child being removed is a text node textNodeRemoved is called.
onChildRemoved(StructureChangeEvent) - Method in class com.nexaweb.client.tags.PluginDocumentHandler
Implements the StructureChangeListener interface.
onChildRemoved(StructureChangeEvent) - Method in interface com.nexaweb.xml.events.StructureChangeListener
This method will be called on registered listeners when a child is being removed from the document.
onClear() - Method in class com.nexaweb.client.DialogExceptionHandler
This method is called by an MCO in the dialog definition, clearing the content.
onClose() - Method in class com.nexaweb.client.DialogExceptionHandler
This method is called by an MCO in the dialog definition, clearing hiding the dialog.
onConnect() - Method in interface com.nexaweb.client.desktop.netservice.ConnectionListener
Called when a connection to the server becomes available.
onConnect(PushConnection, HttpServletRequest) - Method in interface com.nexaweb.server.pushconnection.PushConnectionListener
This method is called when a client opens a PushConnection.
onDataFlow(int, boolean) - Method in class com.nexaweb.server.pushconnection.ConnectionStatistics
This method gathers statistics on the data as it flows over the push connection.
onDatasetRegistered(DatasetEvent) - Method in interface com.nexaweb.xml.events.DatasetListener
Deprecated. Implement DocumentListener.onDocumentRegistered(DocumentEvent) method instead.
onDatasetUnregistered(DatasetEvent) - Method in interface com.nexaweb.xml.events.DatasetListener
Deprecated. Implement DocumentListener.onDocumentUnregistered(DocumentEvent) method instead.
onDisconnect() - Method in interface com.nexaweb.client.desktop.netservice.ConnectionListener
Called when a connection to the server becomes unavailable.
onDisconnect(ServerSession) - Method in interface com.nexaweb.server.pushconnection.PushConnectionListener
This method is called when a PushConnection is closed.
onDocumentRegistered(DocumentEvent) - Method in interface com.nexaweb.xml.events.DocumentListener
Gets called when a Document gets registered with a DocumentRegistry.
onDocumentUnregistered(DocumentEvent) - Method in interface com.nexaweb.xml.events.DocumentListener
Gets called when a Document gets unregistered from a DocumentRegistry.
onDragEnd(Object, int, int, MouseEvent) - Method in class com.nexaweb.client.tags.AbstractTagImpl
Implements the NDragListener interface.
onDragStart(Object, int, int, MouseEvent) - Method in class com.nexaweb.client.tags.AbstractTagImpl
Implements the NDragListener interface.
onDrop(Object, int, int, MouseEvent, Object) - Method in class com.nexaweb.client.tags.AbstractTagImpl
Implements the NDragListener interface.
onEntryDropped(ServerSession, DropEvent) - Method in interface com.nexaweb.server.session.queues.QueueListener
This method will be called when data is dropped from one of the communication queues due to a queue size restriction.
onExternalDragEnter(Object, int, int, DropTargetDragEvent) - Method in class com.nexaweb.client.tags.AbstractTagImpl
Implements the NDragListener interface.
onExternalDrop(Object, int, int, DropTargetDropEvent) - Method in class com.nexaweb.client.tags.AbstractTagImpl
Implements the NDragListener interface.
onMessage(String, Document) - Method in class com.nexaweb.messaging.MessageListener
This method is called when a message arrives on one of the topics to which this listener is subscribed and the type of the message content is Document.
onMessage(String, Element) - Method in class com.nexaweb.messaging.MessageListener
This method is called when a message arrives on one of the topics to which this listener is subscribed and the type of the message content is Element.
onMessage(String, Serializable) - Method in class com.nexaweb.messaging.MessageListener
This method is called when a message arrives on one of the topics to which this listener is subscribed and the type of the message content is java.io.Serializable.
onMessage(String, XmlSerializable) - Method in class com.nexaweb.messaging.MessageListener
This method is called when a message arrives on one of the topics to which this listener is subscribed and the type of the message content is com.nexaweb.xml.XmlSerializable.
onMessage(String, byte[]) - Method in class com.nexaweb.messaging.MessageListener
This method is called when a message arrives on one of the topics to which this listener is subscribed and the type of the message content is byte[].
onMessage(String, String) - Method in class com.nexaweb.messaging.MessageListener
This method is called when a message arrives on one of the topics to which this listener is subscribed and the type of the message content is java.lang.String.
onMessageSend(Flushable, byte[]) - Method in interface com.nexaweb.server.pushconnection.FlushPolicy
This method will be called by the Nexaweb Server as notification that a message was sent down the push connection.
onMessageSend(Flushable, byte[]) - Method in class com.nexaweb.server.pushconnection.flushpolicies.IdlePeriodFlushPolicy
 
onMessageSend(Flushable, byte[]) - Method in class com.nexaweb.server.pushconnection.flushpolicies.ThroughputFlushPolicy
 
onRemovedFromDocument(Document) - Method in interface com.nexaweb.xml.events.DocumentOwnershipListener
This method is called when the element this listener is registered on is removed from a Document.
onSessionCreation(ServerSession, InitialSessionConfig) - Method in interface com.nexaweb.server.session.events.ServerSessionListener
Called when a new session is created, only on the server where the session was created.
onSessionFailover(ServerSession) - Method in interface com.nexaweb.server.session.events.ServerSessionListener
Called when a session fails over to another server in a cluster.
onSessionInvalidation(ServerSession) - Method in interface com.nexaweb.server.session.events.ServerSessionListener
Called when a session is invalidated.
openBrowser(String) - Method in interface com.nexaweb.client.netservice.NetService
Opens a browser window with the given url.
openBrowser(String, String) - Method in interface com.nexaweb.client.netservice.NetService
Opens a browser window with the given url in the specified target frame.
openPushConnection() - Method in interface com.nexaweb.client.netservice.NetService
Opens the push connection.

P

PARSER_EXCEPTION - Static variable in class com.nexaweb.client.ExceptionContext
 
PARSER_EXCEPTION - Static variable in class com.nexaweb.webservices.WebServiceException
 
PDF - Static variable in class com.nexaweb.printing.DocumentFormat
Represents PDF document format
PLUGIN_MAPPING_ERROR - Static variable in class com.nexaweb.client.ExceptionContext
 
POSTSCRIPT - Static variable in class com.nexaweb.printing.DocumentFormat
Represents the postscript document format
POST_METHOD - Static variable in interface com.nexaweb.client.netservice.HttpRequest
 
PRINT_SERVICE_EXCEPTION - Static variable in class com.nexaweb.client.ExceptionContext
 
Parser - interface com.nexaweb.xml.Parser.
Parses XML documents into Document objects.
ParserException - exception com.nexaweb.xml.ParserException.
An exception that will append the Line and Column numbers of a supplied parser to the message.
ParserException(String) - Constructor for class com.nexaweb.xml.ParserException
 
ParserException(String, Throwable) - Constructor for class com.nexaweb.xml.ParserException
 
ParserException(String, String, Throwable) - Constructor for class com.nexaweb.xml.ParserException
 
ParserException(String, String) - Constructor for class com.nexaweb.xml.ParserException
 
ParserException(String, String[]) - Constructor for class com.nexaweb.xml.ParserException
 
ParserException(String, String[], Throwable) - Constructor for class com.nexaweb.xml.ParserException
 
ParserException(String, String[], Throwable, Locale) - Constructor for class com.nexaweb.xml.ParserException
 
ParserException(String, String[], Locale) - Constructor for class com.nexaweb.xml.ParserException
 
ParserFactory - class com.nexaweb.xml.ParserFactory.
ParserFactory returns an instance of the Parser interface that will parse XML Documents.
ParserFactory() - Constructor for class com.nexaweb.xml.ParserFactory
 
PerformanceMeter - interface com.nexaweb.server.util.PerformanceMeter.
The PerformanceMeter provides named stopwatch functionality to measure the performance of Nexaweb Server.
PerformanceMeterFactory - class com.nexaweb.server.util.PerformanceMeterFactory.
PerformanceMeterFactory provides access to named PerformanceMeter objects.
PerformanceMeterFactory() - Constructor for class com.nexaweb.server.util.PerformanceMeterFactory
 
PluginDocumentHandler - class com.nexaweb.client.tags.PluginDocumentHandler.
The base class for all document handlers that listen for document changes and invoke plug-ins.
PluginDocumentHandler(ClientSession) - Constructor for class com.nexaweb.client.tags.PluginDocumentHandler
For internal use only.
PluginLifecycle - interface com.nexaweb.client.tags.PluginLifecycle.
A class that implements this interface can be associated with each plugin.
PluginRegistry - interface com.nexaweb.client.tags.PluginRegistry.
Exposes information on the currently loaded plugins.
PrintService - interface com.nexaweb.client.printservice.PrintService.
PrintService provides methods for printing screen captures.
PrintedDocument - interface com.nexaweb.common.printing.PrintedDocument.
This interface encapsulates the printed document , the document format and the generated XSL:FO for debugging
PushConnection - interface com.nexaweb.server.pushconnection.PushConnection.
This represents a physical persistent connection between the client and server.
PushConnectionListener - interface com.nexaweb.server.pushconnection.PushConnectionListener.
Interface PushConnectionListener may be implemented to be notified of the connect and disconnect events of PushConnections.
PushConnectionManager - interface com.nexaweb.server.pushconnection.PushConnectionManager.
The PushConnectionManager provides access to PushConnection objects and related functionality.
parseChild(Element) - Method in class com.nexaweb.client.tags.PluginDocumentHandler
Parses an XML Element and returns a new instance of the tag-handling class that the tag name was mapped to.
parseInitialAttributes(Element) - Method in class com.nexaweb.client.tags.AbstractTagImpl
This method is provided for convenience to deal with elements that start with a number of attributes when they are added to the document.
parseInitialAttributes(Element) - Method in class com.nexaweb.client.tags.ContainerBridge
Overridden to call setName() on the UI Component with the ID of the element to facilitate debugging/automated testing.
parseInitialChildren(Element) - Method in class com.nexaweb.client.tags.AbstractTagImpl
This method is provided for convenience to deal with elements that start with a number of children when they are added to the document.
parseXml(Reader) - Method in interface com.nexaweb.xml.Parser
Returns a new Document based on the specified reader's XML.
parseXml(String) - Method in interface com.nexaweb.xml.Parser
Returns a new Document based on the specified String.
play(String) - Method in interface com.nexaweb.client.soundservice.SoundService
Plays the audio clip from the given URL.
pluginLoaded(ClientSession) - Method in interface com.nexaweb.client.tags.PluginLifecycle
Called when the plugin is first loaded.
pluginUnloaded(ClientSession) - Method in interface com.nexaweb.client.tags.PluginLifecycle
Called when the plugin is unloaded.
popGlassPane() - Method in interface com.nexaweb.client.displayservice.DisplayService
Pops off a glass pane, if the number of pops is equal to the number of previous pushes the glass pane is hidden.
printElement(Element) - Method in interface com.nexaweb.client.printservice.PrintService
Prints the UI representation of the Element at it's preferred size.
printElement(Element, DocumentFormat) - Method in interface com.nexaweb.client.printservice.PrintService
Converts the passed in element using nxml=>xslfo=>document transformation creating a document of the specified format which is then displayed in a new window.
printElement(Element, String) - Method in interface com.nexaweb.client.printservice.PrintService
Converts the passed in element using nxml=>xslfo=>document transformation creating a document of the specified format which is then displayed in a new window.
printElement(String) - Method in interface com.nexaweb.client.printservice.PrintService
Prints the UI representation of the Element at it's preferred size.
printImage(Image) - Method in interface com.nexaweb.client.printservice.PrintService
Prints the specified image.
printScreen() - Method in interface com.nexaweb.client.printservice.PrintService
Prints a screen capture of the entire application.
printStackTrace() - Method in class com.nexaweb.exceptions.NexawebException
 
printStackTrace(PrintWriter) - Method in class com.nexaweb.exceptions.NexawebException
 
printStackTrace(PrintStream) - Method in class com.nexaweb.exceptions.NexawebException
 
printStackTrace() - Method in class com.nexaweb.exceptions.NexawebRuntimeException
 
printStackTrace(PrintWriter) - Method in class com.nexaweb.exceptions.NexawebRuntimeException
 
printStackTrace(PrintStream) - Method in class com.nexaweb.exceptions.NexawebRuntimeException
 
printStackTrace() - Method in class com.nexaweb.webservices.WebServiceException
 
printStackTrace(PrintWriter) - Method in class com.nexaweb.webservices.WebServiceException
 
printStackTrace(PrintStream) - Method in class com.nexaweb.webservices.WebServiceException
 
publish(String, Document) - Method in interface com.nexaweb.client.netservice.NetService
Publishes a Document on the given topic.
publish(String, Element) - Method in interface com.nexaweb.client.netservice.NetService
Publishes an Element on the given topic.
publish(String, Serializable) - Method in interface com.nexaweb.client.netservice.NetService
Publishes a Serializable object on the given topic.
publish(String, XmlSerializable) - Method in interface com.nexaweb.client.netservice.NetService
Publishes a XmlSerializable object on the given topic.
publish(String, byte[]) - Method in interface com.nexaweb.client.netservice.NetService
Publishes a byte[] on the given topic.
publish(String, String) - Method in interface com.nexaweb.client.netservice.NetService
Publishes a String on the given topic.
publish(String, Element) - Method in interface com.nexaweb.server.messaging.MessagingService
Send an Element and all of its descendants to the subscribed listeners on both clients and servers.
publish(String, Document) - Method in interface com.nexaweb.server.messaging.MessagingService
Send a Document to the subscribed listeners on both clients and servers.
publish(String, Serializable) - Method in interface com.nexaweb.server.messaging.MessagingService
Send a Serializable object to the subscribed listeners on both clients and servers.
publish(String, XmlSerializable) - Method in interface com.nexaweb.server.messaging.MessagingService
Send an XmlSerializable object to the subscribed listeners on both clients and servers.
publish(String, byte[]) - Method in interface com.nexaweb.server.messaging.MessagingService
Send a byte array to the subscribed listeners on both clients and servers.
publish(String, String) - Method in interface com.nexaweb.server.messaging.MessagingService
Send a String to the subscribed listeners on both clients and servers.
pushGlassPane() - Method in interface com.nexaweb.client.displayservice.DisplayService
Pushes a glass pane in front of the application, showing the wait cursor and disabling input.
pushGlassPane(Cursor) - Method in interface com.nexaweb.client.displayservice.DisplayService
Pushes a glass pane in front of the application, showing the cursor passed in.
put(String, Object) - Method in class com.nexaweb.client.mco.Container
Puts an object of the given name into the container.
put(Object, Object) - Method in interface com.nexaweb.server.sharedstore.SharedStore
Adds a key/value pair to the SharedStore.
putAll(Map) - Method in interface com.nexaweb.server.sharedstore.SharedStore
Adds new entries to the shared store
putMacro(String, Macro) - Method in class com.nexaweb.client.macro.MacroContainer
Puts the specified macro under the specified name.

Q

QueueListener - interface com.nexaweb.server.session.queues.QueueListener.
QueueListener implementors may listen for entries dropped from communication queues.
QueueMonitoringService - interface com.nexaweb.server.session.queues.QueueMonitoringService.
This service provides the ability to monitor the state of communication queues holding information bound for clients.
qualifyObjectUrl(String) - Method in class com.nexaweb.client.EventHandler
Given the right hand side of an event name/attribute pair like onCommand="myPage" returns non-null if the event is an object event.
qualifyToFullUrl(String, String, AbstractTagImpl) - Static method in class com.nexaweb.client.tags.AbstractTagImpl
Generate a new full url string value if the attribute value can be properly qualified into an http, https, or classpath URL, otherwise returns null.
quickSort(Object[][], boolean) - Static method in class com.nexaweb.client.Sorter
Sorts an (N x 2) array of key/value pairs.
quickSort(Object[][]) - Static method in class com.nexaweb.client.Sorter
Sorts an (N x 2) array of key/value pairs.

R

REJECTED_WITH_REASON - Static variable in class com.nexaweb.xml.events.ChangeRejectedException
 
REMOTE - Static variable in class com.nexaweb.client.desktop.netservice.RetrievalPolicy
A retrieval policy in which all resources are retreived remotely.
REMOTE - Static variable in class com.nexaweb.xml.DocumentLocation
Denotes that a document added to a DocumentRegistry instance should live on the remote side; the document will live on the client if used on the server, the document will live on the server if used on the client.
REMOTE_THEN_LOCAL - Static variable in class com.nexaweb.client.desktop.netservice.RetrievalPolicy
A retrieval policy in which all resources are first retrieved remotely and if not found are retrieved locally instead.
REQUEST_STARTPAGE_FAILURE - Static variable in class com.nexaweb.client.ExceptionContext
 
RESOLVER_ERROR - Static variable in class com.nexaweb.client.ExceptionContext
 
ROOT_NODE - Static variable in class com.nexaweb.xml.events.StructureChangeEvent
If this value is returned from StructureChangeEvent.getType() then this StructureChangeEvent was triggered by the addition or removal of the Document root element.
ROOT_PANE - Static variable in class com.nexaweb.client.EventHandler
The name of the "rootPane" tag in NXML
RetrievalPolicy - class com.nexaweb.client.desktop.netservice.RetrievalPolicy.
An enumeration of the four possible retrieval policies: Local only Remote only Local then Remote Remote then Local
refireEvent() - Method in class com.nexaweb.client.tags.CompositeComponentBridge
A helper method to make supporting events on Composite Components simpler.
refireEvent() - Method in class com.nexaweb.client.tags.CompositeTagBridge
A helper method to make supporting events on Composite Components simpler.
refreshStyles() - Method in class com.nexaweb.client.tags.StylesheetAwareTagImpl
Called whenever the styles for the element need to be refreshed.
registerDatasetForClient(String, Document) - Method in interface com.nexaweb.xml.DocumentProvider
Deprecated. Use the DocumentRegistry.registerDocument(DocumentLocation, String, Document) method with DocumentLocation.CLIENT as the first argument instead.
registerDatasetForClientAndServer(String, Document) - Method in interface com.nexaweb.xml.DocumentProvider
Deprecated. Use the DocumentRegistry.registerDocument(DocumentLocation, String, Document) method with DocumentLocation.CLIENT_AND_SERVER_SHARED as the first argument instead.
registerDatasetForServer(String, Document) - Method in interface com.nexaweb.xml.DocumentProvider
Deprecated. Use the DocumentRegistry.registerDocument(DocumentLocation, String, Document) method with DocumentLocation.SERVER as the first argument instead.
registerDocument(DocumentLocation, String, Document) - Method in interface com.nexaweb.xml.DocumentRegistry
Registers the Document with the specified name in the specified location.
registerService(Service) - Static method in class com.nexaweb.server.services.ServiceManager
Registers a service with this ServiceManager.
remove(String) - Method in class com.nexaweb.client.mco.Container
Removes the the object in this container with the given name.
remove(Object) - Method in interface com.nexaweb.server.sharedstore.SharedStore
Removes the entry with the given key.
remove(String) - Method in interface com.nexaweb.server.util.PerformanceMeter
Remove the entry for the specified name.
removeAttribute(String) - Method in interface com.nexaweb.server.session.ServerSession
Removes the attribute with the specified key.
removeAttribute(String) - Method in interface com.nexaweb.xml.Element
Removes the attribute with the given name.
removeAttributeAt(int) - Method in interface com.nexaweb.xml.Element
Removes the attribute at a specified index on this element.
removeAttributeChangeListener(AttributeChangeListener) - Method in interface com.nexaweb.xml.Document
Removes an AttributeChangeListener from this Document.
removeAttributeChangeListener(AttributeChangeListener) - Method in interface com.nexaweb.xml.Element
Removes an AttributeChangeListener from this Element.
removeAttributeListener(SessionAttributeListener) - Method in interface com.nexaweb.server.session.ServerSession
Removes a SessionAttributeListener from this ServerSession instance.
removeChild(Element) - Method in interface com.nexaweb.xml.Element
Removes the specified Element from the child list.
removeChild(String) - Method in interface com.nexaweb.xml.Element
Removes the specified text child from this Element if it exists.
removeChildAt(int) - Method in interface com.nexaweb.xml.Element
Removes the Element at the specified index.
removeConnectionListener(ConnectionListener) - Method in interface com.nexaweb.client.desktop.netservice.DesktopNetService
Remove a registered ConnectionListener from network connect and disconnect event notification.
removeDatasetListener(DatasetListener) - Method in interface com.nexaweb.xml.DocumentProvider
Deprecated. Use the DocumentRegistry.removeDocumentListener(DocumentListener) method instead.
removeDocument(Document) - Method in class com.nexaweb.client.tags.PluginDocumentHandler
 
removeDocumentListener(DocumentListener) - Method in interface com.nexaweb.xml.DocumentRegistry
Removes a DocumentListener to the list of listeners being notified when documents are registered and unregistered locally.
removeDocumentOwnershipListener(DocumentOwnershipListener) - Method in interface com.nexaweb.xml.Element
Removes a DocumentOwnershipListener from this element.
removeFormElement(Element) - Method in class com.nexaweb.client.form.Form
Removes the given element from the form.
removeFormElement(String) - Method in class com.nexaweb.client.form.Form
Removes the element with the given ID from the form.
removeHandlerForPeer(Object) - Method in class com.nexaweb.client.tags.PluginDocumentHandler
Removes the mapping between the peer and the handler.
removeKeyListener(KeyListener) - Method in interface com.nexaweb.client.displayservice.DisplayService
Removes a key listener from the UI.
removeListener(SharedStoreListener) - Method in interface com.nexaweb.server.sharedstore.SharedStore
Removes a listener that was previously added.
removeMco(String) - Method in class com.nexaweb.client.mco.McoContainer
Removes the MCO with the given name.
removeMco(Object) - Method in class com.nexaweb.client.mco.McoContainer
Removes the MCO.
removeMouseListener(MouseListener) - Method in interface com.nexaweb.client.displayservice.DisplayService
Removes a mouse listener from the UI.
removeMouseMotionListener(MouseMotionListener) - Method in interface com.nexaweb.client.displayservice.DisplayService
Removes a mouse motion listener from the UI.
removePushConnectionListener(PushConnectionListener) - Method in interface com.nexaweb.server.pushconnection.PushConnectionManager
Removes the specified listener to the list of listeners that will be notified when PushConnections are established or closed.
removeQueueListener(QueueListener) - Method in interface com.nexaweb.server.session.queues.QueueMonitoringService
Removes a QueueListener to the list of QueueListener objects that will be notified of messages dropped from the queues for clients.
removeSessionListener(ServerSessionListener) - Method in interface com.nexaweb.server.session.SessionManager
Removes a ServerSessionListener from the SessionManager
removeSharedStore(String) - Method in interface com.nexaweb.server.sharedstore.SharedStoreManager
Removes the shared store instances associated with the name from all clustered application instances.
removeStructureChangeListener(StructureChangeListener) - Method in interface com.nexaweb.xml.Document
Removes an StructureChangeListener from this Document.
removeStructureChangeListener(StructureChangeListener) - Method in interface com.nexaweb.xml.Element
Removes a StructureChangeListener from this Element
removeValue(Object) - Method in class com.nexaweb.client.mco.Container
Removes the given object from this container.
removedFromContainer(Container, String) - Method in class com.nexaweb.client.mco.AbstractMco
Calls unload()
removedFromContainer(Container, String) - Method in interface com.nexaweb.client.mco.ContainerLifecycleObject
This method is called when this object is removed from a client container, directly before it is removed from that container.
renderFo(Element, InputStream, URIResolver, DocumentFormat, OutputStream) - Method in interface com.nexaweb.common.printing.FoRenderer
Applies the supplied xsl stylesheet to the nxml element rendering xsl:fo.
replaceChildAt(int, String) - Method in interface com.nexaweb.xml.Element
Replaces the child at the specified index with the supplied text node.
replaceChildAt(int, Element) - Method in interface com.nexaweb.xml.Element
Replaces the child at the specified index with the supplied element.
reportInvalidXmlException(String, String, Element, Exception) - Method in class com.nexaweb.client.tags.AbstractTagImpl
This method is used to report problems in attribute parsing in a standardized manner.
requestCompleted(String, HttpResponse) - Method in class com.nexaweb.client.EventHandler
Implementation of NetServiceListener interface for internal use only.
requestCompleted(String, HttpResponse) - Method in interface com.nexaweb.client.netservice.NetServiceListener
Called when the NetService operation completes successfully.
requestFailed(String, NetServiceException) - Method in class com.nexaweb.client.EventHandler
Implementation of NetServiceListener interface for internal use only.
requestFailed(String, NetServiceException) - Method in interface com.nexaweb.client.netservice.NetServiceListener
Called when the NetService operation fails.
reset() - Method in interface com.nexaweb.server.util.PerformanceMeter
Clears all entries from this PerformanceMeter.
resolveMcoArgument(String, Element, ClientEvent) - Method in class com.nexaweb.client.EventHandler
Resolnes an MCO argument and returns the resolved value.
restart() - Method in interface com.nexaweb.client.ClientSession
Restart a fresh session.
retrieve(String, RetrievalPolicy) - Method in interface com.nexaweb.client.desktop.netservice.DesktopNetService
Retrieve the specified url using the specified retrieval policy.
retrieve(HttpRequest, RetrievalPolicy) - Method in interface com.nexaweb.client.desktop.netservice.DesktopNetService
Retrieve the specified request using the specified retrieval policy.
retrieve() - Method in class com.nexaweb.client.form.Form
Synchronously submits the form to the default url, the result is returned.
retrieve(String) - Method in class com.nexaweb.client.form.Form
Synchronously submits the form to the given url, the result is returned.
retrieve(String) - Method in interface com.nexaweb.client.netservice.NetService
Gets an HttpResponse object from the provided string url.
retrieve(HttpRequest) - Method in interface com.nexaweb.client.netservice.NetService
Gets a response from a url by making a request based on the input HttpRequest object.
retrieveAndProcess(String, RetrievalPolicy) - Method in interface com.nexaweb.client.desktop.netservice.DesktopNetService
Retrieve and process the specified url using the specified retrieval policy.
retrieveAndProcess(HttpRequest, RetrievalPolicy) - Method in interface com.nexaweb.client.desktop.netservice.DesktopNetService
Retrieve and process the specified request using the specified retrieval policy.
retrieveAndProcess() - Method in class com.nexaweb.client.form.Form
Synchronously submits the form to the default url.
retrieveAndProcess(String) - Method in class com.nexaweb.client.form.Form
Synchronously submits the form to the given url, the result will be automatically parsed
retrieveAndProcess(String) - Method in interface com.nexaweb.client.netservice.NetService
Sends to the given url - the response is assumed to be in XML format and is processed automatically by the client.
retrieveAndProcess(HttpRequest) - Method in interface com.nexaweb.client.netservice.NetService
Sends the the given request - the response is assumed to be XML and is parsed automatically by the client.
retrieveAndProcessAsynchronously(String, NetServiceListener, RetrievalPolicy) - Method in interface com.nexaweb.client.desktop.netservice.DesktopNetService
Asynchronously retrieve and process the specified url using the specified retrieval policy, notifying the specified listener when retrieval is complete.
retrieveAndProcessAsynchronously(HttpRequest, NetServiceListener, RetrievalPolicy) - Method in interface com.nexaweb.client.desktop.netservice.DesktopNetService
Asynchronously retrieve and process the specified request using the specified retrieval policy, notifying the specified listener when retrieval is complete.
retrieveAndProcessAsynchronously(NetServiceListener) - Method in class com.nexaweb.client.form.Form
Asynchronously submits the form to the default url.
retrieveAndProcessAsynchronously(String, NetServiceListener) - Method in class com.nexaweb.client.form.Form
Asynchronously submits the form to the given url, the result will be automatically parsed
retrieveAndProcessAsynchronously(String, NetServiceListener) - Method in interface com.nexaweb.client.netservice.NetService
Asynchronously sends to the given url - the response is assumed to be in XML format and will be processed automatically by the client.
retrieveAndProcessAsynchronously(HttpRequest, NetServiceListener) - Method in interface com.nexaweb.client.netservice.NetService
Asynchronously sends the the given request - the response is assumed to be XML and is parsed automatically by the client.
retrieveAsynchronously(String, NetServiceListener, RetrievalPolicy) - Method in interface com.nexaweb.client.desktop.netservice.DesktopNetService
Asynchronously retrieve the specified url using the specified retrieval policy, notifying the specified listener when retrieval is complete.
retrieveAsynchronously(HttpRequest, NetServiceListener, RetrievalPolicy) - Method in interface com.nexaweb.client.desktop.netservice.DesktopNetService
Asynchronously retrieve the specified request using the specified retrieval policy, notifying the specified listener when retrieval is complete.
retrieveAsynchronously(String, NetServiceListener) - Method in class com.nexaweb.client.form.Form
Asynchronously submits the form to the given url, the result is returned.
retrieveAsynchronously(NetServiceListener) - Method in class com.nexaweb.client.form.Form
Asynchronously submits the form to default url, the result is returned.
retrieveAsynchronously(String, NetServiceListener) - Method in interface com.nexaweb.client.netservice.NetService
Asynchronously gets an HttpResponse object from the provided string url.
retrieveAsynchronously(HttpRequest, NetServiceListener) - Method in interface com.nexaweb.client.netservice.NetService
Asynchronously gets a response from an url by making a request based on the input HttpRequest object.
run() - Method in class com.nexaweb.client.UiUpdateQueue
Implementation of the Runnable interface

S

SERVER - Static variable in class com.nexaweb.xml.DocumentLocation
Denotes that a document added to a DocumentRegistry instance should live on the server only.
SERVER_EVENT_HANDLER_FAILURE - Static variable in class com.nexaweb.client.ExceptionContext
 
SERVICE_INSTANTIATION_FAILURE - Static variable in class com.nexaweb.server.services.ServiceException
 
SERVICE_NAME - Static variable in class com.nexaweb.client.EventHandler
"EventHandler"
SERVICE_NOT_FOUND - Static variable in class com.nexaweb.server.services.ServiceException
 
SERVICE_START_FAILURE - Static variable in class com.nexaweb.server.services.ServiceException
 
SERVICE_STOP_FAILURE - Static variable in class com.nexaweb.server.services.ServiceException
 
SESSION_CONFIG_TAG - Static variable in class com.nexaweb.session.SessionConfig
 
SESSION_EXPIRED_OR_FAILED_OVER - Static variable in class com.nexaweb.server.session.InvalidSessionException
 
SESSION_ID_NULL - Static variable in class com.nexaweb.server.session.InvalidSessionException
 
SESSION_NULL - Static variable in class com.nexaweb.server.session.InvalidSessionException
 
SESSION_REJECTED - Static variable in class com.nexaweb.client.ExceptionContext
 
SOUND_SERVICE_EXCEPTION - Static variable in class com.nexaweb.client.ExceptionContext
 
STOPPED - Static variable in class com.nexaweb.server.services.ServiceStatus
A Constant indicating that a Service's status is stopped.
STYLE_SHEET_LOADING_ERROR - Static variable in class com.nexaweb.client.ExceptionContext
 
ServerSession - interface com.nexaweb.server.session.ServerSession.
ServerSession represents a session with a Nexaweb Client.
ServerSessionListener - interface com.nexaweb.server.session.events.ServerSessionListener.
Server session lifecycle listener.
Service - interface com.nexaweb.server.services.Service.
Service is the base interface for Nexaweb Server's services.
ServiceException - exception com.nexaweb.server.services.ServiceException.
Class ServiceException
ServiceException(String, String) - Constructor for class com.nexaweb.server.services.ServiceException
 
ServiceException(String, String, Throwable) - Constructor for class com.nexaweb.server.services.ServiceException
 
ServiceException(String, String[], Locale) - Constructor for class com.nexaweb.server.services.ServiceException
 
ServiceException(String) - Constructor for class com.nexaweb.server.services.ServiceException
 
ServiceException(String, Throwable) - Constructor for class com.nexaweb.server.services.ServiceException
 
ServiceException(String, String[]) - Constructor for class com.nexaweb.server.services.ServiceException
 
ServiceException(String, String[], Throwable) - Constructor for class com.nexaweb.server.services.ServiceException
 
ServiceException(String, String[], Throwable, Locale) - Constructor for class com.nexaweb.server.services.ServiceException
 
ServiceManager - class com.nexaweb.server.services.ServiceManager.
ServiceManager provides a common way to manage the lifecycle of and access Nexaweb Services.
ServiceStatus - class com.nexaweb.server.services.ServiceStatus.
Class ServiceStatus represents the status of a Nexaweb Service.
SessionAttributeEvent - class com.nexaweb.server.session.events.SessionAttributeEvent.
SessionAttributeEvent is passed as the argument to the methods in the SessionAttributeListener interface.
SessionAttributeEvent(String, String, Object) - Constructor for class com.nexaweb.server.session.events.SessionAttributeEvent
 
SessionAttributeListener - interface com.nexaweb.server.session.events.SessionAttributeListener.
This interface is an analog of HttpSessionAttributeListener from the Servlet 2.3 API.
SessionConfig - class com.nexaweb.session.SessionConfig.
This is an immutable accessor class for configuration associated with an NxSession.
SessionConfig() - Constructor for class com.nexaweb.session.SessionConfig
 
SessionConfig(Element) - Constructor for class com.nexaweb.session.SessionConfig
 
SessionConfig(boolean, boolean, long, boolean, long, long, boolean) - Constructor for class com.nexaweb.session.SessionConfig
 
SessionManager - interface com.nexaweb.server.session.SessionManager.
SessionManager provides access to the ServerSession objects representing current sessions.
SharedStore - interface com.nexaweb.server.sharedstore.SharedStore.
SharedStore interface represents a distributed HashMap that is accessible to clustered instances of the same application.
SharedStoreException - exception com.nexaweb.server.sharedstore.SharedStoreException.
SharedStoreException
SharedStoreException(String) - Constructor for class com.nexaweb.server.sharedstore.SharedStoreException
 
SharedStoreException(String, String) - Constructor for class com.nexaweb.server.sharedstore.SharedStoreException
 
SharedStoreException(String, String[]) - Constructor for class com.nexaweb.server.sharedstore.SharedStoreException
 
SharedStoreException(String, Throwable) - Constructor for class com.nexaweb.server.sharedstore.SharedStoreException
 
SharedStoreException(String, String, Throwable) - Constructor for class com.nexaweb.server.sharedstore.SharedStoreException
 
SharedStoreException(String, String[], Throwable) - Constructor for class com.nexaweb.server.sharedstore.SharedStoreException
 
SharedStoreListener - interface com.nexaweb.server.sharedstore.SharedStoreListener.
SharedStoreListener interface provides a way to get notified about modifications to a SharedStore.
SharedStoreManager - interface com.nexaweb.server.sharedstore.SharedStoreManager.
SharedStoreManager class.
Sorter - class com.nexaweb.client.Sorter.
Sorter exposes the QuickSort and InsertionSort algorithms.
SoundService - interface com.nexaweb.client.soundservice.SoundService.
SoundService provides methods for performing audio operations.
StructureChangeEvent - class com.nexaweb.xml.events.StructureChangeEvent.
StructureChangeEvent objects are passed to the methods of the StructureChangeListener class when changes in Document structure occur.
StructureChangeEvent() - Constructor for class com.nexaweb.xml.events.StructureChangeEvent
 
StructureChangeEvent(Element) - Constructor for class com.nexaweb.xml.events.StructureChangeEvent
 
StructureChangeEvent(Element, Element, int) - Constructor for class com.nexaweb.xml.events.StructureChangeEvent
 
StructureChangeEvent(Element, String, int) - Constructor for class com.nexaweb.xml.events.StructureChangeEvent
 
StructureChangeListener - interface com.nexaweb.xml.events.StructureChangeListener.
Interface StructureChangeListener listens for changes to the structure of a document.
StylesheetAwareTagImpl - class com.nexaweb.client.tags.StylesheetAwareTagImpl.
A subclass of AbstractTagImple that supports stylesheets.
StylesheetAwareTagImpl() - Constructor for class com.nexaweb.client.tags.StylesheetAwareTagImpl
 
StylesheetListener - interface com.nexaweb.client.stylesheet.StylesheetListener.
An interface for receiving stylesheet notification events.
SwingBridge - class com.nexaweb.client.tags.SwingBridge.
A bridge class for JComponent subclasses.
SwingBridge() - Constructor for class com.nexaweb.client.tags.SwingBridge
 
send(ServerSession, String, Element) - Method in interface com.nexaweb.server.messaging.MessagingService
Send an Element and all of its descendants to subscribed listeners on the client.
send(ServerSession, String, Document) - Method in interface com.nexaweb.server.messaging.MessagingService
Send a Document to subscribed listeners on the client.
send(ServerSession, String, Serializable) - Method in interface com.nexaweb.server.messaging.MessagingService
Send a Serializable object to subscribed listeners on the client.
send(ServerSession, String, XmlSerializable) - Method in interface com.nexaweb.server.messaging.MessagingService
Send an XmlSerializable object to subscribed listeners on the client.
send(ServerSession, String, byte[]) - Method in interface com.nexaweb.server.messaging.MessagingService
Send a byte array to subscribed listeners on the client.
send(ServerSession, String, String) - Method in interface com.nexaweb.server.messaging.MessagingService
Send a String to subscribed listeners on the client.
sendAsynchronously(ServerSession, String, Element) - Method in interface com.nexaweb.server.messaging.MessagingService
Send an Element and all of its descendants to subscribed listeners on the client.
sendAsynchronously(ServerSession, String, Document) - Method in interface com.nexaweb.server.messaging.MessagingService
Send a Document to subscribed listeners on the client.
sendAsynchronously(ServerSession, String, Serializable) - Method in interface com.nexaweb.server.messaging.MessagingService
Send a Serializable object to subscribed listeners on the client.
sendAsynchronously(ServerSession, String, XmlSerializable) - Method in interface com.nexaweb.server.messaging.MessagingService
Send an XmlSerializable object to subscribed listeners on the client.
sendAsynchronously(ServerSession, String, byte[]) - Method in interface com.nexaweb.server.messaging.MessagingService
Send a byte array to subscribed listeners on the client.
sendAsynchronously(ServerSession, String, String) - Method in interface com.nexaweb.server.messaging.MessagingService
Send a String to subscribed listeners on the client.
set11EventDispatchThreadName(String) - Method in class com.nexaweb.client.UiUpdateQueue
This method sets the event dispatch thread name for 1.1
setAttribute(String, Object) - Method in class com.nexaweb.client.ClientEvent
Sets the attribute object for a given key name.
setAttribute(String, Object) - Method in interface com.nexaweb.server.session.ServerSession
Maps the specified key to the specified value in this ServerSession.
setAttribute(String, String) - Method in interface com.nexaweb.xml.Element
Sets an attribute on this element.
setCacheCleanupPeriod(long) - Method in class com.nexaweb.server.session.InitialSessionConfig
Sets the period for the incoming/outgoing message cache cleanup tasks.
setChange(Object) - Method in class com.nexaweb.xml.events.StructureChangeEvent
Change the object being added or removed.
setContent(byte[]) - Method in interface com.nexaweb.client.netservice.HttpRequest
Sets the content of the message to the given byte[] which will be posted to the server.
setDebug(boolean) - Method in interface com.nexaweb.util.Log
Sets the value of the isDebug boolean which determines whether or not debug messages will make it to the log.
setDefaultRetrievalPolicy(RetrievalPolicy) - Method in interface com.nexaweb.client.desktop.netservice.DesktopNetService
Set the default retrieval policy to the specified retrieval policy.
setDefaultUrl(String) - Method in class com.nexaweb.client.form.Form
Sets the default form submission url.
setElement(Element) - Method in class com.nexaweb.client.tags.AbstractTagImpl
Sets the element this tag maps to.
setEnabled(boolean) - Method in interface com.nexaweb.server.util.PerformanceMeter
Enable or disable this PerformanceMeter.
setFirstTextChild(String) - Method in interface com.nexaweb.xml.Element
This will replace the first text node of this element.
setFlushPolicy(FlushPolicy) - Method in interface com.nexaweb.server.pushconnection.PushConnection
Sets the FlushPolicy for this PushConnection.
setFormElement(String) - Method in class com.nexaweb.client.form.Form
Adds an element to be included in the form.
setHandlerForElement(Element, AbstractTagImpl) - Method in class com.nexaweb.client.tags.PluginDocumentHandler
For internal use only.
setHandlerForPeer(Object, AbstractTagImpl) - Method in class com.nexaweb.client.tags.PluginDocumentHandler
Sets up a mapping between a bridge tag-handler and the component it controls.
setHeader(String, String) - Method in interface com.nexaweb.client.netservice.HttpRequest
Add an HTTP header to the request.
setIsFormatApplied(boolean) - Method in interface com.nexaweb.client.macro.Macro
When set to true, the macro uses MessageFormat to format the pattern during execution.
setLayoutBridge(LayoutBridge) - Method in class com.nexaweb.client.tags.ContainerBridge
Called when a child tag that is mapped to a LayoutBridge is added to this element.
setLayoutManager(LayoutManager) - Method in class com.nexaweb.client.tags.LayoutBridge
Sets the LayoutManager that this bridge will control and registers the LayoutManager<->bridge mapping with the UiContentHandler.
setMacroPattern(String) - Method in interface com.nexaweb.client.macro.Macro
Sets the macro string.
setMessageTimeToLive(long) - Method in class com.nexaweb.server.session.InitialSessionConfig
Sets the message TTL for incoming and outgoing caches (used only when reliable messaging is enabled).
setName(String) - Method in interface com.nexaweb.server.util.PerformanceMeter
Sets the name of this PerformanceMeter object replacing the name specified in the object's constructor.
setName(String) - Method in class com.nexaweb.server.util.Token
Sets the logical name that will be used by the PerformanceMeter if this token is passed to the PerformanceMeter's PerformanceMeter.stop(Token) method.
setNewValue(String) - Method in class com.nexaweb.xml.events.AttributeChangeEvent
Set the new value of the attribute.
setParameter(String, String) - Method in class com.nexaweb.client.ClientEvent
Sets a parameter in the ClientEvent.
setPeer(Object) - Method in class com.nexaweb.client.tags.AbstractTagImpl
Sets the object that this bridge controls.
setPluginKey(String) - Method in class com.nexaweb.client.tags.AbstractTagImpl
For internal use only.
setPollingInterval(long) - Method in class com.nexaweb.server.session.InitialSessionConfig
Sets the polling interval for this session.
setRequestMethod(String) - Method in class com.nexaweb.client.form.Form
Set the http request method for this form submission.
setRequestMethod(String) - Method in interface com.nexaweb.client.netservice.HttpRequest
This method will set the request http method to either "GET" or "POST" so that the server side scripts will process them accordingly.
setRootElement(Element) - Method in interface com.nexaweb.xml.Document
Sets this Document's root element.
setSession(ClientSession) - Method in class com.nexaweb.client.DialogExceptionHandler
 
setSession(ClientSession) - Method in class com.nexaweb.client.ExceptionHandler
ExceptionHandlers that override this method must always call super.setSession().
setSession(ClientSession) - Method in class com.nexaweb.client.mco.AbstractMco
Called automatically by the Nexaweb Client MCO framework when the bean is registered.
setSourceElement(Element) - Method in class com.nexaweb.xml.events.DomChangeEvent
 
setUiComponent(Container) - Method in class com.nexaweb.client.tags.ContainerBridge
Sets the UI widget that this bridge will control and registers the component<->bridge mapping with the UiContentHandler.
setUri(String) - Method in interface com.nexaweb.client.netservice.HttpRequest
Sets the uri destination of the message.
size() - Method in class com.nexaweb.client.mco.Container
Returns the number of objects in the container.
size() - Method in interface com.nexaweb.server.sharedstore.SharedStore
Returns the number of keys in the local instance of the SharedStore.
start() - Method in interface com.nexaweb.server.services.Service
Starts this service.
start(String) - Method in interface com.nexaweb.server.util.PerformanceMeter
Start the stopwatch for this name.
startAll() - Static method in class com.nexaweb.server.services.ServiceManager
This method starts all the registered services.
startPolling() - Method in interface com.nexaweb.client.netservice.NetService
Starts a polling thread where client will send periodic request to the Nexaweb servlet.
stop(String) - Method in interface com.nexaweb.client.soundservice.SoundService
Stops the audio clip from the given url.
stop() - Method in interface com.nexaweb.server.services.Service
Stops this service.
stop(Token) - Method in interface com.nexaweb.server.util.PerformanceMeter
Stop the stopwatch for this name.
stop() - Method in class com.nexaweb.server.util.Token
This method stops the Token's clock after which it may not be restarted.
stopAll() - Static method in class com.nexaweb.server.services.ServiceManager
This method starts all the registered services.
stopPolling() - Method in interface com.nexaweb.client.netservice.NetService
Stops the current polling thread.
stylesheetAdded(String) - Method in interface com.nexaweb.client.stylesheet.StylesheetListener
Called when a stylesheet is added to the application.
stylesheetAdded(String) - Method in class com.nexaweb.client.tags.StylesheetAwareTagImpl
Implementatation of the StylesheetListener interface, calls refreshStyles
stylesheetRemoved(String) - Method in interface com.nexaweb.client.stylesheet.StylesheetListener
Called when a stylehseet is removed from the application.
stylesheetRemoved(String) - Method in class com.nexaweb.client.tags.StylesheetAwareTagImpl
Implementatation of the StylesheetListener interface, calls refreshStyles
subscribe(String, MessageListener) - Method in interface com.nexaweb.client.netservice.NetService
Subscribes to a topic.
subscribe(String[], MessageListener) - Method in interface com.nexaweb.client.netservice.NetService
Subscribes to a set of topics.
subscribe(String, MessageListener) - Method in interface com.nexaweb.server.messaging.MessagingService
Subscribes the specified MessageListener to the specified topic.
synchronize() - Method in interface com.nexaweb.client.netservice.NetService
Synchronize data with the server.

T

TAG_HANDLING_EXCEPTION - Static variable in class com.nexaweb.client.ExceptionContext
 
TAG_MAPPING_LOADING_ERROR - Static variable in class com.nexaweb.client.ExceptionContext
 
TARGET_NAMESPACE_NOT_FOUND - Static variable in class com.nexaweb.webservices.WebServiceException
 
TEXT - Static variable in class com.nexaweb.printing.DocumentFormat
Represents the text document format
TEXT_NODE - Static variable in class com.nexaweb.xml.events.StructureChangeEvent
If this value is returned from StructureChangeEvent.getType() then this StructureChangeEvent was triggered by the addition or removal of an Text node.
TRUE - Static variable in class com.nexaweb.client.tags.AttributeConverter
Indicates that a value is set to true.
Text - class com.nexaweb.xml.xpath.Text.
Text objects represent text nodes in the DOM.
Text(Element, String) - Constructor for class com.nexaweb.xml.xpath.Text
Deprecated. This constructor has to calculate the index of this text node which is a traversal of the parent's children.
Text(Element, String, int) - Constructor for class com.nexaweb.xml.xpath.Text
Construct a Text node that knows it's location in the document.
ThroughputFlushPolicy - class com.nexaweb.server.pushconnection.flushpolicies.ThroughputFlushPolicy.
The throughput flush policy is used to flush when it detects lulls in network traffic over a persistent connection.
ThroughputFlushPolicy() - Constructor for class com.nexaweb.server.pushconnection.flushpolicies.ThroughputFlushPolicy
This constructor is only for use by Nexaweb internally.
ThroughputFlushPolicy(int, int, long) - Constructor for class com.nexaweb.server.pushconnection.flushpolicies.ThroughputFlushPolicy
Constructs a ThroughputFlushPolicy with the specified minimumThroughput, flushSize and samplePeriod.
ThroughputFlushPolicy(int, long) - Constructor for class com.nexaweb.server.pushconnection.flushpolicies.ThroughputFlushPolicy
Constructs a ThroughputFlushPolicy with the specified minimumThroughput and samplePeriod which will return true from the isFlushMechanismStreamClose() method.
Token - class com.nexaweb.server.util.Token.
Class Token is the receipt you get from the PerformanceMeter when you call PerformanceMeter.start(String).
Token(String) - Constructor for class com.nexaweb.server.util.Token
Construct a new Token with the specified name.
TypeConversionService - interface com.nexaweb.client.typeconversionservice.TypeConversionService.
TypeConversionService provides methods for converting Objects of one type into another type.
textNodeAdded(StructureChangeEvent) - Method in class com.nexaweb.client.tags.ContainerBridge
Called by onChildAdded when a text node is added, the default just returns.
textNodeRemoved(StructureChangeEvent) - Method in class com.nexaweb.client.tags.ContainerBridge
Called by onChilRemoved when a text node is removed, the default just returns.
toBoolean(String) - Static method in class com.nexaweb.client.tags.AttributeConverter
Converts the string to a boolean.
toBooleanFromTriState(String, boolean) - Static method in class com.nexaweb.client.tags.AttributeConverter
Convert a String "true", "false", "", or null to a boolean, using the passed default value in the last 2 cases.
toBooleanFromTriStateInt(int, boolean) - Static method in class com.nexaweb.client.tags.AttributeConverter
Convert an int TRUE, FALSE, or NOT_SET to a boolean, using the passed default value in the last case.
toColor(String) - Static method in class com.nexaweb.client.tags.AttributeConverter
Converts the string to a color.
toColors(String, int) - Static method in class com.nexaweb.client.tags.AttributeConverter
Converts the string s to an array of number length of colors.
toComponent(String, ClientSession, Class, String) - Static method in class com.nexaweb.client.tags.AttributeConverter
 
toCursor(String) - Static method in class com.nexaweb.client.tags.AttributeConverter
Converts the string to a java.awt.Cursor.
toDate(String, SimpleDateFormat) - Static method in class com.nexaweb.client.tags.AttributeConverter
Converts a string to a date given the SimpleDateFormat
toElement(String, Document) - Static method in class com.nexaweb.client.tags.AttributeConverter
Converts an element reference in the form of #ID to an Element.
toFloat(String) - Static method in class com.nexaweb.client.tags.AttributeConverter
Converts the string to a float.
toFloats(String) - Static method in class com.nexaweb.client.tags.AttributeConverter
Converts a comma separated list into an array of floats of any size, can return null.
toIntFromEnum(String, String[], int[]) - Static method in class com.nexaweb.client.tags.AttributeConverter
If passed attribute string is in the passed String array, return the corresponding int from the passed int array, else throw an AttributeConversionException.
toInteger(String) - Static method in class com.nexaweb.client.tags.AttributeConverter
Coverts the string to an integer.
toIntegers(String, int) - Static method in class com.nexaweb.client.tags.AttributeConverter
Converts a string into an array of length number.
toIntegers(String) - Static method in class com.nexaweb.client.tags.AttributeConverter
Converts the string to an array of integers.
toObjectFromEnum(String, String[], Object[]) - Static method in class com.nexaweb.client.tags.AttributeConverter
If passed attribute string is in the passed String array, return the corresponding Object from the passed Object array, else throw an AttributeConversionException.
toPattern(String, ClientSession) - Static method in class com.nexaweb.client.tags.AttributeConverter
Returns either a Color, Style.TRANSPARENT_COLOR, or a gradient This must take a session so it can look up a gradient reference
toPercentage(String) - Static method in class com.nexaweb.client.tags.AttributeConverter
Expects a string like "78.4%", returns a float between 0 and 1.
toString() - Method in class com.nexaweb.client.ClientEvent
Overridden to return getQueryString()
toString(Element) - Static method in class com.nexaweb.client.xml.InvalidXmlException
A helper method to format XML into a string suitable for exception printing, truncates a really long string with " ...more..."
toString() - Method in class com.nexaweb.server.services.ServiceStatus
Override from Object.
toString() - Method in class com.nexaweb.xml.xpath.Attribute
This is a human readable string.
toString() - Method in class com.nexaweb.xml.xpath.Text
A human readable String representation of this text node.
toStrings(String, int, String[]) - Static method in class com.nexaweb.client.tags.AttributeConverter
Converts a comma-separated string into an array of string.
toTriState(String) - Static method in class com.nexaweb.client.tags.AttributeConverter
Convert a String "true", "false", "", or null to integer TRUE, FALSE, NOT_SET, or NOT_SET, throwing an exception if any other value encountered.
toXml() - Method in class com.nexaweb.session.ClientInfo
Converts this object to its XML representation
toXml() - Method in class com.nexaweb.session.SessionConfig
 
toXml() - Method in interface com.nexaweb.util.XmlSerializable
Returns an xml representation of the object.
toXml(boolean) - Method in interface com.nexaweb.xml.Document
Returns a String representation of this Document with any Nexaweb-generated XML ID attributes.
toXml(boolean) - Method in interface com.nexaweb.xml.Element
Returns a String representation of this XML Element including any Nexaweb-generated XML ID attributes.
toXmlWithSimpleAttributeEncoding(boolean) - Method in interface com.nexaweb.xml.Element
Returns a String representation of this XML Element, attributes will have only double quotes XML encoded and the elements will include any Nexaweb-generated XML ID attributes.
toXmlWithSimpleAttributeEncodingWithoutAutoAssignedIds(boolean) - Method in interface com.nexaweb.xml.Element
Returns a String representation of this XML Element, attributes will have only double quotes XML encoded and the elements will not include any Nexaweb-generated XML ID attributes.
toXmlWithoutAutoAssignedIds(boolean) - Method in interface com.nexaweb.xml.Document
Returns a String representation of this Document without any Nexaweb-generated XML ID attributes.
toXmlWithoutAutoAssignedIds(boolean) - Method in interface com.nexaweb.xml.Element
Returns a String representation of this XML Element NOT including any Nexaweb-generated XML ID attributes.
translateIndexToContainerIndex(int, Container) - Method in class com.nexaweb.client.tags.ContainerBridge
A helper method called by onChildAdded() that translates an XML index into a container index.

U

UI_DOCUMENT_NAME - Static variable in interface com.nexaweb.xml.DocumentRegistry
The name for the Nexaweb UI document.
UNHANDLED_TAG_IN_NAMESPACE - Static variable in class com.nexaweb.client.xml.InvalidXmlException
{0} - The namespace the unhandled tag was in.
UNKNOWN_SERVICE - Static variable in class com.nexaweb.webservices.WebServiceException
 
UNOBTAINABLE_SERVICE - Static variable in class com.nexaweb.server.services.ServiceException
 
UNSUPPORTED_FORMAT_MSG_ID - Static variable in class com.nexaweb.printing.UnsupportedDocumentFormatException
 
UNSUPPORTED_SETTING_FORMAT - Static variable in class com.nexaweb.server.util.ConfigurationException
 
UiContentHandler - class com.nexaweb.client.tags.UiContentHandler.
UiContentHandler listens to changes on the UI Document and manages the XML tag to tag-handler mapping.
UiContentHandler(DocumentRegistry, McoContainer, ClientSessionImpl) - Constructor for class com.nexaweb.client.tags.UiContentHandler
For internal use only.
UiUpdateQueue - class com.nexaweb.client.UiUpdateQueue.
The UiUpdateQueue should be used by user threads that need to make changes to the UI, either directly or by changing the UI Document.
UnsupportedDocumentFormatException - exception com.nexaweb.printing.UnsupportedDocumentFormatException.
Thrown when attempting to creating a document with an unsupported format
UnsupportedDocumentFormatException(String) - Constructor for class com.nexaweb.printing.UnsupportedDocumentFormatException
 
UnsupportedDocumentFormatException(String, String) - Constructor for class com.nexaweb.printing.UnsupportedDocumentFormatException
 
UrlUtils - class com.nexaweb.util.UrlUtils.
This class provides a set of utility methods for working with URLs.
UrlUtils() - Constructor for class com.nexaweb.util.UrlUtils
 
UserMessageDropEvent - interface com.nexaweb.server.session.queues.UserMessageDropEvent.
UserMessageDropEvent contains information about User Messages that are dropped from the queue of messages send by user code.
unload() - Method in class com.nexaweb.client.UiUpdateQueue
Overrides AbstractMco unload.
unload() - Method in class com.nexaweb.client.mco.AbstractMco
Called directly before the MCO is removed from the McoContainer.
unload() - Method in class com.nexaweb.client.tags.CompositeComponentBridge
Performs cleanup.
unload() - Method in class com.nexaweb.client.tags.CompositeTagBridge
Performs cleanup.
unload() - Method in class com.nexaweb.client.tags.ContainerBridge
 
unload() - Method in class com.nexaweb.client.tags.LayoutBridge
 
unload() - Method in class com.nexaweb.client.tags.StylesheetAwareTagImpl
Overridden to remove ourselves as a stylesheet listener.
unloadStyleSheet(String) - Method in interface com.nexaweb.client.displayservice.DisplayService
Unloads a stylesheet from the given URL.
unregisterDataset(String) - Method in interface com.nexaweb.xml.DocumentProvider
Deprecated. Use the DocumentRegistry.unregisterDocument(String) method instead.
unregisterDocument(String) - Method in interface com.nexaweb.xml.DocumentRegistry
Unregisters the document with the specified name.
unsubscribe(String) - Method in interface com.nexaweb.client.netservice.NetService
Unsubscribes a topic for all listeners.
unsubscribe(String, MessageListener) - Method in interface com.nexaweb.client.netservice.NetService
Unsubscribes a topic for one listener.
unsubscribe(String, MessageListener) - Method in interface com.nexaweb.server.messaging.MessagingService
Unsubscribes the specified MessageListener from the specified topic.

V

values() - Method in interface com.nexaweb.server.sharedstore.SharedStore
Returns all values contained in the local instance of the SharedStore.

W

WRONG_CHILD_NUMBER - Static variable in class com.nexaweb.client.xml.InvalidXmlException
{0} - expected number of children {1} - actual number of children {2} - toString() of the encountered Element {3} - toString() of the Element's parent

Expected {0} children got {1} instead on:\n{2}\nunder parent:\n{3}

WebServiceBroker - interface com.nexaweb.client.webservices.WebServiceBroker.
WebServiceBroker provides programmatic access to server-side Web Services.
WebServiceBroker - interface com.nexaweb.server.webservices.WebServiceBroker.
The WebServiceBroker provides access to web services.
WebServiceException - exception com.nexaweb.webservices.WebServiceException.
WebServiceException is thrown to indicate problems accessing or creating a web service.
WebServiceException(String, String[], Locale) - Constructor for class com.nexaweb.webservices.WebServiceException
 
WebServiceException(String) - Constructor for class com.nexaweb.webservices.WebServiceException
 
WebServiceException(String, String) - Constructor for class com.nexaweb.webservices.WebServiceException
 
WebServiceException(String, Throwable) - Constructor for class com.nexaweb.webservices.WebServiceException
 
WebServiceException(String, String[]) - Constructor for class com.nexaweb.webservices.WebServiceException
 
WebServiceException(String, String, Throwable) - Constructor for class com.nexaweb.webservices.WebServiceException
 
WebServiceException(String, String[], Throwable) - Constructor for class com.nexaweb.webservices.WebServiceException
 
writeBackAttribute(String, String) - Method in class com.nexaweb.client.tags.AbstractTagImpl
This method can be used to write values back into the document.
writeBackRemoveAttribute(String) - Method in class com.nexaweb.client.tags.AbstractTagImpl
This method can be used to remove values the document.
writeBackTextNode(int, String) - Method in class com.nexaweb.client.tags.AbstractTagImpl
 

X

XINCLUDE_NAMESPACE - Static variable in interface com.nexaweb.xml.NamespaceConstants
 
XINCLUDE_RESOLUTION_FAILURE - Static variable in class com.nexaweb.client.ExceptionContext
 
XPath - interface com.nexaweb.xml.xpath.XPath.
XPath provides a mechanism for evaluating XPath 1.0 queries (expressions).
XPathException - exception com.nexaweb.xml.xpath.XPathException.
Class XPathException
XPathException(String) - Constructor for class com.nexaweb.xml.xpath.XPathException
 
XPathException(String, String) - Constructor for class com.nexaweb.xml.xpath.XPathException
 
XPathException(String, String[]) - Constructor for class com.nexaweb.xml.xpath.XPathException
 
XPathException(String, Throwable) - Constructor for class com.nexaweb.xml.xpath.XPathException
 
XPathFactory - class com.nexaweb.xml.xpath.XPathFactory.
XPathFactory provides instances of XPath objects.
XPathFactory() - Constructor for class com.nexaweb.xml.xpath.XPathFactory
 
XPathService - interface com.nexaweb.client.xpathservice.XPathService.
A service that provides the ability to make declaritive XPath calls in XML using standard object execution syntax.
XUPDATE_NAMESPACE - Static variable in interface com.nexaweb.xml.NamespaceConstants
 
XmlSerializable - interface com.nexaweb.util.XmlSerializable.
Classes implementing this interface may have their instances serialized in XML form.
XmlUtils - class com.nexaweb.util.XmlUtils.
This class contains useful helper methods for working with XML.
XmlUtils() - Constructor for class com.nexaweb.util.XmlUtils
 

_

_cacheCleanupPeriod - Variable in class com.nexaweb.session.SessionConfig
 
_isPollingEnabledAtStartup - Variable in class com.nexaweb.session.SessionConfig
 
_isPushConnectionEnabledAtStartup - Variable in class com.nexaweb.session.SessionConfig
 
_isReliableMessagingEnabled - Variable in class com.nexaweb.session.SessionConfig
 
_isServerUiDomEnabled - Variable in class com.nexaweb.session.SessionConfig
 
_messageTTL - Variable in class com.nexaweb.session.SessionConfig
 
_pollingInterval - Variable in class com.nexaweb.session.SessionConfig
 
_styleFlags - Variable in class com.nexaweb.client.tags.StylesheetAwareTagImpl
For internal use only.

A B C D E F G H I J K L M N O P Q R S T U V W X _

Copyright © 2005 Nexaweb Technologies, Inc. All Rights Reserved.