NextApp Echo
App Container 1.0.5
A B C D E F G H I J L M N O P R S T U V W X Y

A

A - Static variable in class nextapp.echoservlet.html.ElementNames
 
ACCEPT - Static variable in class nextapp.echoservlet.ClientProperties
The property name referencing the client's accepted response content types.
ACCEPT_CHARSET - Static variable in class nextapp.echoservlet.ClientProperties
The property name referencing the client's accepted character sets.
ACCEPT_ENCODING - Static variable in class nextapp.echoservlet.ClientProperties
The property name referencing the client's accepted character encodings.
ACCEPT_LANGUAGE - Static variable in class nextapp.echoservlet.ClientProperties
The property name referencing the client's accepted languages.
ALIGN - Static variable in class nextapp.echoservlet.ui.PanelUI
 
ALT - Static variable in class nextapp.echoservlet.html.ElementNames.Attributes
 
APPLICATION_URI - Static variable in class nextapp.echoservlet.VariableData
A constant variable name used for storing an application's URI
APP_NAME - Static variable in class nextapp.echoservlet.ClientProperties
The property name referencing the browser's application name.
APP_VERSION - Static variable in class nextapp.echoservlet.ClientProperties
The property name referencing the browser's version string.
ATTRIBUTE_NAME - Static variable in interface nextapp.echoservlet.ServerContext
 
AVERAGE_FILTER - Static variable in class nextapp.echoservlet.image.PngEncoder
 
AVERAGE_FILTER_TYPE - Static variable in class nextapp.echoservlet.image.PngEncoder
 
AbstractButtonUI - class nextapp.echoservlet.ui.AbstractButtonUI.
A base peer class for components derived from AbstractButton.
AbstractButtonUI() - Constructor for class nextapp.echoservlet.ui.AbstractButtonUI
Default constructor.
Alignment - interface nextapp.echoservlet.Alignment.
An interface implemented by ComponentPeers that support alignment.
ApplicationProperties - class nextapp.echoservlet.ApplicationProperties.
Configuration properties for an application.
ApplicationProperties(String) - Constructor for class nextapp.echoservlet.ApplicationProperties
Creates a new ApplicationProperties object for the specified class name.
AwtImagePeer - class nextapp.echoservlet.image.AwtImagePeer.
An image peer for AwtImageReferences.
AwtImagePeer() - Constructor for class nextapp.echoservlet.image.AwtImagePeer
Default constructor.
actionCommand - Variable in class nextapp.echoservlet.ControllerInputProcessor
 
actionProducer - Variable in class nextapp.echoservlet.ControllerInputProcessor
 
active - Static variable in class nextapp.echoservlet.ui.CheckBoxUI
The value that will be stored in the controller form when the button state is selected.
add(Cookie) - Method in class nextapp.echoservlet.CookieManager
Adds a new cookie or updates an existing one.
add(Component, boolean) - Method in class nextapp.echoservlet.InstancePeer
Registers the given component, and all visible components with visible parents beneath it.
add(Service) - Method in class nextapp.echoservlet.ServiceRegistry
Adds a service to the registry.
add(Service, String) - Method in class nextapp.echoservlet.ServiceRegistry
Adds an aliased service to the registry.
add(Renderable) - Method in class nextapp.echoservlet.html.Element
Adds a renderable object to the element.
add(int, Renderable) - Method in class nextapp.echoservlet.html.Element
Adds a renderable object to the element at a specified index.
add(Renderable) - Method in class nextapp.echoservlet.html.ElementContent
Adds a child element to this element.
add(int, Renderable) - Method in class nextapp.echoservlet.html.ElementContent
Adds a child element to this element at the specified index.
add(int, String) - Method in class nextapp.echoservlet.html.Script
Adds a line of script code.
add(Script) - Method in class nextapp.echoservlet.html.ScriptElement
Adds a script block to the element.
add(Style) - Method in class nextapp.echoservlet.html.StyleElement
Adds a style to be rendered in this style element.
addAlignmentSettings(ComponentStyle, int, int) - Static method in class nextapp.echoservlet.ui.ButtonRenderer
Adds alignment (text-align/vertical-align) properties to a ComponentStyle.
addAncillaryService(Service) - Method in class nextapp.echoservlet.ComponentPeer
Adds an ancillary service to this ComponentPeer.
addAssociations(String) - Static method in class nextapp.echoservlet.ComponentPeerFactory
Adds additional Component-to-ComponentPeer associations.
addAssociations(String) - Method in class nextapp.echoservlet.util.PeerFactory
Loads peer bindings.
addAttribute(String, String) - Method in class nextapp.echoservlet.ComponentStyle
Adds a text attribute to the style.
addAttribute(String, int) - Method in class nextapp.echoservlet.ComponentStyle
Adds an integer attribute to the style.
addAttribute(String, int, String) - Method in class nextapp.echoservlet.ComponentStyle
Adds an integer attribute and units to the style.
addAttribute(String) - Method in class nextapp.echoservlet.html.Element
Adds a null attribute to the element.
addAttribute(String, int) - Method in class nextapp.echoservlet.html.Element
Adds an integer attribute to the element.
addAttribute(String, String) - Method in class nextapp.echoservlet.html.Element
Adds the a text attribute to the element.
addAttribute(String, String) - Method in class nextapp.echoservlet.html.Style
Adds a text attribute to the style.
addAttribute(String, int) - Method in class nextapp.echoservlet.html.Style
Adds an integer attribute (with no units) to this style.
addAttribute(String, int, String) - Method in class nextapp.echoservlet.html.Style
Adds an integer attribute with the specified units to this style.
addColumn(Element, Element) - Method in class nextapp.echoservlet.ui.TriCellTable
Adds an cell element to a table row.
addConnection(Connection) - Method in class nextapp.echoservlet.InstancePeer
Adds an active connection to the internal list of connections.
addDebugOptions(Connection, HtmlDocument, Element) - Method in class nextapp.echoservlet.Controller
Adds debugging options to (visible) controller frame.
addElement(Element) - Method in class nextapp.echoservlet.html.Element
Deprecated. The add() method with the equivalent signature should now be used.
addElement(int, Element) - Method in class nextapp.echoservlet.html.Element
Deprecated. The add() method with the equivalent signature should now be used.
addElementContent(ElementContent) - Method in class nextapp.echoservlet.html.Element
Deprecated. The add() method with the equivalent signature should now be used.
addElementContent(int, ElementContent) - Method in class nextapp.echoservlet.html.Element
Deprecated. The add() method with the equivalent signature should now be used.
addElementType(String) - Method in class nextapp.echoservlet.ComponentStyle
Adds an element type to the style.
addElementType(String) - Method in class nextapp.echoservlet.html.Style
Adds an element type to the style.
addElementTypesOfStyle(ComponentStyle) - Method in class nextapp.echoservlet.ComponentStyle
Adds all element types that are present in another style.
addGlobalAttribute(String, String) - Method in class nextapp.echoservlet.ui.TriCellTable
Adds an attribute to every table cell in the rendered table.
addGlobalService(Service) - Static method in class nextapp.echoservlet.EchoServer
Adds a globally available service that will be available to all applications deployed with this EchoServer object.
addHtml(String) - Method in class nextapp.echoservlet.html.Element
Adds raw HTML to the body of the element.
addHtml(int, String) - Method in class nextapp.echoservlet.html.Element
Adds raw HTML to the body of the element at a specified index.
addHtml(String) - Method in class nextapp.echoservlet.html.ElementContent
Adds raw HTML to the body of the tag.
addHtml(int, String) - Method in class nextapp.echoservlet.html.ElementContent
Adds raw HTML to the body of the tag at the specified index.
addPseudoAttribute(String, String, String) - Method in class nextapp.echoservlet.ComponentStyle
Adds an attribute to a pseudoclass of the style.
addPseudoAttribute(String, String, int) - Method in class nextapp.echoservlet.ComponentStyle
Adds an integer attribute to a pseudoclass of the style.
addPseudoAttribute(String, String, String) - Method in class nextapp.echoservlet.html.Style
Adds a pseudoclass attribute to the style.
addPseudoAttribute(String, String, int) - Method in class nextapp.echoservlet.html.Style
Adds a pseudoclass integer attribute to the style.
addRolloverEvents(Element) - Method in class nextapp.echoservlet.ui.ButtonRenderer
Adds MouseOver and MouseOut events that will trigger enabling/disabling rollover attributes on the element.
addRolloverId(Element) - Method in class nextapp.echoservlet.ui.ButtonRenderer
Adds an Id attribute to the element if a rollover style exists, such that the elements class may be changed to the rollover style when necessary.
addRow(Element) - Method in class nextapp.echoservlet.ui.TriCellTable
Adds a row containing a single column element to a table.
addScript(String) - Method in class nextapp.echoservlet.HtmlDocument
Adds a line of JavaScript that will be invoked as the document is rendered.
addScript(String, int) - Method in class nextapp.echoservlet.HtmlDocument
Adds a line of JavaScript that will be invoked when an event occurs.
addScriptInclude(Service) - Method in class nextapp.echoservlet.HtmlDocument
Adds a referenced JavaScript include.
addServiceIdFormElement(Connection, Service, Element) - Static method in class nextapp.echoservlet.ClientObjects
Adds a hidden parameter field to the form containing the service Id.
addStyle(ComponentStyle) - Method in class nextapp.echoservlet.HtmlDocument
Adds a component style to the document.
addText(String) - Method in class nextapp.echoservlet.html.Element
Adds plain text to the body of the element.
addText(String, boolean) - Method in class nextapp.echoservlet.html.Element
Adds plain text to the body of the element.
addText(int, String, boolean) - Method in class nextapp.echoservlet.html.Element
Adds plain text to the body of the element at a specified index.
addText(String, boolean) - Method in class nextapp.echoservlet.html.ElementContent
Adds plain text to the tag.
addText(int, String, boolean) - Method in class nextapp.echoservlet.html.ElementContent
Adds plain text to the tag at the specified index.
ancillaryServices - Variable in class nextapp.echoservlet.ComponentPeer
A container of this peers ancillary services.
appProperties - Variable in class nextapp.echoservlet.EchoServer
 
applicationUri - Variable in class nextapp.echoservlet.InstancePeer
The URI required to make HTTP requests to this application.
associations - Variable in class nextapp.echoservlet.util.PeerFactory
A map of associations
attributes - Variable in class nextapp.echoservlet.ComponentStyle
 
attributes - Variable in class nextapp.echoservlet.html.Element
 
attributes - Variable in class nextapp.echoservlet.html.Style
 

B

BACKGROUND_COLOR - Static variable in class nextapp.echoservlet.html.ElementNames.CssAttributes
 
BACKGROUND_IMAGE - Static variable in class nextapp.echoservlet.ContentPaneUI
 
BACKGROUND_IMAGE - Static variable in class nextapp.echoservlet.html.ElementNames.CssAttributes
 
BACKGROUND_IMAGE - Static variable in class nextapp.echoservlet.ui.GridCellUI
 
BACK_BUTTON_DISABLE_SUPPORT - Static variable in class nextapp.echoservlet.ClientProperties
The property name referencing whether the browser will allow the back button to be effectively disabled by placing a history.go(1) method call in the controller frame.
BIT_DEPTH - Static variable in class nextapp.echoservlet.image.PngEncoder
 
BLANK_DOCUMENT - Static variable in interface nextapp.echoservlet.resource.ResourceNames
 
BLANK_PIXEL - Static variable in interface nextapp.echoservlet.resource.ResourceNames
 
BODY - Static variable in class nextapp.echoservlet.html.ElementNames
 
BORDER - Static variable in class nextapp.echoservlet.html.ElementNames.Attributes
 
BORDER_COLOR - Static variable in class nextapp.echoservlet.html.ElementNames.CssAttributes
 
BORDER_STYLE - Static variable in class nextapp.echoservlet.html.ElementNames.CssAttributes
 
BORDER_WIDTH - Static variable in class nextapp.echoservlet.html.ElementNames.CssAttributes
 
BOTTOM_TOP - Static variable in class nextapp.echoservlet.ui.TriCellTable
 
BR - Static variable in class nextapp.echoservlet.html.ElementNames
 
BUFFER_SIZE - Static variable in class nextapp.echoservlet.util.Resource
 
ButtonRenderer - class nextapp.echoservlet.ui.ButtonRenderer.
A utility for rendering buttons and toggle buttons.
ButtonRenderer(RenderingContext, AbstractButtonUI) - Constructor for class nextapp.echoservlet.ui.ButtonRenderer
Creates a ButtonRenderer for the given Button.
ButtonUI - class nextapp.echoservlet.ui.ButtonUI.
A peer for Button components.
ButtonUI() - Constructor for class nextapp.echoservlet.ui.ButtonUI
 
background - Variable in class nextapp.echoservlet.ComponentStyle
 
backgroundImage - Variable in class nextapp.echoservlet.ComponentStyle
 
binary - Variable in class nextapp.echoservlet.util.ContentType
 
body - Variable in class nextapp.echoservlet.HtmlDocument
 

C

CACHED_SERVICE_TIMEOUT - Static variable in class nextapp.echoservlet.EchoServer
The time delta (in seconds) when cached services will expire.
CACHE_MAX_AGE - Static variable in class nextapp.echoservlet.Connection
A convenience for setting the cache header
CACHE_SIZE - Static variable in class nextapp.echoservlet.image.ImageRepository
 
CARRIAGE_RETURN - Static variable in class nextapp.echoservlet.util.JavaScriptCompressor
 
CELLPADDING - Static variable in class nextapp.echoservlet.html.ElementNames.Attributes
 
CELLSPACING - Static variable in class nextapp.echoservlet.html.ElementNames.Attributes
 
CELL_TYPE_EMPTY - Static variable in class nextapp.echoservlet.ui.GridRenderingModel
 
CELL_TYPE_ORIGIN - Static variable in class nextapp.echoservlet.ui.GridRenderingModel
 
CELL_TYPE_POINTER - Static variable in class nextapp.echoservlet.ui.GridRenderingModel
 
CHARACTER_ENCODING_ISO_8859_1 - Static variable in class nextapp.echoservlet.EchoServer
 
CHARACTER_ENCODING_ISO_8859_2 - Static variable in class nextapp.echoservlet.EchoServer
 
CHARACTER_ENCODING_ISO_8859_3 - Static variable in class nextapp.echoservlet.EchoServer
 
CHARACTER_ENCODING_ISO_8859_4 - Static variable in class nextapp.echoservlet.EchoServer
 
CHARACTER_ENCODING_ISO_8859_5 - Static variable in class nextapp.echoservlet.EchoServer
 
CHARACTER_ENCODING_US_ASCII - Static variable in class nextapp.echoservlet.EchoServer
 
CHARACTER_ENCODING_UTF_8 - Static variable in class nextapp.echoservlet.EchoServer
 
CHECK_BOX_OFF - Static variable in interface nextapp.echoservlet.resource.ResourceNames
 
CHECK_BOX_ON - Static variable in interface nextapp.echoservlet.resource.ResourceNames
 
CHROME_HEIGHT - Static variable in class nextapp.echoservlet.ClientProperties
The property name referencing the browser's "chrome height".
CHROME_WIDTH - Static variable in class nextapp.echoservlet.ClientProperties
The property name referencing the browser's "chrome width".
CLASS - Static variable in class nextapp.echoservlet.html.ElementNames.Attributes
 
CLIENT_DETECT - Static variable in interface nextapp.echoservlet.resource.ResourceNames
 
CLIENT_DETECT_TARGET_FRAME - Static variable in class nextapp.echoservlet.VariableData
A constant variable name identifying the target frame to which the client detection page should submit.
CLIENT_DETECT_URI - Static variable in class nextapp.echoservlet.VariableData
A constant variable name identifying the URI of the client detection page that should be displayed during the application startup.
CLIENT_ERROR_MESSAGE_RESOURCE - Static variable in class nextapp.echoservlet.ApplicationProperties
 
CLIENT_ERROR_NOT_READY - Static variable in class nextapp.echoservlet.VariableData
A constant variable name used for storing the message which will be displayed in the event the user initiates an action on the client when it is not ready.
CLIENT_ERROR_SCRIPT - Static variable in interface nextapp.echoservlet.resource.ResourceNames
 
CLIENT_MODEL_SCRIPT - Static variable in interface nextapp.echoservlet.resource.ResourceNames
 
COL - Static variable in class nextapp.echoservlet.html.ElementNames
 
COLGROUP - Static variable in class nextapp.echoservlet.html.ElementNames
 
COLLECTIONS_SCRIPT - Static variable in interface nextapp.echoservlet.resource.ResourceNames
 
COLOR - Static variable in class nextapp.echoservlet.html.ElementNames.CssAttributes
 
COLOR_DEPTH - Static variable in class nextapp.echoservlet.ClientProperties
The property name referencing the client machine's video color depth.
COLOR_TYPE_INDEXED - Static variable in class nextapp.echoservlet.image.PngEncoder
 
COLOR_TYPE_RGB - Static variable in class nextapp.echoservlet.image.PngEncoder
 
COLOR_TYPE_RGBA - Static variable in class nextapp.echoservlet.image.PngEncoder
 
COMPONENT_ID_PREFIX - Static variable in class nextapp.echoservlet.ClientObjects
The standard prefix prepended to component Ids.
CONTENT_PANE_SCRIPT - Static variable in interface nextapp.echoservlet.resource.ResourceNames
 
CONTROLLER_DEBUG_SCRIPT - Static variable in interface nextapp.echoservlet.resource.ResourceNames
 
CONTROLLER_FRAME_NAME - Static variable in class nextapp.echoservlet.ClientObjects
The name of the JavaScript Controller frame.
CONTROLLER_SCRIPT - Static variable in interface nextapp.echoservlet.resource.ResourceNames
 
CSS_MODIFICATION_SUPPORT - Static variable in class nextapp.echoservlet.ClientProperties
The property name referencing a boolean indicator as to whether the browser supports dynamic modification of CSS styles.
CSS_SWAP_SCRIPT - Static variable in interface nextapp.echoservlet.resource.ResourceNames
 
CSS_TABLE_CELL_ALIGNMENT_SUPPORT - Static variable in class nextapp.echoservlet.ClientProperties
The property name referencing a boolean indicator as to whether the browser properly supports setting alignment properties on tables cells.
CacheableService - interface nextapp.echoservlet.CacheableService.
An interface implemented by services that may be cached for a period of time by the client browser.
CacheableServiceWrapper - class nextapp.echoservlet.CacheableServiceWrapper.
A 'wrapper' service which provides caching capability to a an otherwise non-cacheable service.
CacheableServiceWrapper(Id, Service) - Constructor for class nextapp.echoservlet.CacheableServiceWrapper
Creates a new CacheableServiceWrapper to wrap the specified service.
CheckBoxUI - class nextapp.echoservlet.ui.CheckBoxUI.
A peer for CheckBox components.
CheckBoxUI() - Constructor for class nextapp.echoservlet.ui.CheckBoxUI
 
ClientActionProducer - interface nextapp.echoservlet.ClientActionProducer.
An interface for used by ComponentPeers to receive actions from the client.
ClientInputProducer - interface nextapp.echoservlet.ClientInputProducer.
An interface used by ComponentPeers to receive input from the client browser.
ClientObjects - class nextapp.echoservlet.ClientObjects.
General-purpose constants and class methods used in the generation of HTML and JavaScript code for the client browser.
ClientObjects() - Constructor for class nextapp.echoservlet.ClientObjects
Non-instantiable class.
ClientProperties - class nextapp.echoservlet.ClientProperties.
A repository of information gathered from a user's client browser.
ClientProperties(Connection) - Constructor for class nextapp.echoservlet.ClientProperties
Creates a new client properties object.
ComponentHierarchyViewer - class nextapp.echoservlet.ComponentHierarchyViewer.
A debugging utility which displays a hierarchal view of the component hierarchy.
ComponentHierarchyViewer() - Constructor for class nextapp.echoservlet.ComponentHierarchyViewer
 
ComponentPeer - class nextapp.echoservlet.ComponentPeer.
The base class from which all component peers are derived.
ComponentPeer() - Constructor for class nextapp.echoservlet.ComponentPeer
Creates a new ComponentPeer.
ComponentPeerFactory - class nextapp.echoservlet.ComponentPeerFactory.
Creates ComponentPeer objects for Components.
ComponentPeerFactory() - Constructor for class nextapp.echoservlet.ComponentPeerFactory
Non-instantiable class.
ComponentStyle - class nextapp.echoservlet.ComponentStyle.
A CSS style handler for a ComponentPeer.
ComponentStyle() - Constructor for class nextapp.echoservlet.ComponentStyle
 
Connection - class nextapp.echoservlet.Connection.
A wrapper that holds information about an HTTP request, provides facilities to generate a response, and provides access to the application instance that is to process it.
Connection(EchoServer, HttpServletRequest, HttpServletResponse) - Constructor for class nextapp.echoservlet.Connection
Creates a connection object that will handle the given request and response.
ContainerPaneUI - class nextapp.echoservlet.ContainerPaneUI.
A peer object for ContainerPanes.
ContainerPaneUI() - Constructor for class nextapp.echoservlet.ContainerPaneUI
Creates a new ContainerPaneUI.
ContainerUI - class nextapp.echoservlet.ui.ContainerUI.
A peer for Container components.
ContainerUI() - Constructor for class nextapp.echoservlet.ui.ContainerUI
 
ContentPaneUI - class nextapp.echoservlet.ContentPaneUI.
A peer object for ContentPanes.
ContentPaneUI() - Constructor for class nextapp.echoservlet.ContentPaneUI
Creates a new ContentPaneUI.
ContentType - class nextapp.echoservlet.util.ContentType.
A representation of a content type.
ContentType(String, boolean) - Constructor for class nextapp.echoservlet.util.ContentType
Creates a new content type.
Controller - class nextapp.echoservlet.Controller.
The Controller is a service that is used to receive input from the client and issue commands to it.
Controller(InstancePeer) - Constructor for class nextapp.echoservlet.Controller
Create a new controller for the specified InstancePeer with the specified OutgoingUpdateQueue.
ControllerFieldInitialState - interface nextapp.echoservlet.ControllerFieldInitialState.
An interface implemented by component peers that need state data available via the initial value of the component's client input field in the controller form.
ControllerInputProcessor - class nextapp.echoservlet.ControllerInputProcessor.
Parses the HTTP request, storing component peers that will be used in its processing.
ControllerInputProcessor(Connection) - Constructor for class nextapp.echoservlet.ControllerInputProcessor
Processes a controller request.
CookieManager - class nextapp.echoservlet.CookieManager.
A utility class used to cookies set by an application on the client browser.
CookieManager() - Constructor for class nextapp.echoservlet.CookieManager
 
CssSwapScript - class nextapp.echoservlet.ui.CssSwapScript.
A utility class that wraps JavaScript code required to swap CSS styles in HTML pages on the client without server interaction.
CssSwapScript() - Constructor for class nextapp.echoservlet.ui.CssSwapScript
Non-instantiable class
cacheIdPrefix - Variable in class nextapp.echoservlet.InstancePeer
Generated three-digit hexadecimal prefix for all cache Ids.
cause - Variable in class nextapp.echoservlet.EchoServletException
 
cell - Variable in class nextapp.echoservlet.ui.GridRenderingModel.OriginCell
 
cellArray - Variable in class nextapp.echoservlet.ui.GridRenderingModel
 
channel - Variable in class nextapp.echoservlet.image.PngEncoder.ByteTranslator
 
channel - Variable in class nextapp.echoservlet.image.PngEncoder.IntTranslator
 
characterEncoding - Variable in class nextapp.echoservlet.InstancePeer
The character encoding that will be used for all text-based renderings in the application.
childrenChange(PropertyChangeEvent) - Method in class nextapp.echoservlet.InstancePeer
Processes a property change event where a registered component has had children added or removed.
clearLocalCookieMap() - Method in class nextapp.echoservlet.CookieManager
Clears the locally held information about cookies.
clearTerminationUri() - Method in class nextapp.echoservlet.InstancePeer
Clears the termination URI.
clientAction(String) - Method in interface nextapp.echoservlet.ClientActionProducer
Called when the user causes an action from the client.
clientAction(String) - Method in class nextapp.echoservlet.ui.AbstractButtonUI
 
clientAction(String) - Method in class nextapp.echoservlet.ui.SelectFieldUI
 
clientAction(String) - Method in class nextapp.echoservlet.ui.TextFieldUI
 
clientActionProducers - Variable in class nextapp.echoservlet.InstancePeer
A container of all visible action-producing component peers.
clientCookies - Variable in class nextapp.echoservlet.CookieManager
Contains the cookies that were most recently sent in by the client's most recent HTTP request.
clientErrorService - Variable in class nextapp.echoservlet.InstancePeer
A per-user cacheable wrapper for the client error service.
clientInput(String) - Method in interface nextapp.echoservlet.ClientInputProducer
Called when a client sends an input string through an input field.
clientInput(String) - Method in class nextapp.echoservlet.ui.CheckBoxUI
 
clientInput(String) - Method in class nextapp.echoservlet.ui.ListBoxUI
 
clientInput(String) - Method in class nextapp.echoservlet.ui.RadioButtonUI
 
clientInput(String) - Method in class nextapp.echoservlet.ui.SelectFieldUI
 
clientInput(String) - Method in class nextapp.echoservlet.ui.TextComponentUI
 
clientInputProducers - Variable in class nextapp.echoservlet.InstancePeer
A container of all visible input-producing component peers.
clientProperties - Variable in class nextapp.echoservlet.InstancePeer
Information about the client browser.
closedWindows - Variable in class nextapp.echoservlet.OutgoingUpdateQueue
A set containing WindowUIs that need to be closed on the client.
closingTagRequired - Variable in class nextapp.echoservlet.html.Element
 
code - Variable in class nextapp.echoservlet.html.Script
 
column - Variable in class nextapp.echoservlet.image.PngEncoder.ByteTranslator
 
column - Variable in class nextapp.echoservlet.image.PngEncoder.IntTranslator
 
columnCount - Variable in class nextapp.echoservlet.ui.GridRenderingModel
 
columnMapping - Variable in class nextapp.echoservlet.ui.GridRenderingModel
 
columnSpan - Variable in class nextapp.echoservlet.ui.GridRenderingModel.OriginCell
 
columnWidths - Variable in class nextapp.echoservlet.ui.GridRenderingModel
 
columnWidthsUsePercentUnits - Variable in class nextapp.echoservlet.ui.GridRenderingModel
 
compare(Object, Object) - Method in class nextapp.echoservlet.ui.GridRenderingModel.FlowOrderComparator
 
compareTo(Object) - Method in class nextapp.echoservlet.Id
 
component - Variable in class nextapp.echoservlet.ComponentPeer
The Component that this peer represents.
componentMap - Variable in class nextapp.echoservlet.InstancePeer
A mapping between components and component peers.
componentPeer - Variable in class nextapp.echoservlet.image.ImageManager
The ComponentPeer for which this ImageManager is managing images.
compress(String) - Static method in class nextapp.echoservlet.util.JavaScriptCompressor
Compresses a JavaScript file.
compressionLevel - Variable in class nextapp.echoservlet.image.PngEncoder
 
conn - Variable in class nextapp.echoservlet.ControllerInputProcessor
 
conn - Variable in class nextapp.echoservlet.HtmlDocument
 
connection - Variable in class nextapp.echoservlet.RenderingContext
The Connection to which this document is being rendered.
connections - Variable in class nextapp.echoservlet.InstancePeer
A set of active Connection objects using this InstancePeer.
contentPanes - Variable in class nextapp.echoservlet.InstancePeer
A container of all visible content panes.
contentType - Variable in class nextapp.echoservlet.StaticBinary
 
contentType - Variable in class nextapp.echoservlet.StaticText
 
contentType - Variable in class nextapp.echoservlet.Template
 
contentTypeMap - Static variable in class nextapp.echoservlet.util.Extensions
A PropertyMap mapping extensions to content types
contents - Variable in class nextapp.echoservlet.html.Element
 
contents - Variable in class nextapp.echoservlet.html.ElementContent
 
controller - Variable in class nextapp.echoservlet.InstancePeer
A service that is used to coordinate re-rendering of content and other updates of the client's browser.
cookieManager - Variable in class nextapp.echoservlet.InstancePeer
The CookieManager object responsible for handling cookies for this application instance.
correctUri(String) - Method in class nextapp.echoservlet.Connection
Corrects relative-path URIs to include the application name, such that they can properly retrieve the desired resource.
create(Connection) - Static method in class nextapp.echoservlet.HtmlDocument
Creates a normal document (not a frameset).
createComponentPeer(Component) - Static method in class nextapp.echoservlet.ComponentPeerFactory
Returns a new peer for the specified component.
createElement(Connection, int, int) - Static method in class nextapp.echoservlet.LayoutStrut
Creates an HTML <img> element that references a transparent image.
createFrameElement(Connection, PaneUI) - Static method in class nextapp.echoservlet.ContainerPaneUI
Creates a <frame> element representation of a pane.
createFrameSet(Connection) - Static method in class nextapp.echoservlet.HtmlDocument
Creates a frameset document.
createFromResource(String) - Static method in class nextapp.echoservlet.StaticBinary
Deprecated. The createFromResource(String, String) method should be used instead. Use of this version may result in errors if applications are migrated between VMs, due to the Service having a different identifier on each VM.
createFromResource(String, String) - Static method in class nextapp.echoservlet.StaticBinary
Creates a StaticBinary object by way of a resource name.
createFromResource(String) - Static method in class nextapp.echoservlet.StaticText
Deprecated. The createFromResource(String, String) method should be used instead. Use of this version may result in errors if applications are migrated between VMs, due to the Service having a different identifier on each VM.
createFromResource(String, String) - Static method in class nextapp.echoservlet.StaticText
Creates a StaticText object by way of a resource name.
createFromResource(String) - Static method in class nextapp.echoservlet.Template
Deprecated. The createFromResource(String, String) method should be used instead. Use of this version may result in errors if applications are migrated between VMs, due to the Service having a different identifier on each VM.
createFromResource(String, String) - Static method in class nextapp.echoservlet.Template
Creates a Template object by way of a resource name.
createHiddenField(String, String) - Static method in class nextapp.echoservlet.HtmlElements
Creates a hidden form field with the provided name and value.
createIconElement(RenderingContext) - Method in class nextapp.echoservlet.ui.LabelUI
Creates the image Element that will reference the label's image.
createImagePeer(ImageReference) - Static method in class nextapp.echoservlet.image.ImagePeerFactory
Creates an ImagePeer for the specified ImageReference.
createInitialVariableData(Connection) - Static method in class nextapp.echoservlet.Initializer
Creates one-time-use variable data used to start the application.
createLinkElement() - Method in class nextapp.echoservlet.ui.ButtonRenderer
Creates a hyperlink element with the proper style and action.
createPeer(Object) - Method in class nextapp.echoservlet.util.PeerFactory
Instantiates a new peer for the specified object by invoking its default constructor.
createScriptInclude(Connection, Service) - Static method in class nextapp.echoservlet.HtmlElements
Creates a script element to include an external script file.
currentRecencyValue - Variable in class nextapp.echoservlet.image.ImageRepository
 
cursorOnNewLine - Variable in class nextapp.echoservlet.HtmlDocument
 

D

DEBUG_INTERACTIVE_CONTROLLER - Static variable in class nextapp.echoservlet.ApplicationProperties
 
DEBUG_OPTIONS_ENABLED - Static variable in class nextapp.echoservlet.ApplicationProperties
 
DEBUG_PERFORMANCE_LOGGING - Static variable in class nextapp.echoservlet.ApplicationProperties
 
DEBUG_VERBOSE_LOGGING - Static variable in class nextapp.echoservlet.ApplicationProperties
 
DEFAULT_CLIENT_ERROR_NOT_READY_MESSAGE - Static variable in class nextapp.echoservlet.EchoServer
Default 'Client Not Ready' error message.
DEFAULT_PARAMETER_ENCODING - Static variable in class nextapp.echoservlet.ApplicationProperties
 
DEFAULT_PROPERTIES_FILE - Static variable in class nextapp.echoservlet.ApplicationProperties
 
DISPLAY_CLIENT_ERROR_FEEDBACK - Static variable in class nextapp.echoservlet.ApplicationProperties
 
DIV - Static variable in class nextapp.echoservlet.html.ElementNames
 
DOCTYPE_HTML401_TRANS - Static variable in class nextapp.echoservlet.HtmlDocument
A document header for an HTML 4.01 Transitional document.
DOUBLE_INDENT - Static variable in class nextapp.echoservlet.html.Style
 
Delimiter - class nextapp.echoservlet.util.Delimiter.
Converts arrays to Strings, adding a specified delimiter between elements.
Delimiter() - Constructor for class nextapp.echoservlet.util.Delimiter
Non-instantiable class.
data - Variable in class nextapp.echoservlet.StaticBinary
 
data - Variable in class nextapp.echoservlet.StaticText
 
debugInteractiveController - Variable in class nextapp.echoservlet.Connection
A flag that indicates whether the interactivecontroller frame should be made visible and provide debugging information.
debugOptionsEnabled - Variable in class nextapp.echoservlet.Connection
A flag that indicates whether any debug options may be enabled.
debugPerformanceLogging - Variable in class nextapp.echoservlet.Connection
A flag that indicates whether the time interval during which each request is processed will be recorded.
debugRenderCounter - Variable in class nextapp.echoservlet.Controller
 
debugVerboseLogging - Variable in class nextapp.echoservlet.Connection
A flag indicating verbose logging.
defaultExitUri - Variable in class nextapp.echoservlet.ServerContextImpl
 
defaultWindowId - Variable in class nextapp.echoservlet.InstancePeer
The Id of the window that will be rendered if no Id is provided.
delayed - Variable in class nextapp.echoservlet.IncomingUpdateQueue
A flag indicating whether the updates are being delayed due to a client-server synchronization.
delayedInputUpdateMap - Variable in class nextapp.echoservlet.IncomingUpdateQueue
A map containing input data submitted through the controller that is being held temporarily during a second controller round-trip to synchronize the client.
delayedScrollPositionUpdateMap - Variable in class nextapp.echoservlet.IncomingUpdateQueue
A map containing scrollbar position data submitted through the controller that is being held temporarily during a second controller round-trip to synchronize the client.
deleteComponentUpdate(ComponentPeer) - Method in class nextapp.echoservlet.OutgoingUpdateQueue
Removes all previously scheduled service updates for services that are descendants of the specified ComponentPeer.
dequeuePaneUpdate() - Method in class nextapp.echoservlet.OutgoingUpdateQueue
Returns all services (panes and windows) that are present on the client and need to be refreshed such that they are in sync with their respective server-side representations.
dequeueWindowClose() - Method in class nextapp.echoservlet.OutgoingUpdateQueue
Returns an iterator over all windows that are presently open on the client and need to be closed.
dequeueWindowLower() - Method in class nextapp.echoservlet.OutgoingUpdateQueue
Returns an iterator over all windows that need to be lowered on the client.
dequeueWindowOpen() - Method in class nextapp.echoservlet.OutgoingUpdateQueue
Returns an iterator over all windows that are presently closed on the client and need to be opened.
dequeueWindowRaise() - Method in class nextapp.echoservlet.OutgoingUpdateQueue
Returns an iterator over all windows that need to be raised on the client.
dequeueWindowTitleUpdate() - Method in class nextapp.echoservlet.OutgoingUpdateQueue
Returns an iterator over all open windows that need to have their titles updated on the client.
dequeueWindowUpdate() - Method in class nextapp.echoservlet.OutgoingUpdateQueue
Returns an iterator over all open windows that need to have their content updated on the client.
doAction() - Method in class nextapp.echoservlet.ControllerInputProcessor
Processes a submission of the controller's form in response to an action by the user.
doGet(HttpServletRequest, HttpServletResponse) - Method in class nextapp.echoservlet.EchoServer
Handles a GET request.
doPost(HttpServletRequest, HttpServletResponse) - Method in class nextapp.echoservlet.EchoServer
Handles a POST request.
doWindowsClosed() - Method in class nextapp.echoservlet.ControllerInputProcessor
Processes a submission of the controller's form in response to windows having been closed by the user.
doWindowsMissing() - Method in class nextapp.echoservlet.ControllerInputProcessor
Processes a submission of the controller's form in response to an inconsistency being found between the windows that should be open on the client and the windows that are actually open.
document - Variable in class nextapp.echoservlet.RenderingContext
The HtmlDocument being rendered.

E

ELEMENT_BR - Static variable in class nextapp.echoservlet.ui.FillerUI
 
EVENT_INITIALIZE - Static variable in class nextapp.echoservlet.HtmlDocument
A script event type for "initialization" tasks.
EVENT_ONLOAD - Static variable in class nextapp.echoservlet.HtmlDocument
A script event type for "onload" tasks.
EVENT_ONUNLOAD - Static variable in class nextapp.echoservlet.HtmlDocument
A script event type for "onunload" tasks.
EXCEPTION_SUPPORT - Static variable in class nextapp.echoservlet.ClientProperties
The property name referencing a boolean indicator as to whether the browser supports exception handling through try/catch blocks.
EchoServer - class nextapp.echoservlet.EchoServer.
Holds global information about an application and handles HTTP requests for an application.
EchoServer() - Constructor for class nextapp.echoservlet.EchoServer
 
EchoServer.MultipartRequestWrapper - interface nextapp.echoservlet.EchoServer.MultipartRequestWrapper.
An interface implemented by a supporting object that will handle multipart/form-data encoded HTTP requests.
EchoServletException - exception nextapp.echoservlet.EchoServletException.
A generic runtime exception to handle circumstances that should almost never happen.
EchoServletException(String) - Constructor for class nextapp.echoservlet.EchoServletException
Creates a new EchoServletException with a description of its cause.
EchoServletException(String, Throwable) - Constructor for class nextapp.echoservlet.EchoServletException
Creates a new EchoServletException with a description of its cause that wraps another exception.
Element - class nextapp.echoservlet.html.Element.
A representation of an HTML element designed to reside in a hierarchy of elements (an HTML document) and be rendered with good performance.
Element(String) - Constructor for class nextapp.echoservlet.html.Element
Creates a new Element of the specified name with a required closing tag.
Element(String, boolean) - Constructor for class nextapp.echoservlet.html.Element
Creates a new Element of the specified name and closing tag requirement.
ElementContent - class nextapp.echoservlet.html.ElementContent.
A representation of an Elements content.
ElementContent() - Constructor for class nextapp.echoservlet.html.ElementContent
Creates a new Element Content object.
ElementNames - class nextapp.echoservlet.html.ElementNames.
Constants for commonly used HTML element names.
ElementNames() - Constructor for class nextapp.echoservlet.html.ElementNames
Non-instantiable class.
ElementNames.Attributes - class nextapp.echoservlet.html.ElementNames.Attributes.
Constants for commonly used HTML attribute names.
ElementNames.Attributes() - Constructor for class nextapp.echoservlet.html.ElementNames.Attributes
Non-instantiable class.
ElementNames.CssAttributes - class nextapp.echoservlet.html.ElementNames.CssAttributes.
Constants for commonly used CSS attribute names.
ElementNames.CssAttributes() - Constructor for class nextapp.echoservlet.html.ElementNames.CssAttributes
Non-instantiable class.
ErrorHandler - class nextapp.echoservlet.ErrorHandler.
An application error handler/logger that will notify the user with both a simple HTML page and JavaScript alert.
ErrorHandler() - Constructor for class nextapp.echoservlet.ErrorHandler
Non-instantiable class.
Extensions - class nextapp.echoservlet.util.Extensions.
Determines ContentType based on file extensions.
Extensions() - Constructor for class nextapp.echoservlet.util.Extensions
Non-instantiable class.
echoInstance - Variable in class nextapp.echoservlet.InstancePeer
The application instance.
elementTypes - Variable in class nextapp.echoservlet.html.Style
 
elements - Variable in class nextapp.echoservlet.ComponentStyle
 
encode(String) - Static method in class nextapp.echoservlet.html.Html
Encodes a string of text into HTML by replacing less than, greater than, ampersand, and quotation mark characters with their HTML escaped equivalents.
encode(String, int) - Static method in class nextapp.echoservlet.html.Html
Encodes a string of text into HTML by replacing less than, greater than, ampersand, and quotation mark characters with their HTML escaped equivalents.
encode(OutputStream) - Method in class nextapp.echoservlet.image.PngEncoder
Encodes the image.
encodeAlpha - Variable in class nextapp.echoservlet.image.PngEncoder
 
encodeQuotedString(String) - Static method in class nextapp.echoservlet.html.Script
Encodes single and double quotation marks found in a String by backslash escaping them.
encodingCorrectionRequired - Variable in class nextapp.echoservlet.ServletEncodingAdapter
Indicates whether character encoding must be corrected on request parameters.
enqueueComponentUpdate(ComponentPeer) - Method in class nextapp.echoservlet.OutgoingUpdateQueue
Causes the service containing the given component to be re-rendered.
enqueuePaneUpdate(ComponentPeer) - Method in class nextapp.echoservlet.OutgoingUpdateQueue
Adds the Service that is responsible for rendering the specified ComponentPeer to the list of services needing to be refreshed.
enqueueWindowClose(WindowUI) - Method in class nextapp.echoservlet.OutgoingUpdateQueue
Removes a window from the application.
enqueueWindowLower(WindowUI) - Method in class nextapp.echoservlet.OutgoingUpdateQueue
Schedules a window to be lowered to the background of the client application.
enqueueWindowOpen(WindowUI) - Method in class nextapp.echoservlet.OutgoingUpdateQueue
Adds a window to the application.
enqueueWindowRaise(WindowUI) - Method in class nextapp.echoservlet.OutgoingUpdateQueue
Adds the specified WindowUI to the list of windows that need to have be raised on the client.
enqueueWindowTitleUpdate(WindowUI) - Method in class nextapp.echoservlet.OutgoingUpdateQueue
Adds the specified WindowUI to the list of windows that need to have their titles updated.
enqueueWindowUpdate(WindowUI) - Method in class nextapp.echoservlet.OutgoingUpdateQueue
Adds the specified WindowUI to the list of windows that need to have their content updated.
equals(Object) - Method in class nextapp.echoservlet.ComponentStyle
 
equals(Object) - Method in class nextapp.echoservlet.Id
 
equals(Object) - Method in class nextapp.echoservlet.util.ContentType
 
errorIdCount - Static variable in class nextapp.echoservlet.ErrorHandler
Error id counter
errorUri - Variable in class nextapp.echoservlet.InstancePeer
The URI to redirect the browser to in the event of an unrecoverable error.
exit(String) - Method in class nextapp.echoservlet.InstancePeer
Exits the application, redirecting an available browser window to the specified URI.
exit() - Method in interface nextapp.echoservlet.ServerContext
Exits the application.
exit(String) - Method in interface nextapp.echoservlet.ServerContext
Exits the application.
exit() - Method in class nextapp.echoservlet.ServerContextImpl
 
exit(String) - Method in class nextapp.echoservlet.ServerContextImpl
 
exiting - Variable in class nextapp.echoservlet.InstancePeer
True when the application is exiting.

F

FALSE - Static variable in class nextapp.echoservlet.ClientProperties
A property value representing boolean false.
FIX_PARAMETER_ENCODING - Static variable in class nextapp.echoservlet.ApplicationProperties
 
FLOW_ORDER_COMPARATOR - Static variable in class nextapp.echoservlet.ui.GridRenderingModel
 
FONT_FAMILY - Static variable in class nextapp.echoservlet.html.ElementNames.CssAttributes
 
FONT_SIZE - Static variable in class nextapp.echoservlet.html.ElementNames.CssAttributes
 
FONT_STYLE - Static variable in class nextapp.echoservlet.html.ElementNames.CssAttributes
 
FONT_WEIGHT - Static variable in class nextapp.echoservlet.html.ElementNames.CssAttributes
 
FORM - Static variable in class nextapp.echoservlet.html.ElementNames
 
FRAME - Static variable in class nextapp.echoservlet.html.ElementNames
 
FRAMESET - Static variable in class nextapp.echoservlet.html.ElementNames
 
FillerUI - class nextapp.echoservlet.ui.FillerUI.
A peer for Filler (strut) components.
FillerUI() - Constructor for class nextapp.echoservlet.ui.FillerUI
 
factory - Static variable in class nextapp.echoservlet.ComponentPeerFactory
The PeerFactory used to create new ComponentPeer instances.
factory - Static variable in class nextapp.echoservlet.image.ImagePeerFactory
 
fieldNames - Variable in class nextapp.echoservlet.Template
 
fieldValues - Variable in class nextapp.echoservlet.VariableData
 
filter(byte[], byte[], byte[], int) - Method in class nextapp.echoservlet.image.PngEncoder.AverageFilter
 
filter(byte[], byte[], byte[], int) - Method in interface nextapp.echoservlet.image.PngEncoder.Filter
Filters the data in a given row of the image.
filter(byte[], byte[], byte[], int) - Method in class nextapp.echoservlet.image.PngEncoder.PaethFilter
 
filter(byte[], byte[], byte[], int) - Method in class nextapp.echoservlet.image.PngEncoder.SubFilter
 
filter(byte[], byte[], byte[], int) - Method in class nextapp.echoservlet.image.PngEncoder.UpFilter
 
filter - Variable in class nextapp.echoservlet.image.PngEncoder
 
flags - Variable in class nextapp.echoservlet.WindowUI
 
flowCell(Grid.Cell) - Method in class nextapp.echoservlet.ui.GridRenderingModel
Grows cells that have a flow property set.
font - Variable in class nextapp.echoservlet.ComponentStyle
 
forComponent(ComponentPeer) - Static method in class nextapp.echoservlet.ComponentStyle
Creates and returns a ComponentStyle object for the provided ComponentPeer.
forComponent(ComponentPeer, boolean) - Static method in class nextapp.echoservlet.ComponentStyle
Creates and returns a ComponentStyle object for the provided ComponentPeer, optionally searching its ancestors to find a background color if it does not provide one.
foreground - Variable in class nextapp.echoservlet.ComponentStyle
 
forwardingStyle - Variable in class nextapp.echoservlet.ComponentStyle
 

G

GridCellUI - class nextapp.echoservlet.ui.GridCellUI.
A peer for Grid.Cell components.
GridCellUI() - Constructor for class nextapp.echoservlet.ui.GridCellUI
 
GridRenderingModel - class nextapp.echoservlet.ui.GridRenderingModel.
A utility class used when rendering Grid components.
GridRenderingModel(Grid) - Constructor for class nextapp.echoservlet.ui.GridRenderingModel
Creates a GridRenderingModel for the specified Grid.
GridRenderingModel.FlowOrderComparator - class nextapp.echoservlet.ui.GridRenderingModel.FlowOrderComparator.
A comparator used to determine the order in which cells will "flow" within a grid to consume empty space.
GridRenderingModel.FlowOrderComparator() - Constructor for class nextapp.echoservlet.ui.GridRenderingModel.FlowOrderComparator
 
GridRenderingModel.OriginCell - class nextapp.echoservlet.ui.GridRenderingModel.OriginCell.
An object used to describe the origin of (top-left coordinate) of a grid cell.
GridRenderingModel.OriginCell(Grid.Cell) - Constructor for class nextapp.echoservlet.ui.GridRenderingModel.OriginCell
Creates a new OriginCell to represent a Grid.Cell during rendering.
GridRenderingModel.PointerCell - class nextapp.echoservlet.ui.GridRenderingModel.PointerCell.
An object used to describe a grid coordinate that is occupied by a multi-row and/or multi-column cell, but is not the origin (top-left cell) of that cell.
GridRenderingModel.PointerCell(GridRenderingModel.OriginCell) - Constructor for class nextapp.echoservlet.ui.GridRenderingModel.PointerCell
Creates a new PointerCell to represent grid coordinates occupied by a given OriginCell.
GridUI - class nextapp.echoservlet.ui.GridUI.
A peer for Grid components.
GridUI() - Constructor for class nextapp.echoservlet.ui.GridUI
 
generateId() - Method in class nextapp.echoservlet.ComponentPeer
 
generateId() - Method in class nextapp.echoservlet.InstancePeer
Generates a unique (to the application) identifier.
get(String) - Method in class nextapp.echoservlet.ApplicationProperties
Returns the value of the specified property as a String.
get(String) - Method in class nextapp.echoservlet.ClientProperties
Returns the specified client property.
get(String) - Method in class nextapp.echoservlet.CookieManager
Returns a cookie with the given name if it is exists or null if it does not.
get(Id) - Method in class nextapp.echoservlet.ServiceRegistry
Returns the service with the specified Id.
get(String) - Method in class nextapp.echoservlet.VariableData
Returns the dynamic content associated with the given key.
getAbnormalExitUri() - Method in interface nextapp.echoservlet.ServerContext
Returns the abnormal exit URI.
getAbnormalExitUri() - Method in class nextapp.echoservlet.ServerContextImpl
 
getAncillaryService() - Method in class nextapp.echoservlet.image.AwtImagePeer
 
getAncillaryService() - Method in class nextapp.echoservlet.image.HttpImagePeer
 
getAncillaryService() - Method in class nextapp.echoservlet.image.ImagePeer
Returns the ancillary service used for rendering this image on the client.
getAncillaryService() - Method in class nextapp.echoservlet.image.ResourceImagePeer
 
getAncillaryService() - Method in class nextapp.echoservlet.image.StreamImagePeer
 
getAncillaryServiceAlias() - Method in class nextapp.echoservlet.ComponentPeer
Returns a unique identifier for an ancillary service.
getApplicationProperties() - Method in class nextapp.echoservlet.EchoServer
Returns the Application Properties for this Echo Servlet.
getApplicationUri() - Method in class nextapp.echoservlet.Connection
Returns the URI of the application.
getApplicationUri() - Method in class nextapp.echoservlet.InstancePeer
Returns the URI from which this application is available.
getAttribute(String) - Method in class nextapp.echoservlet.ComponentStyle
Returns the value of the specified attribute.
getAttribute(String) - Method in class nextapp.echoservlet.html.Element
Returns the value of the given attribute.
getBackground() - Method in class nextapp.echoservlet.ComponentPeer
Returns the background color in which the component will be rendered.
getBackgroundImageUri(Connection) - Method in class nextapp.echoservlet.ui.GridCellUI
Returns the URI of the background image of this grid cell or null if it has no background image.
getBodyElement() - Method in class nextapp.echoservlet.HtmlDocument
Returns the "body" element of the document.
getBoolean(String) - Method in class nextapp.echoservlet.ApplicationProperties
Returns the value of the specified property as a boolean.
getBoolean(String) - Method in class nextapp.echoservlet.ClientProperties
Returns the specified client property as a boolean value.
getBoolean(String) - Method in class nextapp.echoservlet.util.PropertyMap
Returns true if the value identified by key is equal to ""1"".
getCacheIdPrefix() - Method in class nextapp.echoservlet.Connection
Returns a prefix to prepend to cache ids in order to ensure that incorrect cached resources are used by client in the event either the server or the users session has restarted.
getCacheIdPrefix() - Method in class nextapp.echoservlet.InstancePeer
Returns a prefix to prepend to cache ids in order to ensure that incorrect cached resources are used by client in the event either the server or the users session has restarted.
getCause() - Method in class nextapp.echoservlet.EchoServletException
Returns the wrapped exception that caused this exception to be thrown.
getCell() - Method in class nextapp.echoservlet.ui.GridRenderingModel.OriginCell
Returns the Grid.Cell object that this OriginCell is representing during rendering.
getCell(int, int) - Method in class nextapp.echoservlet.ui.GridRenderingModel
Returns the Grid.Cell at the specified coordinate.
getCellHeight() - Method in class nextapp.echoservlet.ui.GridRenderingModel
Returns the height of the specified cell in pixels, or EchoConstants.UNDEFINED_SIZE if it cannot be determined.
getCellHeight(int, int) - Method in class nextapp.echoservlet.ui.GridRenderingModel
Returns the height of the specified cell, or EchoConstants.UNDEFINED_SIZE if it cannot be determined.
getCellType(int, int) - Method in class nextapp.echoservlet.ui.GridRenderingModel
Returns the cell type at the specified coordinate.
getCellWidth(int, int) - Method in class nextapp.echoservlet.ui.GridRenderingModel
Returns the width of the specified cell, or EchoConstants.UNDEFINED_SIZE if it cannot be determined.
getCharacterEncoding() - Method in class nextapp.echoservlet.InstancePeer
Returns the character encoding that will be used when communicating with the client browser.
getCharacterEncoding() - Method in interface nextapp.echoservlet.ServerContext
Returns the character encoding that will be used when communicating with the client.
getCharacterEncoding() - Method in class nextapp.echoservlet.ServerContextImpl
 
getChildCount() - Method in class nextapp.echoservlet.ComponentPeer
Returns the number of visible child components contained in this component.
getChildren() - Method in class nextapp.echoservlet.ComponentPeer
Returns the peers for all of the referenced component's visible children.
getClientErrorService() - Method in class nextapp.echoservlet.InstancePeer
Returns the client error service for this user.
getClientInputProducers() - Method in class nextapp.echoservlet.InstancePeer
Returns an iterator over all registered ClientInputProducerss.
getClientProperties() - Method in class nextapp.echoservlet.InstancePeer
Returns the "client properties" data collected about the client of this InstancePeer.
getClientProperties() - Method in interface nextapp.echoservlet.ServerContext
Returns the client properties data that contains data about the client browser.
getClientProperties() - Method in class nextapp.echoservlet.ServerContextImpl
 
getColorHexValue(Color) - Static method in class nextapp.echoservlet.ComponentStyle
Converts a color to a seven character hexadecimal string of the form #RRGGBB
getColumnCount() - Method in class nextapp.echoservlet.ui.GridRenderingModel
Returns the number of columns in the rendered version of the grid.
getColumnSpan() - Method in class nextapp.echoservlet.ui.GridRenderingModel.OriginCell
Returns the number of columns spanned by the cell.
getColumnSpan(int, int) - Method in class nextapp.echoservlet.ui.GridRenderingModel
Returns the column span of the cell at the specified coordinates in the rendered version of the grid.
getColumnWidth(int) - Method in class nextapp.echoservlet.ui.GridRenderingModel
Returns the rendered width of the given column.
getComponent() - Method in class nextapp.echoservlet.ComponentPeer
Returns the component that is handled by this peer.
getComponentIndex(ComponentPeer, ComponentPeer) - Static method in class nextapp.echoservlet.Controller
Returns the index of the child component in the ComponentPeer.
getConnection() - Method in class nextapp.echoservlet.RenderingContext
Returns the Connection to which this document is being rendered.
getContainingPane(ComponentPeer) - Method in class nextapp.echoservlet.InstancePeer
Returns the PaneUI in which the given ComponentPeer is contained.
getContainingWindow(ComponentPeer) - Method in class nextapp.echoservlet.InstancePeer
Returns the WindowUI in which the given ComponentPeer is contained.
getContentPanes() - Method in class nextapp.echoservlet.InstancePeer
Returns an iterator over all registered content panes.
getContentType() - Method in class nextapp.echoservlet.StaticBinary
Returns the content type.
getContentType() - Method in class nextapp.echoservlet.StaticText
Returns the content type.
getContentType() - Method in class nextapp.echoservlet.Template
Returns the content type.
getController() - Method in class nextapp.echoservlet.InstancePeer
Returns this instance's Controller service.
getControllerFieldValue() - Method in interface nextapp.echoservlet.ControllerFieldInitialState
Returns the value that will be rendered in the component's hidden state element in the controller form.
getControllerFieldValue() - Method in class nextapp.echoservlet.ui.CheckBoxUI
 
getControllerFieldValue() - Method in class nextapp.echoservlet.ui.RadioButtonUI
 
getCookieManager() - Method in class nextapp.echoservlet.InstancePeer
Returns the CookieManager used by this instance.
getCookieManager() - Method in interface nextapp.echoservlet.ServerContext
Returns the CookieManager instance for the application.
getCookieManager() - Method in class nextapp.echoservlet.ServerContextImpl
 
getDefaultExitUri() - Method in interface nextapp.echoservlet.ServerContext
Returns the default exit URI.
getDefaultExitUri() - Method in class nextapp.echoservlet.ServerContextImpl
 
getDefaultLocale(HttpServletRequest) - Method in class nextapp.echoservlet.EchoServer
Returns the default locale based on the request.
getDefaultStateImageUri(RenderingContext, boolean) - Method in class nextapp.echoservlet.ui.CheckBoxUI
 
getDefaultStateImageUri(RenderingContext, boolean) - Method in class nextapp.echoservlet.ui.RadioButtonUI
 
getDefaultStateImageUri(RenderingContext, boolean) - Method in class nextapp.echoservlet.ui.ToggleButtonUI
Returns the URI of the default image used to represent the toggle button's state.
getDefaultWindowId() - Method in class nextapp.echoservlet.InstancePeer
Returns the Id of the application's default window.
getDelayedInputUpdateMap() - Method in class nextapp.echoservlet.IncomingUpdateQueue
Returns the delayed input update map, which holds input data from a controller request that requires a second round-trip to the browser.
getDelayedScrollPositionUpdateMap() - Method in class nextapp.echoservlet.IncomingUpdateQueue
Returns the delayed scrollbar position update map, which holds scrollbar position data from a controller request that requires a second round-trip to the browser.
getDocument() - Method in class nextapp.echoservlet.RenderingContext
Returns the HtmlDocument being rendered.
getElement(RenderingContext, AbstractButtonUI) - Static method in class nextapp.echoservlet.ui.ButtonRenderer
Returns an Element containing an HTML representation of the provided button.
getErrorUri() - Method in class nextapp.echoservlet.InstancePeer
Returns the URI the client is directed to in the event of an unrecoverable error.
getExtensionContentType(String) - Static method in class nextapp.echoservlet.util.Extensions
Returns the content type associated with the specified extension.
getFileNameContentType(String) - Static method in class nextapp.echoservlet.util.Extensions
Returns the content type associated with the provided file name.
getFlags() - Method in class nextapp.echoservlet.WindowUI
Returns the flags enabled on this window.
getFont() - Method in class nextapp.echoservlet.ComponentPeer
Returns the font in which the component will be rendered.
getForeground() - Method in class nextapp.echoservlet.ComponentPeer
Returns the foreground color in which the component will be rendered.
getForwardingPane() - Method in class nextapp.echoservlet.ContainerPaneUI
Returns the pane that this pane is "forwarding" requests to.
getGroupId() - Method in class nextapp.echoservlet.ui.RadioButtonUI
Returns the Id of the ButtonGroup.
getHeadElement() - Method in class nextapp.echoservlet.HtmlDocument
Returns the <head> element of the document.
getHorizontalAlignment() - Method in interface nextapp.echoservlet.Alignment
Returns the horizontal alignment of a represented component.
getHorizontalAlignment() - Method in class nextapp.echoservlet.ui.AbstractButtonUI
 
getHorizontalAlignment() - Method in class nextapp.echoservlet.ui.LabelUI
 
getHorizontalAlignment() - Method in class nextapp.echoservlet.ui.PanelUI
 
getId() - Method in class nextapp.echoservlet.CacheableServiceWrapper
 
getId() - Method in interface nextapp.echoservlet.ClientInputProducer
Returns the Id of the input producing ComponentPeer.
getId() - Method in class nextapp.echoservlet.ComponentHierarchyViewer
 
getId() - Method in class nextapp.echoservlet.ComponentPeer
Returns the Id by which this peer is identified on the client.
getId() - Method in class nextapp.echoservlet.Controller
 
getId() - Method in class nextapp.echoservlet.Initializer
 
getId() - Method in interface nextapp.echoservlet.PaneUI
Returns the underlying Service Id for the pane.
getId() - Method in interface nextapp.echoservlet.Service
Returns a unique identifier for this service.
getId() - Method in class nextapp.echoservlet.StaticBinary
 
getId() - Method in class nextapp.echoservlet.StaticText
 
getId() - Method in class nextapp.echoservlet.Template
 
getId() - Method in class nextapp.echoservlet.UnknownIdService
 
getId() - Method in class nextapp.echoservlet.image.AwtImagePeer
 
getId() - Method in class nextapp.echoservlet.image.ResourceImagePeer
 
getId() - Method in class nextapp.echoservlet.image.StreamImagePeer
 
getIdParameter(String) - Method in class nextapp.echoservlet.Connection
Returns the specified request parameter as an Id value.
getImage(String) - Method in class nextapp.echoservlet.image.ImageManager
Returns an image managed by this ImageManager, identified by imageName.
getImageCount() - Method in class nextapp.echoservlet.image.ImageManager
Returns the number of images managed by this ImageManager.
getImageName(Id) - Static method in class nextapp.echoservlet.ClientObjects
Returns the JavaScript name of the image identified by the given Id.
getImageNames() - Method in class nextapp.echoservlet.image.ImageManager
Returns an Iterator over the names of images managed by this ImageManager.
getImagePeer(ImageReference) - Method in class nextapp.echoservlet.image.ImageRepository
Returns an image peer for the specified image.
getImageReference() - Method in class nextapp.echoservlet.image.ImagePeer
Returns the underlying image reference.
getImageRepository() - Method in class nextapp.echoservlet.InstancePeer
Returns the image repository.
getImageUri(Connection, String) - Method in class nextapp.echoservlet.image.ImageManager
Returns the URI of the image with provided name.
getIncomingUpdateQueue() - Method in class nextapp.echoservlet.InstancePeer
Returns the application's incoming update queue.
getInstance() - Method in class nextapp.echoservlet.InstancePeer
Returns the EchoInstance object this peer supports.
getInstancePeer() - Method in class nextapp.echoservlet.ComponentPeer
Returns the InstancePeer with which this peer is associated.
getInstancePeer() - Method in class nextapp.echoservlet.Connection
Returns the InstancePeer associated with this connection.
getInteger(String) - Method in class nextapp.echoservlet.ApplicationProperties
Returns the value of the specified property as an integer.
getInteger(String) - Method in class nextapp.echoservlet.util.PropertyMap
Returns the value identified by key as an int if it the value is numeric.
getLocalCookieMap() - Method in class nextapp.echoservlet.CookieManager
Creates a new local cookie set, copying the client cookies array into it.
getMarginTdElement(int) - Method in class nextapp.echoservlet.ui.TriCellTable
Returns the specified margin element.
getMimeType() - Method in class nextapp.echoservlet.util.ContentType
Returns the MIME type.
getMultipartRequestWrapper() - Static method in class nextapp.echoservlet.EchoServer
Returns the multipart/form-data encoded HTTP request handler.
getName() - Method in class nextapp.echoservlet.ComponentStyle
Returns the name of the style.
getName() - Method in class nextapp.echoservlet.html.Element
Returns the name of the element.
getObjectName(Id) - Static method in class nextapp.echoservlet.ClientObjects
Returns the JavaScript name of the component identified by the given Id.
getOnChangeScript() - Method in class nextapp.echoservlet.ui.ListBoxUI
Returns the JavaScript method call that will be invoked when the state of the list box is altered by the user.
getOrientation(int, int) - Static method in class nextapp.echoservlet.ui.TriCellTable
Translates horizontal and vertical orientation constants from the nextapp.echo.EchoContstants class into the constants used by TriCellTable: LEFT_RIGHT RIGHT_LEFT TOP_BOTTOM BOTTOM_TOP
getOriginCell() - Method in class nextapp.echoservlet.ui.GridRenderingModel.PointerCell
Returns the represented OriginCell.
getOutgoingUpdateQueue() - Method in class nextapp.echoservlet.InstancePeer
Returns the application's outgoing update queue.
getOutputStream() - Method in class nextapp.echoservlet.Connection
Returns the OutputStream object that may be used to generate a response.
getParameter(String) - Method in class nextapp.echoservlet.Connection
Returns the value of the HTTP parameter associated with the given name.
getParameter(ServletRequest, String, String) - Method in class nextapp.echoservlet.ServletEncodingAdapter
Returns a parameter value from a ServletRequest, performing any necessary character encoding corrections.
getParameterNames() - Method in class nextapp.echoservlet.Connection
Returns an enumeration of all parameter names passed in the request.
getParent() - Method in class nextapp.echoservlet.ComponentPeer
Returns the peer of the associated component's component.
getPeer(Component) - Method in class nextapp.echoservlet.ComponentPeer
Returns the peer of the specified component.
getPeer(Component) - Method in class nextapp.echoservlet.InstancePeer
Returns the ComponentPeer that corresponds to the given Component.
getPeer(Id) - Method in class nextapp.echoservlet.InstancePeer
Returns the ComponentPeer that corresponds to the given Id.
getPeerClass(Class) - Method in class nextapp.echoservlet.util.PeerFactory
Returns the peer class associated for the given object class.
getPointerCell() - Method in class nextapp.echoservlet.ui.GridRenderingModel.OriginCell
Returns the PointerCell that will be used in the cellArray grid to indicate which coordinates are occupied by this occupied by this cells row- and column-spanning.
getRecency() - Method in class nextapp.echoservlet.image.ImagePeer
Returns the recency value of this peer.
getRequest() - Method in class nextapp.echoservlet.Connection
Returns the HttpServletRequest wrapped by this Connection.
getResource(String) - Static method in class nextapp.echoservlet.util.Resource
An internal method used to retrieve a resource as a ByteArrayOutputStream.
getResourceAsByteArray(String) - Static method in class nextapp.echoservlet.util.Resource
Retrieves the specified resource as an array of bytes.
getResourceAsString(String) - Static method in class nextapp.echoservlet.util.Resource
Retrieves the specified resource as a String.
getResponse() - Method in class nextapp.echoservlet.Connection
Returns the HttpServletResponse wrapped by this Connection.
getRoot() - Method in class nextapp.echoservlet.ui.ButtonRenderer
Returns the root element of the hierarchy of elements that will visually represent the button.
getRootPaneUI() - Method in class nextapp.echoservlet.WindowUI
Returns the PaneUI of the WindowUI's content.
getRowCount() - Method in class nextapp.echoservlet.ui.GridRenderingModel
Returns the number of rows in the rendered version of the grid.
getRowHeight(int) - Method in class nextapp.echoservlet.ui.GridRenderingModel
Returns the rendered height of the given row.
getRowSpan() - Method in class nextapp.echoservlet.ui.GridRenderingModel.OriginCell
Returns the number of rows spanned by the cell.
getRowSpan(int, int) - Method in class nextapp.echoservlet.ui.GridRenderingModel
Returns the row span of the cell at the specified coordinates in the rendered version of the grid.
getSafeInvokeService() - Method in class nextapp.echoservlet.InstancePeer
Returns the service that renders the script containing the safeInvoke() method.
getScriptAction(RenderingContext) - Method in class nextapp.echoservlet.ui.AbstractButtonUI
Returns JavaScript code that will be executed when the button is clicked.
getScriptAction(RenderingContext) - Method in class nextapp.echoservlet.ui.ButtonUI
 
getScriptAction(RenderingContext) - Method in class nextapp.echoservlet.ui.CheckBoxUI
 
getScriptAction(RenderingContext) - Method in class nextapp.echoservlet.ui.RadioButtonUI
 
getScriptAdjustWindowZIndices(Connection) - Method in class nextapp.echoservlet.Controller
Returns a JavaScript method call which will adjust the Z-indices of raised and lowered windows.
getScriptChangeFrameContent(Connection) - Method in class nextapp.echoservlet.Controller
Produces a JavaScript method invocation string which will cause the client to update the content of one or more frames based on the OutgoingUpdateQueue's collection of frames that require updates.
getScriptChangeWindowContent(Connection) - Method in class nextapp.echoservlet.Controller
Produces a JavaScript method invocation string which will cause the client to update the root content of one or more windows based on the OutgoingUpdateQueue's collection of windows that require updates.
getScriptCloseWindow(WindowUI) - Method in class nextapp.echoservlet.Controller
Returns a string containing a JavaScript method call that will cause a window to close.
getScriptCustomStateIconToggleRollover(Connection, String, String, String, String, String) - Static method in class nextapp.echoservlet.ui.ToggleButtonUI
Returns the necessary script to produce a button rollover effect.
getScriptHandleUnload() - Static method in class nextapp.echoservlet.WindowUI
Returns a line of JavaScript code that will invoke the window unload handler.
getScriptImageSwap(Connection, Id, String) - Static method in class nextapp.echoservlet.ui.ImageSwapScript
Returns the JavaScript necessary to dynamically change an image that exists in the client browser to the one specified in newImageUri.
getScriptInitClientModel() - Method in class nextapp.echoservlet.WindowUI
Returns the script necessary to initialize the "ClientModel" JavaScript object.
getScriptOpenWindow(Connection, WindowUI) - Method in class nextapp.echoservlet.Controller
Returns a string containing a JavaScript method call that will cause a new window to open.
getScriptRollover(Connection, String, String, String) - Static method in class nextapp.echoservlet.ui.RolloverScript
Returns the necessary script to produce a button rollover effect.
getScriptSetAction(String, String) - Static method in class nextapp.echoservlet.ContentPaneUI
Returns the JavaScript method call necessary to send an action command.
getScriptSetParameter(String, String) - Static method in class nextapp.echoservlet.ContentPaneUI
Returns the JavaScript method call necessary to store a parameter in the Controller frame's hidden form.
getScriptSetWindowTitles() - Method in class nextapp.echoservlet.Controller
Returns a string containing a JavaScript method call that will cause windows to have their titles changed.
getScriptVerifyClientState(boolean) - Method in class nextapp.echoservlet.Controller
Returns a string containing a JavaScript method call that will cause the client to verify that the windows it has open are the same as the windows the server wants open.
getScrolling() - Method in class nextapp.echoservlet.ContainerPaneUI
 
getScrolling() - Method in class nextapp.echoservlet.ContentPaneUI
 
getScrolling() - Method in class nextapp.echoservlet.HttpPaneUI
 
getScrolling() - Method in interface nextapp.echoservlet.PaneUI
Returns the scrolling property of the pane.
getSelectedId() - Method in class nextapp.echoservlet.ui.RadioButtonUI
Returns the Id of the selected button in the ButtonGroup.
getSequenceNumber() - Method in class nextapp.echoservlet.InstancePeer
Returns the sequence number of the last successfully processed request from the client controller frame.
getServer() - Method in class nextapp.echoservlet.Connection
Returns the EchoServer wrapped by this Connection.
getServiceRegistry() - Method in class nextapp.echoservlet.InstancePeer
Returns the ServiceRegistry that is used by this instance to hold all Service objects available to it.
getServiceUri(Connection, Service) - Static method in class nextapp.echoservlet.ClientObjects
Returns the URI of the specified service in relation to the specified Connection.
getServiceUriQuery(Service) - Static method in class nextapp.echoservlet.ClientObjects
Returns a query parameter used in a URI specifying a service.
getServletConfig() - Method in class nextapp.echoservlet.InstancePeer
Returns the ServletConfig object containing that the servlet container sent to the EchoServer's init() method (EchoServer extends HttpServlet).
getServletConfig() - Method in interface nextapp.echoservlet.ServerContext
Returns the ServletConfig object provided to the EchoServer when it was initialized.
getServletConfig() - Method in class nextapp.echoservlet.ServerContextImpl
 
getServletEncodingAdapter() - Method in class nextapp.echoservlet.EchoServer
Returns the ServletEncodingAdapter object that serves this EchoServer.
getSession() - Method in class nextapp.echoservlet.InstancePeer
Returns the HttpSession object to which this instance peer is bound, or null if is not bound to a session.
getSession() - Method in interface nextapp.echoservlet.ServerContext
Returns the HTTP session that in which the Echo application is held.
getSession() - Method in class nextapp.echoservlet.ServerContextImpl
 
getSessionExpirationUri(String) - Method in class nextapp.echoservlet.EchoServer
Returns the URI that should be redirected to in the event a user's session within an Echo application expires.
getStateId() - Method in class nextapp.echoservlet.ui.RadioButtonUI
 
getStateId() - Method in class nextapp.echoservlet.ui.ToggleButtonUI
Returns the Id of the controller input field in which the ToggleButton's state is to be stored.
getStateImageUri(RenderingContext, boolean) - Method in class nextapp.echoservlet.ui.ToggleButtonUI
Returns the URI of the image that will be used to represent state for this particular toggle button.
getString(String) - Method in class nextapp.echoservlet.util.PropertyMap
Returns the value identified by key as a String if it is one, otherwise throws a ClassCastException.
getStyle() - Method in class nextapp.echoservlet.ui.TextComponentUI
Returns a ComponentStyle object suitable for this component.
getTdElement(int) - Method in class nextapp.echoservlet.ui.TriCellTable
Returns the specified container element.
getTerminationUri() - Method in class nextapp.echoservlet.InstancePeer
Returns null if the application does not desire to exit or a URI to direct the browser to if the application does desire to exit.
getTokenValue(String) - Static method in class nextapp.echoservlet.util.Version
Returns a best guess translation of a string to an integer.
getType() - Method in class nextapp.echoservlet.image.PngEncoder.AverageFilter
 
getType() - Method in interface nextapp.echoservlet.image.PngEncoder.Filter
Returns the PNG type code for the filter.
getType() - Method in class nextapp.echoservlet.image.PngEncoder.PaethFilter
 
getType() - Method in class nextapp.echoservlet.image.PngEncoder.SubFilter
 
getType() - Method in class nextapp.echoservlet.image.PngEncoder.UpFilter
 
getUri(Connection) - Method in class nextapp.echoservlet.ContainerPaneUI
 
getUri(Connection) - Method in class nextapp.echoservlet.ContentPaneUI
 
getUri(Connection) - Method in class nextapp.echoservlet.HttpPaneUI
 
getUri(Connection) - Method in interface nextapp.echoservlet.PaneUI
Returns the URI from which the pane's service may be rendered.
getUri(Connection) - Method in class nextapp.echoservlet.image.AwtImagePeer
 
getUri(Connection) - Method in class nextapp.echoservlet.image.HttpImagePeer
 
getUri(Connection) - Method in class nextapp.echoservlet.image.ImagePeer
Returns the URI required to reference this image from a document rendered by the given Connection.
getUri(Connection) - Method in class nextapp.echoservlet.image.ResourceImagePeer
 
getUri(Connection) - Method in class nextapp.echoservlet.image.StreamImagePeer
 
getUserPrincipal() - Method in class nextapp.echoservlet.InstancePeer
Returns the principal (user) of this application.
getUserPrincipal() - Method in interface nextapp.echoservlet.ServerContext
Returns the principal (user) of the application.
getUserPrincipal() - Method in class nextapp.echoservlet.ServerContextImpl
 
getVariableData() - Method in class nextapp.echoservlet.Connection
Returns the VariableData associated with this Connection.
getVariableData() - Method in class nextapp.echoservlet.InstancePeer
Returns the VariableData object used by this instance peer when rendering templated services.
getVersion() - Method in interface nextapp.echoservlet.CacheableService
Returns the version of the service to be retrieved.
getVersion() - Method in class nextapp.echoservlet.CacheableServiceWrapper
 
getVersion() - Method in class nextapp.echoservlet.Controller
 
getVersion() - Method in class nextapp.echoservlet.StaticBinary
Returns zero to indicate that the content will never change.
getVersion() - Method in class nextapp.echoservlet.StaticText
Returns zero to indicate that the content will never change.
getVersion() - Method in class nextapp.echoservlet.image.AwtImagePeer
 
getVersion() - Method in class nextapp.echoservlet.image.ResourceImagePeer
 
getVersion() - Method in class nextapp.echoservlet.image.StreamImagePeer
 
getVerticalAlignment() - Method in interface nextapp.echoservlet.Alignment
Returns the vertical alignment of a represented component.
getVerticalAlignment() - Method in class nextapp.echoservlet.ui.AbstractButtonUI
 
getVerticalAlignment() - Method in class nextapp.echoservlet.ui.LabelUI
 
getVerticalAlignment() - Method in class nextapp.echoservlet.ui.PanelUI
 
getWindows() - Method in class nextapp.echoservlet.InstancePeer
Returns an iterator of all registered windows.
getWrappedRequest(HttpServletRequest) - Method in interface nextapp.echoservlet.EchoServer.MultipartRequestWrapper
Returns a replacement HttpServletRequest object that may be used to handle a multipart/form-data encoded HTTP request.
getWriter() - Method in class nextapp.echoservlet.Connection
Returns the PrintWriter object that may be used to generate a response.
grid - Variable in class nextapp.echoservlet.ui.GridRenderingModel
 

H

HEAD - Static variable in class nextapp.echoservlet.html.ElementNames
 
HEIGHT - Static variable in class nextapp.echoservlet.html.ElementNames.Attributes
 
HOST - Static variable in class nextapp.echoservlet.ClientProperties
The property name referencing the hostname the client is contacting.
HREF - Static variable in class nextapp.echoservlet.html.ElementNames.Attributes
 
HTML - Static variable in class nextapp.echoservlet.html.ElementNames
 
HTML_1 - Static variable in class nextapp.echoservlet.ErrorHandler
The first segment of the "template" used to display the HTML error page.
HTML_2 - Static variable in class nextapp.echoservlet.ErrorHandler
The second segment of the "template" used to display the HTML error page.
HTML_3 - Static variable in class nextapp.echoservlet.ErrorHandler
The third segment of the "template" used to display the HTML error page.
HTML_4 - Static variable in class nextapp.echoservlet.ErrorHandler
The fourth segment of the "template" used to display the HTML error page.
Html - class nextapp.echoservlet.html.Html.
Encodes text strings into HTML.
Html() - Constructor for class nextapp.echoservlet.html.Html
Non-instantiable class.
HtmlDocument - class nextapp.echoservlet.HtmlDocument.
A representation of an HTML document.
HtmlDocument(Connection, Element) - Constructor for class nextapp.echoservlet.HtmlDocument
Creates a new instance rendered through the specified connection and containing body as its root content element.
HtmlElements - class nextapp.echoservlet.HtmlElements.
A utility class that provides methods for creating commonly used HTML elements.
HtmlElements() - Constructor for class nextapp.echoservlet.HtmlElements
Non-instantiable class
HttpImagePeer - class nextapp.echoservlet.image.HttpImagePeer.
An image peer for HttpImageReferences.
HttpImagePeer() - Constructor for class nextapp.echoservlet.image.HttpImagePeer
Default constructor.
HttpPaneUI - class nextapp.echoservlet.HttpPaneUI.
A peer object for HttpPanes.
HttpPaneUI() - Constructor for class nextapp.echoservlet.HttpPaneUI
Creates a new HttpPaneUI.
hasAlpha(Image) - Static method in class nextapp.echoservlet.image.ImageToBufferedImage
 
hasPeer(Component) - Method in class nextapp.echoservlet.InstancePeer
Determines whether the specified component has a peer.
hashCode() - Method in class nextapp.echoservlet.ComponentStyle
 
hashCode() - Method in class nextapp.echoservlet.Id
 
head - Variable in class nextapp.echoservlet.HtmlDocument
 
height - Variable in class nextapp.echoservlet.image.PngEncoder
 
hexValue(byte[]) - Static method in class nextapp.echoservlet.Id
Converts the sepecified byte array into a hexdecimal String.
hexValue(int) - Static method in class nextapp.echoservlet.Id
Converts an integer to an eight-byte hexadecimal String.

I

ICON_IMAGE - Static variable in class nextapp.echoservlet.ui.AbstractButtonUI
A constant used to identify the default icon for the in the ImageManager.
ID - Static variable in class nextapp.echoservlet.ComponentHierarchyViewer
 
ID - Static variable in class nextapp.echoservlet.Controller
 
ID - Static variable in class nextapp.echoservlet.Initializer
The Id of this service
ID - Static variable in class nextapp.echoservlet.html.ElementNames.Attributes
 
IDAT - Static variable in class nextapp.echoservlet.image.PngEncoder
 
ID_STRING - Static variable in class nextapp.echoservlet.EchoServer
The app container name and version, as well as the framework name and version.
IEND - Static variable in class nextapp.echoservlet.image.PngEncoder
 
IFRAME - Static variable in class nextapp.echoservlet.html.ElementNames
 
IHDR - Static variable in class nextapp.echoservlet.image.PngEncoder
 
IMAGE_GIF - Static variable in class nextapp.echoservlet.util.ContentType
 
IMAGE_JPEG - Static variable in class nextapp.echoservlet.util.ContentType
 
IMAGE_NAME_PREFIX - Static variable in class nextapp.echoservlet.ClientObjects
The standard prefix prepended to image names.
IMAGE_PNG - Static variable in class nextapp.echoservlet.util.ContentType
 
IMAGE_SWAP_SCRIPT - Static variable in interface nextapp.echoservlet.resource.ResourceNames
 
IMG - Static variable in class nextapp.echoservlet.html.ElementNames
 
INDENT - Static variable in class nextapp.echoservlet.html.Script
 
INDENT_STRING - Static variable in interface nextapp.echoservlet.html.Renderable
A string which will be used to indent the document.
INITIAL_CAPACITY - Static variable in class nextapp.echoservlet.image.ImageManager
 
INITIAL_WINDOW_HAS_MENU_BAR - Static variable in class nextapp.echoservlet.ClientProperties
The property name referencing whether the initial browser window had a menu bar.
INITIAL_WINDOW_HAS_STATUS_BAR - Static variable in class nextapp.echoservlet.ClientProperties
The property name referencing whether the initial browser window had a status bar.
INITIAL_WINDOW_HAS_TOOL_BAR - Static variable in class nextapp.echoservlet.ClientProperties
The property name referencing whether the initial browser window had a tool bar.
INITIAL_WINDOW_HEIGHT - Static variable in class nextapp.echoservlet.ClientProperties
The property name referencing the height of the initial browser window.
INITIAL_WINDOW_WIDTH - Static variable in class nextapp.echoservlet.ClientProperties
The property name referencing the width of the initial browser window.
INIT_FRAME_SCRIPT - Static variable in interface nextapp.echoservlet.resource.ResourceNames
 
INPUT - Static variable in class nextapp.echoservlet.html.ElementNames
 
INSTANCE_PEER_SESSION_KEY_PREFIX - Static variable in class nextapp.echoservlet.Connection
The prefix that will be used to determine the key name under which the application will be stored in HttpSession.
INT_TRANSLATOR_CHANNEL_MAP - Static variable in class nextapp.echoservlet.image.PngEncoder
 
INVERTED - Static variable in class nextapp.echoservlet.ui.TriCellTable
 
Id - class nextapp.echoservlet.Id.
A unique identifier.
Id() - Constructor for class nextapp.echoservlet.Id
Creates a new identifier.
Id(String) - Constructor for class nextapp.echoservlet.Id
Creates a new identifier from a string.
ImageManager - class nextapp.echoservlet.image.ImageManager.
Manages the images referenced by a ComponentPeer.
ImageManager(ComponentPeer) - Constructor for class nextapp.echoservlet.image.ImageManager
Creates an image manager for the specified component.
ImagePeer - class nextapp.echoservlet.image.ImagePeer.
A base class from which all image peers are derived.
ImagePeer() - Constructor for class nextapp.echoservlet.image.ImagePeer
Default constructor.
ImagePeerFactory - class nextapp.echoservlet.image.ImagePeerFactory.
Creates peer objects for images.
ImagePeerFactory() - Constructor for class nextapp.echoservlet.image.ImagePeerFactory
Non-instantiable class
ImageRepository - class nextapp.echoservlet.image.ImageRepository.
A caching repository of image peers.
ImageRepository(InstancePeer) - Constructor for class nextapp.echoservlet.image.ImageRepository
Creates a new ImageRepository.
ImageSwapScript - class nextapp.echoservlet.ui.ImageSwapScript.
A utility class that wraps JavaScript code required to swap images in HTML pages on the client without server interaction.
ImageSwapScript() - Constructor for class nextapp.echoservlet.ui.ImageSwapScript
Non-instantiable class.
ImageToBufferedImage - class nextapp.echoservlet.image.ImageToBufferedImage.
 
ImageToBufferedImage() - Constructor for class nextapp.echoservlet.image.ImageToBufferedImage
Non-instantiable class.
IncomingUpdateQueue - class nextapp.echoservlet.IncomingUpdateQueue.
Manages incoming updates from the client.
IncomingUpdateQueue() - Constructor for class nextapp.echoservlet.IncomingUpdateQueue
Constructor for IncomingUpdateQueue.
Initializer - class nextapp.echoservlet.Initializer.
The service is responsible for initializing applications.
Initializer() - Constructor for class nextapp.echoservlet.Initializer
Creates an Initializer service.
InstancePeer - class nextapp.echoservlet.InstancePeer.
A peer object for an user instance of an Echo application.
InstancePeer(EchoInstance, String) - Constructor for class nextapp.echoservlet.InstancePeer
Creates a new instance peer for the provided instance.
InvalidClientStateException - exception nextapp.echoservlet.InvalidClientStateException.
An exception used in processing a request from the client indicating that the client is in an invalid state.
InvalidClientStateException(String) - Constructor for class nextapp.echoservlet.InvalidClientStateException
Creates a new invalid client state exception.
id - Variable in class nextapp.echoservlet.CacheableServiceWrapper
 
id - Variable in class nextapp.echoservlet.ComponentPeer
The Id of the component peer.
id - Variable in class nextapp.echoservlet.ComponentStyle
 
id - Variable in class nextapp.echoservlet.StaticBinary
 
id - Variable in class nextapp.echoservlet.StaticText
 
id - Variable in class nextapp.echoservlet.Template
 
id - Variable in class nextapp.echoservlet.html.Style
 
id - Variable in class nextapp.echoservlet.image.AwtImagePeer
 
id - Variable in class nextapp.echoservlet.image.ResourceImagePeer
 
id - Variable in class nextapp.echoservlet.image.StreamImagePeer
 
id - Variable in class nextapp.echoservlet.ui.ButtonRenderer
 
idMap - Variable in class nextapp.echoservlet.InstancePeer
A mapping between ids and component peers.
image - Variable in class nextapp.echoservlet.image.PngEncoder
 
imageManager - Variable in class nextapp.echoservlet.ContentPaneUI
An image manager that will handle the background image of the content pane if one is used.
imageManager - Variable in class nextapp.echoservlet.ui.AbstractButtonUI
The image manager that will handle images for the button, including custom state images for toggle buttons.
imageManager - Variable in class nextapp.echoservlet.ui.GridCellUI
 
imageManager - Variable in class nextapp.echoservlet.ui.LabelUI
An image manager that will handle the label's icon.
imageRef - Variable in class nextapp.echoservlet.image.ImagePeer
A reference to the represented ImageReference
imageRepository - Variable in class nextapp.echoservlet.InstancePeer
A repository of the ImagePeers used by this InstancePeer.
imageUpdate(ImageUpdateEvent) - Method in class nextapp.echoservlet.image.AwtImagePeer
 
imageUpdate(ImageUpdateEvent) - Method in class nextapp.echoservlet.image.StreamImagePeer
 
imageUpdate(ImageUpdateEvent) - Method in class nextapp.echoservlet.ui.AbstractButtonUI
 
imageUpdate(ImageUpdateEvent) - Method in class nextapp.echoservlet.ui.GridCellUI
 
imageUpdate(ImageUpdateEvent) - Method in class nextapp.echoservlet.ui.LabelUI
 
images - Variable in class nextapp.echoservlet.image.ImageManager
A map that maps image names to image peers.
incomingUpdateQueue - Variable in class nextapp.echoservlet.Controller
 
incomingUpdateQueue - Variable in class nextapp.echoservlet.ControllerInputProcessor
 
incomingUpdateQueue - Variable in class nextapp.echoservlet.InstancePeer
Changes incoming from the client.
incrementSequenceNumber() - Method in class nextapp.echoservlet.InstancePeer
Increments the value of the controller frame sequence number by one.
indexOf(Object) - Method in class nextapp.echoservlet.html.Element
Returns the index of the specified object if it is a child of this Element.
indexOf(Object) - Method in class nextapp.echoservlet.html.ElementContent
Returns the index of the specified object if it is a child of this ElementContent object.
init(ServletConfig) - Method in class nextapp.echoservlet.EchoServer
 
init() - Method in class nextapp.echoservlet.InstancePeer
Initializes this InstancePeer, causing the represented EchoInstance to also initialize.
initializationEvents - Variable in class nextapp.echoservlet.HtmlDocument
 
initialized - Variable in class nextapp.echoservlet.InstancePeer
A flag indicating whether initialization has taken place (whether the init() method has been invoked).
inputBpp - Variable in class nextapp.echoservlet.image.PngEncoder
 
inputPeers - Variable in class nextapp.echoservlet.ControllerInputProcessor
 
inputPixelQueue - Variable in class nextapp.echoservlet.image.PngEncoder.ByteTranslator
 
inputPixelQueue - Variable in class nextapp.echoservlet.image.PngEncoder.IntTranslator
 
instancePeer - Variable in class nextapp.echoservlet.ComponentPeer
The InstancePeer of the application.
instancePeer - Variable in class nextapp.echoservlet.Connection
Reference to the application's InstancePeer, may be null under initialization conditions.
instancePeer - Variable in class nextapp.echoservlet.Controller
 
instancePeer - Variable in class nextapp.echoservlet.ControllerInputProcessor
 
instancePeer - Variable in class nextapp.echoservlet.OutgoingUpdateQueue
The InstancePeer with which this OutgoingUpdateQueue is associated.
instancePeer - Variable in class nextapp.echoservlet.ServerContextImpl
 
instancePeer - Variable in class nextapp.echoservlet.image.ImageRepository
 
instancePeerSessionKey - Variable in class nextapp.echoservlet.Connection
The session key with holds the instance peer as its value.
isBinary() - Method in class nextapp.echoservlet.util.ContentType
Returns true if the content type is binary.
isCursorOnNewLine() - Method in class nextapp.echoservlet.HtmlDocument
Returns the if the browser's "rendering cursor" is at the beginning of a new line.
isDebugInteractiveControllerEnabled() - Method in class nextapp.echoservlet.Connection
Returns true if the interactive controller debug feature is enabled.
isDebugVerboseLoggingEnabled() - Method in class nextapp.echoservlet.Connection
Returns true if the verbose logging debug feature is enabled.
isDelayed() - Method in class nextapp.echoservlet.IncomingUpdateQueue
Returns true if the UpdateQueue is currently delayed due to a client-server resynchronization.
isExiting() - Method in class nextapp.echoservlet.InstancePeer
Returns true if the application is exiting and should have therefore have its session invalidated.
isNewRequest() - Method in class nextapp.echoservlet.ControllerInputProcessor
Determines whether the request to the controller is new by comparing its sequence number to that of the server.
isPaneUpdateRequired() - Method in class nextapp.echoservlet.OutgoingUpdateQueue
Returns true if there are services that need to be refreshed on the client.
isSticky() - Method in class nextapp.echoservlet.html.Element
Determines whether the elment is "sticky" Sticky elements will be rendered immediately after and adjacent to the previous element (without whitespace).
isUserInRole(String) - Method in class nextapp.echoservlet.InstancePeer
Returns true if the user of the application is in the specified role.
isUserInRole(String) - Method in interface nextapp.echoservlet.ServerContext
Returns true if the application's user is in the specified role.
isUserInRole(String) - Method in class nextapp.echoservlet.ServerContextImpl
 
isWindowCloseRequired() - Method in class nextapp.echoservlet.OutgoingUpdateQueue
Returns true if there are windows on the client that need to be closed.
isWindowLowerRequired() - Method in class nextapp.echoservlet.OutgoingUpdateQueue
Returns true if there are windows that need to be lowered to the background of the screen.
isWindowOpenRequired() - Method in class nextapp.echoservlet.OutgoingUpdateQueue
Returns true if there are windows that need to be opened on the client.
isWindowRaiseRequired() - Method in class nextapp.echoservlet.OutgoingUpdateQueue
Returns true if there are windows that need to be raised to the foreground of the screen.
isWindowTitleUpdateRequired() - Method in class nextapp.echoservlet.OutgoingUpdateQueue
Returns true if there are windows that need their titles updated on the client.
isWindowUpdateRequired() - Method in class nextapp.echoservlet.OutgoingUpdateQueue
Returns true if there are windows that need their content updated on the client.
iterator() - Method in class nextapp.echoservlet.CookieManager
Returns an iterator over all present cookies.

J

JS_VERSION - Static variable in class nextapp.echoservlet.ClientProperties
The property name referencing the browser's highest supported JavaScript version.
JavaScriptCompressor - class nextapp.echoservlet.util.JavaScriptCompressor.
Compresses the size of JavaScript resource files by removing comments and white space.
JavaScriptCompressor() - Constructor for class nextapp.echoservlet.util.JavaScriptCompressor
Non-instantiable class.

L

LABEL_IMAGE - Static variable in class nextapp.echoservlet.ui.LabelUI
A string that will indentify the label's icon in the ImageManager.
LEFT_RIGHT - Static variable in class nextapp.echoservlet.ui.TriCellTable
 
LINE_FEED - Static variable in class nextapp.echoservlet.util.JavaScriptCompressor
 
LIST_BOX_SCRIPT - Static variable in interface nextapp.echoservlet.resource.ResourceNames
 
LabelUI - class nextapp.echoservlet.ui.LabelUI.
A peer for Label components.
LabelUI() - Constructor for class nextapp.echoservlet.ui.LabelUI
 
LayoutStrut - class nextapp.echoservlet.LayoutStrut.
A utility class used to create image elements of various sizes that referencing a blank image generating service.
LayoutStrut() - Constructor for class nextapp.echoservlet.LayoutStrut
Non-instantiable class.
ListBoxUI - class nextapp.echoservlet.ui.ListBoxUI.
A peer for ListBox components.
ListBoxUI() - Constructor for class nextapp.echoservlet.ui.ListBoxUI
 
lastFreeMemory - Static variable in class nextapp.echoservlet.Connection
The amount of free memory available.
linkStyleName - Variable in class nextapp.echoservlet.ui.ButtonRenderer
 
loadPeer(ImageReference) - Method in class nextapp.echoservlet.image.ImageRepository
Retreives an image peer from the cache for the specified image.
loadPeerBindings(String) - Static method in class nextapp.echoservlet.EchoServer
Loads peer bindings for additional components.
localCookieMap - Variable in class nextapp.echoservlet.CookieManager
Contains the Echo applications "working copy" of the cookies.
lowerWindow(WindowUI) - Method in class nextapp.echoservlet.InstancePeer
Lowers the specified window to the background.
loweredWindows - Variable in class nextapp.echoservlet.OutgoingUpdateQueue
A set containing WindowUIs that need to be lowered on the client.

M

MARKERSTRING - Static variable in class nextapp.echoservlet.Template
 
MENU_BAR - Static variable in class nextapp.echoservlet.WindowUI
 
META - Static variable in class nextapp.echoservlet.html.ElementNames
 
META_GENERATOR - Static variable in class nextapp.echoservlet.HtmlDocument
The generator meta tag.
MSIE - Static variable in class nextapp.echoservlet.ClientProperties
An app name substring that identifies Microsoft Internet Explorer browsers.
MULTIPART_FORM_DATA - Static variable in class nextapp.echoservlet.util.ContentType
 
marginTds - Variable in class nextapp.echoservlet.ui.TriCellTable
 
meetsRequirement(String, String) - Static method in class nextapp.echoservlet.util.Version
Tests to see if a version number meets or exceeds a requirement.
middle - Static variable in class nextapp.echoservlet.Id
 
mimeType - Variable in class nextapp.echoservlet.util.ContentType
 
multipartRequestWrapper - Static variable in class nextapp.echoservlet.EchoServer
The handler of multipart/form-data encoded HTTP requests.
mutableRequestEncoding - Variable in class nextapp.echoservlet.ServletEncodingAdapter
Indicates whether the servlet container supports the ServletRequest.setCharacterEncoding() method.

N

NAME - Static variable in class nextapp.echoservlet.html.ElementNames.Attributes
 
NETSCAPE - Static variable in class nextapp.echoservlet.ClientProperties
An app name substring that identifies Netscape browsers.
NEWLINE_REMOVE - Static variable in class nextapp.echoservlet.html.Html
 
NEWLINE_TO_BR - Static variable in class nextapp.echoservlet.html.Html
 
NEWLINE_TO_SPACE - Static variable in class nextapp.echoservlet.html.Html
 
NEWLINE_TRANSPARENT - Static variable in class nextapp.echoservlet.html.Html
 
name - Variable in class nextapp.echoservlet.html.Element
 
newInstance() - Method in class nextapp.echoservlet.EchoServer
A method to be provided by the derived class that will return a new EchoInstance (an instance of an Echo application).
nextComponentId - Variable in class nextapp.echoservlet.InstancePeer
The next id value assigned to a component.
nextId - Variable in class nextapp.echoservlet.HtmlDocument
 
nextapp.echoservlet - package nextapp.echoservlet
Provides the core functionality of the Echo Application Container.
nextapp.echoservlet.html - package nextapp.echoservlet.html
Provides functionality for creating and working with HTML documents and elements.
nextapp.echoservlet.image - package nextapp.echoservlet.image
Provides functionality for working with images to the application container and component renderers.
nextapp.echoservlet.resource - package nextapp.echoservlet.resource
Provides functionality for accessing static and templated JavaScript, HTML and image resources used by the Application Container.
nextapp.echoservlet.ui - package nextapp.echoservlet.ui
Provides ComponentPeers and utilities to handle browser client interaction and rendering for built-in Echo components.
nextapp.echoservlet.util - package nextapp.echoservlet.util
Provides general utilities classes that are used by the Application Container.

O

ONCLICK - Static variable in class nextapp.echoservlet.html.ElementNames.Attributes
 
ONMOUSEOUT - Static variable in class nextapp.echoservlet.html.ElementNames.Attributes
 
ONMOUSEOVER - Static variable in class nextapp.echoservlet.html.ElementNames.Attributes
 
OPERA - Static variable in class nextapp.echoservlet.ClientProperties
An app name substring that identifies Opera browsers.
OPTION - Static variable in class nextapp.echoservlet.html.ElementNames
 
OutgoingUpdateQueue - class nextapp.echoservlet.OutgoingUpdateQueue.
Manages outgoing updates to the client.
OutgoingUpdateQueue(InstancePeer) - Constructor for class nextapp.echoservlet.OutgoingUpdateQueue
Creates a new OutgoingUpdateQueue for the specified InstancePeer.
onloadEvents - Variable in class nextapp.echoservlet.HtmlDocument
 
onunloadEvents - Variable in class nextapp.echoservlet.HtmlDocument
 
openedWindows - Variable in class nextapp.echoservlet.OutgoingUpdateQueue
A set containing WindowUI's that need to be opened on the client.
originCell - Variable in class nextapp.echoservlet.ui.GridRenderingModel.PointerCell
 
outgoingUpdateQueue - Variable in class nextapp.echoservlet.Controller
 
outgoingUpdateQueue - Variable in class nextapp.echoservlet.ControllerInputProcessor
 
outgoingUpdateQueue - Variable in class nextapp.echoservlet.InstancePeer
Content that needs to be re-rendered.
outputBpp - Variable in class nextapp.echoservlet.image.PngEncoder
 

P

PAETH_FILTER - Static variable in class nextapp.echoservlet.image.PngEncoder
 
PAETH_FILTER_TYPE - Static variable in class nextapp.echoservlet.image.PngEncoder
 
PARAMETER_DETECT_COMPLETE - Static variable in class nextapp.echoservlet.Initializer
The HTTP form parameter name used by the client detection script to indicate client detection information has been retrieved.
PARAMETER_ID - Static variable in class nextapp.echoservlet.ClientObjects
The standard prefix prepended to Ids.
PARAMETER_INPUT_PREFIX - Static variable in class nextapp.echoservlet.Controller
 
PARAMETER_INPUT_PREFIX_LENGTH - Static variable in class nextapp.echoservlet.Controller
 
PARAMETER_PANE_SCROLL_POSITION_PREFIX - Static variable in class nextapp.echoservlet.Controller
 
PARAMETER_PANE_SCROLL_POSITION_PREFIX_LENGTH - Static variable in class nextapp.echoservlet.Controller
 
PARAMETER_REQUEST_DATA - Static variable in class nextapp.echoservlet.Controller
 
PARAMETER_REQUEST_TYPE - Static variable in class nextapp.echoservlet.Controller
 
PARAMETER_SEQUENCE_NUMBER - Static variable in class nextapp.echoservlet.Controller
 
PERCENT_UNITS - Static variable in class nextapp.echoservlet.ComponentStyle
A unit suffix for percent units.
PERCENT_UNITS - Static variable in class nextapp.echoservlet.html.Style
A unit suffix for percent units.
PIXEL_UNITS - Static variable in class nextapp.echoservlet.ComponentStyle
A unit suffix for pixel units.
PIXEL_UNITS - Static variable in class nextapp.echoservlet.html.Style
A unit suffix for pixel units.
PLTE - Static variable in class nextapp.echoservlet.image.PngEncoder
 
POINT_UNITS - Static variable in class nextapp.echoservlet.ComponentStyle
A unit suffix for point units.
POINT_UNITS - Static variable in class nextapp.echoservlet.html.Style
A unit suffix for point units.
POST_ERROR_TEXT - Static variable in class nextapp.echoservlet.ErrorHandler
Text that follows the error message
PRE_ERROR_TEXT - Static variable in class nextapp.echoservlet.ErrorHandler
Text that preceeds the error message
PaneUI - interface nextapp.echoservlet.PaneUI.
An interface implemented by services that may be held in a ContainerPane.
PanelUI - class nextapp.echoservlet.ui.PanelUI.
A peer for Panel components.
PanelUI() - Constructor for class nextapp.echoservlet.ui.PanelUI
 
PeerFactory - class nextapp.echoservlet.util.PeerFactory.
Generates "peer" objects for objects based on associations.
PeerFactory() - Constructor for class nextapp.echoservlet.util.PeerFactory
Creates a new PeerFactory.
PeerFactory(String) - Constructor for class nextapp.echoservlet.util.PeerFactory
Creates a new PeerFactory with initial associations.
PeerFactory.PeerFactoryException - exception nextapp.echoservlet.util.PeerFactory.PeerFactoryException.
An exception used to describe a problem that was encountered loading a peer object.
PeerFactory.PeerFactoryException(String) - Constructor for class nextapp.echoservlet.util.PeerFactory.PeerFactoryException
Creates a PeerFactoryException.
PngEncoder - class nextapp.echoservlet.image.PngEncoder.
Encodes a java.awt.Image into PNG format.
PngEncoder(Image, boolean, PngEncoder.Filter, int) - Constructor for class nextapp.echoservlet.image.PngEncoder
Creates a PNG encoder for an image.
PngEncoder.AverageFilter - class nextapp.echoservlet.image.PngEncoder.AverageFilter.
An implementation of an "Average" filter.
PngEncoder.AverageFilter() - Constructor for class nextapp.echoservlet.image.PngEncoder.AverageFilter
 
PngEncoder.ByteTranslator - class nextapp.echoservlet.image.PngEncoder.ByteTranslator.
Translates byte-based rasters.
PngEncoder.ByteTranslator() - Constructor for class nextapp.echoservlet.image.PngEncoder.ByteTranslator
 
PngEncoder.Filter - interface nextapp.echoservlet.image.PngEncoder.Filter.
An interface for PNG filters.
PngEncoder.IntTranslator - class nextapp.echoservlet.image.PngEncoder.IntTranslator.
Translates integer-based rasters.
PngEncoder.IntTranslator() - Constructor for class nextapp.echoservlet.image.PngEncoder.IntTranslator
 
PngEncoder.PaethFilter - class nextapp.echoservlet.image.PngEncoder.PaethFilter.
An implementation of a "Paeth" filter.
PngEncoder.PaethFilter() - Constructor for class nextapp.echoservlet.image.PngEncoder.PaethFilter
 
PngEncoder.SubFilter - class nextapp.echoservlet.image.PngEncoder.SubFilter.
An implementation of a "Sub" filter.
PngEncoder.SubFilter() - Constructor for class nextapp.echoservlet.image.PngEncoder.SubFilter
 
PngEncoder.Translator - interface nextapp.echoservlet.image.PngEncoder.Translator.
An interface for translators, which translate pixel data from a writable raster into an R/G/B/A ordering required by the PNG specification.
PngEncoder.UpFilter - class nextapp.echoservlet.image.PngEncoder.UpFilter.
An implementation of an "Up" filter.
PngEncoder.UpFilter() - Constructor for class nextapp.echoservlet.image.PngEncoder.UpFilter
 
PropertyMap - class nextapp.echoservlet.util.PropertyMap.
A Map that is generated from a properties file.
PropertyMap(String) - Constructor for class nextapp.echoservlet.util.PropertyMap
Create a PropertyMap
paneUpdates - Variable in class nextapp.echoservlet.OutgoingUpdateQueue
A set containing all services that need to be refreshed on the client.
pointerCell - Variable in class nextapp.echoservlet.ui.GridRenderingModel.OriginCell
 
process() - Method in class nextapp.echoservlet.Connection
Retrieves and executes the appropriate Service requested by the client browser.
process(Connection) - Static method in class nextapp.echoservlet.ControllerInputProcessor
Processes the request to the controller.
process(HttpServletRequest, HttpServletResponse) - Method in class nextapp.echoservlet.EchoServer
Handles an HTTP request to the EchoServer.
process(InstancePeer, HttpServletRequest, HttpServletResponse, HttpServlet, Exception) - Static method in class nextapp.echoservlet.ErrorHandler
Renders an error page and shuts down the application.
processException(InstancePeer, HttpServletRequest, HttpServletResponse, Exception) - Method in class nextapp.echoservlet.EchoServer
Processes an exception which occurred during an invocation of the process() method.
properties - Variable in class nextapp.echoservlet.ApplicationProperties
 
properties - Variable in class nextapp.echoservlet.ClientProperties
A mapping of property names to property values.
propertyChange(PropertyChangeEvent) - Method in class nextapp.echoservlet.ContainerPaneUI
 
propertyChange(PropertyChangeEvent) - Method in class nextapp.echoservlet.ContentPaneUI
 
propertyChange(PropertyChangeEvent) - Method in class nextapp.echoservlet.HttpPaneUI
 
propertyChange(PropertyChangeEvent) - Method in class nextapp.echoservlet.InstancePeer
Handler for PropertyChangeEvents.
propertyChange(PropertyChangeEvent) - Method in class nextapp.echoservlet.WindowUI
 
propertyChange(PropertyChangeEvent) - Method in class nextapp.echoservlet.ui.AbstractButtonUI
 
propertyChange(PropertyChangeEvent) - Method in class nextapp.echoservlet.ui.ContainerUI
 
propertyChange(PropertyChangeEvent) - Method in class nextapp.echoservlet.ui.GridCellUI
 
propertyChange(PropertyChangeEvent) - Method in class nextapp.echoservlet.ui.GridUI
 
propertyChange(PropertyChangeEvent) - Method in class nextapp.echoservlet.ui.LabelUI
 
propertyChange(PropertyChangeEvent) - Method in class nextapp.echoservlet.ui.ListBoxUI
 
propertyChange(PropertyChangeEvent) - Method in class nextapp.echoservlet.ui.PanelUI
 
propertyChange(PropertyChangeEvent) - Method in class nextapp.echoservlet.ui.SelectFieldUI
 
propertyChange(PropertyChangeEvent) - Method in class nextapp.echoservlet.ui.TableHeaderUI
 
propertyChange(PropertyChangeEvent) - Method in class nextapp.echoservlet.ui.TableUI
 
propertyChange(PropertyChangeEvent) - Method in class nextapp.echoservlet.ui.TextComponentUI
 
propertyChange(PropertyChangeEvent) - Method in class nextapp.echoservlet.ui.ToggleButtonUI
 
pseudonyms - Variable in class nextapp.echoservlet.ComponentStyle
 
pseudonyms - Variable in class nextapp.echoservlet.html.Style
 

R

RADIO_BUTTON_OFF - Static variable in interface nextapp.echoservlet.resource.ResourceNames
 
RADIO_BUTTON_ON - Static variable in interface nextapp.echoservlet.resource.ResourceNames
 
REDUCTION_SIZE - Static variable in class nextapp.echoservlet.image.ImageRepository
 
REFERRER - Static variable in class nextapp.echoservlet.ClientProperties
The property name referencing the URI that referred the client browser to the Echo application.
REMOTE_ADDR - Static variable in class nextapp.echoservlet.ClientProperties
The property name referencing the client machine's IP Address
REMOTE_HOST - Static variable in class nextapp.echoservlet.ClientProperties
The property name referencing the client machine's fully qualified host name.
REQUEST_TYPE_ACTION - Static variable in class nextapp.echoservlet.Controller
A parameter that is provided on the request URI when the controller's form is being submitted in response to an action by the user.
REQUEST_TYPE_STATE_VALID - Static variable in class nextapp.echoservlet.Controller
An acknowledgement from the client that the state of the client is valid.
REQUEST_TYPE_SYNCHRONIZE - Static variable in class nextapp.echoservlet.Controller
A parameter that is provided on the request URI when the controller's form is being submitted on a synchronize request.
REQUEST_TYPE_WINDOWS_CLOSED - Static variable in class nextapp.echoservlet.Controller
A parameter that is provided on the request URI when the controller's form is being submitted in response to one or more windows being closed, by way of their close buttons having been clicked.
REQUEST_TYPE_WINDOWS_MISSING - Static variable in class nextapp.echoservlet.Controller
A parameter that is provided on the request URI when the controller's form is being submitted in response to the controller's script having found an inconsistency between the windows that should be open on the client and the windows that actually are open on the client.
REQUEST_TYPE_WINDOW_UNLOAD - Static variable in class nextapp.echoservlet.Controller
A parameter that is provided on the request URI when the controller's form is being submitted in response to a window unloading.
RESOURCE_PATH - Static variable in interface nextapp.echoservlet.resource.ResourceNames
 
RIGHT_LEFT - Static variable in class nextapp.echoservlet.ui.TriCellTable
 
ROLLOVER_ICON_IMAGE - Static variable in class nextapp.echoservlet.ui.AbstractButtonUI
A constant used to identify the rollover icon for the in the ImageManager.
ROLLOVER_SCRIPT - Static variable in interface nextapp.echoservlet.resource.ResourceNames
 
ROLLOVER_SELECTED_ICON_IMAGE - Static variable in class nextapp.echoservlet.ui.ToggleButtonUI
A constant used to identify the rollover selected icon for the in the ImageManager.
RadioButtonUI - class nextapp.echoservlet.ui.RadioButtonUI.
A peer for RadioButton components.
RadioButtonUI() - Constructor for class nextapp.echoservlet.ui.RadioButtonUI
 
Renderable - interface nextapp.echoservlet.html.Renderable.
An interface for an entity which may be rendered as part of an HTML document.
RenderingContext - class nextapp.echoservlet.RenderingContext.
An object that is passed to Component Peers as they are being rendered that holds pertinent information: The Connection the peer is to be rendered to and the HtmlDocument the peer will be rendered in.
RenderingContext(Connection, HtmlDocument) - Constructor for class nextapp.echoservlet.RenderingContext
Creates a rendering context.
Resource - class nextapp.echoservlet.util.Resource.
Provides functionality for obtaining text and binary resource files.
Resource() - Constructor for class nextapp.echoservlet.util.Resource
Non-instantiable class.
Resource.ResourceException - exception nextapp.echoservlet.util.Resource.ResourceException.
A RuntimeException exception that will be thrown in the event that problems are encountered obtaining a resource.
Resource.ResourceException(String) - Constructor for class nextapp.echoservlet.util.Resource.ResourceException
Creates a resource exception.
ResourceImagePeer - class nextapp.echoservlet.image.ResourceImagePeer.
An image peer for ResourceImageReferences.
ResourceImagePeer() - Constructor for class nextapp.echoservlet.image.ResourceImagePeer
Default constructor.
ResourceNames - interface nextapp.echoservlet.resource.ResourceNames.
A container of resource name constants.
RolloverScript - class nextapp.echoservlet.ui.RolloverScript.
A utility class that wraps JavaScript code required to create mouse rollover effects in HTML pages on the client without server interaction.
RolloverScript() - Constructor for class nextapp.echoservlet.ui.RolloverScript
Non-instantiable class
raiseWindow(WindowUI) - Method in class nextapp.echoservlet.InstancePeer
Raises the specified window to the foreground.
raisedWindows - Variable in class nextapp.echoservlet.OutgoingUpdateQueue
A set containing WindowUIs that need to be raised on the client.
raster - Variable in class nextapp.echoservlet.image.PngEncoder
 
recency - Variable in class nextapp.echoservlet.image.ImagePeer
A value assigned by the ImageRepository to indicate how recently the image peer has been used.
redraw() - Method in class nextapp.echoservlet.ComponentPeer
Requests that the component be redrawn on the client.
redraw(ComponentPeer) - Method in class nextapp.echoservlet.InstancePeer
Causes the service containing the given component to be re-rendered.
reduce() - Method in class nextapp.echoservlet.image.ImageRepository
Reduces the number of cached image peers by removing those that have not been used recently.
reduceColumns() - Method in class nextapp.echoservlet.ui.GridRenderingModel
Removes empty columns that are spanned across in every row of the grid.
reduceRows() - Method in class nextapp.echoservlet.ui.GridRenderingModel
Removes empty rows that are spanned across in every column of the grid.
ref2peer - Variable in class nextapp.echoservlet.image.ImageRepository
 
register(Component) - Method in class nextapp.echoservlet.InstancePeer
Registers a component.
registerAncillaryServices() - Method in class nextapp.echoservlet.ComponentPeer
Registers all ancillary services used by this component peer with the application container's service registry.
registered() - Method in class nextapp.echoservlet.ComponentPeer
Called when the component is registered.
registered() - Method in class nextapp.echoservlet.ContainerPaneUI
 
registered() - Method in class nextapp.echoservlet.ContentPaneUI
 
registered() - Method in class nextapp.echoservlet.HttpPaneUI
 
registered() - Method in class nextapp.echoservlet.WindowUI
 
registered() - Method in class nextapp.echoservlet.image.AwtImagePeer
 
registered() - Method in class nextapp.echoservlet.image.ImagePeer
Called to notify the image peer that it has been registered to an image.
registered() - Method in class nextapp.echoservlet.image.StreamImagePeer
 
registered() - Method in class nextapp.echoservlet.ui.AbstractButtonUI
 
registered() - Method in class nextapp.echoservlet.ui.ContainerUI
 
registered() - Method in class nextapp.echoservlet.ui.GridCellUI
 
registered() - Method in class nextapp.echoservlet.ui.GridUI
 
registered() - Method in class nextapp.echoservlet.ui.LabelUI
 
registered() - Method in class nextapp.echoservlet.ui.ListBoxUI
 
registered() - Method in class nextapp.echoservlet.ui.PanelUI
 
registered() - Method in class nextapp.echoservlet.ui.SelectFieldUI
 
registered() - Method in class nextapp.echoservlet.ui.TableHeaderUI
 
registered() - Method in class nextapp.echoservlet.ui.TableUI
 
registered() - Method in class nextapp.echoservlet.ui.TextComponentUI
 
registered() - Method in class nextapp.echoservlet.ui.ToggleButtonUI
 
remove(String) - Method in class nextapp.echoservlet.CookieManager
Removes the specified cookie.
remove(Component, boolean) - Method in class nextapp.echoservlet.InstancePeer
Recursively removes a component and its descendants from the InstancePeer by unregistering their peer objects and removing the InstancePeer from their lists of property change listeners.
remove(Service) - Method in class nextapp.echoservlet.ServiceRegistry
Removes a service from the registry.
remove(Service, String) - Method in class nextapp.echoservlet.ServiceRegistry
Removes an aliased service from the registry.
removeAllImages() - Method in class nextapp.echoservlet.image.ImageManager
Removes all images.
removeAncillaryService(Service) - Method in class nextapp.echoservlet.ComponentPeer
Removes an ancillary service from this ComponentPeer.
removeBoxComments(StringBuffer) - Static method in class nextapp.echoservlet.util.JavaScriptCompressor
Remove Box comments.
removeCharacterAfterAnother(StringBuffer, char, char) - Static method in class nextapp.echoservlet.util.JavaScriptCompressor
Removes a character after another.
removeCharacterBeforeAnother(StringBuffer, char, char) - Static method in class nextapp.echoservlet.util.JavaScriptCompressor
Removes one character before another.
removeConnection(Connection) - Method in class nextapp.echoservlet.InstancePeer
Removes an active connection from the internal list of connections.
removeLineComments(StringBuffer) - Static method in class nextapp.echoservlet.util.JavaScriptCompressor
Removes line comments.
removeMultipleCharacters(StringBuffer, char) - Static method in class nextapp.echoservlet.util.JavaScriptCompressor
Removes duplicated characters.
render(RenderingContext, Element) - Method in class nextapp.echoservlet.ComponentPeer
A method that should be overridden for the ComponentPeer to produce HTML output.
render(Connection) - Method in class nextapp.echoservlet.Controller
Render a "normal" copy of the controller frame, with instuctions to synchronize the state of the client with that of the server.
render(PrintWriter) - Method in class nextapp.echoservlet.HtmlDocument
Renders the entire document to the specified PrintWriter.
render(PrintWriter) - Method in class nextapp.echoservlet.html.Element
Renders this element and its children to a PrintWriter.
render(PrintWriter, int, boolean) - Method in class nextapp.echoservlet.html.Element
Renders this element and its children to a PrintWriter.
render(PrintWriter, int, boolean) - Method in class nextapp.echoservlet.html.ElementContent
 
render(PrintWriter, int, boolean) - Method in interface nextapp.echoservlet.html.Renderable
Renders the renderable object to the given PrintWriter.
render(PrintWriter, int, boolean) - Method in class nextapp.echoservlet.html.Script
 
render(PrintWriter, int, boolean) - Method in class nextapp.echoservlet.html.Style
Renders this style to the given PrintWriter.
render(RenderingContext, Element) - Method in class nextapp.echoservlet.ui.AbstractButtonUI
 
render(RenderingContext, Element) - Method in class nextapp.echoservlet.ui.ContainerUI
 
render(RenderingContext, Element) - Method in class nextapp.echoservlet.ui.FillerUI
 
render(RenderingContext, Element) - Method in class nextapp.echoservlet.ui.GridCellUI
 
render(RenderingContext, Element) - Method in class nextapp.echoservlet.ui.GridUI
 
render(RenderingContext, Element) - Method in class nextapp.echoservlet.ui.LabelUI
 
render(RenderingContext, Element) - Method in class nextapp.echoservlet.ui.ListBoxUI
 
render(RenderingContext, Element) - Method in class nextapp.echoservlet.ui.PanelUI
 
render(RenderingContext, Element) - Method in class nextapp.echoservlet.ui.SelectFieldUI
 
render(RenderingContext, Element) - Method in class nextapp.echoservlet.ui.TableUI
 
render(RenderingContext, Element) - Method in class nextapp.echoservlet.ui.TextAreaUI
 
render(RenderingContext, Element) - Method in class nextapp.echoservlet.ui.TextFieldUI
 
renderClass(PrintWriter, String, String, Map) - Method in class nextapp.echoservlet.html.Style
Renders a class element of the style to the given PrintWriter.
renderComponentData(Connection, Element, Component) - Method in class nextapp.echoservlet.ComponentHierarchyViewer
Renders information about a particular component, and then recursively calls itself on the component's children.
renderContainerPaneUIData(Connection, Element, ContainerPaneUI) - Method in class nextapp.echoservlet.ComponentHierarchyViewer
Renders special data pertinent to container panes.
renderShutdown(Connection) - Method in class nextapp.echoservlet.Controller
Renders output for the case where the application needs to shutdown and redirect to a different URI.
renderedActive - Variable in class nextapp.echoservlet.ui.AbstractButtonUI
Indicates whether the button was most recently rendered enabled.
renderedActive - Variable in class nextapp.echoservlet.ui.ListBoxUI
Indicates whether the component was most recently rendered editable and enabled.
renderedActive - Variable in class nextapp.echoservlet.ui.SelectFieldUI
Indicates whether the component was most recently rendered editable and enabled.
renderedActive - Variable in class nextapp.echoservlet.ui.TextComponentUI
Indicates whether the component was most recently rendered editable and enabled.
replace(String, String, String) - Static method in class nextapp.echoservlet.util.StringUtil
Searches for specified text within a string and replaces occurrences with new text.
replaceCRWithLF(String) - Static method in class nextapp.echoservlet.util.JavaScriptCompressor
Replaces all Carriage Return characters with a Line Feeds.
replaceCtrlWithSpaces(StringBuffer) - Static method in class nextapp.echoservlet.util.JavaScriptCompressor
Replaces all Control characters except Linefeeds with Spaces.
request - Variable in class nextapp.echoservlet.Connection
Reference to the HTTP request object wrapped by this Connection.
requestType - Variable in class nextapp.echoservlet.ControllerInputProcessor
 
response - Variable in class nextapp.echoservlet.Connection
Reference to the HTTP response object wrapped by this Connection.
restart() - Method in class nextapp.echoservlet.InstancePeer
Restarts application by suspending to applciation's own URI.
retrieveCookies(HttpServletRequest) - Method in class nextapp.echoservlet.CookieManager
Retrieves cookies from a client HTTP request and stores them in the CookieManager.
retrieveService(Id) - Method in class nextapp.echoservlet.Connection
Returns the service that corresponds to the specified Id.
rolloverStyleName - Variable in class nextapp.echoservlet.ui.ButtonRenderer
 
root - Variable in class nextapp.echoservlet.ui.ButtonRenderer
 
rootScripts - Variable in class nextapp.echoservlet.HtmlDocument
 
rowCount - Variable in class nextapp.echoservlet.ui.GridRenderingModel
 
rowHeights - Variable in class nextapp.echoservlet.ui.GridRenderingModel
 
rowHeightsUsePercentUnits - Variable in class nextapp.echoservlet.ui.GridRenderingModel
 
rowMapping - Variable in class nextapp.echoservlet.ui.GridRenderingModel
 
rowSpan - Variable in class nextapp.echoservlet.ui.GridRenderingModel.OriginCell
 
rowWidth - Variable in class nextapp.echoservlet.image.PngEncoder.ByteTranslator
 

S

SAFE_INVOKE_DEFAULT_SCRIPT - Static variable in interface nextapp.echoservlet.resource.ResourceNames
 
SAFE_INVOKE_EXCEPTION_SUPPORT_SCRIPT - Static variable in interface nextapp.echoservlet.resource.ResourceNames
 
SCREEN_HEIGHT - Static variable in class nextapp.echoservlet.ClientProperties
The property name referencing the client machine's vertical screen resolution.
SCREEN_WIDTH - Static variable in class nextapp.echoservlet.ClientProperties
The property name referencing the client machine's horizontal screen resolution.
SCRIPT - Static variable in class nextapp.echoservlet.html.ElementNames
 
SCROLLING_ALWAYS - Static variable in interface nextapp.echoservlet.PaneUI
A scrolling attribute indicating that scrollbars should always be displayed.
SCROLLING_AUTO - Static variable in interface nextapp.echoservlet.PaneUI
A scrolling attribute indicating that scrollbars should be displayed if necessary.
SCROLLING_NEVER - Static variable in interface nextapp.echoservlet.PaneUI
A scrolling attribute indicating that scrollbars should never be displayed.
SELECT - Static variable in class nextapp.echoservlet.html.ElementNames
 
SELECTED_ICON_IMAGE - Static variable in class nextapp.echoservlet.ui.ToggleButtonUI
A constant used to identify the selected icon for the in the ImageManager.
SELECT_FIELD_SCRIPT - Static variable in interface nextapp.echoservlet.resource.ResourceNames
 
SERVICE_BLANK_DOCUMENT - Static variable in class nextapp.echoservlet.EchoServer
A blank HTML page, suitable for filling empty ContainerPanes, etc.
SERVICE_BLANK_PIXEL - Static variable in class nextapp.echoservlet.LayoutStrut
The blank pixel generating service
SERVICE_CHECK_BOX_OFF - Static variable in class nextapp.echoservlet.ui.CheckBoxUI
A service that renders the default deselected check box image.
SERVICE_CHECK_BOX_ON - Static variable in class nextapp.echoservlet.ui.CheckBoxUI
A service that renders the default selected check box image.
SERVICE_CLIENT_DETECT - Static variable in class nextapp.echoservlet.Initializer
The client detection service.
SERVICE_CLIENT_ERROR_SCRIPT - Static variable in class nextapp.echoservlet.EchoServer
 
SERVICE_CLIENT_MODEL_SCRIPT - Static variable in class nextapp.echoservlet.WindowUI
The service containing the ClientModel script.
SERVICE_COLLECTIONS_SCRIPT - Static variable in class nextapp.echoservlet.EchoServer
The JavaScript include which provides collections-framework-like functionality to JavaScript objects.
SERVICE_COMPONENT_HIERARCHY_VIEWER - Static variable in class nextapp.echoservlet.Controller
 
SERVICE_CONTENT_PANE_SCRIPT - Static variable in class nextapp.echoservlet.ContentPaneUI
A JavaScript include that contains functionality required for content panes, such as functions that input and action components will use to notify the server of updated state.
SERVICE_CONTROLLER_DEBUG_SCRIPT - Static variable in class nextapp.echoservlet.Controller
A JavaScript service containing debugging methods.
SERVICE_CONTROLLER_SCRIPT - Static variable in class nextapp.echoservlet.Controller
A JavaScript service containing methods used by the Controller.
SERVICE_CSS_SWAP_SCRIPT - Static variable in class nextapp.echoservlet.ui.CssSwapScript
A service containing JavaScript code used to swap CSS styles on the client.
SERVICE_IMAGE_SWAP_SCRIPT - Static variable in class nextapp.echoservlet.ui.ImageSwapScript
A service containing JavaScript code used to swap images on the client.
SERVICE_INITIALIZER - Static variable in class nextapp.echoservlet.EchoServer
The service responsible for initializing applications
SERVICE_INIT_FRAME_SCRIPT - Static variable in class nextapp.echoservlet.HtmlDocument
 
SERVICE_LIST_BOX_SCRIPT - Static variable in class nextapp.echoservlet.ui.ListBoxUI
A service that will provide the JavaScript used to manage a list box's state.
SERVICE_RADIO_BUTTON_OFF - Static variable in class nextapp.echoservlet.ui.RadioButtonUI
A service that renders the default deselected radio button image.
SERVICE_RADIO_BUTTON_ON - Static variable in class nextapp.echoservlet.ui.RadioButtonUI
A service that renders the default selected radio button image.
SERVICE_ROLLOVER_SCRIPT - Static variable in class nextapp.echoservlet.ui.RolloverScript
A service containing JavaScript code used to create rollover effects.
SERVICE_SAFE_INVOKE_DEFAULT - Static variable in class nextapp.echoservlet.EchoServer
The default safe method invocation service
SERVICE_SAFE_INVOKE_EXCEPTION_SUPPORT - Static variable in class nextapp.echoservlet.EchoServer
The safe method invocation service for browsers that support exception handling using try/catch/finally blocks.
SERVICE_SELECT_FIELD_SCRIPT - Static variable in class nextapp.echoservlet.ui.SelectFieldUI
 
SERVICE_SESSION_EXPIRED - Static variable in class nextapp.echoservlet.EchoServer
The service a client browser will be directed to in the event that his/her session expires.
SERVICE_STARTUP_CONTAINER - Static variable in class nextapp.echoservlet.Initializer
The client detection service.
SERVICE_TEXT_FIELD_SCRIPT - Static variable in class nextapp.echoservlet.ui.TextFieldUI
 
SERVICE_TOGGLE_BUTTON_SCRIPT - Static variable in class nextapp.echoservlet.ui.ToggleButtonUI
A service providing JavaScript to handle client-side management of toggle buttons.
SERVICE_UNKNOWN_ID - Static variable in class nextapp.echoservlet.UnknownIdService
 
SERVICE_WINDOW_SCRIPT - Static variable in class nextapp.echoservlet.WindowUI
The service containing the window's built-in JavaScript functions.
SERVLET_2_2_TEST_MODE - Static variable in class nextapp.echoservlet.ServletEncodingAdapter
 
SESSION_EXPIRATION_URI - Static variable in class nextapp.echoservlet.VariableData
A constant variable name used for storing the URI to which an expired session's client browser will be redirected
SESSION_EXPIRED - Static variable in interface nextapp.echoservlet.resource.ResourceNames
 
SET_READY_FLAG - Static variable in class nextapp.echoservlet.Controller
 
SIGNATURE - Static variable in class nextapp.echoservlet.image.PngEncoder
 
SPACE - Static variable in class nextapp.echoservlet.util.JavaScriptCompressor
 
SPAN - Static variable in class nextapp.echoservlet.html.ElementNames
 
SPLASH_SCREEN_URI - Static variable in class nextapp.echoservlet.ApplicationProperties
 
SPLASH_SCREEN_URI - Static variable in class nextapp.echoservlet.VariableData
A constant variable name identifying the URI of the splash screen that should be displayed during the application startup.
SRC - Static variable in class nextapp.echoservlet.html.ElementNames.Attributes
 
STARTUP_CONTAINER - Static variable in interface nextapp.echoservlet.resource.ResourceNames
 
STARTUP_DELAY - Static variable in class nextapp.echoservlet.ApplicationProperties
 
STARTUP_DELAY - Static variable in class nextapp.echoservlet.VariableData
A constant variable name whose content is an integer indicating the number of milliseconds to delay during the application startup.
STARTUP_NO_SCRIPT_ERROR_TEXT - Static variable in class nextapp.echoservlet.ApplicationProperties
 
STARTUP_NO_SCRIPT_ERROR_TEXT - Static variable in class nextapp.echoservlet.VariableData
A constant variable name whose contents will be displayed during the application startup if JavaScript is not enabled.
STARTUP_WINDOW_TEXT - Static variable in class nextapp.echoservlet.ApplicationProperties
 
STARTUP_WINDOW_TEXT - Static variable in class nextapp.echoservlet.VariableData
A constant variable name whose contents will be displayed during the application startup.
STARTUP_WINDOW_TITLE - Static variable in class nextapp.echoservlet.ApplicationProperties
 
STARTUP_WINDOW_TITLE - Static variable in class nextapp.echoservlet.VariableData
A constant variable name whose contents will be displayed during the application startup.
STATIC_RESOURCE_PATH - Static variable in interface nextapp.echoservlet.resource.ResourceNames
 
STATUS_BAR - Static variable in class nextapp.echoservlet.WindowUI
 
STD_PREFIX - Static variable in class nextapp.echoservlet.ClientObjects
The standard prefix that is prepended to all client-side variables and method names.
STYLE - Static variable in class nextapp.echoservlet.html.ElementNames
 
STYLE_PREFIX - Static variable in class nextapp.echoservlet.ComponentStyle
A prefix which will be appended to all style names.
SUB_FILTER - Static variable in class nextapp.echoservlet.image.PngEncoder
 
SUB_FILTER_TYPE - Static variable in class nextapp.echoservlet.image.PngEncoder
 
Script - class nextapp.echoservlet.html.Script.
A container of JavaScript code.
Script() - Constructor for class nextapp.echoservlet.html.Script
Creates a new script object.
ScriptElement - class nextapp.echoservlet.html.ScriptElement.
An HTML element that contains JavaScript code.
ScriptElement() - Constructor for class nextapp.echoservlet.html.ScriptElement
Creates a new script element.
SelectFieldUI - class nextapp.echoservlet.ui.SelectFieldUI.
A peer for SelectField components.
SelectFieldUI() - Constructor for class nextapp.echoservlet.ui.SelectFieldUI
 
ServerContext - interface nextapp.echoservlet.ServerContext.
An interface provided to an EchoInstance such that it may access certain facilities available in the application container.
ServerContextImpl - class nextapp.echoservlet.ServerContextImpl.
The implementation of the ServerContext interface.
ServerContextImpl(InstancePeer) - Constructor for class nextapp.echoservlet.ServerContextImpl
Creates a new instance for the given InstancePeer.
Service - interface nextapp.echoservlet.Service.
An interface for objects that process Connections, parsing an HTTP request and producing an HTTP response.
ServiceRegistry - class nextapp.echoservlet.ServiceRegistry.
A registry of Service objects that may be recalled based on Id values.
ServiceRegistry() - Constructor for class nextapp.echoservlet.ServiceRegistry
Creates a new ServiceRegistry.
ServletEncodingAdapter - class nextapp.echoservlet.ServletEncodingAdapter.
A utility class which fixes character encoding issues which occur during HTTP transactions as a result of browsers not properly setting the character encoding of their requests.
ServletEncodingAdapter(EchoServer) - Constructor for class nextapp.echoservlet.ServletEncodingAdapter
Creates a new ServletEncodingAdapter for an EchoServer.
StaticBinary - class nextapp.echoservlet.StaticBinary.
A service that renders static binary data.
StaticBinary(ContentType, byte[]) - Constructor for class nextapp.echoservlet.StaticBinary
Deprecated. The StaticBinary(String, ContentType, String) constructor should be used instead. Use of this version may result in errors if applications are migrated between VMs, due to the Service having a different identifier on each VM.
StaticBinary(String, ContentType, byte[]) - Constructor for class nextapp.echoservlet.StaticBinary
Creates a new binary content object.
StaticText - class nextapp.echoservlet.StaticText.
A service that renders static text data.
StaticText(ContentType, String) - Constructor for class nextapp.echoservlet.StaticText
Deprecated. The StaticText(String, ContentType, String) constructor should be used instead. Use of this version may result in errors if applications are migrated between VMs, due to the Service having a different identifier on each VM.
StaticText(String, ContentType, String) - Constructor for class nextapp.echoservlet.StaticText
Creates a new text content object.
StreamImagePeer - class nextapp.echoservlet.image.StreamImagePeer.
An image peer for StreamImageReferences.
StreamImagePeer() - Constructor for class nextapp.echoservlet.image.StreamImagePeer
Default constructor.
StringUtil - class nextapp.echoservlet.util.StringUtil.
A utility class for working with Strings.
StringUtil() - Constructor for class nextapp.echoservlet.util.StringUtil
Non-instantiable class.
Style - class nextapp.echoservlet.html.Style.
A representation of a CSS style that may be associated with multiple types of elements.
Style(String) - Constructor for class nextapp.echoservlet.html.Style
Creates a new style with the given identifier.
StyleElement - class nextapp.echoservlet.html.StyleElement.
A <style> HTML element, used to encapsulate CSS styles within a document.
StyleElement() - Constructor for class nextapp.echoservlet.html.StyleElement
Creates a new style element.
scriptAction - Variable in class nextapp.echoservlet.ui.ButtonRenderer
 
scriptIncludes - Variable in class nextapp.echoservlet.HtmlDocument
 
scriptRolloverEnter - Variable in class nextapp.echoservlet.ui.ButtonRenderer
 
scriptRolloverExit - Variable in class nextapp.echoservlet.ui.ButtonRenderer
 
scrollPositions - Variable in class nextapp.echoservlet.ControllerInputProcessor
 
seeder - Static variable in class nextapp.echoservlet.Id
 
sequenceNumber - Variable in class nextapp.echoservlet.InstancePeer
The request sequence number.
server - Variable in class nextapp.echoservlet.Connection
Reference to the EchoServer.
serverContext - Variable in class nextapp.echoservlet.InstancePeer
The server context that will be provided to this application's EchoInstance.
service - Variable in class nextapp.echoservlet.CacheableServiceWrapper
 
service(Connection) - Method in class nextapp.echoservlet.CacheableServiceWrapper
 
service(Connection) - Method in class nextapp.echoservlet.ComponentHierarchyViewer
 
service(Connection) - Method in class nextapp.echoservlet.ContainerPaneUI
 
service(Connection) - Method in class nextapp.echoservlet.ContentPaneUI
 
service(Connection) - Method in class nextapp.echoservlet.Controller
 
service(Connection) - Method in class nextapp.echoservlet.Initializer
 
service(Connection) - Method in interface nextapp.echoservlet.Service
Services an HTTP request.
service(Connection) - Method in class nextapp.echoservlet.StaticBinary
 
service(Connection) - Method in class nextapp.echoservlet.StaticText
 
service(Connection) - Method in class nextapp.echoservlet.Template
 
service(Connection) - Method in class nextapp.echoservlet.UnknownIdService
 
service(Connection) - Method in class nextapp.echoservlet.WindowUI
 
service(Connection) - Method in class nextapp.echoservlet.image.AwtImagePeer
 
service(Connection) - Method in class nextapp.echoservlet.image.ResourceImagePeer
 
service(Connection) - Method in class nextapp.echoservlet.image.StreamImagePeer
 
serviceAliases - Variable in class nextapp.echoservlet.ServiceRegistry
Maps a service to a set of aliases
serviceMap - Variable in class nextapp.echoservlet.ServiceRegistry
Maps service Ids to services
serviceNumber - Static variable in class nextapp.echoservlet.Connection
A global counter of services invoked for the life of the VM.
services - Static variable in class nextapp.echoservlet.EchoServer
Holds global content for all users
services - Variable in class nextapp.echoservlet.InstancePeer
A container of all services available to this application instance.
servletContainerDefaultEncoding - Variable in class nextapp.echoservlet.ServletEncodingAdapter
The servlet container's default character encoding.
servletEncodingAdapter - Variable in class nextapp.echoservlet.Connection
Reference to servlet encoding adapter.
servletEncodingAdapter - Variable in class nextapp.echoservlet.EchoServer
 
session - Variable in class nextapp.echoservlet.InstancePeer
A reference to the HTTP Session object in which this instance peer is being held.
set(String, String) - Method in class nextapp.echoservlet.VariableData
Sets the dynamic content associated with the given key.
setAbnormalExitUri(String) - Method in interface nextapp.echoservlet.ServerContext
Sets the abnormal exit URI.
setAbnormalExitUri(String) - Method in class nextapp.echoservlet.ServerContextImpl
 
setBackground(Color) - Method in class nextapp.echoservlet.ComponentStyle
Sets the background color of the style.
setBackgroundImage(String) - Method in class nextapp.echoservlet.ComponentStyle
Sets the background image of the style.
setCharacterEncoding(String) - Method in class nextapp.echoservlet.InstancePeer
Returns the character encoding that will be used when communicating with the client browser.
setCharacterEncoding(String) - Method in interface nextapp.echoservlet.ServerContext
Sets the character encoding that will be used when communicating with the client.
setCharacterEncoding(String) - Method in class nextapp.echoservlet.ServerContextImpl
 
setCharacterEncodingMethod - Variable in class nextapp.echoservlet.ServletEncodingAdapter
A reflection reference to the ServletRequest.setCharacterEncoding() method.
setClientProperties(ClientProperties) - Method in class nextapp.echoservlet.InstancePeer
Sets the client properties for the user.
setClosingTagRequired(boolean) - Method in class nextapp.echoservlet.html.Element
Sets whether the element requires an explicit closing tag.
setColumnSpan(int) - Method in class nextapp.echoservlet.ui.GridRenderingModel.OriginCell
Sets the number of columns spanned by the cell.
setComponent(Component) - Method in class nextapp.echoservlet.ComponentPeer
Sets the component with which the peer will be associated.
setContentType(ContentType) - Method in class nextapp.echoservlet.Connection
Sets the content type of the response.
setCursorOnNewLine(boolean) - Method in class nextapp.echoservlet.HtmlDocument
Sets whether the browser's rendering cursor is on a new line.
setDefaultExitUri(String) - Method in interface nextapp.echoservlet.ServerContext
Sets the default exit URI The browser is redirected to the default exit URI automatically if the exit() or suspend() are called without a specific URI.
setDefaultExitUri(String) - Method in class nextapp.echoservlet.ServerContextImpl
 
setDelayed(boolean) - Method in class nextapp.echoservlet.IncomingUpdateQueue
Sets whether the update queue is being delayed by a client-server synchronization.
setDelayedInputUpdateMap(Map) - Method in class nextapp.echoservlet.IncomingUpdateQueue
Sets the delayed input update map, which holds input data from a controller request that requires a second round-trip to the browser.
setDelayedScrollPositionUpdateMap(Map) - Method in class nextapp.echoservlet.IncomingUpdateQueue
Sets the delayed scrollbar position update map, which holds scrollbar position data from a controller request that requires a second round-trip to the browser.
setErrorUri(String) - Method in class nextapp.echoservlet.InstancePeer
Sets the URI the client is directed to in the event of an unrecoverable error.
setFlags(int) - Method in class nextapp.echoservlet.WindowUI
Sets the flags enabled on this window.
setFont(Font) - Method in class nextapp.echoservlet.ComponentStyle
Sets the font of the style.
setForeground(Color) - Method in class nextapp.echoservlet.ComponentStyle
Sets the foreground color of the style.
setHorizontalAlignment(int) - Method in class nextapp.echoservlet.ComponentStyle
Sets the horizontal text alignment of the style based on a value from the nextapp.echo.EchoConstants class.
setId(Id) - Method in class nextapp.echoservlet.ComponentPeer
Sets the Id of the component.
setId(int) - Method in class nextapp.echoservlet.ComponentStyle
Sets the identifier of the style.
setId(Id) - Method in class nextapp.echoservlet.image.AwtImagePeer
 
setId(Id) - Method in class nextapp.echoservlet.image.ImagePeer
Sets the identifier for the ancillary service if one is required.
setId(Id) - Method in class nextapp.echoservlet.image.ResourceImagePeer
 
setId(Id) - Method in class nextapp.echoservlet.image.StreamImagePeer
 
setImage(String, ImageReference) - Method in class nextapp.echoservlet.image.ImageManager
Adds an image to the image manager, identified by imageName.
setImageReference(ImageReference) - Method in class nextapp.echoservlet.image.ImagePeer
Initializes the image peer: this method must be called before any other methods.
setInstancePeer(InstancePeer) - Method in class nextapp.echoservlet.ComponentPeer
Sets the instance (peer) with which the peer will be associated.
setInstancePeer(InstancePeer) - Method in class nextapp.echoservlet.Connection
Sets the InstancePeer that has been created for the user making this request.
setMultipartRequestWrapper(EchoServer.MultipartRequestWrapper) - Static method in class nextapp.echoservlet.EchoServer
Sets the multipart/form-data encoded HTTP request handler.
setRecency(int) - Method in class nextapp.echoservlet.image.ImagePeer
Sets the recency value of this peer.
setRequestCharacterEncoding(ServletRequest, String) - Method in class nextapp.echoservlet.ServletEncodingAdapter
Sets the character encoding of a ServletRequest, if the operation is supported.
setRowSpan(int) - Method in class nextapp.echoservlet.ui.GridRenderingModel.OriginCell
Sets the number of rows spanned by the cell.
setScrollBarPositions(int, int) - Method in class nextapp.echoservlet.HtmlDocument
Sets the intial scroll bar positions of the document.
setSticky(boolean) - Method in class nextapp.echoservlet.html.Element
Sets whether the element is "sticky" Sticky elements will be rendered immediately after and adjacent to the previous element (without whitespace).
setTitle(WindowUI) - Method in class nextapp.echoservlet.InstancePeer
Causes the specified window's title to be updated on the client.
setUserPrincipal(Principal) - Method in class nextapp.echoservlet.InstancePeer
Sets the principal (user) that is using the application.
setVerticalAlignment(int) - Method in class nextapp.echoservlet.ComponentStyle
Sets the vertical text alignment of the style based on a value from the nextapp.echo.EchoConstants class.
setWhitespaceRelevant(boolean) - Method in class nextapp.echoservlet.html.Element
Sets whether the rendering of this element is adversely effected by white space.
size() - Method in class nextapp.echoservlet.CookieManager
Returns the number of cookies present.
staticSections - Variable in class nextapp.echoservlet.Template
 
sticky - Variable in class nextapp.echoservlet.html.Element
 
storeActionData() - Method in class nextapp.echoservlet.ControllerInputProcessor
Stores the ClientActionProducer object whose action was fired on the client.
storeCookies(HttpServletResponse) - Method in class nextapp.echoservlet.CookieManager
Stores cookies on the client by adding them to the HTTP response.
storeInputData(String) - Method in class nextapp.echoservlet.ControllerInputProcessor
Retrieves an input data parameter value from the HTTP request, storing it in the inputPeers map under the key of its ClientInputProducer.
storePeer(ImageReference, ImagePeer) - Method in class nextapp.echoservlet.image.ImageRepository
Stores an image peer in the cache for the specifeid image.
storeRequestData() - Method in class nextapp.echoservlet.ControllerInputProcessor
Stores rendering peers that will be used in the request locally, such that they can be accessed even if they are unregistered as a result of an event fired to the application.
storeScrollbarPosition(String) - Method in class nextapp.echoservlet.ControllerInputProcessor
Retrieves a scrollbar position parameter value from the HTTP request, storing it in the scrollPositions map under the key of its ContentPaneUI.
styleName - Variable in class nextapp.echoservlet.ui.ButtonRenderer
 
styles - Variable in class nextapp.echoservlet.HtmlDocument
 
subId - Variable in class nextapp.echoservlet.ui.ButtonRenderer
 
suspend(String) - Method in class nextapp.echoservlet.InstancePeer
Suspends the application, redirecting an available browser window to the specified URI.
suspend() - Method in interface nextapp.echoservlet.ServerContext
Suspends the application.
suspend(String) - Method in interface nextapp.echoservlet.ServerContext
Suspends the application.
suspend() - Method in class nextapp.echoservlet.ServerContextImpl
 
suspend(String) - Method in class nextapp.echoservlet.ServerContextImpl
 

T

TAB - Static variable in class nextapp.echoservlet.html.Script
 
TABLE - Static variable in class nextapp.echoservlet.html.ElementNames
 
TD - Static variable in class nextapp.echoservlet.html.ElementNames
 
TEMPLATE_RESOURCE_PATH - Static variable in interface nextapp.echoservlet.resource.ResourceNames
 
TEXTAREA - Static variable in class nextapp.echoservlet.html.ElementNames
 
TEXT_ALIGN - Static variable in class nextapp.echoservlet.html.ElementNames.CssAttributes
 
TEXT_DECORATION - Static variable in class nextapp.echoservlet.html.ElementNames.CssAttributes
 
TEXT_FIELD_SCRIPT - Static variable in interface nextapp.echoservlet.resource.ResourceNames
 
TEXT_HTML - Static variable in class nextapp.echoservlet.util.ContentType
 
TEXT_JAVASCRIPT - Static variable in class nextapp.echoservlet.util.ContentType
 
TEXT_PLAIN - Static variable in class nextapp.echoservlet.util.ContentType
 
TIME_ZONE_OFFSET - Static variable in class nextapp.echoservlet.ClientProperties
The property name referencing the client machine's time zone offset.
TITLE - Static variable in class nextapp.echoservlet.html.ElementNames.Attributes
 
TITLE - Static variable in class nextapp.echoservlet.html.ElementNames
 
TOGGLE_BUTTON_SCRIPT - Static variable in interface nextapp.echoservlet.resource.ResourceNames
 
TOGGLE_IMAGE_PREFIX - Static variable in class nextapp.echoservlet.ui.ToggleButtonUI
A prefix used in the value of the image "name" attribute of a an <img> element rendered to represent a toggle button's state icon.
TOOL_BAR - Static variable in class nextapp.echoservlet.WindowUI
 
TOP_BOTTOM - Static variable in class nextapp.echoservlet.ui.TriCellTable
 
TR - Static variable in class nextapp.echoservlet.html.ElementNames
 
TRIPLE_INDENT - Static variable in class nextapp.echoservlet.html.Style
 
TRUE - Static variable in class nextapp.echoservlet.ClientProperties
A property value representing boolean true.
TableHeaderUI - class nextapp.echoservlet.ui.TableHeaderUI.
A peer for TableHeader components.
TableHeaderUI() - Constructor for class nextapp.echoservlet.ui.TableHeaderUI
 
TableUI - class nextapp.echoservlet.ui.TableUI.
A peer for Table components.
TableUI() - Constructor for class nextapp.echoservlet.ui.TableUI
 
Template - class nextapp.echoservlet.Template.
A service which produces templated text output.
Template(ContentType, String) - Constructor for class nextapp.echoservlet.Template
Deprecated. The Template(String, ContentType, String) constructor should be used instead. Use of this version may result in errors if applications are migrated between VMs, due to the Service having a different identifier on each VM.
Template(String, ContentType, String) - Constructor for class nextapp.echoservlet.Template
Creates a content template from the given String.
TextAreaUI - class nextapp.echoservlet.ui.TextAreaUI.
A peer for TextArea components.
TextAreaUI() - Constructor for class nextapp.echoservlet.ui.TextAreaUI
 
TextComponentUI - class nextapp.echoservlet.ui.TextComponentUI.
A base peer class for components derived from TextComponent.
TextComponentUI() - Constructor for class nextapp.echoservlet.ui.TextComponentUI
 
TextFieldUI - class nextapp.echoservlet.ui.TextFieldUI.
A peer for TextField and PasswordField components.
TextFieldUI() - Constructor for class nextapp.echoservlet.ui.TextFieldUI
 
ToggleButtonUI - class nextapp.echoservlet.ui.ToggleButtonUI.
A base peer class for components derived from ToggleButton.
ToggleButtonUI() - Constructor for class nextapp.echoservlet.ui.ToggleButtonUI
 
TriCellTable - class nextapp.echoservlet.ui.TriCellTable.
Renders an HTML table that has two or three "container" cells and independently settable margins between them.
TriCellTable() - Constructor for class nextapp.echoservlet.ui.TriCellTable
This constructor is called by the non-private constructors to set up common properties.
TriCellTable(Connection, int, int) - Constructor for class nextapp.echoservlet.ui.TriCellTable
Creates a two-celled TriCellTable.
TriCellTable(Connection, int, int, int, int) - Constructor for class nextapp.echoservlet.ui.TriCellTable
Creates a three-celled TriCellTable.
tds - Variable in class nextapp.echoservlet.ui.TriCellTable
 
terminationUri - Variable in class nextapp.echoservlet.InstancePeer
Null if the application does not desire to exit or a URI to direct the browser to if the application does desire to exit.
toBufferedImage(Image) - Static method in class nextapp.echoservlet.image.ImageToBufferedImage
 
toString() - Method in class nextapp.echoservlet.ClientProperties
Outputs all data held in this ClientProperties object.
toString() - Method in class nextapp.echoservlet.Id
Returns the identifier as a string.
toString() - Method in class nextapp.echoservlet.Template
Renders the content template as a String.
toString() - Method in class nextapp.echoservlet.util.ContentType
 
toString(Object[], String) - Static method in class nextapp.echoservlet.util.Delimiter
Returns the contents of an array as a String, adding the specified delimiter between elements.
toString(Collection, String) - Static method in class nextapp.echoservlet.util.Delimiter
Returns the contents of an Collection as a String, adding the specified delimiter between elements.
toStyle() - Method in class nextapp.echoservlet.ComponentStyle
Renders a CSS representation of the style.
toolTipText - Variable in class nextapp.echoservlet.ui.ButtonRenderer
 
transferType - Variable in class nextapp.echoservlet.image.PngEncoder
 
translate(byte[], int) - Method in class nextapp.echoservlet.image.PngEncoder.ByteTranslator
 
translate(byte[], int) - Method in class nextapp.echoservlet.image.PngEncoder.IntTranslator
 
translate(byte[], int) - Method in interface nextapp.echoservlet.image.PngEncoder.Translator
Translates a row of the image into a byte array ordered properly for a PNG image.
translator - Variable in class nextapp.echoservlet.image.PngEncoder
 

U

UP_FILTER - Static variable in class nextapp.echoservlet.image.PngEncoder
 
UP_FILTER_TYPE - Static variable in class nextapp.echoservlet.image.PngEncoder
 
USER_AGENT - Static variable in class nextapp.echoservlet.ClientProperties
The property name referencing the client machine's user agent.
UnknownIdService - class nextapp.echoservlet.UnknownIdService.
A service which is rendered in response to a request for a service that cannot be found.
UnknownIdService() - Constructor for class nextapp.echoservlet.UnknownIdService
Creates a new UnknownIdService.
unbindInstancePeer() - Method in class nextapp.echoservlet.Connection
Unbinds the application's InstancePeer from the session.
unregister(Component) - Method in class nextapp.echoservlet.InstancePeer
Unregisters a component.
unregisterAncillaryServices() - Method in class nextapp.echoservlet.ComponentPeer
Unregisters all ancillary services used by this component peer from the application container's service registry.
unregistered() - Method in class nextapp.echoservlet.ComponentPeer
Called when the component is unregistered.
unregistered() - Method in class nextapp.echoservlet.ContainerPaneUI
 
unregistered() - Method in class nextapp.echoservlet.ContentPaneUI
 
unregistered() - Method in class nextapp.echoservlet.HttpPaneUI
 
unregistered() - Method in class nextapp.echoservlet.WindowUI
 
unregistered() - Method in class nextapp.echoservlet.ui.AbstractButtonUI
 
unregistered() - Method in class nextapp.echoservlet.ui.ContainerUI
 
unregistered() - Method in class nextapp.echoservlet.ui.GridCellUI
 
unregistered() - Method in class nextapp.echoservlet.ui.GridUI
 
unregistered() - Method in class nextapp.echoservlet.ui.LabelUI
 
unregistered() - Method in class nextapp.echoservlet.ui.ListBoxUI
 
unregistered() - Method in class nextapp.echoservlet.ui.PanelUI
 
unregistered() - Method in class nextapp.echoservlet.ui.SelectFieldUI
 
unregistered() - Method in class nextapp.echoservlet.ui.TableHeaderUI
 
unregistered() - Method in class nextapp.echoservlet.ui.TableUI
 
unregistered() - Method in class nextapp.echoservlet.ui.TextComponentUI
 
unregistered() - Method in class nextapp.echoservlet.ui.ToggleButtonUI
 
update() - Method in class nextapp.echoservlet.CacheableServiceWrapper
Updates the cache id of the service, causing it to be reloaded when next requested.
updateInputData() - Method in class nextapp.echoservlet.ControllerInputProcessor
Updates the state of all ClientInputProducers, notifying them of data received from the client.
updateLocalizedResources() - Method in class nextapp.echoservlet.InstancePeer
Updates localized resources.
updateScrollbarPositions() - Method in class nextapp.echoservlet.ControllerInputProcessor
Updates the scroll bar positions of any content panes whose positions were changed of their new state.
updatedCookies - Variable in class nextapp.echoservlet.CookieManager
A set of cookies that have changed.
userPrincipal - Variable in class nextapp.echoservlet.InstancePeer
The principal using the application.

V

VERTICAL - Static variable in class nextapp.echoservlet.ui.TriCellTable
 
VERTICAL_ALIGN - Static variable in class nextapp.echoservlet.html.ElementNames.CssAttributes
 
VariableData - class nextapp.echoservlet.VariableData.
A container of custom data that is inserted into Template documents at the time they are rendered.
VariableData() - Constructor for class nextapp.echoservlet.VariableData
Creates a new VariableData object.
Version - class nextapp.echoservlet.util.Version.
Utility class for comparing version numbers in String format.
Version() - Constructor for class nextapp.echoservlet.util.Version
Non-instantiable class.
value - Variable in class nextapp.echoservlet.Id
Holds the identifier value
valueBound(HttpSessionBindingEvent) - Method in class nextapp.echoservlet.InstancePeer
Listener implementation of HttpSessionBindingListener.
valueUnbound(HttpSessionBindingEvent) - Method in class nextapp.echoservlet.InstancePeer
Listener implementation of Mcode>HttpSessionBindingListener.
variableData - Variable in class nextapp.echoservlet.Connection
Holds the VariableData object associated with this Connection.
variableData - Variable in class nextapp.echoservlet.InstancePeer
A container of all variables used for templated services in this application instance.
version - Variable in class nextapp.echoservlet.CacheableServiceWrapper
 
version - Variable in class nextapp.echoservlet.Controller
Version number for CacheableService.
version - Variable in class nextapp.echoservlet.image.AwtImagePeer
 
version - Variable in class nextapp.echoservlet.image.ResourceImagePeer
 
version - Variable in class nextapp.echoservlet.image.StreamImagePeer
 
visibilityChange(PropertyChangeEvent) - Method in class nextapp.echoservlet.InstancePeer
Handles the case where a registered component or immediate invisible descendent of a registered component has changed visibility.
visibleColumns - Variable in class nextapp.echoservlet.ui.GridRenderingModel
 
visibleRows - Variable in class nextapp.echoservlet.ui.GridRenderingModel
 

W

WIDTH - Static variable in class nextapp.echoservlet.html.ElementNames.Attributes
 
WINDOW_SCRIPT - Static variable in interface nextapp.echoservlet.resource.ResourceNames
 
WindowUI - class nextapp.echoservlet.WindowUI.
A peer object for Windows.
WindowUI() - Constructor for class nextapp.echoservlet.WindowUI
 
whitespaceRelevant - Variable in class nextapp.echoservlet.html.Element
 
width - Variable in class nextapp.echoservlet.image.PngEncoder
 
windowTitleUpdates - Variable in class nextapp.echoservlet.OutgoingUpdateQueue
A set containing all WindowUI's whose titles need to be updated on the client.
windowUpdates - Variable in class nextapp.echoservlet.OutgoingUpdateQueue
A set containing all WindowUI's whose content needs to be updated on the client.
windows - Variable in class nextapp.echoservlet.InstancePeer
A container of all visible windows.
writeIdatChunks(OutputStream, Checksum) - Method in class nextapp.echoservlet.image.PngEncoder
Writes the IDAT (Image data) chunks to the output stream.
writeIendChunk(OutputStream, Checksum) - Method in class nextapp.echoservlet.image.PngEncoder
Writes the IEND (End-of-file) chunk to the output stream.
writeIhdrChunk(OutputStream, Checksum) - Method in class nextapp.echoservlet.image.PngEncoder
Writes the IHDR (Image Header) chunk to the output stream.
writeInt(OutputStream, int) - Static method in class nextapp.echoservlet.image.PngEncoder
Writes an 32-bit integer value to the output stream.
writePlteChunk(OutputStream, Checksum) - Method in class nextapp.echoservlet.image.PngEncoder
Writes the PLTE (Palette) chunk to the output stream.

X

xScrollBarPosition - Variable in class nextapp.echoservlet.HtmlDocument
 

Y

yScrollBarPosition - Variable in class nextapp.echoservlet.HtmlDocument
 

A B C D E F G H I J L M N O P R S T U V W X Y
NextApp Echo
App Container 1.0.5