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

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.html.ElementNames.Attributes
 
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.InitialParameters
 
ATTRIBUTE_NAME - Static variable in interface nextapp.echoservlet.ServerContext
 
AVERAGE_FILTER - 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.
AbstractPaneUI - class nextapp.echoservlet.AbstractPaneUI.
An abstract base peer object for AbstractPanes.
AbstractPaneUI() - Constructor for class nextapp.echoservlet.AbstractPaneUI
 
Alignment - interface nextapp.echoservlet.Alignment.
An interface implemented by ComponentPeers that support alignment.
ApplicationProperties - class nextapp.echoservlet.ApplicationProperties.
Configuration properties for an application.
AwtImagePeer - class nextapp.echoservlet.image.AwtImagePeer.
An image peer for AwtImageReferences.
AwtImagePeer() - Constructor for class nextapp.echoservlet.image.AwtImagePeer
Default constructor.
add(Cookie) - Method in class nextapp.echoservlet.CookieManager
Adds a new cookie or updates an existing one.
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.
addAncillaryService(Service) - Method in class nextapp.echoservlet.ComponentPeer
Adds an ancillary service to this ComponentPeer.
addAssociation(String, String) - Method in class nextapp.echoservlet.util.PeerFactory
Adds a single peer binding.
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.
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.
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.
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.

B

BACKGROUND_COLOR - Static variable in class nextapp.echoservlet.html.ElementNames.CssAttributes
 
BACKGROUND_IMAGE - Static variable in class nextapp.echoservlet.html.ElementNames.CssAttributes
 
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.
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
 
BR - Static variable in class nextapp.echoservlet.html.ElementNames
 
BUTTON_SCRIPT - Static variable in interface nextapp.echoservlet.resource.ResourceNames
 
BackgroundImagePropertiesRenderer - class nextapp.echoservlet.BackgroundImagePropertiesRenderer.
Utility to render add background data contained in a BackgroundImageProperties object to a ComponentStyle.
ButtonRenderer - class nextapp.echoservlet.ui.ButtonRenderer.
A utility class for rendering Button, RadioButton, CheckBox, and CButton components.
ButtonUI - class nextapp.echoservlet.ui.ButtonUI.
A peer for Button components.
ButtonUI() - Constructor for class nextapp.echoservlet.ui.ButtonUI
 

C

CButtonUI - class nextapp.echoservlet.ui.CButtonUI.
A peer for CButton components.
CButtonUI() - Constructor for class nextapp.echoservlet.ui.CButtonUI
 
CELLPADDING - Static variable in class nextapp.echoservlet.html.ElementNames.Attributes
 
CELLSPACING - Static variable in class nextapp.echoservlet.html.ElementNames.Attributes
 
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.
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.
ClientProperties - class nextapp.echoservlet.ClientProperties.
A repository of information gathered from a user's client browser.
ColumnUI - class nextapp.echoservlet.ui.ColumnUI.
A peer for Column components.
ColumnUI() - Constructor for class nextapp.echoservlet.ui.ColumnUI
 
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.
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.
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.
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.
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.
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
 
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
 
compareTo(Object) - Method in class nextapp.echoservlet.Id
 
compress(String) - Static method in class nextapp.echoservlet.util.JavaScriptCompressor
Compresses a JavaScript file.
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).
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.
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.

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_PARAMETER_ENCODING - Static variable in class nextapp.echoservlet.ApplicationProperties
 
DISABLE_BACK_BUTTON_DISABLE_SUPPORT - Static variable in class nextapp.echoservlet.ApplicationProperties
 
DISABLE_ONUNLOAD - 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
 
Delimiter - class nextapp.echoservlet.util.Delimiter.
Converts arrays to Strings, adding a specified delimiter between elements.
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.

E

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.
EXPLICIT_SET_ALL - Static variable in class nextapp.echoservlet.ComponentStyle
A constant used in the options attribute of constructors to explicitly determine the font, foreground, and background (based on traversing component hierarchy) and set it using CSS.
EXPLICIT_SET_BACKGROUND - Static variable in class nextapp.echoservlet.ComponentStyle
A constant used in the options attribute of constructors to explicitly determine the background color (based on traversing component hierarchy) and set it using CSS.
EXPLICIT_SET_FONT - Static variable in class nextapp.echoservlet.ComponentStyle
A constant used in the options attribute of constructors to explicitly determine the font (based on traversing component hierarchy) and set it using CSS.
EXPLICIT_SET_FOREGROUND - Static variable in class nextapp.echoservlet.ComponentStyle
A constant used in the options attribute of constructors to explicitly determine the foreground color (based on traversing component hierarchy) and set it using CSS.
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.Attributes - class nextapp.echoservlet.html.ElementNames.Attributes.
Constants for commonly used HTML attribute names.
ElementNames.CssAttributes - class nextapp.echoservlet.html.ElementNames.CssAttributes.
Constants for commonly used CSS attribute names.
Extensions - class nextapp.echoservlet.util.Extensions.
Determines ContentType based on file extensions.
ExtentRenderer - class nextapp.echoservlet.ExtentRenderer.
Utility to render an Extent into a CSS value expression.
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.
encodeQuotedString(String) - Static method in class nextapp.echoservlet.html.Script
Encodes single and double quotation marks found in a String by backslash escaping them.
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
 
exit() - Method in interface nextapp.echoservlet.ServerContext
Exits the application.
exit(String) - Method in interface nextapp.echoservlet.ServerContext
Exits the application.

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
 
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
 
filter(byte[], byte[], byte[], int) - Method in interface nextapp.echoservlet.image.PngEncoder.Filter
Filters the data in a given row of the image.
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
Deprecated. Use the forComponent(ComponentPeer, int) factory method. Invoking it with an options value of EXPLICIT_SET_BACKGROUND will have the same effect as using this constructor with findBackground true.
forComponent(ComponentPeer, int) - Static method in class nextapp.echoservlet.ComponentStyle
Creates and returns a ComponentStyle object for the provided ComponentPeer.

G

GridCellUI - class nextapp.echoservlet.ui.GridCellUI.
A peer for Grid.Cell components.
GridCellUI() - Constructor for class nextapp.echoservlet.ui.GridCellUI
 
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(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.
getAllParameterNames() - Method in interface nextapp.echoservlet.InitialParameters
Returns an array of all the initial request parameters names.
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
 
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.
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.
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.
getCause() - Method in class nextapp.echoservlet.EchoServletException
Returns the wrapped exception that caused this exception to be thrown.
getCharacterEncoding() - Method in interface nextapp.echoservlet.ServerContext
Returns the character encoding that will be used when communicating with the client.
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.
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.
getColorHexValue(Color) - Static method in class nextapp.echoservlet.ComponentStyle
Converts a color to a seven character hexadecimal string of the form #RRGGBB
getComponent() - Method in class nextapp.echoservlet.ComponentPeer
Returns the component that is handled by this peer.
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.
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.
getDefaultExitUri() - Method in interface nextapp.echoservlet.ServerContext
Returns the default exit URI.
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.
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.
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.
getFocusedElementId() - Method in class nextapp.echoservlet.ComponentPeer
 
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.
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.ComponentPeer
Returns the Id by which this peer is identified on the client.
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.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.
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.
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.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.
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(String) - Method in interface nextapp.echoservlet.InitialParameters
Returns the value of an initial request parameter as a String, or null if the parameter does not exist.
getParameterMap() - Method in interface nextapp.echoservlet.InitialParameters
Returns a java.util.Map of the parameters of the initial request.
getParameterNames() - Method in class nextapp.echoservlet.Connection
Returns an enumeration of all parameter names passed in the request.
getParameterNames() - Method in interface nextapp.echoservlet.InitialParameters
Returns an Iterator of String objects containing the names of the parameters contained in the initial request.
getParameterValues(String) - Method in interface nextapp.echoservlet.InitialParameters
Returns an array of String objects containing all of the values the given initial request parameter has, or null if the parameter does not exist.
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.
getRequest() - Method in class nextapp.echoservlet.Connection
Returns the HttpServletRequest wrapped by this Connection.
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.
getRootPaneUI() - Method in class nextapp.echoservlet.WindowUI
Returns the PaneUI of the WindowUI's content.
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
 
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.
getScriptMultiRollover(Connection, RolloverScript.MultipleRolloverScriptElement[]) - Static method in class nextapp.echoservlet.ui.RolloverScript
Returns the necessary script to produce a button rollover effect where multiple elements will be modified.
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.
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.
getServer() - Method in class nextapp.echoservlet.Connection
Returns the EchoServer wrapped by this Connection.
getServiceUri(Connection, Service) - Static method in class nextapp.echoservlet.ClientObjects
Returns the URI of the specified service in relation to the specified Connection.
getServletConfig() - Method in interface nextapp.echoservlet.ServerContext
Returns the ServletConfig object provided to the EchoServer when it was initialized.
getSession() - Method in interface nextapp.echoservlet.ServerContext
Returns the HTTP session that in which the Echo application is held.
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.
getTabIndex() - Method in class nextapp.echoservlet.ComponentPeer
Returns the tab index of the component, recursively querying parent components for the information if the tab index of a component is not set.
getType() - Method in interface nextapp.echoservlet.image.PngEncoder.Filter
Returns the PNG type code for the filter.
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.
getVariableData() - Method in class nextapp.echoservlet.Connection
Returns the VariableData associated with this Connection.
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.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
 
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.

H

HEAD - Static variable in class nextapp.echoservlet.html.ElementNames
 
HEIGHT - Static variable in class nextapp.echoservlet.html.ElementNames.Attributes
 
HEIGHT - Static variable in class nextapp.echoservlet.html.ElementNames.CssAttributes
 
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 - class nextapp.echoservlet.html.Html.
Encodes text strings into HTML.
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.
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.
hasAttributes() - Method in class nextapp.echoservlet.ComponentStyle
Returns true if the style has any attributes set.
hashCode() - Method in class nextapp.echoservlet.ComponentStyle
 
hashCode() - Method in class nextapp.echoservlet.Id
 

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.html.ElementNames.Attributes
 
ID_STRING - Static variable in class nextapp.echoservlet.EchoServer
The app container name and version, as well as the framework name and version.
IFRAME - Static variable in class nextapp.echoservlet.html.ElementNames
 
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_STRING - Static variable in interface nextapp.echoservlet.html.Renderable
A string which will be used to indent the document.
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
 
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.
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.
InitialParameters - interface nextapp.echoservlet.InitialParameters.
An interface provided to an EchoInstance such that it may access the parameters that were initially passed to the application container.
InstancePeer - class nextapp.echoservlet.InstancePeer.
A peer object for an user instance of an Echo application.
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.
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.
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
 
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
 
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.
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 interface nextapp.echoservlet.ServerContext
Returns true if the application's user is in the specified role.
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.

L

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.
ListBoxUI - class nextapp.echoservlet.ui.ListBoxUI.
A peer for ListBox components.
ListBoxUI() - Constructor for class nextapp.echoservlet.ui.ListBoxUI
 
loadPeerBindings(String) - Static method in class nextapp.echoservlet.EchoServer
Loads peer bindings for additional components.

M

MENU_BAR - Static variable in class nextapp.echoservlet.WindowUI
 
META - Static variable in class nextapp.echoservlet.html.ElementNames
 
MULTIPART_FORM_DATA - Static variable in class nextapp.echoservlet.util.ContentType
 
meetsRequirement(String, String) - Static method in class nextapp.echoservlet.util.Version
Tests to see if a version number meets or exceeds a requirement.

N

NAME - Static variable in class nextapp.echoservlet.html.ElementNames.Attributes
 
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
 
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).
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
 
ONMOUSEDOWN - 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
 
ONMOUSEUP - Static variable in class nextapp.echoservlet.html.ElementNames.Attributes
 
OPTION - Static variable in class nextapp.echoservlet.html.ElementNames
 

P

PAETH_FILTER - Static variable in class nextapp.echoservlet.image.PngEncoder
 
PARAMETER_ID - Static variable in class nextapp.echoservlet.ClientObjects
The standard prefix prepended to Ids.
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.
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.
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.Filter - interface nextapp.echoservlet.image.PngEncoder.Filter.
An interface for PNG filters.
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
process(HttpServletRequest, HttpServletResponse) - Method in class nextapp.echoservlet.EchoServer
Handles an HTTP request to the EchoServer.
processException(InstancePeer, HttpServletRequest, HttpServletResponse, Exception) - Method in class nextapp.echoservlet.EchoServer
Processes an exception which occurred during an invocation of the process() method.
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.ColumnUI
 
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.RowUI
 
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
 
putBoolean(String, boolean) - Method in class nextapp.echoservlet.util.PropertyMap
Puts a boolean value.
putInteger(String, int) - Method in class nextapp.echoservlet.util.PropertyMap
Puts a integer value.

R

RADIO_BUTTON_OFF - Static variable in interface nextapp.echoservlet.resource.ResourceNames
 
RADIO_BUTTON_ON - Static variable in interface nextapp.echoservlet.resource.ResourceNames
 
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.
RESOURCE_PATH - Static variable in interface nextapp.echoservlet.resource.ResourceNames
 
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.ResourceException - exception nextapp.echoservlet.util.Resource.ResourceException.
A RuntimeException exception that will be thrown in the event that problems are encountered obtaining a resource.
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.MultipleRolloverScriptElement - class nextapp.echoservlet.ui.RolloverScript.MultipleRolloverScriptElement.
A data object used to describe a rollover action when multiple actions are required for a rollover effect.
RolloverScript.MultipleRolloverScriptElement(String, String, String) - Constructor for class nextapp.echoservlet.ui.RolloverScript.MultipleRolloverScriptElement
Creates a new MultipleRolloverScriptElement.
RowUI - class nextapp.echoservlet.ui.RowUI.
A peer for Row components.
RowUI() - Constructor for class nextapp.echoservlet.ui.RowUI
 
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.
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.ColumnUI
 
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.RowUI
 
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.
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.
render(RenderingContext, Element) - Method in class nextapp.echoservlet.AbstractPaneUI
Renders the AbstractPane as an internal frame.
render(BackgroundImageProperties, String, ComponentStyle) - Static method in class nextapp.echoservlet.BackgroundImagePropertiesRenderer
Renders background data contained in a BackgroundImageProperties object to a ComponentStyle.
render(RenderingContext, Element) - Method in class nextapp.echoservlet.ComponentPeer
A method that should be overridden for the ComponentPeer to produce HTML output.
render(Extent) - Static method in class nextapp.echoservlet.ExtentRenderer
Renders an Extent into a CSS value expression.
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.ColumnUI
 
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.RowUI
 
render(RenderingContext, Element) - Method in class nextapp.echoservlet.ui.SelectFieldUI
 
render(RenderingContext, Element) - Method in class nextapp.echoservlet.ui.TableHeaderUI
 
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
 
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.

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_BUTTON_SCRIPT - Static variable in class nextapp.echoservlet.ui.ButtonRenderer
 
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_ERROR_SCRIPT - Static variable in class nextapp.echoservlet.EchoServer
 
SERVICE_COLLECTIONS_SCRIPT - Static variable in class nextapp.echoservlet.EchoServer
The JavaScript include which provides collections-framework-like functionality to JavaScript objects.
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_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_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_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_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.
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
 
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
 
SUB_FILTER - 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.
Service - interface nextapp.echoservlet.Service.
An interface for objects that process Connections, parsing an HTTP request and producing an HTTP response.
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.
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.
service(Connection) - Method in class nextapp.echoservlet.CacheableServiceWrapper
 
service(Connection) - Method in class nextapp.echoservlet.ContainerPaneUI
 
service(Connection) - Method in class nextapp.echoservlet.ContentPaneUI
 
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.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
 
set(String, String) - Method in class nextapp.echoservlet.ApplicationProperties
Sets a String property value.
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.
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.
setBoolean(String, boolean) - Method in class nextapp.echoservlet.ApplicationProperties
Sets a boolean property value.
setCharacterEncoding(String) - Method in interface nextapp.echoservlet.ServerContext
Sets the character encoding that will be used when communicating with the client.
setClosingTagRequired(boolean) - Method in class nextapp.echoservlet.html.Element
Sets whether the element requires an explicit closing tag.
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.
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.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.
setInteger(String, int) - Method in class nextapp.echoservlet.ApplicationProperties
Sets an integer property value.
setMultipartRequestWrapper(EchoServer.MultipartRequestWrapper) - Static method in class nextapp.echoservlet.EchoServer
Sets the multipart/form-data encoded HTTP request handler.
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.
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.
suspend() - Method in interface nextapp.echoservlet.ServerContext
Suspends the application.
suspend(String) - Method in interface nextapp.echoservlet.ServerContext
Suspends the application.

T

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
 
TR - Static variable in class nextapp.echoservlet.html.ElementNames
 
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
 
toString() - Method in class nextapp.echoservlet.ClientProperties
Outputs all data held in this ClientProperties object.
toString() - Method in class nextapp.echoservlet.ComponentStyle
Prints state information (for debugging use).
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.

U

UP_FILTER - 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.
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.ColumnUI
 
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.RowUI
 
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.

V

VALIGN - Static variable in class nextapp.echoservlet.html.ElementNames.Attributes
 
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.
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.

W

WIDTH - Static variable in class nextapp.echoservlet.html.ElementNames.Attributes
 
WIDTH - Static variable in class nextapp.echoservlet.html.ElementNames.CssAttributes
 
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
 

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