Serialized Form
dispatcher
javax.servlet.RequestDispatcher dispatcher
- Dispatcher to airline.jsp
inst
PageBoxAPI inst
- PageBox API instance
log
PageBoxLib.LogIF log
- Logging object
ab
AirlineBean ab
- Model object
workDir
java.lang.String workDir
- Directory where API.txt is defined
ctx
javax.servlet.ServletContext ctx
- Unique to the Web application
initialized
boolean initialized
- True if the route table has been read
dispatcher
javax.servlet.RequestDispatcher dispatcher
- Dispatcher to airportcode.jsp
inst
PageBoxAPI inst
- PageBox API instance
log
PageBoxLib.LogIF log
- Logging object
ab
AirportCodeBean ab
- Model object
workDir
java.lang.String workDir
- Directory where API.txt is defined
ctx
javax.servlet.ServletContext ctx
- Unique to the Web application
initialized
boolean initialized
- True if the airport table has been read
dispatcher
javax.servlet.RequestDispatcher dispatcher
- Dispatcher to airline.jsp
inst
PageBoxAPI inst
- PageBox API instance
log
PageBoxLib.LogIF log
- Logging object
rb
RouteBean rb
- Model object
codes
java.util.HashMap codes
- Map to find an airport name after an airport code.
Key: airport
code
Value: airport name
workDir
java.lang.String workDir
- Directory where API.txt is defined
ctx
javax.servlet.ServletContext ctx
- Unique to the Web application
initialized
boolean initialized
- True if the route table has been read