Quadcap Embedded Server Administrator Console

com.quadcap.app.qws.ActionList Class Reference

Inheritance diagram for com.quadcap.app.qws.ActionList:

com.quadcap.app.qws.Action List of all members.

Detailed Description

Implement the 'list' action, which sets the "applications" request attribute to be a HashMap of 'context' -> 'application'.

Each 'application' object is a HashMap containing the interesting properties of that application.

Author:
Stan Bailes

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


Member Function Documentation

void com.quadcap.app.qws.ActionList.forward HttpServletRequest  request,
HttpServletResponse  response,
String  page
throws ServletException, IOException
 

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().

final HashMap com.quadcap.app.qws.ActionList.getAttributes WebApplication  app  )  [package]
 

Definition at line 115 of file ActionList.java.

References com.quadcap.app.qws.ActionList.getAttributes().

Referenced by com.quadcap.app.qws.ActionList.getAttributes().

final HashMap com.quadcap.app.qws.ActionList.getInitParameters WebApplication  app  )  [package]
 

Definition at line 104 of file ActionList.java.

References com.quadcap.app.qws.ActionList.getInitParameters().

Referenced by com.quadcap.app.qws.ActionList.getInitParameters().

void com.quadcap.app.qws.ActionList.init ServletConfig  config  ) 
 

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().

final HashMap com.quadcap.app.qws.ActionList.makeMap WebApplication  app  )  [package]
 

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().

void com.quadcap.app.qws.ActionList.service HttpServletRequest  request,
HttpServletResponse  response
throws Exception
 

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().


Member Data Documentation

ServletConfig com.quadcap.app.qws.ActionList.config [package]
 

Definition at line 66 of file ActionList.java.

Referenced by com.quadcap.app.qws.ActionList.forward().

WebServer com.quadcap.app.qws.ActionList.server [package]
 

Definition at line 67 of file ActionList.java.

Referenced by com.quadcap.app.qws.ActionList.service().