DJDoc v.1.0.0b-1

Package net.sf.djdoc.app

The app package contains classes important for the DJDoc web application operation.

See:
          Description

Class Summary
Configuration The class Configuration is a utility class used for initially loading all data of an API into the database.
ContainerBasedUserStrategy This implementation of the UserStrategy class assumes that the servlet container has already authenticated the user and has stored the user's data in a Principal object available to the request.
SameUserStrategy The SameUserStrategy class is the most basic implementation of the UserStrategy class.
SimpleUserStrategy The SimpleUserStrategy class is an implementation of the UserStrategy class which - like the SameUserStrategy class - does not interact with the container for authentication; every user accessing the system for the first time will be given a unique name (actually the current timestamp with millisecond precision) which is stored in a cookie.
UserStrategy An abstract class implementing the Strategy design pattern.
 

Exception Summary
ConfigurationException A checked exception thrown during the configuration of the DJDoc web application or during the configuration of a new API.
 

Package net.sf.djdoc.app Description

The app package contains classes important for the DJDoc web application operation. Mainly, these include implementations of the abstract UserStrategy class.

Since:
0.9.1
Author:
jv, 2005

DJDoc v.1.0.0b-1