Package org.conical.common.bbl.web.struts.actions


package org.conical.common.bbl.web.struts.actions
Contains action classes to assist in the development of Struts2 applications.
  • Classes
    Class
    Description
    This should be the base class for all actions in Struts2-based BBL web apps.
    This action should be referred to when a user help button or link is clicked.
    Attempts to log user into the application using the authentication settings in authentication.properties.
    Logs user out of the application by invalidating the entire session
    This class exists as a simple child of BaseAction to show how little code must be written to implement an action.