Rogue Wave banner
No previous fileTop of DocumentContentsNo linkNo next file
HydraExpress Servlet Development Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

Topic Index

Click on one of the letters below to jump immediately to that section of the index.

A | C | D | E | F | G | H | I | L | M | P | R | S | T | U | W

A

adding a context [in 4.1.1 Procedure for Adding a Context]
adding a filter [in 4.1.3 Procedure for Adding a Filter]
adding a listener [in 4.1.4 Procedure for Adding a Listener]
adding a servlet [in 4.1.2 Procedure for Adding a Servlet]
Agent
   described as service execution engine [in 2.1 The Servlet Approach]
Apache
   configuration file locations [in B.2 Locations]
Attribute [in 6.7 Implementing a Listener]
   [in 8.2 Saving Session State]
   [in 9.3 Implementing the Servlet Class]
   [in 9.3 Implementing the Servlet Class]

C

configuration file sample [in 4.1.5 Sample Configuration File]
configuration
   location of configuration files [in B.2 Locations]
container
   stopping and restarting [in 3.8 Stopping and Restarting the HydraExpress Agent]
Content-Type
   default [in 8.3 Creating HTTP Headers]
   element [in 9.3 Implementing the Servlet Class]
   setting [in 3.4 Implementing Request Handlers]
context parameters
   reading [in 6.9 Reading Context Parameters]
   setting [in 4.6 Set Context Parameters]
context-param element [in 4.6 Set Context Parameters]
Cookie [in 7.6 Managing State on the Client with Cookies]
   getValue [in 7.6 Managing State on the Client with Cookies]
   setMaxAge [in 7.6 Managing State on the Client with Cookies]
   setValue [in 7.6 Managing State on the Client with Cookies]
cookies
   managing state with [in 7.6 Managing State on the Client with Cookies]

D

DateTime [in 8.3 Creating HTTP Headers]
   [in 9.3 Implementing the Servlet Class]
default mapping [in 4.3.3 Default Servlet]
default servlet [in 4.3.3 Default Servlet]
deployment descriptor
   HelloWorldExample [in 3.7 Adding the Servlet to the web.xml file]
doDelete [in 3.4 Implementing Request Handlers]
doFilter [in 2.4 Filters]
   Filter [in 6.6 Implementing a Filter]
      [in 6.6 Implementing a Filter]
doGet [in 3.4 Implementing Request Handlers]
   [in 3.4 Implementing Request Handlers]
doHead [in 3.4 Implementing Request Handlers]
doPost [in 3.4 Implementing Request Handlers]
doPut [in 3.4 Implementing Request Handlers]
doTrace [in 3.4 Implementing Request Handlers]

E

Enumeration [in 6.2 Using rwsf - -Enumeration]
   [in 9.3 Implementing the Servlet Class]
   hasMoreElements [in 6.2 Using rwsf - -Enumeration]
   nextElement [in 6.2 Using rwsf - -Enumeration]
error-page element [in 4.10 Configure Error Pages]
examples
   local URL [in 3.10 Next Steps]

F

filter element [in 4.8.1 Defining the Filter Instance]
filter to URL mapping [in 4.3 URL Patterns]
filter-class element [in 4.8.1 Defining the Filter Instance]
filter-mapping element [in 4.8.2 Mapping Filters to URLs]
filter-name element [in 4.8.1 Defining the Filter Instance]
filter
   implementing [in 6.6 Implementing a Filter]
   definition [in 2.4 Filters]

G

getInitParameter [in 6.9 Reading Context Parameters]

H

handler chain
   servlet container called from Agent handler chain [in 2.1 The Servlet Approach]
HTML forms
   reading parameters [in 7.4 Reading Parameters From a Form]
HTTP Method
   DELETE [in 3.4 Implementing Request Handlers]
   GET [in 3.4 Implementing Request Handlers]
   HEAD [in 3.4 Implementing Request Handlers]
   POST [in 3.4 Implementing Request Handlers]
   PUT [in 3.4 Implementing Request Handlers]
   TRACE [in 3.4 Implementing Request Handlers]
HttpServlet [in 3.2 Deriving from rwsf - -HttpServlet]
   [in 3.4 Implementing Request Handlers]
   [in 9.2 Designing the Servlet Class]
HttpServletRequest [in 3.4 Implementing Request Handlers]
   getContextPath [in 8.5 Returning the URL of a Servlet]
   getHeader [in 7.3 Inspecting HTTP Headers]
   getHeaderNames [in 7.3 Inspecting HTTP Headers]
   getParameter [in 7.4 Reading Parameters From a Form]
   getParameterNames [in 7.4 Reading Parameters From a Form]
   getParameterValues [in 7.4 Reading Parameters From a Form]
   getServletPath [in 8.5 Returning the URL of a Servlet]
   getSession [in 7.5 Recovering Session State]
      [in 8.2 Saving Session State]
HttpServletResponse
   appendPayload [in 8.4.2 Setting the Response from a String]
   encodeURL [in 7.5 Recovering Session State]
      [in 8.5 Returning the URL of a Servlet]
   output functions [in 8.4 Creating an HTTP Response]
   print [in 8.4.1 Using Java-Like Output Functions]
   println [in 8.4.1 Using Java-Like Output Functions]
   sendError [in 8.6 Returning an Error]
   sendRedirect [in 8.7 Redirecting the Client]
   setContentType [in 5.5 Browser Displays HTML Code from Servlet]
   setDateHeader [in 8.3 Creating HTTP Headers]
   setHeader [in 8.3 Creating HTTP Headers]
   setIntHeader [in 8.3 Creating HTTP Headers]
   setPayload [in 8.4.2 Setting the Response from a String]
HttpSession
   setAttribute [in 8.2 Saving Session State]
   setFromCookie [in 7.5 Recovering Session State]
   setFromURL [in 7.5 Recovering Session State]

I

i18n [in 4.1.6 Character Set]
   [in 4.2 Initialization Parameters]
   [in 4.2 Initialization Parameters]
   [in 4.3 URL Patterns]
init-param element [in 4.2 Initialization Parameters]
initialization parameters
   reading [in 6.8 Reading Initialization Parameters]
   setting [in 4.2 Initialization Parameters]

L

list [in 7.4 Reading Parameters From a Form]
listener-class element [in 4.9 Define Listeners]
listener
   implementing [in 6.7 Implementing a Listener]

M

macros
   RWSF_DEFINE_FILTER [in 6.5 Defining Filters, Servlets, and Listeners]
   RWSF_DEFINE_FILTER_NAME [in 6.5 Defining Filters, Servlets, and Listeners]
   RWSF_DEFINE_LISTENER [in 6.5 Defining Filters, Servlets, and Listeners]
      [in 6.5 Defining Filters, Servlets, and Listeners]
   RWSF_DEFINE_SERVLET [in 3.3 Defining the Servlet]
      [in 6.5 Defining Filters, Servlets, and Listeners]
   RWSF_DEFINE_SERVLET_NAME [in 6.5 Defining Filters, Servlets, and Listeners]
makefile
   examples [in 3.5 Compiling the Servlet]
manual
   organization [in 1.3 Organization of this Manual]

P

param-name element [in 4.2 Initialization Parameters]
   [in 4.6 Set Context Parameters]
param-value element [in 4.6 Set Context Parameters]
parameters
   finding names [in 7.4 Reading Parameters From a Form]
   finding values [in 7.4 Reading Parameters From a Form]
print function [in 3.4 Implementing Request Handlers]
println function [in 3.4 Implementing Request Handlers]

R

request handlers
   HTTP [in 3.4 Implementing Request Handlers]
request
   container routing of [in 7.2 Understanding Request Routing]
RequestDispatcher
   forward [in 8.8 Forwarding a Request]
rwsfserver [in 3.8 Stopping and Restarting the HydraExpress Agent]
RWSF_DEFINE macros [in 4.7.1 Defining the Servlet Instance]
   [in 4.7.1 Defining the Servlet Instance]
   [in 4.8.1 Defining the Filter Instance]
   [in 4.8.1 Defining the Filter Instance]
   [in 4.9 Define Listeners]
RWSF_DEFINE_FILTER [in 6.5 Defining Filters, Servlets, and Listeners]
RWSF_DEFINE_FILTER_NAME [in 6.5 Defining Filters, Servlets, and Listeners]
RWSF_DEFINE_LISTENER [in 6.5 Defining Filters, Servlets, and Listeners]
   [in 6.5 Defining Filters, Servlets, and Listeners]
RWSF_DEFINE_SERVLET macro [in 3.3 Defining the Servlet]
RWSF_DEFINE_SERVLET [in 6.5 Defining Filters, Servlets, and Listeners]
RWSF_DEFINE_SERVLET_NAME [in 6.5 Defining Filters, Servlets, and Listeners]

S

service execution engine, or Agent
   described [in 2.1 The Servlet Approach]
servlet base class [in 3.2 Deriving from rwsf -:HttpServlet]
servlet configuration [in 4.7 Define and Map Servlets]
servlet container [in 2.2.2 Contexts]
   [in 2.2 The Servlet Container]
   described [in 2.1 The Servlet Approach]
servlet element [in 4.7.1 Defining the Servlet Instance]
   [in 4.9 Define Listeners]
servlet example
   Hello World [in 3.1 Introduction]
   SessionExample [in 9.1 Introduction]
servlet to URL mapping [in 4.3 URL Patterns]
   matching procedure [in 4.3.2 Servlet Matching Procedure]
servlet-class element [in 4.7.1 Defining the Servlet Instance]
servlet-mapping element [in 4.7.2 Mapping Servlets to URLs]
servlet-name element [in 4.7.1 Defining the Servlet Instance]
   [in 4.7.2 Mapping Servlets to URLs]
servlet
   creating and deploying [in 3.1 Introduction]
   definition [in 2.3 Servlets]
ServletAttribute
   operator>> [in 6.3 Using rwsf - -Attribute]
   operator<<> [in 6.3 Using rwsf - -Attribute]
   usage explained [in 6.3 Using rwsf -:Attribute]
ServletContext
   getNamedDispatcher [in 8.8 Forwarding a Request]
ServletResponse
   appendPayload [in 8.4.2 Setting the Response from a String]
   setPayload [in 8.4.2 Setting the Response from a String]
session timeout, default for context [in 4.11 Configure Sessions]
session timeout, individual session [in 7.5 Recovering Session State]
session-config element [in 4.11 Configure Sessions]
session-timeout element [in 4.11 Configure Sessions]
session
   initializing with listener [in 6.7 Implementing a Listener]
SessionExample implementation [in 9.3 Implementing the Servlet Class]
sessions
   recovering state from [in 7.5 Recovering Session State]
   saving state in [in 8.2 Saving Session State]
single-thread access [in 4.7.3 Single-thread Access]
single-thread attribute [in 4.7.3 Single-thread Access]
SourcePro C++
   servlets may depend on [in 2.1 The Servlet Approach]

T

troubleshooting
   browser displays HTML code [in 5.5 Browser Displays HTML Code from Servlet]
   context does not load [in 5.4 Context Does Not Load]
   no contexts load [in 5.2 Container Starts, No Contexts Load]
   servlet does not load [in 5.3 Servlet Does Not Load]

U

url-pattern element [in 4.3 URL Patterns]
   [in 4.7.2 Mapping Servlets to URLs]
   [in 4.8.2 Mapping Filters to URLs]
   character set [in 4.3 URL Patterns]
usage explained [in 6.2 Using rwsf -:Enumeration]
UTF-16 [in 4.1.6 Character Set]
   [in 4.2 Initialization Parameters]
UTF-8 [in 4.1.6 Character Set]
   [in 4.2 Initialization Parameters]

W

Web application
   definition [in 4.5 Create a Context Directory]
web-app element [in 4.5 Create a Context Directory]
WEB-INF directory [in 4.5 Create a Context Directory]
web.xml example [in 3.7 Adding the Servlet to the web.xml file]
web.xml file, context
   location of [in 4.5 Create a Context Directory]
web.xml sample [in 4.1.5 Sample Configuration File]


No previous fileTop of DocumentContentsNo linkNo next file

©2004-2007 Copyright Quovadx, Inc. All Rights Reserved.
Quovadx and Rogue Wave are registered trademarks of Quovadx, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.