Package org.appfuse.webapp.action

Class Summary
ActionExceptionHandler Implementation of ExceptionHandler that handles any Exceptions that are bundles up to the Action layer.
BaseAction Implementation of Action that contains base methods for logging and conducting pre/post perform actions.
BaseMockTestCase This class is extended by all ActionTests.
BaseStrutsTestCase This class is extended by all ActionTests.
EducationAction Implementation of Action that interacts with the EducationForm and retrieves values.
EducationActionTest  
ExperienceAction Implementation of Action that interacts with the ExperienceForm and retrieves values.
ExperienceActionTest  
LoginServlet Implementation of HttpServlet that is used to get a username and password and encrypt the password before sending to container-managed authentication.
LoginServletTest  
MembershipAction Implementation of Action that interacts with the MembershipForm and retrieves values.
MembershipActionTest  
ReferenceAction Implementation of Action that interacts with the ReferenceForm and retrieves values.
ReferenceActionTest  
RegistrationServlet Implementation of HttpServlet that is used to allow users to self-register.
RegistrationServletTest  
ResumeAction Implementation of Action that interacts with the ResumeForm and retrieves values.
ResumeActionTest  
ResumeSkillAction Implementation of Action that interacts with the ResumeSkillForm and retrieves values.
ResumeSkillActionTest  
TemplateAction Implementation of Action that interacts with the TemplateForm and retrieves values.
TemplateActionTest  
UploadAction This class handles the uploading of a resume (or any file) and writing it to the filesystem.
UploadActionTest  
UserAction Implementation of Action that interacts with the UserForm and retrieves values.
UserActionTest  
UserCounterController UserCounterController class.
 

Exception Summary
GeneralException This exception is designed to catch all exceptions and build a list of exceptions that have occurred.
InvalidResumeException This exception is designed to catch all exceptions and build a list of exceptions that have occurred.
 



Copyright © 2002-2004