A B C E F G H I J K L M N O P R S T U V W X

A

AbstractLogger - class com.devsphere.logging.AbstractLogger.
Abstract class whose methods are implemented by logging mechanisms.
AbstractLogger() - Constructor for class com.devsphere.logging.AbstractLogger
 
ASCII - Static variable in class com.devsphere.mapping.CharacterEncoding
ASCII encoding ID.

B

beanToForm(Object, Hashtable, FormDocument) - Static method in class com.devsphere.mapping.FormUtils
Inserts the values of the properties of a bean within a form document as the default values of the form elements.
beanToForm(Object, Hashtable, FormDocument, AbstractLogger) - Static method in class com.devsphere.mapping.FormUtils
Inserts the values of the properties of a bean within a form document as the default values of the form elements.
beanToForm(Object, Hashtable, FormDocument, String) - Static method in class com.devsphere.mapping.FormUtils
Inserts the values of the properties of a bean within a form document as the default values of the form elements.
beanToForm(Object, Hashtable, FormDocument, String, AbstractLogger) - Static method in class com.devsphere.mapping.FormUtils
Inserts the values of the properties of a bean within a form document as the default values of the form elements.
beanToForm(Object, Hashtable, FormDocument, String, AbstractLogger, Locale) - Static method in class com.devsphere.mapping.FormUtils
Inserts the values of the properties of a bean within a form document as the default values of the form elements.
beanToForm(Object, Hashtable, FormDocument, String, AbstractLogger, String) - Static method in class com.devsphere.mapping.FormUtils
Inserts the values of the properties of a bean within a form document as the default values of the form elements.
beanToForm(Object, Hashtable, FormDocument, String, AbstractLogger, String, Locale) - Static method in class com.devsphere.mapping.FormUtils
Inserts the values of the properties of a bean within a form document as the default values of the form elements.
beanToText(Object, Hashtable, OutputStream) - Static method in class com.devsphere.mapping.TextUtils
Saves the values of the properties of a bean to an output stream in the format used by java.util.Properties.
beanToText(Object, Hashtable, OutputStream, AbstractLogger) - Static method in class com.devsphere.mapping.TextUtils
Saves the values of the properties of a bean to an output stream in the format used by java.util.Properties.
beanToText(Object, Hashtable, OutputStream, AbstractLogger, Locale) - Static method in class com.devsphere.mapping.TextUtils
Saves the values of the properties of a bean to an output stream in the format used by java.util.Properties.
beanToText(Object, Hashtable, OutputStream, AbstractLogger, String) - Static method in class com.devsphere.mapping.TextUtils
Saves the values of the properties of a bean to an output stream in the format used by java.util.Properties.
beanToText(Object, Hashtable, OutputStream, AbstractLogger, String, Locale) - Static method in class com.devsphere.mapping.TextUtils
Saves the values of the properties of a bean to an output stream in the format used by java.util.Properties.
beanToXML(Object, Hashtable, OutputStream) - Static method in class com.devsphere.mapping.XMLUtils
Saves the values of the properties of a bean to an output stream as XML using the UTF-8 character encoding.
beanToXML(Object, Hashtable, OutputStream, AbstractLogger) - Static method in class com.devsphere.mapping.XMLUtils
Saves the values of the properties of a bean to an output stream as XML using the UTF-8 character encoding.
beanToXML(Object, Hashtable, OutputStream, AbstractLogger, int) - Static method in class com.devsphere.mapping.XMLUtils
Saves the values of the properties of a bean to an output stream as XML.
beanToXML(Object, Hashtable, OutputStream, AbstractLogger, int, Locale) - Static method in class com.devsphere.mapping.XMLUtils
Saves the values of the properties of a bean to an output stream as XML.
beanToXML(Object, Hashtable, OutputStream, AbstractLogger, Locale) - Static method in class com.devsphere.mapping.XMLUtils
Saves the values of the properties of a bean to an output stream as XML using the UTF-8 character encoding.
Big5 - Static variable in class com.devsphere.mapping.CharacterEncoding
Big5 encoding ID.

C

CharacterEncoding - class com.devsphere.mapping.CharacterEncoding.
Utility class that handles character encoding names and IDs.
close() - Method in class com.devsphere.logging.AbstractLogger
Closes this logger and releases any associated resources.
close() - Method in class com.devsphere.logging.PrintLogger
Closes the output stream / writer that is used by this logger.
close() - Method in class com.devsphere.logging.CompoundLogger
Closes the two loggers.
close() - Method in class com.devsphere.logging.ServletLogger
This method does nothing.
CNS11643 - Static variable in class com.devsphere.mapping.CharacterEncoding
CNS11643 encoding ID.
com.devsphere.logging - package com.devsphere.logging
 
com.devsphere.mapping - package com.devsphere.mapping
 
commentToProp(String) - Static method in class com.devsphere.mapping.TextUtils
Encodes a comment so that it can be saved to a property file.
CompoundLogger - class com.devsphere.logging.CompoundLogger.
Logging mechanism that redirects any operation to two other loggers.
CompoundLogger(AbstractLogger, AbstractLogger) - Constructor for class com.devsphere.logging.CompoundLogger
Creates a compound logger.

E

EUC_JP - Static variable in class com.devsphere.mapping.CharacterEncoding
EUC_JP encoding ID.
EUC_KR - Static variable in class com.devsphere.mapping.CharacterEncoding
EUC_KR encoding ID.
exists(String) - Method in interface com.devsphere.mapping.FormDocument
Returns true if a variable with the given name exists.
exists(String, int) - Method in interface com.devsphere.mapping.FormDocument
Returns true if a variable identified by name and index exists.

F

FileBean - class com.devsphere.mapping.FileBean.
Bean that groups the name, the content type and the input stream of an uploaded file.
FileBean(String, String, InputStream) - Constructor for class com.devsphere.mapping.FileBean
Creates a file bean.
flush() - Method in class com.devsphere.logging.AbstractLogger
Flushes this logger and forces any buffered output characters to be written out.
flush() - Method in class com.devsphere.logging.PrintLogger
Flushes the output stream / writer that is used by this logger.
flush() - Method in class com.devsphere.logging.CompoundLogger
Flushes the two loggers.
flush() - Method in class com.devsphere.logging.ServletLogger
This method does nothing.
FormData - class com.devsphere.mapping.FormData.
Abstract class whose methods are implemented by form data wrappers.
FormData() - Constructor for class com.devsphere.mapping.FormData
 
FormDocument - interface com.devsphere.mapping.FormDocument.
A form document contains static HTML and variables where dynamic content can be inserted.
FormTemplate - interface com.devsphere.mapping.FormTemplate.
A form template is a factory of form documents.
formToBean(FormData, Object) - Static method in class com.devsphere.mapping.FormUtils
Fills the properties of a bean with the values of the parameters of an HTTP request.
formToBean(FormData, Object, AbstractLogger) - Static method in class com.devsphere.mapping.FormUtils
Fills the properties of a bean with the values of the parameters of an HTTP request.
formToBean(FormData, Object, AbstractLogger, Locale) - Static method in class com.devsphere.mapping.FormUtils
Fills the properties of a bean with the values of the parameters of an HTTP request.
formToBean(FormData, Object, AbstractLogger, String) - Static method in class com.devsphere.mapping.FormUtils
Fills the properties of a bean with the values of the parameters of an HTTP request.
formToBean(FormData, Object, AbstractLogger, String, Locale) - Static method in class com.devsphere.mapping.FormUtils
Fills the properties of a bean with the values of the parameters of an HTTP request.
FormUtils - class com.devsphere.mapping.FormUtils.
Utility class that implements form related operations.

G

GB2312 - Static variable in class com.devsphere.mapping.CharacterEncoding
GB2312 encoding ID.
GBK - Static variable in class com.devsphere.mapping.CharacterEncoding
GBK encoding ID.
getBeanResources(Class) - Static method in class com.devsphere.mapping.HandlerUtils
Gets the resources associated with a bean using the default locale.
getBeanResources(Class, Locale) - Static method in class com.devsphere.mapping.HandlerUtils
Gets the resources associated with a bean using the given locale.
getBeanResources(String) - Static method in class com.devsphere.mapping.HandlerUtils
Gets the resources associated with a bean using the default locale.
getBeanResources(String, Locale) - Static method in class com.devsphere.mapping.HandlerUtils
Gets the resources associated with a bean using the given locale.
getContentType() - Method in class com.devsphere.mapping.FileBean
Gets the content type.
getCount() - Static method in class com.devsphere.mapping.CharacterEncoding
Returns the count of the registered character encodings.
getDescription(int) - Static method in class com.devsphere.mapping.CharacterEncoding
Gets the description of a character encoding.
getDocument() - Method in interface com.devsphere.mapping.FormTemplate
Creates a document based on this template.
getFileName() - Method in class com.devsphere.mapping.FileBean
Gets the file name.
getFileParameter(String) - Method in class com.devsphere.mapping.FormData
Gets the value of a file parameter as a FileBean, or null if the parameter is missing or is not an uploaded file.
getFileParameter(String) - Method in class com.devsphere.mapping.ServletFormData
Gets the value of a file parameter as a FileBean, or null if the parameter is missing or is not an uploaded file.
getFileParameterNames() - Method in class com.devsphere.mapping.FormData
Gets an Enumeration of String objects, containing the names of the file parameters.
getFileParameterNames() - Method in class com.devsphere.mapping.ServletFormData
Gets an Enumeration of String objects, containing the names of the file parameters.
getFileParameterValues(String) - Method in class com.devsphere.mapping.FormData
Gets the values of a file parameter as a FileBean[], or null if the parameter is missing or is not a list of uploaded files.
getFileParameterValues(String) - Method in class com.devsphere.mapping.ServletFormData
Gets the values of a file parameter as a FileBean[], or null if the parameter is missing or is not a list of uploaded files.
getInputStream() - Method in class com.devsphere.mapping.FileBean
Gets the input stream.
getJavaName(int) - Static method in class com.devsphere.mapping.CharacterEncoding
Gets the Java name of a character encoding.
getMaxIndex(String) - Method in interface com.devsphere.mapping.FormDocument
Returns the maximum index for a given variable name.
getMessage() - Method in class com.devsphere.mapping.MappingError
Gets the message of this error.
getMIBenum(int) - Static method in class com.devsphere.mapping.CharacterEncoding
Gets the MIBenum value of a character encoding or -1 if unknown.
getNames() - Method in interface com.devsphere.mapping.FormDocument
Returns the names of all variables.
getParameter(String) - Method in class com.devsphere.mapping.FormData
Gets the value of a request parameter as a String, or null if the parameter is missing or is an uploaded file.
getParameter(String) - Method in class com.devsphere.mapping.ServletFormData
Gets the value of a request parameter as a String, or null if the parameter is missing or is an uploaded file.
getParameterNames() - Method in class com.devsphere.mapping.FormData
Gets an Enumeration of String objects, containing the names of the request parameters.
getParameterNames() - Method in class com.devsphere.mapping.ServletFormData
Gets an Enumeration of String objects, containing the names of the request parameters.
getParameterValues(String) - Method in class com.devsphere.mapping.FormData
Gets the values of a request parameter as a String[], or null if the parameter is missing or is a list of uploaded files.
getParameterValues(String) - Method in class com.devsphere.mapping.ServletFormData
Gets the values of a request parameter as a String[], or null if the parameter is missing or is a list of uploaded file.
getRequest() - Method in class com.devsphere.mapping.ServletFormData
Gets the servlet request wrapped by this object.
getResource(String, Object, Class) - Static method in class com.devsphere.mapping.HandlerUtils
Gets a resource object associated to a given key.
getResource(String, Object, Class, Locale) - Static method in class com.devsphere.mapping.HandlerUtils
Gets a resource object associated to a given key.
getResource(String, Object, String) - Static method in class com.devsphere.mapping.HandlerUtils
Gets a resource object associated to a given key.
getResource(String, Object, String, Locale) - Static method in class com.devsphere.mapping.HandlerUtils
Gets a resource object associated to a given key.
getStandardName(int) - Static method in class com.devsphere.mapping.CharacterEncoding
Gets the standard name of a character encoding.
getTemplate(File) - Static method in class com.devsphere.mapping.FormUtils
Loads the content of an HTML file, parses it and creates a form template.
getTemplate(File, boolean) - Static method in class com.devsphere.mapping.FormUtils
Loads the content of an HTML file, parses it and creates a form template.
getTemplate(File, int) - Static method in class com.devsphere.mapping.FormUtils
Loads the content of an HTML file, parses it and creates a form template.
getTemplate(File, int, boolean) - Static method in class com.devsphere.mapping.FormUtils
Loads the content of an HTML file, parses it and creates a form template.
getTemplate(InputStream) - Static method in class com.devsphere.mapping.FormUtils
Loads the content of an input stream, parses it and creates a form template.
getTemplate(InputStream, int) - Static method in class com.devsphere.mapping.FormUtils
Loads the content of an input stream, parses it and creates a form template.
getTemplate(Reader) - Static method in class com.devsphere.mapping.FormUtils
Loads the content of a reader, parses it and creates a form template.
getTemplate(String) - Static method in class com.devsphere.mapping.FormUtils
Parses the given HTML content and creates a form template.
getTemplate(URL) - Static method in class com.devsphere.mapping.FormUtils
Loads the content of a URL, parses it and creates a form template.
getTemplate(URL, int) - Static method in class com.devsphere.mapping.FormUtils
Loads the content of a URL, parses it and creates a form template.
GETTER_ERROR - Static variable in class com.devsphere.mapping.MappingError
 
getThrowable() - Method in class com.devsphere.mapping.MappingError
Gets the exception that generated this error.
getType() - Method in class com.devsphere.mapping.MappingError
Gets the type of this error.
getValue(String) - Method in interface com.devsphere.mapping.FormDocument
Gets the value of a variable.
getValue(String, int) - Method in interface com.devsphere.mapping.FormDocument
Gets the value of a variable identified by name and index.
getX() - Method in class com.devsphere.mapping.PointBean
Gets the X coordinate.
getY() - Method in class com.devsphere.mapping.PointBean
Gets the Y coordinate.

H

HandlerUtils - class com.devsphere.mapping.HandlerUtils.
Utility class that implements operations used typically by handlers.

I

IBM037 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM037 encoding ID.
IBM1006 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM1006 encoding ID.
IBM1025 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM1025 encoding ID.
IBM1026 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM1026 encoding ID.
IBM1046 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM1046 encoding ID.
IBM1097 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM1097 encoding ID.
IBM1098 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM1098 encoding ID.
IBM1112 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM1112 encoding ID.
IBM1122 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM1122 encoding ID.
IBM1123 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM1123 encoding ID.
IBM1124 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM1124 encoding ID.
IBM1140 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM1140 encoding ID.
IBM1141 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM1141 encoding ID.
IBM1142 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM1142 encoding ID.
IBM1143 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM1143 encoding ID.
IBM1144 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM1144 encoding ID.
IBM1145 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM1145 encoding ID.
IBM1146 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM1146 encoding ID.
IBM1147 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM1147 encoding ID.
IBM1148 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM1148 encoding ID.
IBM1149 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM1149 encoding ID.
IBM1381 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM1381 encoding ID.
IBM1383 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM1383 encoding ID.
IBM273 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM273 encoding ID.
IBM277 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM277 encoding ID.
IBM278 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM278 encoding ID.
IBM280 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM280 encoding ID.
IBM284 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM284 encoding ID.
IBM285 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM285 encoding ID.
IBM297 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM297 encoding ID.
IBM33722 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM33722 encoding ID.
IBM420 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM420 encoding ID.
IBM424 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM424 encoding ID.
IBM437 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM437 encoding ID.
IBM500 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM500 encoding ID.
IBM737 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM737 encoding ID.
IBM775 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM775 encoding ID.
IBM838 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM838 encoding ID.
IBM850 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM850 encoding ID.
IBM852 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM852 encoding ID.
IBM855 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM855 encoding ID.
IBM856 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM856 encoding ID.
IBM857 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM857 encoding ID.
IBM858 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM858 encoding ID.
IBM860 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM860 encoding ID.
IBM861 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM861 encoding ID.
IBM862 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM862 encoding ID.
IBM863 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM863 encoding ID.
IBM864 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM864 encoding ID.
IBM865 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM865 encoding ID.
IBM866 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM866 encoding ID.
IBM868 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM868 encoding ID.
IBM869 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM869 encoding ID.
IBM870 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM870 encoding ID.
IBM871 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM871 encoding ID.
IBM874 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM874 encoding ID.
IBM875 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM875 encoding ID.
IBM918 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM918 encoding ID.
IBM921 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM921 encoding ID.
IBM922 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM922 encoding ID.
IBM930 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM930 encoding ID.
IBM933 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM933 encoding ID.
IBM935 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM935 encoding ID.
IBM937 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM937 encoding ID.
IBM939 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM939 encoding ID.
IBM942 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM942 encoding ID.
IBM942C - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM942C encoding ID.
IBM943 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM943 encoding ID.
IBM943C - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM943C encoding ID.
IBM948 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM948 encoding ID.
IBM949 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM949 encoding ID.
IBM949C - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM949C encoding ID.
IBM950 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM950 encoding ID.
IBM964 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM964 encoding ID.
IBM970 - Static variable in class com.devsphere.mapping.CharacterEncoding
IBM970 encoding ID.
INITIALIZATION_ERROR - Static variable in class com.devsphere.mapping.MappingError
 
inputStreamToReader(InputStream) - Static method in class com.devsphere.mapping.CharacterEncoding
Creates an input stream reader that uses the default character encoding.
inputStreamToReader(InputStream, int) - Static method in class com.devsphere.mapping.CharacterEncoding
Creates an input stream reader that uses a given character encoding.
INSTANTIATION_ERROR - Static variable in class com.devsphere.mapping.MappingError
 
INVALID_ARRAY_LENGTH - Static variable in class com.devsphere.mapping.MappingError
 
isApplicationError() - Method in class com.devsphere.mapping.MappingError
Returns true if this object is an application error.
isMultipartFormData() - Method in class com.devsphere.mapping.ServletFormData
Returns true if the encoding type is "multipart/form-data" and it is allowed.
ISO_2022_CN - Static variable in class com.devsphere.mapping.CharacterEncoding
ISO_2022_CN encoding ID.
ISO_2022_CN_CNS - Static variable in class com.devsphere.mapping.CharacterEncoding
ISO_2022_CN_CNS encoding ID.
ISO_2022_CN_GB - Static variable in class com.devsphere.mapping.CharacterEncoding
ISO_2022_CN_CNS encoding ID.
ISO_2022_JP - Static variable in class com.devsphere.mapping.CharacterEncoding
ISO_2022_JP encoding ID.
ISO_2022_KR - Static variable in class com.devsphere.mapping.CharacterEncoding
ISO_2022_KR encoding ID.
ISO_8859_1 - Static variable in class com.devsphere.mapping.CharacterEncoding
ISO_8859_1 encoding ID.
ISO_8859_13 - Static variable in class com.devsphere.mapping.CharacterEncoding
ISO_8859_13 encoding ID.
ISO_8859_15 - Static variable in class com.devsphere.mapping.CharacterEncoding
ISO_8859_15 encoding ID.
ISO_8859_2 - Static variable in class com.devsphere.mapping.CharacterEncoding
ISO_8859_2 encoding ID.
ISO_8859_3 - Static variable in class com.devsphere.mapping.CharacterEncoding
ISO_8859_3 encoding ID.
ISO_8859_4 - Static variable in class com.devsphere.mapping.CharacterEncoding
ISO_8859_4 encoding ID.
ISO_8859_5 - Static variable in class com.devsphere.mapping.CharacterEncoding
ISO_8859_5 encoding ID.
ISO_8859_6 - Static variable in class com.devsphere.mapping.CharacterEncoding
ISO_8859_6 encoding ID.
ISO_8859_7 - Static variable in class com.devsphere.mapping.CharacterEncoding
ISO_8859_7 encoding ID.
ISO_8859_8 - Static variable in class com.devsphere.mapping.CharacterEncoding
ISO_8859_8 encoding ID.
ISO_8859_9 - Static variable in class com.devsphere.mapping.CharacterEncoding
ISO_8859_9 encoding ID.
isUserError() - Method in class com.devsphere.mapping.MappingError
Returns true if this object is a user error.

J

JIS_X0201 - Static variable in class com.devsphere.mapping.CharacterEncoding
JIS_X0201 encoding ID.
JIS_X0208_1983 - Static variable in class com.devsphere.mapping.CharacterEncoding
JIS_X0208_1983 encoding ID.
JIS_X0212_1990 - Static variable in class com.devsphere.mapping.CharacterEncoding
JIS_X0212_1990 encoding ID.
JISAutoDetect - Static variable in class com.devsphere.mapping.CharacterEncoding
JISAutoDetect encoding ID.
Johab - Static variable in class com.devsphere.mapping.CharacterEncoding
Johab encoding ID.

K

keyOrValueToProp(String) - Static method in class com.devsphere.mapping.TextUtils
Encodes a key or value so that it can be saved to a property file.
KOI8_R - Static variable in class com.devsphere.mapping.CharacterEncoding
KOI8_R encoding ID.

L

log(String) - Method in class com.devsphere.logging.AbstractLogger
Logs a message.
log(String) - Method in class com.devsphere.logging.PrintLogger
Logs a message.
log(String) - Method in class com.devsphere.logging.CompoundLogger
Logs a message.
log(String) - Method in class com.devsphere.logging.ServletLogger
Logs a message.
log(String, Throwable) - Method in class com.devsphere.logging.AbstractLogger
Logs a message and an exception.
log(String, Throwable) - Method in class com.devsphere.logging.PrintLogger
Logs a message and an exception.
log(String, Throwable) - Method in class com.devsphere.logging.CompoundLogger
Logs a message and an exception.
log(String, Throwable) - Method in class com.devsphere.logging.ServletLogger
Logs a message and an exception.
log(Throwable) - Method in class com.devsphere.logging.AbstractLogger
Logs an exception.
log(Throwable) - Method in class com.devsphere.logging.PrintLogger
Logs an exception.
log(Throwable) - Method in class com.devsphere.logging.CompoundLogger
Logs an exception.
log(Throwable) - Method in class com.devsphere.logging.ServletLogger
Logs an exception.

M

MacArabic - Static variable in class com.devsphere.mapping.CharacterEncoding
MacArabic encoding ID.
MacCentralEurope - Static variable in class com.devsphere.mapping.CharacterEncoding
MacCentralEurope encoding ID.
MacCroatian - Static variable in class com.devsphere.mapping.CharacterEncoding
MacCroatian encoding ID.
MacCyrillic - Static variable in class com.devsphere.mapping.CharacterEncoding
MacCyrillic encoding ID.
MacDingbat - Static variable in class com.devsphere.mapping.CharacterEncoding
MacDingbat encoding ID.
MacGreek - Static variable in class com.devsphere.mapping.CharacterEncoding
MacGreek encoding ID.
MacHebrew - Static variable in class com.devsphere.mapping.CharacterEncoding
MacHebrew encoding ID.
MacIceland - Static variable in class com.devsphere.mapping.CharacterEncoding
MacIceland encoding ID.
MacRoman - Static variable in class com.devsphere.mapping.CharacterEncoding
MacRoman encoding ID.
MacRomania - Static variable in class com.devsphere.mapping.CharacterEncoding
MacRomania encoding ID.
MacSymbol - Static variable in class com.devsphere.mapping.CharacterEncoding
MacSymbol encoding ID.
MacThai - Static variable in class com.devsphere.mapping.CharacterEncoding
MacThai encoding ID.
MacTurkish - Static variable in class com.devsphere.mapping.CharacterEncoding
MacTurkish encoding ID.
MacUkraine - Static variable in class com.devsphere.mapping.CharacterEncoding
MacUkraine encoding ID.
MAPPING_ERROR - Static variable in class com.devsphere.mapping.MappingError
 
MappingError - exception com.devsphere.mapping.MappingError.
This class groups an error type, a throwable and a message.
MappingError(String, String, Throwable) - Constructor for class com.devsphere.mapping.MappingError
Creates a mapping error.
messageToHTML(String) - Static method in class com.devsphere.mapping.FormUtils
Processes the parameter so that the returned string can be inserted in an HTML document as text.
MISSING_ARRAY_LENGTH - Static variable in class com.devsphere.mapping.MappingError
 
MISSING_CHECKBOX_DATA - Static variable in class com.devsphere.mapping.MappingError
 
MISSING_DATA - Static variable in class com.devsphere.mapping.MappingError
 
MISSING_FORM_ELEMENT - Static variable in class com.devsphere.mapping.MappingError
 
MISSING_RADIO_DATA - Static variable in class com.devsphere.mapping.MappingError
 
MISSING_SELECT_DATA - Static variable in class com.devsphere.mapping.MappingError
 
MISSING_TEXT_DATA - Static variable in class com.devsphere.mapping.MappingError
 
MISSING_UPLOADED_FILE - Static variable in class com.devsphere.mapping.MappingError
 
MISSING_UPLOADED_FILES - Static variable in class com.devsphere.mapping.MappingError
 
MULTIDIMENSIONAL_ARRAY - Static variable in class com.devsphere.mapping.MappingError
 
MULTIREFERENCED_BEAN - Static variable in class com.devsphere.mapping.MappingError
 

N

NO_GETTER - Static variable in class com.devsphere.mapping.MappingError
 
NO_SETTER - Static variable in class com.devsphere.mapping.MappingError
 
NUMBER_FORMAT_ERROR - Static variable in class com.devsphere.mapping.MappingError
 

O

outputStreamToWriter(OutputStream) - Static method in class com.devsphere.mapping.CharacterEncoding
Creates an output stream writer that uses the default character encoding.
outputStreamToWriter(OutputStream, int) - Static method in class com.devsphere.mapping.CharacterEncoding
Creates an output stream writer that uses a given character encoding.

P

PointBean - class com.devsphere.mapping.PointBean.
Bean that groups the (X, Y) coordinates of 2D points.
PointBean() - Constructor for class com.devsphere.mapping.PointBean
Creates a point bean.
PointBean(int, int) - Constructor for class com.devsphere.mapping.PointBean
Creates a point bean.
PrintLogger - class com.devsphere.logging.PrintLogger.
Logging mechanisms that uses a print stream or a writer.
PrintLogger(PrintStream) - Constructor for class com.devsphere.logging.PrintLogger
Creates the print logger.
PrintLogger(PrintWriter) - Constructor for class com.devsphere.logging.PrintLogger
Creates the print logger.

R

register(String, String) - Static method in class com.devsphere.mapping.CharacterEncoding
Registers a character encoding and returns its ID.
register(String, String, int, String) - Static method in class com.devsphere.mapping.CharacterEncoding
Registers a character encoding and returns its ID.
removeAllTemplatesFromCache() - Static method in class com.devsphere.mapping.FormUtils
Removes all templates from the cache.
removeTemplateFromCache(File) - Static method in class com.devsphere.mapping.FormUtils
Removes a template from the cache.
removeUserErrors(Hashtable) - Static method in class com.devsphere.mapping.HandlerUtils
Makes a clone of an error table and then removes the clone's user errors, letting the original error table unchanged.
reset() - Method in interface com.devsphere.mapping.FormDocument
Clears the default values and the error messages of all form elements and sets all variables to null.

S

SELF_CONTAINED_BEAN - Static variable in class com.devsphere.mapping.MappingError
 
send(OutputStream) - Method in interface com.devsphere.mapping.FormDocument
Sends the content of the document to an output stream.
send(OutputStream, int) - Method in interface com.devsphere.mapping.FormDocument
Sends the content of the document to an output stream.
send(Writer) - Method in interface com.devsphere.mapping.FormDocument
Sends the content of the document to a writer.
ServletFormData - class com.devsphere.mapping.ServletFormData.
Wrapper of javax.servlet.http.HttpServletRequest that implements the methods of the FormData abstract class.
ServletFormData(HttpServletRequest) - Constructor for class com.devsphere.mapping.ServletFormData
Creates the wrapper of a servlet request.
ServletFormData(HttpServletRequest, boolean) - Constructor for class com.devsphere.mapping.ServletFormData
Creates the wrapper of a servlet request.
ServletLogger - class com.devsphere.logging.ServletLogger.
Logging mechanisms for servlets.
ServletLogger(ServletContext) - Constructor for class com.devsphere.logging.ServletLogger
Creates the servlet logger.
SETTER_ERROR - Static variable in class com.devsphere.mapping.MappingError
 
SETTER_ILLEGAL_ARGUMENT - Static variable in class com.devsphere.mapping.MappingError
 
setValue(String, int, String) - Method in interface com.devsphere.mapping.FormDocument
Sets the value of a variable identified by name and index.
setValue(String, String) - Method in interface com.devsphere.mapping.FormDocument
Sets the value of a variable.
setX(int) - Method in class com.devsphere.mapping.PointBean
Sets the X coordinate.
setY(int) - Method in class com.devsphere.mapping.PointBean
Sets the Y coordinate.
Shift_JIS - Static variable in class com.devsphere.mapping.CharacterEncoding
Shift_JIS encoding ID.

T

textToBean(InputStream, Object) - Static method in class com.devsphere.mapping.TextUtils
Fills the properties of a bean with the values of a set of properties encoded as text.
textToBean(InputStream, Object, AbstractLogger) - Static method in class com.devsphere.mapping.TextUtils
Fills the properties of a bean with the values of a set of properties encoded as text.
textToBean(InputStream, Object, AbstractLogger, Locale) - Static method in class com.devsphere.mapping.TextUtils
Fills the properties of a bean with the values of a set of properties encoded as text.
textToBean(InputStream, Object, AbstractLogger, String) - Static method in class com.devsphere.mapping.TextUtils
Fills the properties of a bean with the values of a set of properties encoded as text.
textToBean(InputStream, Object, AbstractLogger, String, Locale) - Static method in class com.devsphere.mapping.TextUtils
Fills the properties of a bean with the values of a set of properties encoded as text.
TextUtils - class com.devsphere.mapping.TextUtils.
Utility class that implements text related operations.
TIS_620 - Static variable in class com.devsphere.mapping.CharacterEncoding
TIS_620 encoding ID.
toString() - Method in class com.devsphere.mapping.ServletFormData
Returns a string representation of this object containing the list of request parameters and the names of the uploaded files.
toString() - Method in class com.devsphere.mapping.FileBean
Returns a string representation of this bean containing the file name.
toString() - Method in class com.devsphere.mapping.PointBean
Returns a string representation of this point containing its coordinates.
toString() - Method in class com.devsphere.mapping.MappingError
Returns a string representation of this object.

U

UTF_16 - Static variable in class com.devsphere.mapping.CharacterEncoding
UTF_16 encoding ID.
UTF_8 - Static variable in class com.devsphere.mapping.CharacterEncoding
UTF_8 encoding ID.

V

valueToHTML(String) - Static method in class com.devsphere.mapping.FormUtils
Processes the parameter so that the returned string can be inserted in an HTML document as an attribute's value.

W

Windows_1250 - Static variable in class com.devsphere.mapping.CharacterEncoding
Windows_1250 encoding ID.
Windows_1251 - Static variable in class com.devsphere.mapping.CharacterEncoding
Windows_1251 encoding ID.
Windows_1252 - Static variable in class com.devsphere.mapping.CharacterEncoding
Windows_1252 encoding ID.
Windows_1253 - Static variable in class com.devsphere.mapping.CharacterEncoding
Windows_1253 encoding ID.
Windows_1254 - Static variable in class com.devsphere.mapping.CharacterEncoding
Windows_1254 encoding ID.
Windows_1255 - Static variable in class com.devsphere.mapping.CharacterEncoding
Windows_1255 encoding ID.
Windows_1256 - Static variable in class com.devsphere.mapping.CharacterEncoding
Windows_1256 encoding ID.
Windows_1257 - Static variable in class com.devsphere.mapping.CharacterEncoding
Windows_1257 encoding ID.
Windows_1258 - Static variable in class com.devsphere.mapping.CharacterEncoding
Windows_1258 encoding ID.
Windows_874 - Static variable in class com.devsphere.mapping.CharacterEncoding
Windows_874 encoding ID.
Windows_932 - Static variable in class com.devsphere.mapping.CharacterEncoding
Windows_932 encoding ID.
Windows_936 - Static variable in class com.devsphere.mapping.CharacterEncoding
Windows_936 encoding ID.
Windows_949 - Static variable in class com.devsphere.mapping.CharacterEncoding
Windows_949 encoding ID.
Windows_950 - Static variable in class com.devsphere.mapping.CharacterEncoding
Windows_950 encoding ID.
WRONG_CLASS - Static variable in class com.devsphere.mapping.MappingError
 

X

xmlToBean(InputStream, Object) - Static method in class com.devsphere.mapping.XMLUtils
Fills the properties of a bean with data encoded in an XML document.
xmlToBean(InputStream, Object, AbstractLogger) - Static method in class com.devsphere.mapping.XMLUtils
Fills the properties of a bean with data encoded in an XML document.
xmlToBean(InputStream, Object, AbstractLogger, int) - Static method in class com.devsphere.mapping.XMLUtils
Fills the properties of a bean with data encoded in an XML document.
xmlToBean(InputStream, Object, AbstractLogger, int, Locale) - Static method in class com.devsphere.mapping.XMLUtils
Fills the properties of a bean with data encoded in an XML document.
xmlToBean(InputStream, Object, AbstractLogger, Locale) - Static method in class com.devsphere.mapping.XMLUtils
Fills the properties of a bean with data encoded in an XML document.
XMLUtils - class com.devsphere.mapping.XMLUtils.
Utility class that implements XML related operations.

A B C E F G H I J K L M N O P R S T U V W X