Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.clra.web

Interface Summary
IEventList Declares JSP attributes and bean properties for sorted lists of scheduled events.
IMemberNameList Declares JSP attributes and bean properties for alphabetized lists of members.
INameList Declares JSP attributes and bean properties for alphabetized lists of stuff.
 

Class Summary
ApplicationSet  
ApplyMemberShipAction  
ApplyMemberShipForm  
BoatSet A collection of "finder" methods that return read-only, sorted sets of boats.
CalendarBean Represents a date in a GUI.
CalendarBean.AmPm  
CalendarBean.Days  
CalendarBean.Hours  
CalendarBean.Minutes  
CalendarBean.Months  
CalendarBean.Years  
Configuration A collection of configurable properties used by this package.
Constants Manifest constants for the CLRA application.
DataUtils Collections of data constants.
DataUtils.AccountTypes  
DataUtils.AccountYears  
DataUtils.Roles  
DataUtils.States  
EditMemberInfoAction A workflow manager that sets up an input form that queries a user for information needed to maintain the user's personal information.
EditParticipationAction A workflow manager that sets up an input form which queries a user for information needed to create, edit, or view participation in a rowing session.
EditRowingSessionAction A workflow manager that sets up an input form which queries a user for information needed to create, edit, publish, view, delete or cancel a rowing session.
EnrollmentSet A JSP bean that provides ordered lists of EnrollmentViews.
EnrollmentView Read-only information about enrollment of a member in a rowing session.
FormattedDate A JSP bean that displays a formatted date.
LabelValueBean Simple JavaBean to represent label-value pairs for use in collections that are utilized by the <form:options> tag.
LogonAction Implementation of Action that validates a user logon.
LogonForm Form bean for the user profile page.
LogoutAction Implementation of Action that processes a user logoff.
MemberInfoAction  
MemberInfoForm Form bean for the user profile page.
MemberNameFormat Formats the name of member according to a few different patterns.
MemberNameFormatSelectorTag Allows the user to specify whether names should be formated according to MemberNameFormat.FIRSTLAST or MemberNameFormat.LASTFIRST.
MemberSet A JSP bean that provides ordered lists of MemberViews.
MembershipServlet Converts a soap response to CSV or beautified XML message.
MemberTag MemberTag member, used to get the member who is currently logged in.
MemberView Read-only information about a member.
MonthViewSelectorTag Stuff.
NameSelectorTag Allows the user to choose a group of items, selected by the first letter of their name.
OarsetSet A collection of "finder" methods that return read-only, sorted sets of oarsets.
Participant2View Read-only information about a member's participation in rowing session.
ParticipantView Read-only information about a member's participation in rowing session.
ParticipationForm Form bean for the session signup screen.
RowingSessionForm Form bean for the rowing session page.
RowingSessionLevelBean Represents the level of a rowing session.
RowingSessionStateBean Represents the state of a rowing session.
RowingSessionTypeBean Represents the type of a rowing session.
SaveMemberInfoAction A workflow manager that pulls a member's personal information from an input form.
SaveParticipationAction A workflow manager that pulls data about a rowing session from an input form.
SaveRowingSessionAction A workflow manager that pulls data about a rowing session from an input form.
SessionSet A JSP bean that provides ordered lists of SessionViews.
SessionView Read-only information about a session.
Text A thin wrapper around the Jakarta MessageResources class.
ValidateMember Base class for validation checks of MemberInfoForm.
ValidateMemberAccountName Checks whether a member's account name is valid and unique.
ValidateMemberAccountYear Checks whether the year a member joined the rowing association is reasonable.
ValidateMemberEmail Checks whether an email address seems valid.
ValidateMemberMailingAddress Checks whether a mailing address seems valid.
ValidateMemberName Checks whether a member's name is complete.
ValidateMemberOptionalInfo Checks whether optional info is plausible, if it is present.
ValidateMemberPassword Checks whether a password matches its confirmation value.
ValidateMemberPhoneNumbers Checks whether the member has included at least an evening phone number and whether all included phone numbers seem reasonable.
ValidateMemberRoleAndStatus Checks whether a member's role and status are valid and consistent.
WebUtils Some utilities related to presenting information to the user.
YearViewSelectorTag Stuff.
 

Exception Summary
MembershipServlet.MembershipSoapException An implementation-specific exception that indicates a SOAP problem
WebException Indicates an error related to the web package.