DJDoc v.1.0.0b-1

Package net.sf.djdoc.action

The action package contains the Action interface as well as several concret implementations representing all possible types of requests.

See:
          Description

Interface Summary
Action The implementations of the Action interface encapsulate the business logic performed during an HTTP request in the operation of the DJDoc web application.
 

Class Summary
ApiListAction The ApiListAction is responsible for displaying the list of all available APIs on the entry page of the DJDoc web application.
BunchListAction The BunchListAction class combines three functionalities: Its main purpose is to store the last accessed API in the user session (which causes the list of packages of that API to be cached in the session).
FileAction The FileAction is an implementation of the Action interface which simply copies the content of a file into the response.
ItemListAction The ItemListAction class combines three functionalities: Its main purpose is to store the last accessed API and the last accessed package in the user session (which causes the list of classes and interfaces of that package to be cached in the session).
 

Package net.sf.djdoc.action Description

The action package contains the Action interface as well as several concret implementations representing all possible types of requests.

Since:
0.9.1
Author:
jv, 2005

DJDoc v.1.0.0b-1