Package com.devsphere.mapping

Interface Summary
FormDocument A form document contains static HTML and variables where dynamic content can be inserted.
FormTemplate A form template is a factory of form documents.
 

Class Summary
CharacterEncoding Utility class that handles character encoding names and IDs.
FileBean Bean that groups the name, the content type and the input stream of an uploaded file.
FormData Abstract class whose methods are implemented by form data wrappers.
FormUtils Utility class that implements form related operations.
HandlerUtils Utility class that implements operations used typically by handlers.
PointBean Bean that groups the (X, Y) coordinates of 2D points.
ServletFormData Wrapper of javax.servlet.http.HttpServletRequest that implements the methods of the FormData abstract class.
TextUtils Utility class that implements text related operations.
XMLUtils Utility class that implements XML related operations.
 

Exception Summary
MappingError This class groups an error type, a throwable and a message.