A B C D G I L R

A

appmain - package appmain
 

B

blade - package blade
 
Blade - class blade.Blade.
This class represents one Blade, a servlet URL that gets a small chunk of information.
Blade(String, String) - Constructor for class blade.Blade
Store the name and the URL, based on the provided parameters.

C

Contexter - class appmain.Contexter.
Simple servlet to show various elements of the servlet context.
Contexter() - Constructor for class appmain.Contexter
 

D

doGet(HttpServletRequest, HttpServletResponse) - Method in class appmain.Razor
Respond to a GET request for the content produced by this servlet.
doGet(HttpServletRequest, HttpServletResponse) - Method in class appmain.Lister
Respond to a GET request for the content produced by this servlet.
doGet(HttpServletRequest, HttpServletResponse) - Method in class appmain.Contexter
Respond to a GET request for the content produced by this servlet.

G

getExternalForm() - Method in class blade.Blade
Return the external form of the URL associated with this Blade.
getName() - Method in class blade.Blade
Return the display name of this Blade.

I

init() - Method in class appmain.Lister
Initialize the servlet data values.
init() - Method in class appmain.Contexter
Initialize the servlet data values.

L

Lister - class appmain.Lister.
Simple servlet to show a list of Blades, data scrapers of life.
Lister() - Constructor for class appmain.Lister
 

R

Razor - class appmain.Razor.
Simple servlet.
Razor() - Constructor for class appmain.Razor
 

A B C D G I L R