![]() |
Quadcap Embedded Server Administrator Console |
Inheritance diagram for com.quadcap.app.qws.ActionList:

Each 'application' object is a HashMap containing the interesting properties of that application.
Definition at line 65 of file ActionList.java.
Public Member Functions | |
| void | init (ServletConfig config) |
| void | service (HttpServletRequest request, HttpServletResponse response) throws Exception |
| void | forward (HttpServletRequest request, HttpServletResponse response, String page) throws ServletException, IOException |
Package Functions | |
| final HashMap | makeMap (WebApplication app) |
| final HashMap | getInitParameters (WebApplication app) |
| final HashMap | getAttributes (WebApplication app) |
Package Attributes | |
| ServletConfig | config |
| WebServer | server |
|
||||||||||||||||
|
Definition at line 136 of file ActionList.java. References com.quadcap.app.qws.ActionList.config, and com.quadcap.app.qws.ActionList.forward(). Referenced by com.quadcap.app.qws.ActionList.forward(), and com.quadcap.app.qws.ActionList.service(). |
|
|
Definition at line 115 of file ActionList.java. References com.quadcap.app.qws.ActionList.getAttributes(). Referenced by com.quadcap.app.qws.ActionList.getAttributes(). |
|
|
Definition at line 104 of file ActionList.java. References com.quadcap.app.qws.ActionList.getInitParameters(). Referenced by com.quadcap.app.qws.ActionList.getInitParameters(). |
|
|
Implements com.quadcap.app.qws.Action. Definition at line 69 of file ActionList.java. References com.quadcap.app.qws.ActionList.init(). Referenced by com.quadcap.app.qws.ActionList.init(). |
|
|
Definition at line 91 of file ActionList.java. References com.quadcap.app.qws.ActionList.makeMap(). Referenced by com.quadcap.app.qws.ActionList.makeMap(), and com.quadcap.app.qws.ActionList.service(). |
|
||||||||||||
|
Implements com.quadcap.app.qws.Action. Definition at line 75 of file ActionList.java. References com.quadcap.app.qws.ActionList.forward(), com.quadcap.app.qws.ActionList.makeMap(), com.quadcap.app.qws.ActionList.server, and com.quadcap.app.qws.ActionList.service(). Referenced by com.quadcap.app.qws.ActionList.service(). |
|
|
Definition at line 66 of file ActionList.java. Referenced by com.quadcap.app.qws.ActionList.forward(). |
|
|
Definition at line 67 of file ActionList.java. Referenced by com.quadcap.app.qws.ActionList.service(). |