Package org.activemath.webapp.base

Interface Summary
AppSessionShutdownHook Notifier hook that allows an object to be informed of session shutdown.
 

Class Summary
AppContext Provides access to application-wide configuration context.
AppModel Describe me!
AppSession Represents a User in an HttpSession.
AppSessionEventService Event service for AppSession objects.
AuthenticationManager Login/Logout logic
AuthenticationManagerService Remote interface for AuthenticationManager Provides selected functionality to remote components (via XML-RPC).
AuthToken Authentication Token
ControllerBase Base class for all ActiveMath controllers.
ServletUtils Utility functions for ActiveMath servlets
Skin A Skin.
VelocityViewServlet ActiveMath's VelocityViewServlet Overrides default behavior of @see org.apache.velocity.tools.view.servlet.VelocityViewServlet to suite ActiveMath (see VelocityViewServlet.handleRequest(HttpServletRequest, HttpServletResponse, Context)).
 

Exception Summary
AuthenticationManagerException Indicating an error from AuthenticationManager