C D G I P R S

C

com.eaio.j2ee.www.redirector - package com.eaio.j2ee.www.redirector
XML-based redirection of requests.

D

destroy() - Method in class com.eaio.j2ee.www.redirector.ReDirector
Clears pointers to fields.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.eaio.j2ee.www.redirector.ReDirector
Forwards requests to either external URLs or internal pages.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.eaio.j2ee.www.redirector.ReDirector
Forwards request to either external URLs or internal pages.

G

getLastModified(HttpServletRequest) - Method in class com.eaio.j2ee.www.redirector.ReDirector
Return the time the servlet reloaded the XML file last time.
getServletInfo() - Method in class com.eaio.j2ee.www.redirector.ReDirector
Return servlet information.

I

init(ServletConfig) - Method in class com.eaio.j2ee.www.redirector.ReDirector
Initializes the servlet.

P

PARAMETER_HOSTNAME - Static variable in class com.eaio.j2ee.www.redirector.ReDirector
The "hostname" parameter name.
PARAMETER_INTERVAL - Static variable in class com.eaio.j2ee.www.redirector.ReDirector
The "interval" parameter name.
PARAMETER_LINKS - Static variable in class com.eaio.j2ee.www.redirector.ReDirector
The "links" parameter name.

R

ReDirector - class com.eaio.j2ee.www.redirector.ReDirector.
A servlet that redirects users based on data from an XML file.
ReDirector() - Constructor for class com.eaio.j2ee.www.redirector.ReDirector
No-argument constructor.

S

serialVersionUID - Static variable in class com.eaio.j2ee.www.redirector.ReDirector
The serial version UID.

C D G I P R S