Index

A D E F G L M P R T W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addDictionaryEntry(String, String) - Method in class edu.pdx.cs.joy.airlineweb.AirlineRestClient
 
AirlineRestClient - Class in edu.pdx.cs.joy.airlineweb
A helper class for accessing the rest client.
AirlineRestClient(HttpRequestHelper) - Constructor for class edu.pdx.cs.joy.airlineweb.AirlineRestClient
 
AirlineRestClient(String, int) - Constructor for class edu.pdx.cs.joy.airlineweb.AirlineRestClient
Creates a client to the airline REST service running on the given host and port
AirlineServlet - Class in edu.pdx.cs.joy.airlineweb
This servlet ultimately provides a REST API for working with an Airline.
AirlineServlet() - Constructor for class edu.pdx.cs.joy.airlineweb.AirlineServlet
 
allDictionaryEntriesDeleted() - Static method in class edu.pdx.cs.joy.airlineweb.Messages
 

D

definedWordAs(String, String) - Static method in class edu.pdx.cs.joy.airlineweb.Messages
 
DEFINITION_PARAMETER - Static variable in class edu.pdx.cs.joy.airlineweb.AirlineServlet
 
doDelete(HttpServletRequest, HttpServletResponse) - Method in class edu.pdx.cs.joy.airlineweb.AirlineServlet
Handles an HTTP DELETE request by removing all dictionary entries.
doGet(HttpServletRequest, HttpServletResponse) - Method in class edu.pdx.cs.joy.airlineweb.AirlineServlet
Handles an HTTP GET request from a client by writing the definition of the word specified in the "word" HTTP parameter to the HTTP response.
doPost(HttpServletRequest, HttpServletResponse) - Method in class edu.pdx.cs.joy.airlineweb.AirlineServlet
Handles an HTTP POST request by storing the dictionary entry for the "word" and "definition" request parameters.
dump(Map<String, String>) - Method in class edu.pdx.cs.joy.airlineweb.PrettyPrinter
 
dump(Map<String, String>) - Method in class edu.pdx.cs.joy.airlineweb.TextDumper
 

E

edu.pdx.cs.joy.airlineweb - package edu.pdx.cs.joy.airlineweb
 

F

formatDictionaryEntry(String, String) - Static method in class edu.pdx.cs.joy.airlineweb.PrettyPrinter
 
formatWordCount(int) - Static method in class edu.pdx.cs.joy.airlineweb.PrettyPrinter
 

G

getAllDictionaryEntries() - Method in class edu.pdx.cs.joy.airlineweb.AirlineRestClient
Returns all dictionary entries from the server
getDefinition(String) - Method in class edu.pdx.cs.joy.airlineweb.AirlineRestClient
Returns the definition for the given word
getDefinition(String) - Method in class edu.pdx.cs.joy.airlineweb.AirlineServlet
 

L

log(String) - Method in class edu.pdx.cs.joy.airlineweb.AirlineServlet
 

M

main(String...) - Static method in class edu.pdx.cs.joy.airlineweb.Project5
 
Messages - Class in edu.pdx.cs.joy.airlineweb
Class for formatting messages on the server side.
Messages() - Constructor for class edu.pdx.cs.joy.airlineweb.Messages
 
MISSING_ARGS - Static variable in class edu.pdx.cs.joy.airlineweb.Project5
 
missingRequiredParameter(String) - Static method in class edu.pdx.cs.joy.airlineweb.Messages
 

P

parse() - Method in class edu.pdx.cs.joy.airlineweb.TextParser
 
PrettyPrinter - Class in edu.pdx.cs.joy.airlineweb
 
PrettyPrinter(Writer) - Constructor for class edu.pdx.cs.joy.airlineweb.PrettyPrinter
 
Project5 - Class in edu.pdx.cs.joy.airlineweb
The main class that parses the command line and communicates with the Airline server using REST.
Project5() - Constructor for class edu.pdx.cs.joy.airlineweb.Project5
 

R

removeAllDictionaryEntries() - Method in class edu.pdx.cs.joy.airlineweb.AirlineRestClient
 

T

TextDumper - Class in edu.pdx.cs.joy.airlineweb
 
TextDumper(Writer) - Constructor for class edu.pdx.cs.joy.airlineweb.TextDumper
 
TextParser - Class in edu.pdx.cs.joy.airlineweb
 
TextParser(Reader) - Constructor for class edu.pdx.cs.joy.airlineweb.TextParser
 

W

WORD_PARAMETER - Static variable in class edu.pdx.cs.joy.airlineweb.AirlineServlet
 
A D E F G L M P R T W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form