NextApp Echo3
v3.0.b4
A B C D E F G H I J L M N P R S T U V W X

A

AbstractButtonPeer - Class in nextapp.echo.webcontainer.sync.component
Base synchronization peer for AbstractButtons.
AbstractButtonPeer() - Constructor for class nextapp.echo.webcontainer.sync.component.AbstractButtonPeer
Default constructor.
AbstractCommandSynchronizePeer - Class in nextapp.echo.webcontainer
Default abstract implementation of CommandSynchronizePeer.
AbstractCommandSynchronizePeer() - Constructor for class nextapp.echo.webcontainer.AbstractCommandSynchronizePeer
 
AbstractCommandSynchronizePeer.IndexedPropertyPeer - Interface in nextapp.echo.webcontainer
A peer for rendering an indexed property of a Command.
AbstractCommandSynchronizePeer.PropertyPeer - Interface in nextapp.echo.webcontainer
A peer for rendering a non-indexed property of a Command.
AbstractComponentSynchronizePeer - Class in nextapp.echo.webcontainer
Default abstract implementation of ComponentSynchronizePeer.
AbstractComponentSynchronizePeer() - Constructor for class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
Default constructor.
AbstractComponentSynchronizePeer.EventPeer - Class in nextapp.echo.webcontainer
Peer for synchronizing events between client and server.
AbstractComponentSynchronizePeer.EventPeer() - Constructor for class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer.EventPeer
Default constructor.
AbstractComponentSynchronizePeer.EventPeer(String, String) - Constructor for class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer.EventPeer
 
AbstractComponentSynchronizePeer.EventPeer(String, String, Class) - Constructor for class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer.EventPeer
 
AbstractListComponentPeer - Class in nextapp.echo.webcontainer.sync.component
Base synchronization peer for AbstractListComponents.
AbstractListComponentPeer() - Constructor for class nextapp.echo.webcontainer.sync.component.AbstractListComponentPeer
Default constructor.
AbstractListComponentPeer.ListDataPeer - Class in nextapp.echo.webcontainer.sync.component
Server-to-client serialization peer for ListData objects.
AbstractListComponentPeer.ListDataPeer() - Constructor for class nextapp.echo.webcontainer.sync.component.AbstractListComponentPeer.ListDataPeer
 
add(String, String, ContentType) - Method in class nextapp.echo.webcontainer.ResourceRegistry
Adds a resource to a package.
add(Service) - Method in class nextapp.echo.webcontainer.ServiceRegistry
Adds a service to the registry.
addCookie(Cookie) - Method in interface nextapp.echo.webcontainer.ContainerContext
Adds a Cookie to the client on the outgoing connection, if one is available.
addDirective(String, String) - Method in class nextapp.echo.webcontainer.ServerMessage
Adds a "message-part" to the document that will be processed by the specified client-side processor object.
addDirective(String, String, String) - Method in class nextapp.echo.webcontainer.ServerMessage
Creates and appends a directive element beneath to a message part.
addEvent(AbstractComponentSynchronizePeer.EventPeer) - Method in class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
Adds an EventPeer to process client-side events.
addInitScript(Service) - Method in class nextapp.echo.webcontainer.WebContainerServlet
Adds a JavaScript service to be loaded at initialization.
addInitStyleSheet(Service) - Method in class nextapp.echo.webcontainer.WebContainerServlet
Adds a CSS style sheet to be loaded at initialization.
addLibrary(String) - Method in class nextapp.echo.webcontainer.ServerMessage
Adds a JavaScript library service to be dynamically loaded.
addOutputProperty(String) - Method in class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
Adds a non-indexed output property.
addOutputProperty(String, boolean) - Method in class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
Adds an output property.
addPackage(String, String) - Method in class nextapp.echo.webcontainer.ResourceRegistry
Registers a new resource package.
addPartGroup(String) - Method in class nextapp.echo.webcontainer.ServerMessage
Adds a "group" to the document.
addProperty(String, AbstractCommandSynchronizePeer.PropertyPeer) - Method in class nextapp.echo.webcontainer.AbstractCommandSynchronizePeer
Adds a non-indexed property that will be rendered using a PropertyPeer.
addProperty(String, AbstractCommandSynchronizePeer.IndexedPropertyPeer) - Method in class nextapp.echo.webcontainer.AbstractCommandSynchronizePeer
Adds an indexed property that will be rendered using an IndexedPropertyPeer.
addProperty(String, boolean) - Method in class nextapp.echo.webcontainer.AbstractCommandSynchronizePeer
Adds a property.
addRequiredComponentClass(Class) - Method in class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
Adds a required component class that must also be initialized before this component can be rendered.
addStartupScript(Service) - Method in class nextapp.echo.webcontainer.WebContainerServlet
Deprecated. will be removed
ArrayIterator - Class in nextapp.echo.webcontainer.util
An Iterator to iterate over the elements of an array.
ArrayIterator(Object[]) - Constructor for class nextapp.echo.webcontainer.util.ArrayIterator
Creates a new ArrayIterator.
AsyncMonitorService - Class in nextapp.echo.webcontainer.service
Abstract base service for handling server poll requests to determine if any asynchronous operations affecting a UserInstance have been performed since the last server interaction, such that the client might resynchronize with the server.
AVERAGE_FILTER - Static variable in class nextapp.echo.webcontainer.util.PngEncoder
AverageFilter singleton.

B

BootService - Class in nextapp.echo.webcontainer.service
Static instances of the 'core' Web Render Engine Services.
BROWSER_CHROME - Static variable in class nextapp.echo.webcontainer.ClientProperties
Flag indicating that the browser is a derivative of the Google Chrome platform.
BROWSER_INTERNET_EXPLORER - Static variable in class nextapp.echo.webcontainer.ClientProperties
Flag indicating that the browser is a derivative of the Microsoft Internet Explorer browser platform.
BROWSER_KONQUEROR - Static variable in class nextapp.echo.webcontainer.ClientProperties
Flag indicating that the browser is a derivative of the KDE Konqueror browser platform.
BROWSER_MOZILLA - Static variable in class nextapp.echo.webcontainer.ClientProperties
Flag indicating that the browser is a derivative of the Mozilla 1.0-1.8+ browser platform.
BROWSER_MOZILLA_FIREFOX - Static variable in class nextapp.echo.webcontainer.ClientProperties
Flag indicating that the browser is a derivative of the Mozilla Firefox 1.0+ browser platform.
BROWSER_OPERA - Static variable in class nextapp.echo.webcontainer.ClientProperties
Flag indicating that the browser is a derivative of the Opera browser platform.
BROWSER_SAFARI - Static variable in class nextapp.echo.webcontainer.ClientProperties
Flag indicating that the browser is a derivative of the Apple Safari browser platform.
BROWSER_VERSION_MAJOR - Static variable in class nextapp.echo.webcontainer.ClientProperties
The major version number of the browser.
BROWSER_VERSION_MINOR - Static variable in class nextapp.echo.webcontainer.ClientProperties
The minor version number of the browser.
BrowserOpenWindowCommand - Class in nextapp.echo.webcontainer.command
A Web Application Container-specific Command to open a new browser window displaying a specific URI.
BrowserOpenWindowCommand(String, String) - Constructor for class nextapp.echo.webcontainer.command.BrowserOpenWindowCommand
Creates a new BrowserOpenWindowCommand.
BrowserOpenWindowCommand(String, String, Extent, Extent, int) - Constructor for class nextapp.echo.webcontainer.command.BrowserOpenWindowCommand
Creates a new BrowserOpenWindowCommand.
BrowserOpenWindowCommandPeer - Class in nextapp.echo.webcontainer.sync.command
Synchronization peer for BrowserOpenWindowCommand.
BrowserOpenWindowCommandPeer() - Constructor for class nextapp.echo.webcontainer.sync.command.BrowserOpenWindowCommandPeer
Default constructor.
BrowserRedirectCommand - Class in nextapp.echo.webcontainer.command
A Web Application Container-specific Command to redirect the current browser window to a new URI.
BrowserRedirectCommand(String) - Constructor for class nextapp.echo.webcontainer.command.BrowserRedirectCommand
Creates a new BrowserRedirectCommand.
BrowserRedirectCommandPeer - Class in nextapp.echo.webcontainer.sync.command
Synchronization peer for BrowserRedirectCommand.
BrowserRedirectCommandPeer() - Constructor for class nextapp.echo.webcontainer.sync.command.BrowserRedirectCommandPeer
Default constructor.
BUTTON_SERVICE - Static variable in class nextapp.echo.webcontainer.sync.component.AbstractButtonPeer
The associated client-side JavaScript module Service.
ButtonPeer - Class in nextapp.echo.webcontainer.sync.component
Synchronization peer for Buttons.
ButtonPeer() - Constructor for class nextapp.echo.webcontainer.sync.component.ButtonPeer
 

C

CheckBoxPeer - Class in nextapp.echo.webcontainer.sync.component
Synchronization peer for CheckBoxs.
CheckBoxPeer() - Constructor for class nextapp.echo.webcontainer.sync.component.CheckBoxPeer
 
clearRenderStates() - Method in class nextapp.echo.webcontainer.UserInstance
Clears all RenderState information.
ClientConfiguration - Class in nextapp.echo.webcontainer
Application-specific client configuration settings.
ClientConfiguration() - Constructor for class nextapp.echo.webcontainer.ClientConfiguration
 
ClientMessage - Class in nextapp.echo.webcontainer
The incoming XML message which synchronizes the state of the server to that of the client.
ClientMessage(Document) - Constructor for class nextapp.echo.webcontainer.ClientMessage
Creates a new ClientMessage.
ClientMessage.Processor - Interface in nextapp.echo.webcontainer
Interface for Processors which may be associated with a specific type of <dir> (directive) element in the XML message.
ClientProperties - Class in nextapp.echo.webcontainer
A description of the client browser environment.
ClientProperties() - Constructor for class nextapp.echo.webcontainer.ClientProperties
Creates a new ClientProperties object.
ClientPropertiesInputProcessor - Class in nextapp.echo.webcontainer
ClientMessage.Processor which generates a ClientProperties and assigns it to the relevant UserInstance.
ClientPropertiesInputProcessor() - Constructor for class nextapp.echo.webcontainer.ClientPropertiesInputProcessor
 
ColumnPeer - Class in nextapp.echo.webcontainer.sync.component
Synchronization peer for Columns.
ColumnPeer() - Constructor for class nextapp.echo.webcontainer.sync.component.ColumnPeer
 
CommandSynchronizePeer - Interface in nextapp.echo.webcontainer
A stateless peer object used to render the given type of nextapp.echo.app.Command to the client.
ComponentFocusInputProcessor - Class in nextapp.echo.webcontainer
ClientMessage.Processor which stores the client focus state in the server-side application.
ComponentFocusInputProcessor() - Constructor for class nextapp.echo.webcontainer.ComponentFocusInputProcessor
 
ComponentInputProcessor - Class in nextapp.echo.webcontainer
ClientMessage.Processor which de-serializes changed properties and fired events generated by the client-side component hierarchy and passes them to appropriate ComponentSynchronizePeers for processing.
ComponentInputProcessor() - Constructor for class nextapp.echo.webcontainer.ComponentInputProcessor
 
ComponentPeer - Class in nextapp.echo.webcontainer.sync.component
Synchronization peer for Components.
ComponentPeer() - Constructor for class nextapp.echo.webcontainer.sync.component.ComponentPeer
 
ComponentSynchronizePeer - Interface in nextapp.echo.webcontainer
Peer for synchronizing the state of server-side Component objects with their equivalent client-side instances.
CompositePeer - Class in nextapp.echo.webcontainer.sync.component
Synchronization peer for Composites.
CompositePeer() - Constructor for class nextapp.echo.webcontainer.sync.component.CompositePeer
 
compress(String) - Static method in class nextapp.echo.webcontainer.util.GZipCompressor
Compresses a String.
compress(String) - Static method in class nextapp.echo.webcontainer.util.JavaScriptCompressor
Compresses a String containing JavaScript by removing comments and whitespace.
Connection - Class in nextapp.echo.webcontainer
A representation of a connection to the server by the client, encapsulating the servlet request and response objects, and providing access to the relevant application instance.
ContainerContext - Interface in nextapp.echo.webcontainer
Contextual information about the application container provided to an application instance.
ContentPanePeer - Class in nextapp.echo.webcontainer.sync.component
Synchronization peer for ContentPanes.
ContentPanePeer() - Constructor for class nextapp.echo.webcontainer.sync.component.ContentPanePeer
 
ContentType - Class in nextapp.echo.webcontainer
A representation of a content-type.
ContentType(String, boolean) - Constructor for class nextapp.echo.webcontainer.ContentType
Creates a new content type.
CONTEXT_PROPERTY_NAME - Static variable in interface nextapp.echo.webcontainer.ContainerContext
Property name by which a ContainerContext may be retrieved from an ApplicationInstance's context properties.
createUri(UserInstance, String) - Method in class nextapp.echo.webcontainer.service.ImageService
Creates a URI to retrieve a specific image for a specific component from the server.

D

DEBUG_PRINT_MESSAGES_TO_CONSOLE - Static variable in class nextapp.echo.webcontainer.WebContainerServlet
Flag indicating whether client/server messages should be dumped to console.
DISABLE_CACHING - Static variable in class nextapp.echo.webcontainer.WebContainerServlet
A flag indicating whether caching should be disabled for all services.
DO_NOT_CACHE - Static variable in interface nextapp.echo.webcontainer.Service
A value returned by getVersion() to indicate that a service should not be cached.
doGet(HttpServletRequest, HttpServletResponse) - Method in class nextapp.echo.webcontainer.WebContainerServlet
Handles a GET request.
doPost(HttpServletRequest, HttpServletResponse) - Method in class nextapp.echo.webcontainer.WebContainerServlet
Handles a POST request.

E

ENABLE_CLIENT_DEBUG_CONSOLE - Static variable in class nextapp.echo.webcontainer.WebContainerServlet
Flag indicating whether client-side debug console should be enabled.
encode(OutputStream) - Method in class nextapp.echo.webcontainer.util.PngEncoder
Encodes the image.
ENGINE_GECKO - Static variable in class nextapp.echo.webcontainer.ClientProperties
Flag indicating the layout engine is Mozilla Gecko.
ENGINE_KHTML - Static variable in class nextapp.echo.webcontainer.ClientProperties
Flag indicating the layout engine is KHTML (from Konqueror).
ENGINE_MSHTML - Static variable in class nextapp.echo.webcontainer.ClientProperties
Flag indicating the layout engine is MSHTML / Trident.
ENGINE_PRESTO - Static variable in class nextapp.echo.webcontainer.ClientProperties
Flag indicating the layout engine is Presto (Opera).
ENGINE_VERSION_MAJOR - Static variable in class nextapp.echo.webcontainer.ClientProperties
The major version number of the layout engine.
ENGINE_VERSION_MINOR - Static variable in class nextapp.echo.webcontainer.ClientProperties
The minor version number of the layout engine.
ENGINE_WEBKIT - Static variable in class nextapp.echo.webcontainer.ClientProperties
Flag indicating the layout engine is WebKit.
equals(Object) - Method in class nextapp.echo.webcontainer.ContentType
 

F

filter(byte[], byte[], byte[], int) - Method in interface nextapp.echo.webcontainer.util.PngEncoder.Filter
Filters the data in a given row of the image.
FLAG_LOCATION - Static variable in class nextapp.echo.webcontainer.command.BrowserOpenWindowCommand
Flag to enable the browser's location input field.
FLAG_MENUBAR - Static variable in class nextapp.echo.webcontainer.command.BrowserOpenWindowCommand
Flag to enable the browser's menu bar.
FLAG_REPLACE - Static variable in class nextapp.echo.webcontainer.command.BrowserOpenWindowCommand
Flag to replace entry in browser's navigation history with new window content.
FLAG_RESIZABLE - Static variable in class nextapp.echo.webcontainer.command.BrowserOpenWindowCommand
Flag to recommend that the browser allow resizing of the window.
FLAG_STATUS - Static variable in class nextapp.echo.webcontainer.command.BrowserOpenWindowCommand
Flag to enable the browser's status field.
FLAG_TOOLBAR - Static variable in class nextapp.echo.webcontainer.command.BrowserOpenWindowCommand
Flag to enable the browser's tool bar.
forResource(String, String) - Static method in class nextapp.echo.webcontainer.service.JavaScriptService
Creates a new JavaScript service from the specified resource in the CLASSPATH.
forResource(String, String, String) - Static method in class nextapp.echo.webcontainer.service.StaticBinaryService
Creates a new StaticBinaryService based on the data in the specified CLASSPATH resource.
forResource(String, String, String) - Static method in class nextapp.echo.webcontainer.service.StaticTextService
Creates a new StaticTextService based on the content in the specified CLASSPATH resource.
forResources(String, String[]) - Static method in class nextapp.echo.webcontainer.service.JavaScriptService
 

G

get(String) - Method in class nextapp.echo.webcontainer.ClientProperties
Returns the value of the specified property as an Object.
get(String) - Method in class nextapp.echo.webcontainer.ServiceRegistry
Returns the service with the specified Id.
getActiveConnection() - Static method in class nextapp.echo.webcontainer.WebContainerServlet
Returns a reference to the Connection that is relevant to the current thread, or null if no connection is relevant.
getApplicationInstance() - Method in class nextapp.echo.webcontainer.UserInstance
Returns the corresponding ApplicationInstance for this user instance.
getBoolean(String) - Method in class nextapp.echo.webcontainer.ClientProperties
Returns a boolean property.
getCallbackInterval() - Method in class nextapp.echo.webcontainer.UserInstance
Determines the application-specified asynchronous monitoring service callback interval.
getCause() - Method in exception nextapp.echo.webcontainer.SynchronizationException
 
getCause() - Method in exception nextapp.echo.webcontainer.WebContainerServletException
Returns the wrapped exception that caused this exception to be thrown, if applicable.
getCharacterEncoding() - Method in class nextapp.echo.webcontainer.UserInstance
Returns the default character encoding in which responses should be rendered.
getClientCommandType() - Method in class nextapp.echo.webcontainer.AbstractCommandSynchronizePeer
 
getClientCommandType() - Method in interface nextapp.echo.webcontainer.CommandSynchronizePeer
Returns the remote client component name.
getClientComponentType(boolean) - Method in interface nextapp.echo.webcontainer.ComponentSynchronizePeer
Returns the remote client component type name.
getClientComponentType(boolean) - Method in class nextapp.echo.webcontainer.sync.component.AbstractButtonPeer
 
getClientComponentType(boolean) - Method in class nextapp.echo.webcontainer.sync.component.AbstractListComponentPeer
 
getClientComponentType(boolean) - Method in class nextapp.echo.webcontainer.sync.component.ButtonPeer
 
getClientComponentType(boolean) - Method in class nextapp.echo.webcontainer.sync.component.CheckBoxPeer
 
getClientComponentType(boolean) - Method in class nextapp.echo.webcontainer.sync.component.ColumnPeer
 
getClientComponentType(boolean) - Method in class nextapp.echo.webcontainer.sync.component.ComponentPeer
 
getClientComponentType(boolean) - Method in class nextapp.echo.webcontainer.sync.component.CompositePeer
 
getClientComponentType(boolean) - Method in class nextapp.echo.webcontainer.sync.component.ContentPanePeer
 
getClientComponentType(boolean) - Method in class nextapp.echo.webcontainer.sync.component.GridPeer
 
getClientComponentType(boolean) - Method in class nextapp.echo.webcontainer.sync.component.LabelPeer
 
getClientComponentType(boolean) - Method in class nextapp.echo.webcontainer.sync.component.ListBoxPeer
 
getClientComponentType(boolean) - Method in class nextapp.echo.webcontainer.sync.component.PanelPeer
 
getClientComponentType(boolean) - Method in class nextapp.echo.webcontainer.sync.component.PasswordFieldPeer
 
getClientComponentType(boolean) - Method in class nextapp.echo.webcontainer.sync.component.RadioButtonPeer
 
getClientComponentType(boolean) - Method in class nextapp.echo.webcontainer.sync.component.RowPeer
 
getClientComponentType(boolean) - Method in class nextapp.echo.webcontainer.sync.component.SelectFieldPeer
 
getClientComponentType(boolean) - Method in class nextapp.echo.webcontainer.sync.component.SplitPanePeer
 
getClientComponentType(boolean) - Method in class nextapp.echo.webcontainer.sync.component.TablePeer
 
getClientComponentType(boolean) - Method in class nextapp.echo.webcontainer.sync.component.TextAreaPeer
 
getClientComponentType(boolean) - Method in class nextapp.echo.webcontainer.sync.component.TextComponentPeer
 
getClientComponentType(boolean) - Method in class nextapp.echo.webcontainer.sync.component.TextFieldPeer
 
getClientComponentType(boolean) - Method in class nextapp.echo.webcontainer.sync.component.ToggleButtonPeer
 
getClientComponentType(boolean) - Method in class nextapp.echo.webcontainer.sync.component.WindowPanePeer
 
getClientComponentType(boolean) - Method in class nextapp.echo.webcontainer.sync.component.WindowPeer
 
getClientConfiguration() - Method in class nextapp.echo.webcontainer.UserInstance
The ServerDelayMessage displayed during client/server-interactions.
getClientProperties() - Method in interface nextapp.echo.webcontainer.ContainerContext
Returns the ClientProperties describing the user's client web browser environment.
getClientProperties() - Method in class nextapp.echo.webcontainer.UserInstance
Retrieves the ClientProperties object providing information about the client of this instance.
getClientRenderId(Component) - Method in class nextapp.echo.webcontainer.UserInstance
Returns the client-side render id that should be used when rendering the specified Component.
getCommandClass() - Method in interface nextapp.echo.webcontainer.CommandSynchronizePeer
Returns the Class of Command supported by this peer.
getCommandClass() - Method in class nextapp.echo.webcontainer.sync.command.BrowserOpenWindowCommandPeer
 
getCommandClass() - Method in class nextapp.echo.webcontainer.sync.command.BrowserRedirectCommandPeer
 
getComponentByClientRenderId(String) - Method in class nextapp.echo.webcontainer.UserInstance
Retrieves the Component with the specified client-side render id.
getComponentClass() - Method in class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
Returns the (most basic) supported component class.
getComponentClass() - Method in interface nextapp.echo.webcontainer.ComponentSynchronizePeer
Returns the Class of Component supported by this peer.
getComponentClass() - Method in class nextapp.echo.webcontainer.sync.component.AbstractButtonPeer
 
getComponentClass() - Method in class nextapp.echo.webcontainer.sync.component.AbstractListComponentPeer
 
getComponentClass() - Method in class nextapp.echo.webcontainer.sync.component.ButtonPeer
 
getComponentClass() - Method in class nextapp.echo.webcontainer.sync.component.CheckBoxPeer
 
getComponentClass() - Method in class nextapp.echo.webcontainer.sync.component.ColumnPeer
 
getComponentClass() - Method in class nextapp.echo.webcontainer.sync.component.ComponentPeer
 
getComponentClass() - Method in class nextapp.echo.webcontainer.sync.component.CompositePeer
 
getComponentClass() - Method in class nextapp.echo.webcontainer.sync.component.ContentPanePeer
 
getComponentClass() - Method in class nextapp.echo.webcontainer.sync.component.GridPeer
 
getComponentClass() - Method in class nextapp.echo.webcontainer.sync.component.LabelPeer
 
getComponentClass() - Method in class nextapp.echo.webcontainer.sync.component.ListBoxPeer
 
getComponentClass() - Method in class nextapp.echo.webcontainer.sync.component.PanelPeer
 
getComponentClass() - Method in class nextapp.echo.webcontainer.sync.component.PasswordFieldPeer
 
getComponentClass() - Method in class nextapp.echo.webcontainer.sync.component.RadioButtonPeer
 
getComponentClass() - Method in class nextapp.echo.webcontainer.sync.component.RowPeer
 
getComponentClass() - Method in class nextapp.echo.webcontainer.sync.component.SelectFieldPeer
 
getComponentClass() - Method in class nextapp.echo.webcontainer.sync.component.SplitPanePeer
 
getComponentClass() - Method in class nextapp.echo.webcontainer.sync.component.TablePeer
 
getComponentClass() - Method in class nextapp.echo.webcontainer.sync.component.TextAreaPeer
 
getComponentClass() - Method in class nextapp.echo.webcontainer.sync.component.TextComponentPeer
 
getComponentClass() - Method in class nextapp.echo.webcontainer.sync.component.TextFieldPeer
 
getComponentClass() - Method in class nextapp.echo.webcontainer.sync.component.ToggleButtonPeer
 
getComponentClass() - Method in class nextapp.echo.webcontainer.sync.component.WindowPanePeer
 
getComponentClass() - Method in class nextapp.echo.webcontainer.sync.component.WindowPeer
 
getContentType(String, String) - Method in class nextapp.echo.webcontainer.ResourceRegistry
Determines the content type of a resource.
getCookies() - Method in interface nextapp.echo.webcontainer.ContainerContext
Return any Cookies sent on the current HTTP request.
getCurrentTransactionId() - Method in class nextapp.echo.webcontainer.UserInstance
Returns the current transaction id.
getDocument() - Method in class nextapp.echo.webcontainer.ClientMessage
Returns the XML DOM received from the client.
getDocument() - Method in class nextapp.echo.webcontainer.ServerMessage
Returns the XML DOM.
getEventDataClass() - Method in class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer.EventPeer
Returns the Class type of the event data that will be received from the client (used to determine serialization peer to use for processing)
getEventDataClass(String) - Method in class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
Returns null.
getEventDataClass(String) - Method in interface nextapp.echo.webcontainer.ComponentSynchronizePeer
Returns the Class of the event data that will be provided by the specified event type.
getEventType() - Method in class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer.EventPeer
Returns the client-side event type name.
getEventTypes(Context, Component) - Method in class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
Returns an iterator of Strings containing all event types registered using addEvent().
getEventTypes(Context, Component) - Method in interface nextapp.echo.webcontainer.ComponentSynchronizePeer
Determines the (client-side) types of events which, when fired on the client, can result in immediate server notification.
getFlags() - Method in class nextapp.echo.webcontainer.command.BrowserOpenWindowCommand
Returns the configuration flags, zero or more of the following values ORed together: FLAG_REPLACE FLAG_MENUBAR FLAG_TOOLBAR FLAG_LOCATION FLAG_STATUS FLAG_RESIZABLE
getHeight() - Method in class nextapp.echo.webcontainer.command.BrowserOpenWindowCommand
Returns the height of the window to be opened.
getId() - Method in class nextapp.echo.webcontainer.service.AsyncMonitorService
 
getId() - Method in interface nextapp.echo.webcontainer.Service
Returns the unique identifier of this service.
getId() - Method in class nextapp.echo.webcontainer.service.ImageService
 
getId() - Method in class nextapp.echo.webcontainer.service.JavaScriptService
 
getId() - Method in class nextapp.echo.webcontainer.service.NewInstanceService
 
getId() - Method in class nextapp.echo.webcontainer.service.ResourceService
 
getId() - Method in class nextapp.echo.webcontainer.service.SessionExpiredService
 
getId() - Method in class nextapp.echo.webcontainer.service.StaticBinaryService
 
getId() - Method in class nextapp.echo.webcontainer.service.StaticTextService
 
getId() - Method in class nextapp.echo.webcontainer.service.SynchronizeService
 
getId() - Method in class nextapp.echo.webcontainer.service.WindowHtmlService
 
getIdTable() - Method in class nextapp.echo.webcontainer.UserInstance
Retrieves the IdTable used by this ContainerInstance to assign weakly-referenced unique identifiers to arbitrary objects.
getImage(UserInstance, String) - Method in class nextapp.echo.webcontainer.service.ImageService
Gets the image with the specified id.
getImageUrl(Context, ImageReference) - Method in class nextapp.echo.webcontainer.sync.property.HttpImageReferencePeer
 
getImageUrl(Context, ImageReference) - Method in class nextapp.echo.webcontainer.sync.property.ServedImageReferencePeer
 
getInitialRequestParameterMap() - Method in interface nextapp.echo.webcontainer.ContainerContext
Returns an immutable Map containing the HTTP request parameters sent on the initial request to the application.
getInitialRequestParameterMap() - Method in class nextapp.echo.webcontainer.UserInstance
Returns an immutable Map containing the HTTP form parameters sent on the initial request to the application.
getInitScripts() - Method in class nextapp.echo.webcontainer.WebContainerServlet
Returns an iterator over initialization script services.
getInitStyleSheets() - Method in class nextapp.echo.webcontainer.WebContainerServlet
Returns an iterator over initialization script services.
getInputPropertyClass(String) - Method in class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
Returns null.
getInputPropertyClass(String) - Method in interface nextapp.echo.webcontainer.ComponentSynchronizePeer
Returns the Class of the specified input property of the component.
getInputPropertyClass(String) - Method in class nextapp.echo.webcontainer.sync.component.AbstractListComponentPeer
 
getInputPropertyClass(String) - Method in class nextapp.echo.webcontainer.sync.component.SplitPanePeer
 
getInputPropertyClass(String) - Method in class nextapp.echo.webcontainer.sync.component.TablePeer
 
getInputPropertyClass(String) - Method in class nextapp.echo.webcontainer.sync.component.TextComponentPeer
 
getInputPropertyClass(String) - Method in class nextapp.echo.webcontainer.sync.component.ToggleButtonPeer
 
getInputPropertyClass(String) - Method in class nextapp.echo.webcontainer.sync.component.WindowPanePeer
 
getInt(String, int) - Method in class nextapp.echo.webcontainer.ClientProperties
Returns a int property.
getListenerPropertyName() - Method in class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer.EventPeer
Returns the name of the event property in the Component, i.e., the property name of the PropertyChangeEvent fired when listeners are added/removed.
getLocation(String, String) - Method in class nextapp.echo.webcontainer.ResourceRegistry
Determines the location of a resource.
getMimeType() - Method in class nextapp.echo.webcontainer.ContentType
Returns the MIME type.
getMultipartRequestWrapper() - Static method in class nextapp.echo.webcontainer.WebContainerServlet
Returns the multipart/form-data encoded HTTP request handler.
getName() - Method in class nextapp.echo.webcontainer.command.BrowserOpenWindowCommand
Returns the window name.
getNextTransactionId() - Method in class nextapp.echo.webcontainer.UserInstance
Increments the current transaction id and returns it.
getObject(String) - Method in class nextapp.echo.webcontainer.util.IdTable
Retrieves the object associated with the specified identifier.
getOutputProperty(Context, Component, String, int) - Method in class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
Returns any property from the local style of the Component.
getOutputProperty(Context, Component, String, int) - Method in interface nextapp.echo.webcontainer.ComponentSynchronizePeer
Returns the value of a specific output property.
getOutputProperty(Context, Component, String, int) - Method in class nextapp.echo.webcontainer.sync.component.AbstractListComponentPeer
 
getOutputProperty(Context, Component, String, int) - Method in class nextapp.echo.webcontainer.sync.component.RadioButtonPeer
 
getOutputProperty(Context, Component, String, int) - Method in class nextapp.echo.webcontainer.sync.component.TablePeer
 
getOutputProperty(Context, Component, String, int) - Method in class nextapp.echo.webcontainer.sync.component.TextComponentPeer
 
getOutputProperty(Context, Component, String, int) - Method in class nextapp.echo.webcontainer.sync.component.ToggleButtonPeer
 
getOutputProperty(Context, Component, String, int) - Method in class nextapp.echo.webcontainer.sync.component.WindowPanePeer
 
getOutputPropertyIndices(Context, Component, String) - Method in class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
Returns the indices of any indexed property from the local style of the Component.
getOutputPropertyIndices(Context, Component, String) - Method in interface nextapp.echo.webcontainer.ComponentSynchronizePeer
Determines which indices of a particular property are set.
getOutputPropertyIndices(Context, Component, String) - Method in class nextapp.echo.webcontainer.sync.component.TablePeer
 
getOutputPropertyMethodName(Context, Component, String) - Method in class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
Returns null.
getOutputPropertyMethodName(Context, Component, String) - Method in interface nextapp.echo.webcontainer.ComponentSynchronizePeer
Returns the name of the method that should be invoked to set the property on the remote client.
getOutputPropertyMethodName(Context, Component, String) - Method in class nextapp.echo.webcontainer.sync.component.AbstractListComponentPeer
 
getOutputPropertyNames(Context, Component) - Method in class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
Returns the names of all properties currently set in the component's local Style, in addition to any properties added by invoking addOutputProperty().
getOutputPropertyNames(Context, Component) - Method in interface nextapp.echo.webcontainer.ComponentSynchronizePeer
Returns an Iterator over the collection of names of all output properties that should be rendered to the remote client.
getOutputStream() - Method in class nextapp.echo.webcontainer.Connection
Returns the OutputStream object that may be used to generate a response.
getPartGroup(String) - Method in class nextapp.echo.webcontainer.ServerMessage
Retrieves the "message-part-group" element pertaining to a specific group.
getPeerForCommand(Class) - Static method in class nextapp.echo.webcontainer.SynchronizePeerFactory
Retrieves the appropriate CommandSynchronizePeer for a given Command class.
getPeerForComponent(Class) - Static method in class nextapp.echo.webcontainer.SynchronizePeerFactory
Retrieves the appropriate ComponentSynchronizePeer for a given Component class.
getPeerForComponent(Class, boolean) - Static method in class nextapp.echo.webcontainer.SynchronizePeerFactory
Retrieves the appropriate ComponentSynchronizePeer for a given Component class.
getProperty(Context, Command, String, int) - Method in class nextapp.echo.webcontainer.AbstractCommandSynchronizePeer
 
getProperty(Context, Command, int) - Method in interface nextapp.echo.webcontainer.AbstractCommandSynchronizePeer.IndexedPropertyPeer
Returns the property value of a specific index.
getProperty(Context, Command) - Method in interface nextapp.echo.webcontainer.AbstractCommandSynchronizePeer.PropertyPeer
Returns the property value.
getProperty(String) - Method in class nextapp.echo.webcontainer.ClientConfiguration
Returns the value of the specified property.
getProperty(Context, Command, String, int) - Method in interface nextapp.echo.webcontainer.CommandSynchronizePeer
Returns the value of a specific property.
getProperty(String) - Method in class nextapp.echo.webcontainer.Connection
Returns a property from the Connection-persistent property map.
getPropertyIndices(Context, Command, String) - Method in class nextapp.echo.webcontainer.AbstractCommandSynchronizePeer
 
getPropertyIndices(Context, Command) - Method in interface nextapp.echo.webcontainer.AbstractCommandSynchronizePeer.IndexedPropertyPeer
Returns an iterator of Integer objects indicating which indices of the property are currently set.
getPropertyIndices(Context, Command, String) - Method in interface nextapp.echo.webcontainer.CommandSynchronizePeer
Determines which indices of a particular property are set.
getPropertyNames(Context, Command) - Method in class nextapp.echo.webcontainer.AbstractCommandSynchronizePeer
 
getPropertyNames() - Method in class nextapp.echo.webcontainer.ClientConfiguration
Returns the names of all set properties.
getPropertyNames() - Method in class nextapp.echo.webcontainer.ClientProperties
Returns an array of all property names which are set.
getPropertyNames(Context, Command) - Method in interface nextapp.echo.webcontainer.CommandSynchronizePeer
Returns an Iterator over the collection of names of all output properties that should be rendered to the remote client.
getPropertyUpdateNames() - Method in class nextapp.echo.webcontainer.UserInstanceUpdateManager
Retrieves the names of updated properties.
getRenderState(Component) - Method in class nextapp.echo.webcontainer.UserInstance
Retrieves the RenderState of the specified Component.
getRequest() - Method in class nextapp.echo.webcontainer.Connection
Returns the HttpServletRequest wrapped by this Connection.
getResourceAsByteArray(String) - Static method in class nextapp.echo.webcontainer.util.Resource
Retrieves the specified resource as an array of bytes.
getResourceAsString(String) - Static method in class nextapp.echo.webcontainer.util.Resource
Retrieves the specified resource as a String.
getResourceRegistry() - Static method in class nextapp.echo.webcontainer.WebContainerServlet
Retrieves the global ResourceRegistry.
getResponse() - Method in class nextapp.echo.webcontainer.Connection
Returns the HttpServletResponse wrapped by this Connection.
getRootHtmlElementId() - Method in class nextapp.echo.webcontainer.UserInstance
Returns the id of the HTML element that will serve as the Root component.
getServiceRegistry() - Static method in class nextapp.echo.webcontainer.WebContainerServlet
Retrieves the global ServiceRegistry.
getServiceUri(Service) - Method in interface nextapp.echo.webcontainer.ContainerContext
Returns the URI of the specified Service.
getServiceUri(Service) - Method in class nextapp.echo.webcontainer.UserInstance
Determines the URI to invoke the specified Service.
getServiceUri(Service, String[], String[]) - Method in class nextapp.echo.webcontainer.UserInstance
Determines the URI to invoke the specified Service with additional request parameters.
getServlet() - Method in class nextapp.echo.webcontainer.Connection
Returns the WebContainerServlet wrapped by this Connection.
getServletUri() - Method in interface nextapp.echo.webcontainer.ContainerContext
Returns the URI of the Echo servlet.
getServletUri() - Method in class nextapp.echo.webcontainer.UserInstance
Returns the URI of the servlet managing this UserInstance.
getSession() - Method in interface nextapp.echo.webcontainer.ContainerContext
Returns the HttpSession in which the application is being stored.
getSession() - Method in class nextapp.echo.webcontainer.UserInstance
Returns the HttpSession containing this UserInstance.
getString(String) - Method in class nextapp.echo.webcontainer.ClientProperties
Returns a String property.
getTransactionId() - Method in class nextapp.echo.webcontainer.ClientMessage
Returns the transaction identifier, used for determining if the client has the current application state.
getType() - Method in class nextapp.echo.webcontainer.ClientMessage
Returns the request type, if provided, e.g., TYPE_INITIALIZE to indicate the initial synchronization.
getType() - Method in interface nextapp.echo.webcontainer.util.PngEncoder.Filter
Returns the PNG type code for the filter.
getUpdatedOutputPropertyNames(Context, Component, ServerComponentUpdate) - Method in class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
Returns property names that have been updated in the specified ServerComponentUpdate that are either part of the local style or have been added via the addOutputProperty() method.
getUpdatedOutputPropertyNames(Context, Component, ServerComponentUpdate) - Method in interface nextapp.echo.webcontainer.ComponentSynchronizePeer
Returns an Iterator over the collection of names of all output properties that should be rendered to the client to complete the specified update.
getUpdatedOutputPropertyNames(Context, Component, ServerComponentUpdate) - Method in class nextapp.echo.webcontainer.sync.component.AbstractListComponentPeer
 
getUpdatedOutputPropertyNames(Context, Component, ServerComponentUpdate) - Method in class nextapp.echo.webcontainer.sync.component.TablePeer
 
getUpdateManager() - Method in class nextapp.echo.webcontainer.UserInstance
Convenience method to retrieve the application's UpdateManager, which is used to synchronize client and server states.
getUri() - Method in class nextapp.echo.webcontainer.command.BrowserOpenWindowCommand
Returns the target URI.
getUri() - Method in class nextapp.echo.webcontainer.command.BrowserRedirectCommand
Returns the target URI.
getUserInstance() - Method in class nextapp.echo.webcontainer.Connection
Returns the UserInstance associated with this connection.
getUserInstanceUpdateManager() - Method in class nextapp.echo.webcontainer.UserInstance
Returns the UserInstanceUpdateManager providing information about updated UserInstance properties.
getUserPrincipal() - Method in interface nextapp.echo.webcontainer.ContainerContext
Returns the authenticated user Principal.
getVersion() - Method in class nextapp.echo.webcontainer.service.AsyncMonitorService
 
getVersion() - Method in interface nextapp.echo.webcontainer.Service
Returns the version of the service to be retrieved.
getVersion() - Method in class nextapp.echo.webcontainer.service.ImageService
 
getVersion() - Method in class nextapp.echo.webcontainer.service.JavaScriptService
DO_NOT_CACHE is returned for JavaScript to avoid possibility of ever running out-of-date JavaScript in the event an application is updated and redeployed.
getVersion() - Method in class nextapp.echo.webcontainer.service.NewInstanceService
 
getVersion() - Method in class nextapp.echo.webcontainer.service.ResourceService
 
getVersion() - Method in class nextapp.echo.webcontainer.service.SessionExpiredService
 
getVersion() - Method in class nextapp.echo.webcontainer.service.StaticBinaryService
 
getVersion() - Method in class nextapp.echo.webcontainer.service.StaticTextService
 
getVersion() - Method in class nextapp.echo.webcontainer.service.SynchronizeService
 
getVersion() - Method in class nextapp.echo.webcontainer.service.WindowHtmlService
 
getWidth() - Method in class nextapp.echo.webcontainer.command.BrowserOpenWindowCommand
Returns the width of the window to be opened.
getWrappedRequest(HttpServletRequest) - Method in interface nextapp.echo.webcontainer.WebContainerServlet.MultipartRequestWrapper
Returns a replacement HttpServletRequest object that may be used to handle a multipart/form-data encoded HTTP request.
getWriter() - Method in class nextapp.echo.webcontainer.Connection
Returns the PrintWriter object that may be used to generate a response.
GridPeer - Class in nextapp.echo.webcontainer.sync.component
Synchronization peer for Grids.
GridPeer() - Constructor for class nextapp.echo.webcontainer.sync.component.GridPeer
 
GROUP_ID_INIT - Static variable in class nextapp.echo.webcontainer.ServerMessage
Constant for the "init" message part group.
GROUP_ID_UPDATE - Static variable in class nextapp.echo.webcontainer.ServerMessage
Constant for the "update" message part group.
GZipCompressor - Class in nextapp.echo.webcontainer.util
Utility class for GZip compression.
GZipCompressor() - Constructor for class nextapp.echo.webcontainer.util.GZipCompressor
 

H

hasListeners(Context, Component) - Method in class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer.EventPeer
Determines if the Component has any listeners of this type.
hasListeners(Context, Component, String) - Method in class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
 
hasListeners(Context, Component, String) - Method in interface nextapp.echo.webcontainer.ComponentSynchronizePeer
Determines if the specified component has any listeners registered of the specified event type.
hasNext() - Method in class nextapp.echo.webcontainer.util.ArrayIterator
 
hasNext() - Method in class nextapp.echo.webcontainer.util.MultiIterator
 
hasUpdatedListeners(Context, Component, ServerComponentUpdate, String) - Method in class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
 
hasUpdatedListeners(Context, Component, ServerComponentUpdate, String) - Method in interface nextapp.echo.webcontainer.ComponentSynchronizePeer
Determines if any server-side listeners for a specific client-side event type have been added or removed in the specified ServerComponentUpdate.
HttpImageReferencePeer - Class in nextapp.echo.webcontainer.sync.property
ImageReferencePeer for HttpImageReference properties.
HttpImageReferencePeer() - Constructor for class nextapp.echo.webcontainer.sync.property.HttpImageReferencePeer
 

I

IdTable - Class in nextapp.echo.webcontainer.util
A table which provides an identifier-to-object mapping, with the objects being weakly referenced (i.e., the fact that they are held within this table will not prevent them from being garbage collected).
IdTable() - Constructor for class nextapp.echo.webcontainer.util.IdTable
 
IMAGE_GIF - Static variable in class nextapp.echo.webcontainer.ContentType
 
IMAGE_JPEG - Static variable in class nextapp.echo.webcontainer.ContentType
 
IMAGE_PNG - Static variable in class nextapp.echo.webcontainer.ContentType
 
ImageService - Class in nextapp.echo.webcontainer.service
A Service which renders stream image references (including ResourceImageReferences and AwtImageReferences.
ImageService() - Constructor for class nextapp.echo.webcontainer.service.ImageService
 
init(Context) - Method in class nextapp.echo.webcontainer.AbstractCommandSynchronizePeer
 
init(Context, Component) - Method in class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
Invokes the init() methods of peers of required component classes (added via addRequiredComponentClass()).
init(Context) - Method in interface nextapp.echo.webcontainer.CommandSynchronizePeer
Initializes the peer.
init(Context, Component) - Method in interface nextapp.echo.webcontainer.ComponentSynchronizePeer
Initializes the peer.
init(Context) - Method in class nextapp.echo.webcontainer.sync.command.BrowserOpenWindowCommandPeer
 
init(Context) - Method in class nextapp.echo.webcontainer.sync.command.BrowserRedirectCommandPeer
 
init(Context, Component) - Method in class nextapp.echo.webcontainer.sync.component.AbstractButtonPeer
 
init(Context, Component) - Method in class nextapp.echo.webcontainer.sync.component.AbstractListComponentPeer
 
init(Context, Component) - Method in class nextapp.echo.webcontainer.sync.component.CompositePeer
 
init(Context, Component) - Method in class nextapp.echo.webcontainer.sync.component.ContentPanePeer
 
init(Context, Component) - Method in class nextapp.echo.webcontainer.sync.component.GridPeer
 
init(Context, Component) - Method in class nextapp.echo.webcontainer.sync.component.LabelPeer
 
init(Context, Component) - Method in class nextapp.echo.webcontainer.sync.component.SplitPanePeer
 
init(Context, Component) - Method in class nextapp.echo.webcontainer.sync.component.TablePeer
 
init(Context, Component) - Method in class nextapp.echo.webcontainer.sync.component.TextComponentPeer
 
init(Context, Component) - Method in class nextapp.echo.webcontainer.sync.component.ToggleButtonPeer
 
init(Context, Component) - Method in class nextapp.echo.webcontainer.sync.component.WindowPanePeer
 
init(Connection) - Method in class nextapp.echo.webcontainer.UserInstance
Initializes the UserInstance, creating an instance of the target ApplicationInstance.
InputProcessor - Class in nextapp.echo.webcontainer
Parses an XML ClientMessage describing client-side changes to the state of an application that is sent to the remote client as the request of a synchronization HTTP connection.
InputProcessor(SynchronizationState, Connection) - Constructor for class nextapp.echo.webcontainer.InputProcessor
Creates a new InputProcessor.
install(ServiceRegistry) - Static method in class nextapp.echo.webcontainer.service.BootService
Installs the core services in the specified ServiceRegistry.
INSTANCE - Static variable in class nextapp.echo.webcontainer.service.AsyncMonitorService
Singleton instance.
INSTANCE - Static variable in class nextapp.echo.webcontainer.service.ImageService
Singleton instance of this Service.
INSTANCE - Static variable in class nextapp.echo.webcontainer.service.NewInstanceService
Singleton instance.
INSTANCE - Static variable in class nextapp.echo.webcontainer.service.ResourceService
Singleton instance.
INSTANCE - Static variable in class nextapp.echo.webcontainer.service.SessionExpiredService
Singleton instance.
INSTANCE - Static variable in class nextapp.echo.webcontainer.service.SynchronizeService
Singleton instance.
INSTANCE - Static variable in class nextapp.echo.webcontainer.service.WindowHtmlService
Singleton instance.
isBinary() - Method in class nextapp.echo.webcontainer.ContentType
Determines if the content type is used exclusively for binary data, i.e., it does not require any character encoding
isInitialized() - Method in class nextapp.echo.webcontainer.UserInstance
Determines if the UserInstance has been initialized, i.e., whether its init() method has been invoked.
isOutOfSync() - Method in class nextapp.echo.webcontainer.Synchronization
 
isOutOfSync() - Method in interface nextapp.echo.webcontainer.SynchronizationState
Determines if this synchronization has been determined to have come from an out-of-sync client.
isOutputPropertyIndexed(Context, Component, String) - Method in class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
Determines if a local style property or additional property (added via addOutputProperty()) is indexed.
isOutputPropertyIndexed(Context, Component, String) - Method in interface nextapp.echo.webcontainer.ComponentSynchronizePeer
Determines if the specified output property is indexed.
isOutputPropertyReferenced(Context, Component, String) - Method in class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
Returns true for any property set as rendered-by-reference via the setOutputPropertyReferenced() method.
isOutputPropertyReferenced(Context, Component, String) - Method in interface nextapp.echo.webcontainer.ComponentSynchronizePeer
Determines if the specified property should be rendered-by-reference.
isPropertyIndexed(Context, Command, String) - Method in class nextapp.echo.webcontainer.AbstractCommandSynchronizePeer
 
isPropertyIndexed(Context, Command, String) - Method in interface nextapp.echo.webcontainer.CommandSynchronizePeer
Determines if the specified output property is indexed.
isUserInRole(String) - Method in interface nextapp.echo.webcontainer.ContainerContext
Determines if the authenticated user is in the specified logical "role", by querying the inbound servlet request.

J

JavaScriptCompressor - Class in nextapp.echo.webcontainer.util
Compresses a String containing JavaScript by removing comments and whitespace.
JavaScriptService - Class in nextapp.echo.webcontainer.service
A service which renders JavaScript resource files.
JavaScriptService(String, String) - Constructor for class nextapp.echo.webcontainer.service.JavaScriptService
Creates a new JavaScriptService.

L

LabelPeer - Class in nextapp.echo.webcontainer.sync.component
Synchronization peer for Labels.
LabelPeer() - Constructor for class nextapp.echo.webcontainer.sync.component.LabelPeer
 
ListBoxPeer - Class in nextapp.echo.webcontainer.sync.component
ComponentSynchronizePeer implementation for ListBox components.
ListBoxPeer() - Constructor for class nextapp.echo.webcontainer.sync.component.ListBoxPeer
 
LOCALES - Static variable in class nextapp.echo.webcontainer.ClientProperties
The Locale of the client, derived from the language property.

M

MultiIterator - Class in nextapp.echo.webcontainer.util
An Iterator which presents the contents of many iterators as a single iterator.
MultiIterator(Iterator[]) - Constructor for class nextapp.echo.webcontainer.util.MultiIterator
Creates a new MultiIterator.
MULTIPART_FORM_DATA - Static variable in class nextapp.echo.webcontainer.ContentType
 

N

NAVIGATOR_APP_CODE_NAME - Static variable in class nextapp.echo.webcontainer.ClientProperties
The client's navigator.appCodeName property.
NAVIGATOR_APP_NAME - Static variable in class nextapp.echo.webcontainer.ClientProperties
The client's navigator.appName property.
NAVIGATOR_APP_VERSION - Static variable in class nextapp.echo.webcontainer.ClientProperties
The client's navigator.appVersion property.
NAVIGATOR_COOKIE_ENABLED - Static variable in class nextapp.echo.webcontainer.ClientProperties
The client's navigator.cookieEnabled property.
NAVIGATOR_JAVA_ENABLED - Static variable in class nextapp.echo.webcontainer.ClientProperties
The client's navigator.javaEnabled property.
NAVIGATOR_LANGUAGE - Static variable in class nextapp.echo.webcontainer.ClientProperties
The client's navigator.language (or navigator.userLanguage) property.
NAVIGATOR_PLATFORM - Static variable in class nextapp.echo.webcontainer.ClientProperties
The client's navigator.platform property.
NAVIGATOR_USER_AGENT - Static variable in class nextapp.echo.webcontainer.ClientProperties
The client's navigator.userAgent property.
newApplicationInstance() - Method in class nextapp.echo.webcontainer.WebContainerServlet
Creates a new ApplicationInstance for visitor to an application.
newInstance(Connection) - Static method in class nextapp.echo.webcontainer.UserInstance
Creates a new Web Application Container instance using the provided client Connection.
NewInstanceService - Class in nextapp.echo.webcontainer.service
Service which launches a new instance of an Echo application.
next() - Method in class nextapp.echo.webcontainer.util.ArrayIterator
 
next() - Method in class nextapp.echo.webcontainer.util.MultiIterator
 
nextapp.echo.webcontainer - package nextapp.echo.webcontainer
Provides core classes of the web application container.
nextapp.echo.webcontainer.command - package nextapp.echo.webcontainer.command
Provides web application container-specific Command classes.
nextapp.echo.webcontainer.service - package nextapp.echo.webcontainer.service
Contains Service implementations used by the core framework.
nextapp.echo.webcontainer.sync.command - package nextapp.echo.webcontainer.sync.command
Contains client-server synchronization peers for the Commands (e.g.
nextapp.echo.webcontainer.sync.component - package nextapp.echo.webcontainer.sync.component
Contains client-server synchronization peers for the Components (e.g., Buttons, TextFields) provided by the core framework.
nextapp.echo.webcontainer.sync.property - package nextapp.echo.webcontainer.sync.property
Contains client-server synchronization peers for the various properties (e.g., Extents, Colors) provided by the core framework.
nextapp.echo.webcontainer.util - package nextapp.echo.webcontainer.util
Contains general utility classes used by the framework.

P

PAETH_FILTER - Static variable in class nextapp.echo.webcontainer.util.PngEncoder
PaethFilter singleton.
PanelPeer - Class in nextapp.echo.webcontainer.sync.component
Synchronization peer for Panels.
PanelPeer() - Constructor for class nextapp.echo.webcontainer.sync.component.PanelPeer
 
parse(HttpServletRequest, String) - Static method in class nextapp.echo.webcontainer.util.XmlRequestParser
Generates a DOM representation of the XML input POSTed to a servlet.
PasswordFieldPeer - Class in nextapp.echo.webcontainer.sync.component
Synchronization peer for PasswordFields.
PasswordFieldPeer() - Constructor for class nextapp.echo.webcontainer.sync.component.PasswordFieldPeer
 
PngEncoder - Class in nextapp.echo.webcontainer.util
Encodes a java.awt.Image into PNG format.
PngEncoder(Image, boolean, PngEncoder.Filter, int) - Constructor for class nextapp.echo.webcontainer.util.PngEncoder
Creates a PNG encoder for an image.
PngEncoder.Filter - Interface in nextapp.echo.webcontainer.util
An interface for PNG filters.
process(Context) - Method in class nextapp.echo.webcontainer.ClientMessage
Processes the top-level directives of the ClientMessage, invoking the registered ClientMesage.Processors associated with each top-level directive type.
process(Context, Element) - Method in interface nextapp.echo.webcontainer.ClientMessage.Processor
Processes a client message directive.
process(Context, Element) - Method in class nextapp.echo.webcontainer.ClientPropertiesInputProcessor
 
process(Context, Element) - Method in class nextapp.echo.webcontainer.ComponentFocusInputProcessor
 
process(Context, Element) - Method in class nextapp.echo.webcontainer.ComponentInputProcessor
 
process() - Method in class nextapp.echo.webcontainer.InputProcessor
Processes input to the application, parsing a client message provided in the Connection.
process() - Method in class nextapp.echo.webcontainer.Synchronization
Processes input from the connection and renders output.
process(HttpServletRequest, HttpServletResponse) - Method in class nextapp.echo.webcontainer.WebContainerServlet
Processes a HTTP request and generates a response.
processEvent(Context, Component, Object) - Method in class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer.EventPeer
Processes an event received from the client-side component.
processEvent(Context, Component, String, Object) - Method in class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
Does nothing.
processEvent(Context, Component, String, Object) - Method in interface nextapp.echo.webcontainer.ComponentSynchronizePeer
Processes an event received from the client.
processEvent(Context, Component, String, Object) - Method in class nextapp.echo.webcontainer.sync.component.WindowPanePeer
 
PROPERTY_CLIENT_CONFIGURATION - Static variable in class nextapp.echo.webcontainer.UserInstance
Client configuration data property name.
PROPERTY_SERVER_ERROR_MESSAGE - Static variable in class nextapp.echo.webcontainer.ClientConfiguration
Property name constant for the alert message which should be displayed in the event that a server error occurs.
PROPERTY_SERVER_ERROR_URI - Static variable in class nextapp.echo.webcontainer.ClientConfiguration
Property name constant for the URI which should be displayed in the event that a server error occurs.
PROPERTY_SESSION_EXPIRATION_MESSAGE - Static variable in class nextapp.echo.webcontainer.ClientConfiguration
Property name constant for the alert message which should be displayed in the event the session expires.
PROPERTY_SESSION_EXPIRATION_URI - Static variable in class nextapp.echo.webcontainer.ClientConfiguration
Property name constant for the URI which should be displayed in the event the session expires.
purge() - Method in class nextapp.echo.webcontainer.UserInstanceUpdateManager
Purges list of updated property names.
purgeRenderStates() - Method in class nextapp.echo.webcontainer.UserInstance
Removes all RenderStates whose components are not registered.

R

RadioButtonPeer - Class in nextapp.echo.webcontainer.sync.component
Synchronization peer for RadioButtons.
RadioButtonPeer() - Constructor for class nextapp.echo.webcontainer.sync.component.RadioButtonPeer
Default constructor.
register(String, Class) - Static method in class nextapp.echo.webcontainer.ClientMessage
Registers a ClientMessage.Processor.
register(RenderIdSupport) - Method in class nextapp.echo.webcontainer.util.IdTable
Registers an object with the IdTable
REMOTE_HOST - Static variable in class nextapp.echo.webcontainer.ClientProperties
The client host.
remove(Service) - Method in class nextapp.echo.webcontainer.ServiceRegistry
Removes a service from the registry.
remove() - Method in class nextapp.echo.webcontainer.util.ArrayIterator
 
remove() - Method in class nextapp.echo.webcontainer.util.MultiIterator
 
removeRenderState(Component) - Method in class nextapp.echo.webcontainer.UserInstance
Removes the RenderState of the specified Component.
renderImage(Connection, ImageReference) - Method in class nextapp.echo.webcontainer.service.ImageService
Renders the specified image to the given connection.
RenderState - Interface in nextapp.echo.webcontainer
Describes the last rendered state of a component on the client browser.
Resource - Class in nextapp.echo.webcontainer.util
Provides functionality for obtaining text and binary resource files.
Resource.ResourceException - Exception in nextapp.echo.webcontainer.util
A RuntimeException exception that will be thrown in the event that problems are encountered obtaining a resource.
ResourceRegistry - Class in nextapp.echo.webcontainer
A registry of CLASSPATH resources which are provided to the client via the ResourceService.
ResourceRegistry() - Constructor for class nextapp.echo.webcontainer.ResourceRegistry
 
ResourceService - Class in nextapp.echo.webcontainer.service
Serves a static resource that has been added to the ResourceRegistry.
ROOT_ELEMENT_ID - Static variable in class nextapp.echo.webcontainer.service.WindowHtmlService
DOM identifier to use for root element.
RowPeer - Class in nextapp.echo.webcontainer.sync.component
Synchronization peer for Rows.
RowPeer() - Constructor for class nextapp.echo.webcontainer.sync.component.RowPeer
 

S

SCREEN_COLOR_DEPTH - Static variable in class nextapp.echo.webcontainer.ClientProperties
Color depth of the screen in bits (integer).
SCREEN_HEIGHT - Static variable in class nextapp.echo.webcontainer.ClientProperties
Height of the screen in pixels (integer).
SCREEN_WIDTH - Static variable in class nextapp.echo.webcontainer.ClientProperties
Width of the screen in pixels (integer).
SelectFieldPeer - Class in nextapp.echo.webcontainer.sync.component
ComponentSynchronizePeer implementation for SelectField components.
SelectFieldPeer() - Constructor for class nextapp.echo.webcontainer.sync.component.SelectFieldPeer
 
ServedImageReferencePeer - Class in nextapp.echo.webcontainer.sync.property
ImageReferencePeer implementation to provide StreamImages to remote web clients.
ServedImageReferencePeer() - Constructor for class nextapp.echo.webcontainer.sync.property.ServedImageReferencePeer
 
ServerMessage - Class in nextapp.echo.webcontainer
The outgoing XML message which synchronizes the state of the client to that of the server.
ServerMessage() - Constructor for class nextapp.echo.webcontainer.ServerMessage
Creates a new ServerMessage.
Service - Interface in nextapp.echo.webcontainer
An interface for objects that process Connections, parsing an HTTP request and producing an HTTP response.
service(Connection) - Method in class nextapp.echo.webcontainer.service.AsyncMonitorService
 
SERVICE - Static variable in class nextapp.echo.webcontainer.service.BootService
The singleton instance.
service(Connection) - Method in class nextapp.echo.webcontainer.service.ImageService
 
service(Connection) - Method in class nextapp.echo.webcontainer.service.JavaScriptService
 
service(Connection) - Method in class nextapp.echo.webcontainer.service.NewInstanceService
 
service(Connection) - Method in class nextapp.echo.webcontainer.service.ResourceService
 
service(Connection) - Method in interface nextapp.echo.webcontainer.Service
Services an HTTP request.
service(Connection) - Method in class nextapp.echo.webcontainer.service.SessionExpiredService
 
service(Connection) - Method in class nextapp.echo.webcontainer.service.StaticBinaryService
 
service(Connection) - Method in class nextapp.echo.webcontainer.service.StaticTextService
 
service(Connection) - Method in class nextapp.echo.webcontainer.service.SynchronizeService
 
service(Connection) - Method in class nextapp.echo.webcontainer.service.WindowHtmlService
 
SERVICE_ID - Static variable in class nextapp.echo.webcontainer.service.AsyncMonitorService
Asynchronous monitoring service identifier.
SERVICE_ID_BLANK_DOCUMENT - Static variable in class nextapp.echo.webcontainer.WebContainerServlet
Service identifier of the blank document service.
SERVICE_ID_DEFAULT - Static variable in class nextapp.echo.webcontainer.WebContainerServlet
Service identifier of the 'default' service.
SERVICE_ID_NEW_INSTANCE - Static variable in class nextapp.echo.webcontainer.WebContainerServlet
Service identifier of the 'new instance' service.
SERVICE_ID_PARAMETER - Static variable in class nextapp.echo.webcontainer.WebContainerServlet
Request parameter identifying requested Service.
SERVICE_ID_SESSION_EXPIRED - Static variable in class nextapp.echo.webcontainer.WebContainerServlet
Service identifier of the 'session expired' service.
ServiceRegistry - Class in nextapp.echo.webcontainer
A registry of Service objects that may be recalled based on Id values.
ServiceRegistry() - Constructor for class nextapp.echo.webcontainer.ServiceRegistry
Creates a new ServiceRegistry.
sessionDidActivate(HttpSessionEvent) - Method in class nextapp.echo.webcontainer.UserInstance
 
SessionExpiredService - Class in nextapp.echo.webcontainer.service
A Service which renders a 400 (Bad Request) with the message "Session Expired".
SessionExpiredService() - Constructor for class nextapp.echo.webcontainer.service.SessionExpiredService
 
sessionWillPassivate(HttpSessionEvent) - Method in class nextapp.echo.webcontainer.UserInstance
 
setAttribute(String, String) - Method in class nextapp.echo.webcontainer.ServerMessage
Sets an arbitrary attribute on the root element.
setClientConfiguration(ClientConfiguration) - Method in interface nextapp.echo.webcontainer.ContainerContext
Sets the ClientConfiguration describing application-specific client configuration settings.
setClientConfiguration(ClientConfiguration) - Method in class nextapp.echo.webcontainer.UserInstance
Sets the ClientConfiguration information containing application-specific client behavior settings.
setContentType(ContentType) - Method in class nextapp.echo.webcontainer.Connection
Sets the content type of the response.
setMultipartRequestWrapper(WebContainerServlet.MultipartRequestWrapper) - Static method in class nextapp.echo.webcontainer.WebContainerServlet
Sets the multipart/form-data encoded HTTP request handler.
setOutOfSync() - Method in class nextapp.echo.webcontainer.Synchronization
 
setOutOfSync() - Method in interface nextapp.echo.webcontainer.SynchronizationState
Flags this synchronization as having come from an out-of-sync client.
setOutputPropertyReferenced(String, boolean) - Method in class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
Sets the rendered-by-reference state of a property.
setProperty(String, String) - Method in class nextapp.echo.webcontainer.ClientConfiguration
Sets a property.
setProperty(String, Object) - Method in class nextapp.echo.webcontainer.ClientProperties
Sets the value of the specified property.
setProperty(String, Object) - Method in class nextapp.echo.webcontainer.Connection
Sets a property in the Connection-persistent property map.
setRenderState(Component, RenderState) - Method in class nextapp.echo.webcontainer.UserInstance
Sets the RenderState of the specified Component.
setResync() - Method in class nextapp.echo.webcontainer.ServerMessage
Sets the "resync" attribute to true, indicating that the server is recovering from a condition where the client has become out of sync.
setTaskQueueCallbackInterval(TaskQueueHandle, int) - Method in interface nextapp.echo.webcontainer.ContainerContext
Sets the interval between asynchronous callbacks from the client to check for queued tasks for a given TaskQueue.
setTaskQueueCallbackInterval(TaskQueueHandle, int) - Method in class nextapp.echo.webcontainer.UserInstance
Sets the interval between asynchronous callbacks from the client to check for queued tasks for a given TaskQueue.
setTransactionId(long) - Method in class nextapp.echo.webcontainer.ServerMessage
Sets the numeric identifier for this transaction, which will be returned in next client message.
SplitPanePeer - Class in nextapp.echo.webcontainer.sync.component
Synchronization peer for SplitPanes.
SplitPanePeer() - Constructor for class nextapp.echo.webcontainer.sync.component.SplitPanePeer
 
StaticBinaryService - Class in nextapp.echo.webcontainer.service
A Service which renders a static binary resource.
StaticBinaryService(String, String, byte[]) - Constructor for class nextapp.echo.webcontainer.service.StaticBinaryService
Creates a new StaticBinaryService.
StaticTextService - Class in nextapp.echo.webcontainer.service
A service which renders a text resource, such as a text or XML document.
StaticTextService(String, String, String) - Constructor for class nextapp.echo.webcontainer.service.StaticTextService
Creates a new StaticTextService.
storeInputProperty(Context, Component, String, int, Object) - Method in class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
Does nothing.
storeInputProperty(Context, Component, String, int, Object) - Method in interface nextapp.echo.webcontainer.ComponentSynchronizePeer
Processes a property update from the client.
storeInputProperty(Context, Component, String, int, Object) - Method in class nextapp.echo.webcontainer.sync.component.AbstractListComponentPeer
 
storeInputProperty(Context, Component, String, int, Object) - Method in class nextapp.echo.webcontainer.sync.component.SplitPanePeer
 
storeInputProperty(Context, Component, String, int, Object) - Method in class nextapp.echo.webcontainer.sync.component.TablePeer
 
storeInputProperty(Context, Component, String, int, Object) - Method in class nextapp.echo.webcontainer.sync.component.TextComponentPeer
 
storeInputProperty(Context, Component, String, int, Object) - Method in class nextapp.echo.webcontainer.sync.component.ToggleButtonPeer
 
storeInputProperty(Context, Component, String, int, Object) - Method in class nextapp.echo.webcontainer.sync.component.WindowPanePeer
 
SUB_FILTER - Static variable in class nextapp.echo.webcontainer.util.PngEncoder
SubFilter singleton.
Synchronization - Class in nextapp.echo.webcontainer
The high-level object which encapsulates the core of the client-server synchronization process for server-side applications.
Synchronization(Connection) - Constructor for class nextapp.echo.webcontainer.Synchronization
Creates a new Synchronization.
SynchronizationException - Exception in nextapp.echo.webcontainer
An exception representing a failure in the client-server synchronization process.
SynchronizationException(String, Throwable) - Constructor for exception nextapp.echo.webcontainer.SynchronizationException
Creates a new SynchronizationException.
SynchronizationState - Interface in nextapp.echo.webcontainer
State information pertaining to a specific synchronization.
SynchronizePeerFactory - Class in nextapp.echo.webcontainer
Factory for obtaining XXXSynchronizePeer implementations.
SynchronizeService - Class in nextapp.echo.webcontainer.service
A Service which processes a client-server synchronization request.

T

TablePeer - Class in nextapp.echo.webcontainer.sync.component
Synchronization peer for Tables.
TablePeer() - Constructor for class nextapp.echo.webcontainer.sync.component.TablePeer
Default constructor.
TEXT_CSS - Static variable in class nextapp.echo.webcontainer.ContentType
 
TEXT_HTML - Static variable in class nextapp.echo.webcontainer.ContentType
 
TEXT_JAVASCRIPT - Static variable in class nextapp.echo.webcontainer.ContentType
 
TEXT_PLAIN - Static variable in class nextapp.echo.webcontainer.ContentType
 
TEXT_XML - Static variable in class nextapp.echo.webcontainer.ContentType
 
TextAreaPeer - Class in nextapp.echo.webcontainer.sync.component
Synchronization peer for TextAreas.
TextAreaPeer() - Constructor for class nextapp.echo.webcontainer.sync.component.TextAreaPeer
 
TextComponentPeer - Class in nextapp.echo.webcontainer.sync.component
Base synchronization peer for TextComponents.
TextComponentPeer() - Constructor for class nextapp.echo.webcontainer.sync.component.TextComponentPeer
Default constructor.
TextFieldPeer - Class in nextapp.echo.webcontainer.sync.component
Synchronization peer for TextFields.
TextFieldPeer() - Constructor for class nextapp.echo.webcontainer.sync.component.TextFieldPeer
 
TOGGLE_BUTTON_SERVICE - Static variable in class nextapp.echo.webcontainer.sync.component.ToggleButtonPeer
The associated client-side JavaScript module Service.
ToggleButtonPeer - Class in nextapp.echo.webcontainer.sync.component
Synchronization peer for ToggleButtons.
ToggleButtonPeer() - Constructor for class nextapp.echo.webcontainer.sync.component.ToggleButtonPeer
Default constructor.
toProperty(Context, Class, Element) - Method in class nextapp.echo.webcontainer.sync.component.AbstractListComponentPeer.ListDataPeer
 
toProperty(Context, Class, Element) - Method in class nextapp.echo.webcontainer.sync.property.HttpImageReferencePeer
 
toProperty(Context, Class, Element) - Method in class nextapp.echo.webcontainer.sync.property.ServedImageReferencePeer
 
toString() - Method in class nextapp.echo.webcontainer.ClientProperties
 
toString() - Method in class nextapp.echo.webcontainer.ContentType
 
toXml(Context, Class, Element, Object) - Method in class nextapp.echo.webcontainer.sync.component.AbstractListComponentPeer.ListDataPeer
 
toXml(Context, Class, Element, Object) - Method in class nextapp.echo.webcontainer.sync.property.HttpImageReferencePeer
 
toXml(Context, Class, Element, Object) - Method in class nextapp.echo.webcontainer.sync.property.ServedImageReferencePeer
 
TYPE_INITIALIZE - Static variable in class nextapp.echo.webcontainer.ClientMessage
 

U

UP_FILTER - Static variable in class nextapp.echo.webcontainer.util.PngEncoder
UpFilter singleton.
UserInstance - Class in nextapp.echo.webcontainer
Object representing a single user-instance of an application hosted in the web application container.
UserInstance(Connection) - Constructor for class nextapp.echo.webcontainer.UserInstance
Creates a new UserInstance.
UserInstanceUpdateManager - Class in nextapp.echo.webcontainer
Provides information about changes to UserInstance properties of which the client engine needs to be informed.
UserInstanceUpdateManager() - Constructor for class nextapp.echo.webcontainer.UserInstanceUpdateManager
 
UTC_OFFSET - Static variable in class nextapp.echo.webcontainer.ClientProperties
The client's time offset from UTC in minutes.

V

valueBound(HttpSessionBindingEvent) - Method in class nextapp.echo.webcontainer.UserInstance
Listener implementation of HttpSessionBindingListener.
valueUnbound(HttpSessionBindingEvent) - Method in class nextapp.echo.webcontainer.UserInstance
Listener implementation of HttpSessionBindingListener.

W

WebContainerServlet - Class in nextapp.echo.webcontainer
Web container HttpServlet implementation.
WebContainerServlet() - Constructor for class nextapp.echo.webcontainer.WebContainerServlet
Default constructor.
WebContainerServlet.MultipartRequestWrapper - Interface in nextapp.echo.webcontainer
An interface implemented by a supporting object that will handle multipart/form-data encoded HTTP requests.
WebContainerServletException - Exception in nextapp.echo.webcontainer
A generic runtime exception to handle circumstances that should almost never happen.
WebContainerServletException(String) - Constructor for exception nextapp.echo.webcontainer.WebContainerServletException
Creates a new EchoServletException with a description of its cause.
WebContainerServletException(String, Throwable) - Constructor for exception nextapp.echo.webcontainer.WebContainerServletException
Creates a new EchoServletException with a description of its cause that wraps another exception.
WindowHtmlService - Class in nextapp.echo.webcontainer.service
Completely re-renders a browser window.
WindowHtmlService() - Constructor for class nextapp.echo.webcontainer.service.WindowHtmlService
 
WindowPanePeer - Class in nextapp.echo.webcontainer.sync.component
Synchronization peer for WindowPanes.
WindowPanePeer() - Constructor for class nextapp.echo.webcontainer.sync.component.WindowPanePeer
Default constructor.
WindowPeer - Class in nextapp.echo.webcontainer.sync.component
Synchronization peer for Windows.
WindowPeer() - Constructor for class nextapp.echo.webcontainer.sync.component.WindowPeer
 

X

XHTML_1_0_NAMESPACE_URI - Static variable in class nextapp.echo.webcontainer.service.WindowHtmlService
The XHTML 1.0 Namespace URI.
XHTML_1_0_TRANSITIONAL_PUBLIC_ID - Static variable in class nextapp.echo.webcontainer.service.WindowHtmlService
The XHTML 1.0 Transitional Public ID.
XHTML_1_0_TRANSITIONAL_SYSTSEM_ID - Static variable in class nextapp.echo.webcontainer.service.WindowHtmlService
The XHTML 1.0 Transitional System ID.
XmlRequestParser - Class in nextapp.echo.webcontainer.util
Utilities for parsing XML InputStreams from browsers.
XmlRequestParser() - Constructor for class nextapp.echo.webcontainer.util.XmlRequestParser
 

A B C D E F G H I J L M N P R S T U V W X
NextApp Echo3
v3.0.b4