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

A

ACTION_DATA - Static variable in class jodd.servlet.ActionController
Unique request parameter name that holds ActionData for the current invoked action, as defined in the configuration xml file.
ACTION_NOT_FOUND - Static variable in class jodd.servlet.ActionController
Unique global forward name that will be used in case when action is not mapped to a request.
ACTION_PATH - Static variable in class jodd.servlet.ActionController
Unique request parameter name that holds action path of the the current invoked action, as defined in the configuration xml file.
ActionController - class jodd.servlet.ActionController.
Represents a controller part of mvc2 framework.
ActionController() - Constructor for class jodd.servlet.ActionController
 
ActionControllerUtil - class jodd.servlet.ActionControllerUtil.
ActionController helper class.
ActionControllerUtil() - Constructor for class jodd.servlet.ActionControllerUtil
 
ActionFilter - interface jodd.servlet.ActionFilter.
ActionFilter implementation is used by ActionController.
ActionServlet - class jodd.servlet.ActionServlet.
Replacement and enhancement of HttpServlet, containing additional functionalities.
ActionServlet() - Constructor for class jodd.servlet.ActionServlet
 
AppletUtil - class jodd.util.AppletUtil.
Misc applet utils.
AppletUtil() - Constructor for class jodd.util.AppletUtil
 
accept(File) - Method in class jodd.file.filters.RegExpFileFilter
Tests whether or not the specified File matches conditions.
add(int, int, int, int, int, double, boolean) - Method in class jodd.datetime.JDateTime
Adds time to current time.
add(int, int, int, int, int, double) - Method in class jodd.datetime.JDateTime
Performs time adding with preset value of monthFix attribute.
add(int, int, int, boolean) - Method in class jodd.datetime.JDateTime
Adds date, leaving time unchanged.
add(int, int, int) - Method in class jodd.datetime.JDateTime
Adds date, leaving time unchanged, with preset value of monthFix.
addAttachment(String, DataHandler) - Method in class jodd.mail.Email
Adds a generic attachement.
addAttachment(String, String) - Method in class jodd.mail.Email
Adds a HTML attachment.
addAttachment(String) - Method in class jodd.mail.Email
Adds an existing file as attachment.
addAttribute(String, String, String) - Static method in class jodd.servlet.HtmlUtil
Adds attribute and its value to a tag.
addAttribute(String, String, String, int) - Static method in class jodd.servlet.HtmlUtil
Adds attribute and its value to a tag.
addAttribute(String, String) - Static method in class jodd.servlet.HtmlUtil
Adds single attribute without value to a tag.
addAttribute(String, String, int) - Static method in class jodd.servlet.HtmlUtil
Adds single attribute without value to a tag.
addAttributeName(String) - Method in class jodd.servlet.tags.imports.Import
 
addDay(int, boolean) - Method in class jodd.datetime.JDateTime
Adds days.
addDay(int) - Method in class jodd.datetime.JDateTime
Adds days, with preset value of monthFix.
addFlag(char, String, boolean) - Method in class jodd.util.StringFlags
Add new flag to the buffer.
addForward(ActionData, Node) - Static method in class jodd.servlet.ActionControllerUtil
Adds forward information into the ActionDate object, from a XML node.
addHeader(String, String) - Method in class jodd.mail.Email
Add single header.
addHeaders(Map) - Method in class jodd.mail.Email
Add map of headers.
addHour(int, boolean) - Method in class jodd.datetime.JDateTime
Adds hours.
addHour(int) - Method in class jodd.datetime.JDateTime
Adds hours, with preset value of monthFix.
addMillisecond(int, boolean) - Method in class jodd.datetime.JDateTime
Adds milliseconds.
addMillisecond(int) - Method in class jodd.datetime.JDateTime
Adds milliseconds, with preset value of monthFix.
addMinute(int, boolean) - Method in class jodd.datetime.JDateTime
Adds minutes.
addMinute(int) - Method in class jodd.datetime.JDateTime
Adds minutes, with preset value of monthFix.
addMonth(int, boolean) - Method in class jodd.datetime.JDateTime
Adds month.
addMonth(int) - Method in class jodd.datetime.JDateTime
Adds month, with preset value of monthFix.
addParameter(ActionData, Node) - Static method in class jodd.servlet.ActionControllerUtil
Adds parameter information into the ActionDate object, from a XML node.
addSecond(double, boolean) - Method in class jodd.datetime.JDateTime
Adds seconds.
addSecond(double) - Method in class jodd.datetime.JDateTime
Adds seconds, with preset value of monthFix.
addTime(int, int, double, boolean) - Method in class jodd.datetime.JDateTime
Adds time.
addTime(int, int, double) - Method in class jodd.datetime.JDateTime
Adds time, with preset value of monthFix.
addYear(int, boolean) - Method in class jodd.datetime.JDateTime
Adds year.
addYear(int) - Method in class jodd.datetime.JDateTime
Adds year, with preset value of monthFix.
atof(String) - Static method in class jodd.format.Format
Converts a string of digits to an double
atoi(String) - Static method in class jodd.format.Format
Converts a string of digits (decimal, octal or hex) to an integer
atol(String) - Static method in class jodd.format.Format
Converts a string of digits (decimal, octal or hex) to a long integer

B

BUF_SIZE - Static variable in class jodd.util.Base64
 
Base64 - class jodd.util.Base64.
One of the fastest implementation of the Base64 encoding.
Base64() - Constructor for class jodd.util.Base64
 
BeanUtil - class jodd.bean.BeanUtil.
Miscellaneous and useful bean utilities.
BeanUtil() - Constructor for class jodd.bean.BeanUtil
 
BigDecimalConverter - class jodd.bean.converters.BigDecimalConverter.
Converts given object to BigDecimal.
BigDecimalConverter() - Constructor for class jodd.bean.converters.BigDecimalConverter
 
BigIntegerConverter - class jodd.bean.converters.BigIntegerConverter.
Converts given object to BigInteger.
BigIntegerConverter() - Constructor for class jodd.bean.converters.BigIntegerConverter
 
BooleanConverter - class jodd.bean.converters.BooleanConverter.
Converts given object to Boolean.
BooleanConverter() - Constructor for class jodd.bean.converters.BooleanConverter
 
ByteArrayDataSource - class jodd.mail.ByteArrayDataSource.
Implements a DataSource from an InputStream, a byte array, a String, a File.
ByteArrayDataSource(File, String) - Constructor for class jodd.mail.ByteArrayDataSource
Create a datasource from a File.
ByteArrayDataSource(InputStream, String) - Constructor for class jodd.mail.ByteArrayDataSource
Create a datasource from an input stream.
ByteArrayDataSource(byte[], String) - Constructor for class jodd.mail.ByteArrayDataSource
Create a datasource from a byte array.
ByteArrayDataSource(String, String) - Constructor for class jodd.mail.ByteArrayDataSource
Create a datasource from a String.
ByteConverter - class jodd.bean.converters.ByteConverter.
Converts given object to Byte.
ByteConverter() - Constructor for class jodd.bean.converters.ByteConverter
 
buf - Variable in class jodd.util.StringOutputStream
The internal destination StringBuffer.
buffer - Variable in class jodd.servlet.filters.GzipResponseStream
The buffer through which all of our output bytes are passed.
bufferCount - Variable in class jodd.servlet.filters.GzipResponseStream
The number of data bytes currently in the buffer.

C

COUNT_NAME - Static variable in class jodd.servlet.tags.basic.IteratorTag
 
CalendarConverter - class jodd.datetime.converters.CalendarConverter.
 
CalendarConverter() - Constructor for class jodd.datetime.converters.CalendarConverter
 
CharArrayResponseWrapper - class jodd.servlet.filters.CharArrayResponseWrapper.
A response wrapper that takes everything the client would normally output and saves it in one big character array.
CharArrayResponseWrapper(HttpServletResponse) - Constructor for class jodd.servlet.filters.CharArrayResponseWrapper
Initializes wrapper.
CharUtil - class jodd.util.CharUtil.
Various character utilities.
CharUtil() - Constructor for class jodd.util.CharUtil
 
CharacterConverter - class jodd.bean.converters.CharacterConverter.
Converts given object to Character.
CharacterConverter() - Constructor for class jodd.bean.converters.CharacterConverter
 
ConnectionPool - interface jodd.db.pool.ConnectionPool.
A database connection pool interface.
ContextConnectionPool - class jodd.db.pool.ContextConnectionPool.
Tomcat4 alike connection pools that uses Context for initilization.
ContextConnectionPool() - Constructor for class jodd.db.pool.ContextConnectionPool
 
Converter - interface jodd.bean.Converter.
Object converter interface
ConvertersManager - class jodd.bean.ConvertersManager.
Objects converters manager, register default converters and add new ones.
ConvertersManager() - Constructor for class jodd.bean.ConvertersManager
 
CoreConnectionPool - class jodd.db.pool.CoreConnectionPool.
A class for preallocating, recycling, and managing JDBC connections.
CoreConnectionPool() - Constructor for class jodd.db.pool.CoreConnectionPool
 
center(JFrame) - Static method in class jodd.util.AppletUtil
Center frame window.
clear() - Method in class jodd.util.IntHashMap
Removes all mappings from this map.
clearFlags() - Method in class jodd.util.StringFlags
Clears complete flags buffer.
clone() - Method in class jodd.util.IntHashMap
Returns a shallow copy of this IntHashMap instance: the keys and values themselves are not cloned.
cloneViaSerialization(Serializable) - Static method in class jodd.util.Util
Create object copy using serialization mechanism.
close(ResultSet) - Method in class jodd.db.SqlUtil
Deprecated. use close() instead
close() - Method in class jodd.db.SqlUtil
Closes result set (if previously created) and the statement.
close() - Method in interface jodd.db.pool.ConnectionPool
Close pool when it is not needed anymore.
close() - Method in class jodd.db.pool.ContextConnectionPool
 
close() - Method in class jodd.db.pool.CoreConnectionPool
Close all the connections.
close() - Method in class jodd.db.pool.NoConnectionPool
 
close() - Method in class jodd.db.pool.OracleConnectionPool
 
close() - Method in class jodd.servlet.filters.CharArrayResponseWrapper
 
close() - Method in class jodd.servlet.filters.GzipResponseStream
Close this output stream, causing any buffered data to be flushed and any further output data to throw an IOException.
close() - Method in class jodd.util.StringOutputStream
Sets the internal StringBuffer to null.
closeAll(ResultSet) - Method in class jodd.db.SqlUtil
Deprecated. use closeAll() instead.
closeAll() - Method in class jodd.db.SqlUtil
Closes result set (if created), statements and returns connection to db pool when no ResultSets are used.
closed - Variable in class jodd.servlet.filters.GzipResponseStream
Has this stream been closed?
closed() - Method in class jodd.servlet.filters.GzipResponseStream
Has this response stream been closed?
commit() - Method in class jodd.db.SqlUtil
Makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by this object.
compareTo(Object) - Method in class jodd.datetime.DateTimeStamp
Compares this object with the specified object for order.
compareTo(Object) - Method in class jodd.datetime.JDateTime
Compares current JDateTime object with another one, up to 1 millisecond.
compressionThreshold - Variable in class jodd.servlet.filters.GzipResponseStream
The threshold number which decides to compress or not.
configure(String) - Static method in class jodd.log.impl.Log4jSimpleLogger
 
containsKey(Object) - Method in class jodd.util.IntHashMap
Returns true if this map contains a mapping for the specified key.
containsKey(int) - Method in class jodd.util.IntHashMap
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class jodd.util.IntHashMap
Returns true if this map maps one or more keys to the specified value.
contentType - Variable in class jodd.servlet.filters.GzipResponseWrapper
Content type
convert(Object) - Method in interface jodd.bean.Converter
Converts object received as parameter into object of another class.
convert(Object, Class) - Static method in class jodd.bean.ConvertersManager
Convertes one object into another.
convert(Object) - Method in class jodd.bean.converters.BigDecimalConverter
 
convert(Object) - Method in class jodd.bean.converters.BigIntegerConverter
 
convert(Object) - Method in class jodd.bean.converters.BooleanConverter
 
convert(Object) - Method in class jodd.bean.converters.ByteConverter
 
convert(Object) - Method in class jodd.bean.converters.CharacterConverter
 
convert(Object) - Method in class jodd.bean.converters.DoubleConverter
 
convert(Object) - Method in class jodd.bean.converters.FloatConverter
 
convert(Object) - Method in class jodd.bean.converters.IntegerConverter
 
convert(Object) - Method in class jodd.bean.converters.LongConverter
 
convert(Object) - Method in class jodd.bean.converters.SqlDateConverter
 
convert(Object) - Method in class jodd.bean.converters.SqlTimeConverter
 
convert(Object) - Method in class jodd.bean.converters.SqlTimestampConverter
 
convert(Object) - Method in class jodd.bean.converters.StringArrayConverter
 
convert(Object) - Method in class jodd.bean.converters.StringConverter
 
convert(Object) - Method in class jodd.bean.converters.UploadedFileConverter
 
convert(long, int, String) - Static method in class jodd.format.Format
Converts number to string
copy(String, String) - Static method in class jodd.file.FileUtil
Copies one file to another.
copy(String, String, int) - Static method in class jodd.file.FileUtil
Copies one file to another with specified buffer size.
copy(File, File) - Static method in class jodd.file.FileUtil
Copies one file to another.
copy(File, File, int) - Static method in class jodd.file.FileUtil
Copies one file to another with specified buffer size.
copyPipe(InputStream, OutputStream, int) - Static method in class jodd.util.Util
Reads from input and writes read data to the output, until the stream end.
copyProperties(Object, Object) - Static method in class jodd.bean.BeanUtil
Copies properties of one bean to another.
createFromFile(String) - Static method in class jodd.util.PropertiesUtil
Create properties from the file.
createFromFile(File) - Static method in class jodd.util.PropertiesUtil
Create properties from the file.
createOutputStream() - Method in class jodd.servlet.filters.GzipResponseWrapper
Creates and returns a ServletOutputStream to write the content associated with this Response.

D

DateConverter - class jodd.datetime.converters.DateConverter.
 
DateConverter() - Constructor for class jodd.datetime.converters.DateConverter
 
DateTimeStamp - class jodd.datetime.DateTimeStamp.
Generic date time stamp just stores and holds date and time information.
DateTimeStamp() - Constructor for class jodd.datetime.DateTimeStamp
Default empty constructor.
DateTimeStamp(int, int, int, int, int, double) - Constructor for class jodd.datetime.DateTimeStamp
Constructor that sets date and time.
DateTimeStamp(int, int, int) - Constructor for class jodd.datetime.DateTimeStamp
Constructor that sets just date.
DefaultFormatter - class jodd.datetime.formatters.DefaultFormatter.
Default formatter used for getting and setting date/time information to and from strings.
DefaultFormatter() - Constructor for class jodd.datetime.formatters.DefaultFormatter
 
DoubleConverter - class jodd.bean.converters.DoubleConverter.
Converts given object to Double.
DoubleConverter() - Constructor for class jodd.bean.converters.DoubleConverter
 
day - Variable in class jodd.datetime.DateTimeStamp
Day, range: [1 - 31]
dayOfYear(int, int, int) - Static method in class jodd.datetime.TimeUtil
Calculates day of year from given time stamp.
debug(Object) - Method in interface jodd.log.SimpleLogger
 
debug(Object, Throwable) - Method in interface jodd.log.SimpleLogger
 
debug(Object) - Method in class jodd.log.impl.Log4jSimpleLogger
 
debug(Object, Throwable) - Method in class jodd.log.impl.Log4jSimpleLogger
 
decode(char[], int, int) - Static method in class jodd.util.Base64
Decode the base64 data.
decode(String) - Static method in class jodd.util.Base64
Decode the base64 data.
decode(char[], int, int, OutputStream) - Static method in class jodd.util.Base64
Decode the base64 data.
decode(String, OutputStream) - Static method in class jodd.util.Base64
Decode the base64 data.
decodeUrl(String) - Static method in class jodd.servlet.HtmlEncoder
Encodes HTML JavaScript for page output using ISO-88591-1 encoding.
decodeUrl(String, String) - Static method in class jodd.servlet.HtmlEncoder
Encodes HTML JavaScript for page output.
defaultConfigFile - Static variable in class jodd.servlet.ActionControllerUtil
Default relative address of main configuration xml file that defines actions.
destroy() - Method in class jodd.servlet.filters.GzipFilter
 
destroy() - Method in class jodd.servlet.filters.SetCharacterEncoding
Take this filter out of service.
doAction(HttpServletRequest, HttpServletResponse) - Method in class jodd.servlet.ActionServlet
When ActionController and MVC2 is used, doRequest() can not be used as servlet entry point.
doAfterBody() - Method in class jodd.servlet.tags.basic.IteratorTag
 
doAfterBody() - Method in class jodd.servlet.tags.form.FormTag
Performs smart form population.
doAfterBody() - Method in class jodd.servlet.tags.imports.ImportParam
 
doEndTag() - Method in class jodd.servlet.tags.basic.IteratorTag
 
doEndTag() - Method in class jodd.servlet.tags.form.FormTag
End of tag.
doEndTag() - Method in class jodd.servlet.tags.imports.Import
Finds and renders imported resource.
doEndTag() - Method in class jodd.servlet.tags.imports.ImportParam
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class jodd.servlet.filters.GzipFilter
If browser supports gzip, set the Content-Encoding response header and invoke resource with a wrapped response that collects all the output.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class jodd.servlet.filters.SetCharacterEncoding
Select and set (if specified) the character encoding to be used to interpret request parameters for this request.
doGet(HttpServletRequest, HttpServletResponse) - Method in class jodd.servlet.ActionServlet
Default doGet method, calls doRequest().
doPost(HttpServletRequest, HttpServletResponse) - Method in class jodd.servlet.ActionServlet
Default doGet method, calls doRequest().
doRequest(HttpServletRequest, HttpServletResponse) - Method in class jodd.servlet.ActionController
Request dispatcher - the controller.
doRequest(HttpServletRequest, HttpServletResponse) - Method in class jodd.servlet.ActionServlet
Main Get/Post handler.
doStartTag() - Method in class jodd.servlet.tags.basic.GetPropertyTag
 
doStartTag() - Method in class jodd.servlet.tags.basic.IteratorTag
 
doStartTag() - Method in class jodd.servlet.tags.form.FormTag
Copies properties of all specified bean into one map.
doStartTag() - Method in class jodd.servlet.tags.imports.Import
Evaluate tag content.
doStartTag() - Method in class jodd.servlet.tags.imports.ImportInsert
Just renders parameters value.
doStartTag() - Method in class jodd.servlet.tags.imports.ImportParam
 
doubleValue() - Method in class jodd.datetime.JulianDateStamp
Returns double value of julian date number.

E

ELEMENT_NAME - Static variable in class jodd.servlet.tags.basic.IteratorTag
 
Email - class jodd.mail.Email.
E-mail bean contains all parts of an eamil and handle attachements.
Email() - Constructor for class jodd.mail.Email
 
EnglishNames - class jodd.datetime.names.EnglishNames.
Default (English) names for JDateTime.
EnglishNames() - Constructor for class jodd.datetime.names.EnglishNames
 
elapsed() - Method in class jodd.datetime.SimpleTimer
Stops timer if running.
encode(String) - Static method in class jodd.servlet.HtmlEncoder
Encode string to HTML-safe text.
encode(byte[]) - Static method in class jodd.util.Base64
Returns base64 representation of specified byte array.
encode(String) - Static method in class jodd.util.Base64
 
encode(byte[], int, int) - Static method in class jodd.util.Base64
Returns base64 representation of specified byte array.
encode(byte[], int, int, OutputStream) - Static method in class jodd.util.Base64
Outputs base64 representation of the specified byte array to a byte stream.
encode(byte[], int, int, Writer) - Static method in class jodd.util.Base64
Outputs base64 representation of the specified byte array to a character stream.
encodeText(String) - Static method in class jodd.servlet.HtmlEncoder
Encodes text int HTML-safe text and preserves format except spaces.
encodeTextSmart(String) - Static method in class jodd.servlet.HtmlEncoder
Encodes text int HTML-safe text and preserves format using smart spaces.
encodeTextStrict(String) - Static method in class jodd.servlet.HtmlEncoder
Encodes text int HTML-safe text and preserves format.
encodeUrl(String) - Static method in class jodd.servlet.HtmlEncoder
Encodes HTML JavaScript for page output using ISO-88591-1 encoding.
encodeUrl(String, String) - Static method in class jodd.servlet.HtmlEncoder
Encodes HTML JavaScript for page output.
encoding - Variable in class jodd.servlet.filters.SetCharacterEncoding
The default character encoding to set for requests that pass through this filter.
endsWithIgnoreCase(String, String) - Static method in class jodd.util.StringUtil
Tests if this string ends with the specified suffix.
entrySet() - Method in class jodd.util.IntHashMap
Returns a collection view of the mappings contained in this map.
equals(char, char[]) - Static method in class jodd.util.CharUtil
Match if character equals to any of the given character.
equals(String, String) - Static method in class jodd.util.StringUtil
Compares 2 strings.
equals(Object, Object) - Static method in class jodd.util.Util
Compare two objects just like "equals" would.
error(Object) - Method in interface jodd.log.SimpleLogger
 
error(Object, Throwable) - Method in interface jodd.log.SimpleLogger
 
error(Object) - Method in class jodd.log.impl.Log4jSimpleLogger
 
error(Object, Throwable) - Method in class jodd.log.impl.Log4jSimpleLogger
 
exceptionToString(Exception) - Static method in class jodd.util.Util
Returns exception stack trace as a String.
executeQuery() - Method in class jodd.db.SqlUtil
Executes SELECT statements, but works with all statements.
executeQuery() - Method in class jodd.db.profile.SqlUtilProfiler
Executes query and measures time.
executeUpdate() - Method in class jodd.db.SqlUtil
Executes UPDATE, INSERT or DELETE statements.
executeUpdate() - Method in class jodd.db.profile.SqlUtilProfiler
Executes update and measures time.
extractParameters(byte[]) - Static method in class jodd.servlet.MultipartRequest
Extracts uploaded files and parameters from the request data, not using any encoding.
extractParameters(byte[], String) - Static method in class jodd.servlet.MultipartRequest
Extracts uploaded files and parameters from the request data.

F

FILE_BUFFER_SIZE - Static variable in class jodd.file.FileUtil
Buffer size (32KB) for file manipulation methods.
FileUtil - class jodd.file.FileUtil.
File utilities.
FileUtil() - Constructor for class jodd.file.FileUtil
 
FindFile - class jodd.file.FindFile.
Generic file finder, browses all files of specified folder.
FindFile() - Constructor for class jodd.file.FindFile
 
FloatConverter - class jodd.bean.converters.FloatConverter.
Converts given object to Float.
FloatConverter() - Constructor for class jodd.bean.converters.FloatConverter
 
FormTag - class jodd.servlet.tags.form.FormTag.
Form tag populates a included form with values from the one or more beans.
FormTag() - Constructor for class jodd.servlet.tags.form.FormTag
 
Format - class jodd.format.Format.
Fast, simple, and yet useful formattings.
Format(String) - Constructor for class jodd.format.Format
Formats a number in a printf format, like C
FormatUtil - class jodd.format.FormatUtil.
Utility methods regarding formatting.
FormatUtil() - Constructor for class jodd.format.FormatUtil
 
fatal(Object) - Method in interface jodd.log.SimpleLogger
 
fatal(Object, Throwable) - Method in interface jodd.log.SimpleLogger
 
fatal(Object) - Method in class jodd.log.impl.Log4jSimpleLogger
 
fatal(Object, Throwable) - Method in class jodd.log.impl.Log4jSimpleLogger
 
filterConfig - Variable in class jodd.servlet.filters.SetCharacterEncoding
The filter configuration object we are associated with.
findFirstAny(char[], int, char[]) - Static method in class jodd.util.CharUtil
Finds index of the first character in given array the matches any from the given set of characters.
findFirstDiff(char[], int, char[]) - Static method in class jodd.util.CharUtil
Finds index of the first character in given array the differes from the given set of characters.
finishResponse() - Method in class jodd.servlet.filters.GzipResponseWrapper
Finishes a response.
first(String, String, FileFilter) - Method in class jodd.file.FindFile
 
first(String, String, FileFilter[]) - Method in class jodd.file.FindFile
 
first(String, String, List) - Method in class jodd.file.FindFile
 
first(String, String) - Method in class jodd.file.FindFile
 
first(String) - Method in class jodd.file.FindFile
 
flush() - Method in class jodd.servlet.filters.GzipResponseStream
Flush any buffered data for this output stream, which also causes the response to be committed.
flushBuffer() - Method in class jodd.servlet.filters.GzipResponseWrapper
Flush the buffer and commit this response.
flushToGZip() - Method in class jodd.servlet.filters.GzipResponseStream
 
forEachProperty(Object, PropertyCallback) - Static method in class jodd.bean.BeanUtil
Iterrates all read properties and executes callback method on it
form(char) - Method in class jodd.format.Format
Formats a character into a string (like sprintf in C)
form(Character) - Method in class jodd.format.Format
 
form(double) - Method in class jodd.format.Format
Formats a double into a string (like sprintf in C)
form(Double) - Method in class jodd.format.Format
 
form(Float) - Method in class jodd.format.Format
 
form(long) - Method in class jodd.format.Format
Formats a long integer into a string (like sprintf in C)
form(Long) - Method in class jodd.format.Format
 
form(int) - Method in class jodd.format.Format
Formats an integer into a string (like sprintf in C)
form(Integer) - Method in class jodd.format.Format
 
form(String) - Method in class jodd.format.Format
Formats a string into a larger string (like sprintf in C)
forward(HttpServletRequest, HttpServletResponse, String) - Method in class jodd.servlet.ActionServlet
Performs forward with use of the RequestDispatcher.
forwardParam(HttpServletRequest, HttpServletResponse) - Method in class jodd.servlet.ActionServlet
Performs forward with use of the RequestDispatcher.
forwardParam(HttpServletRequest, HttpServletResponse, String) - Method in class jodd.servlet.ActionServlet
Performs forward where URL is read from the request.
fraction - Variable in class jodd.datetime.JulianDateStamp
Fraction part of the Julian Date number.
freeConnection(Connection) - Method in interface jodd.db.pool.ConnectionPool
Returns connection to connection pool.
freeConnection(Connection) - Method in class jodd.db.pool.ContextConnectionPool
Return connection to connection pool
freeConnection(Connection) - Method in class jodd.db.pool.CoreConnectionPool
 
freeConnection(Connection) - Method in class jodd.db.pool.NoConnectionPool
 
freeConnection(Connection) - Method in class jodd.db.pool.OracleConnectionPool
Return connection to connection pool
fromJulianDate(double) - Static method in class jodd.datetime.TimeUtil
Calculates time stamp from Astronomical Julian Date.
fromJulianDate(JulianDateStamp) - Static method in class jodd.datetime.TimeUtil
Calculates time stamp from Astronomical Julian Date.

G

GermanNames - class jodd.datetime.names.GermanNames.
German names for JDateTime.
GermanNames() - Constructor for class jodd.datetime.names.GermanNames
 
GetPropertyTag - class jodd.servlet.tags.basic.GetPropertyTag.
Reads property from an java bean object stored in specified scope.
GetPropertyTag() - Constructor for class jodd.servlet.tags.basic.GetPropertyTag
 
GregorianCalendarConverter - class jodd.datetime.converters.GregorianCalendarConverter.
 
GregorianCalendarConverter() - Constructor for class jodd.datetime.converters.GregorianCalendarConverter
 
GzipFilter - class jodd.servlet.filters.GzipFilter.
Compresses output with gzip, for browsers that supports it.
GzipFilter() - Constructor for class jodd.servlet.filters.GzipFilter
 
GzipResponseStream - class jodd.servlet.filters.GzipResponseStream.
 
GzipResponseStream(HttpServletResponse) - Constructor for class jodd.servlet.filters.GzipResponseStream
Construct a servlet output stream associated with the specified Response.
GzipResponseWrapper - class jodd.servlet.filters.GzipResponseWrapper.
Implementation of HttpServletResponseWrapper that works with the CompressionServletResponseStream implementation..
GzipResponseWrapper(HttpServletResponse) - Constructor for class jodd.servlet.filters.GzipResponseWrapper
Calls the parent constructor which creates a ServletResponse adaptor wrapping the given response object.
generate(Object) - Static method in class jodd.idgen.UuidGenerator
Returns unique String of 16 chars.
generate() - Static method in class jodd.idgen.UuidGenerator
Returns just 10 random chars.
get(Class) - Static method in class jodd.bean.ConvertersManager
Retrieves one of the registered converters
get(Class) - Static method in class jodd.bean.LoadersManager
Returns loader for the specific object type.
get(Object) - Static method in class jodd.bean.LoadersManager
Performs more throughly search for bean loader.
get(String) - Method in class jodd.datetime.JDateTime
Get current date/time in specified format.
get() - Method in class jodd.datetime.JDateTime
Get current date/time in default format.
get(JDateTime) - Method in interface jodd.datetime.JdtConverter
Creates a new instance of specified class and loads it with the time information from JDateTime.
get(JDateTime, String) - Method in interface jodd.datetime.JdtFormatter
Gets time from string and specified template.
get(JDateTime) - Method in class jodd.datetime.converters.CalendarConverter
 
get(JDateTime) - Method in class jodd.datetime.converters.DateConverter
 
get(JDateTime) - Method in class jodd.datetime.converters.GregorianCalendarConverter
 
get(JDateTime) - Method in class jodd.datetime.converters.JDateTimeConverter
 
get(JDateTime) - Method in class jodd.datetime.converters.SqlDateConverter
 
get(JDateTime) - Method in class jodd.datetime.converters.SqlTimestampConverter
 
get(JDateTime, String) - Method in class jodd.datetime.formatters.DefaultFormatter
Returns date as String in given format.
get(Object) - Method in class jodd.util.IntHashMap
Returns the value to which this map maps the specified key.
get(int) - Method in class jodd.util.IntHashMap
Returns the value to which this map maps the specified key.
get() - Method in class jodd.util.SimpleQueue
Returns an element (object) from queue.
getActionForwardPath(HttpServletRequest, String) - Method in class jodd.servlet.ActionServlet
Returns path of mapped action forward.
getActionMethodName(HttpServletRequest) - Method in class jodd.servlet.ActionServlet
Returns mapped action method name.
getActionParameter(HttpServletRequest, String) - Method in class jodd.servlet.ActionServlet
Returns action parameter value.
getActionPath(HttpServletRequest) - Method in class jodd.servlet.ActionServlet
Returns action path of a current request.
getActionType(HttpServletRequest) - Method in class jodd.servlet.ActionServlet
Returns mapped action type.
getActiveSize() - Method in class jodd.db.pool.OracleConnectionPool
Returns the total no of connections that are being used.
getAll() - Method in class jodd.util.SimpleQueue
Returns all elements from the queue and clears it.
getAllProperties(Object) - Static method in class jodd.bean.BeanUtil
Returns all bean properties (getXxx()) as a Map for easier and faster manipulation.
getAttachmentBodyPart(int) - Method in class jodd.mail.Email
Returns one attachment body part, for javamail usage.
getAttribute(String, String) - Static method in class jodd.servlet.HtmlUtil
Returns value of the first founded attribute that matches given name.
getAttribute(String, String, int) - Static method in class jodd.servlet.HtmlUtil
Returns value of the first founded attribute that matches given name.
getAuthPassword(HttpServletRequest) - Static method in class jodd.servlet.ServletUtil
Decodes the "Authorization" header and retrieves the password from it.
getAuthUsername(HttpServletRequest) - Static method in class jodd.servlet.ServletUtil
Decodes the "Authorization" header and retrieves the user's name from it.
getAutoCommit() - Method in class jodd.db.SqlUtil
Retrieves the current auto-commit mode for this object.
getBcc() - Method in class jodd.mail.Email
Returns array of BCC addresses.
getBean() - Method in class jodd.servlet.tags.basic.GetPropertyTag
Returns bean name.
getBeanObject() - Method in class jodd.servlet.tags.basic.GetPropertyTag
Get the bean object from the required scope.
getBeans() - Method in class jodd.servlet.tags.form.FormTag
Gets bean names.
getCacheSize() - Method in class jodd.db.pool.OracleConnectionPool
Return the total no of connections in the Cache.
getCalendarInstance() - Method in class jodd.datetime.JDateTime
Shortcut for getInstance() that builds and returns Calendar instance.
getCc() - Method in class jodd.mail.Email
Returns array of CC addresses.
getConnection() - Method in interface jodd.db.pool.ConnectionPool
Get one free connection from the connection pool.
getConnection() - Method in class jodd.db.pool.ContextConnectionPool
 
getConnection() - Method in class jodd.db.pool.CoreConnectionPool
 
getConnection() - Method in class jodd.db.pool.NoConnectionPool
 
getConnection() - Method in class jodd.db.pool.OracleConnectionPool
Get one free connection from the connection pool.
getContentDisp() - Method in class jodd.servlet.UploadedFile
Gets content disp.
getContentType() - Method in class jodd.mail.ByteArrayDataSource
Get the content type.
getContentType() - Method in class jodd.servlet.UploadedFile
Returns files content type.
getContentType() - Method in class jodd.servlet.filters.CharArrayResponseWrapper
Returns content type.
getController() - Method in class jodd.servlet.ActionServlet
Returns action controller that created this ActionServlet object.
getCookie(HttpServletRequest, String) - Static method in class jodd.servlet.ServletUtil
Returns cookie value from client.
getData() - Method in class jodd.servlet.UploadedFile
Returns file data as a byte array.
getDataEnd() - Method in class jodd.servlet.UploadedFile
Returns ending index of a file in request data
getDataFieldValue(String, String) - Static method in class jodd.servlet.MultipartRequest
Gets value of data field
getDataStart() - Method in class jodd.servlet.UploadedFile
Returns starting index of a file in request data.
getDateInstance() - Method in class jodd.datetime.JDateTime
Shortcut for getInstance() that builds and returns Date instance.
getDateTimeStamp() - Method in class jodd.datetime.JDateTime
Returns new object generic time stamp.
getDay() - Method in class jodd.datetime.JDateTime
Returns current day of month.
getDayOfMonth() - Method in class jodd.datetime.JDateTime
Returns current day of month.
getDayOfWeek() - Method in class jodd.datetime.JDateTime
Returns current day of week.
getDayOfYear() - Method in class jodd.datetime.JDateTime
Returns current day of year.
getDaysOfWeek() - Method in interface jodd.datetime.JdtNames
Returns weekdays full names [Monday - Sunday].
getDaysOfWeek() - Method in class jodd.datetime.names.EnglishNames
 
getDaysOfWeek() - Method in class jodd.datetime.names.GermanNames
 
getDaysOfWeek() - Method in class jodd.datetime.names.ItalianNames
 
getDaysOfWeek() - Method in class jodd.datetime.names.SerbianNames
 
getDebugMode() - Static method in class jodd.db.SqlUtil
Returns current debug mode.
getDefaultAutoCommit() - Static method in class jodd.db.SqlUtil
Returns default auto-commit mode or null if nothing set.
getDefaultSmtpServer() - Static method in class jodd.mail.SendMail
Returns default SMTP server.
getDuration() - Method in class jodd.db.profile.SqlProfileData
Returns query duration in ms.
getExcludeFiles() - Method in class jodd.file.FindFile
 
getFieldName() - Method in class jodd.servlet.UploadedFile
Returns form field name.
getFileExt() - Method in class jodd.servlet.UploadedFile
Returns file extension.
getFileFilter() - Method in class jodd.file.FindFile
 
getFileFilters() - Method in class jodd.file.FindFile
 
getFileName() - Method in class jodd.servlet.UploadedFile
Returns file name.
getFilePathName() - Method in class jodd.servlet.UploadedFile
Return complete file name with path included.
getFilterConfig() - Method in class jodd.servlet.filters.GzipFilter
 
getFirstDayOfWeek() - Method in class jodd.datetime.JDateTime
Returns the first day of the week.
getFormatTemplate() - Method in class jodd.datetime.JDateTime
Returns actual format template.
getFrom() - Method in class jodd.mail.Email
Returns FROM address.
getGregorianCalendarInstace() - Method in class jodd.datetime.JDateTime
Shortcut for getInstance() that builds and returns GregorianCalendar instance.
getHost() - Method in class jodd.mail.SmtpServer
Returns SMTP host address.
getHour() - Method in class jodd.datetime.JDateTime
Returns current hour.
getIncludeDirs() - Method in class jodd.file.FindFile
 
getInputStream() - Method in class jodd.mail.ByteArrayDataSource
Return an InputStream to read the content.
getInstance(Class) - Method in class jodd.datetime.JDateTime
Stores time to a new instance of desired class, by using converters.
getJDateTimeInstance() - Method in class jodd.datetime.JDateTime
Shortcut for getInstance() that builds and returns new JDateTime instance with the date/time set as the original one.
getJulianDate() - Method in class jodd.datetime.JDateTime
Returns Julian Date stamp.
getLogger(String) - Static method in class jodd.log.impl.Log4jSimpleLogger
 
getLogger(Class) - Static method in class jodd.log.impl.Log4jSimpleLogger
 
getMap() - Static method in class jodd.bean.LoadersManager
Returns the Map where all loaders are registered.
getMatchPath() - Method in class jodd.file.filters.RegExpFileFilter
 
getMessage() - Method in class jodd.mail.Email
Returns message text, either plain or HTML.
getMethod(Object, String) - Static method in class jodd.util.ReflectUtil
Returns method from an object, matched by name.
getMillisecond() - Method in class jodd.datetime.JDateTime
Returns current milliseconds.
getMinimalDaysInFirstWeek() - Method in class jodd.datetime.JDateTime
Returns minimal number of days of the first week.
getMinute() - Method in class jodd.datetime.JDateTime
Returns current minutes.
getMonth() - Method in class jodd.datetime.JDateTime
Returns current month.
getMonthFix() - Method in class jodd.datetime.JDateTime
Returns actual mont fix value.
getMonthLength(int) - Method in class jodd.datetime.JDateTime
Returns the length of the specified month in days.
getMonthLength() - Method in class jodd.datetime.JDateTime
Returns the length of the current month in days.
getMonthLength(int, int) - Static method in class jodd.datetime.TimeUtil
Returns the length of the specified month in days.
getMonths() - Method in interface jodd.datetime.JdtNames
Returns months full names [January - December].
getMonths() - Method in class jodd.datetime.names.EnglishNames
 
getMonths() - Method in class jodd.datetime.names.GermanNames
 
getMonths() - Method in class jodd.datetime.names.ItalianNames
 
getMonths() - Method in class jodd.datetime.names.SerbianNames
 
getMustHaveDayOfFirstWeek() - Method in class jodd.datetime.JDateTime
Returns must have day of the 1st week.
getName() - Method in class jodd.mail.ByteArrayDataSource
getName() is not implemented.
getName() - Method in class jodd.servlet.tags.basic.GetPropertyTag
Returns bean parameter name.
getName() - Method in class jodd.servlet.tags.imports.ImportInsert
Returns parameter name.
getName() - Method in class jodd.servlet.tags.imports.ImportParam
Returns parameter name.
getName() - Method in class jodd.taglet.ToDoTaglet
Return the name of this custom tag.
getNames() - Method in class jodd.datetime.JDateTime
Returns actual date time names.
getOutputStream() - Method in class jodd.mail.ByteArrayDataSource
This DataSource cannot return an OutputStream, so this method is not implemented.
getOutputStream() - Method in class jodd.servlet.filters.CharArrayResponseWrapper
Returns output stream.
getOutputStream() - Method in class jodd.servlet.filters.GzipResponseWrapper
Returns the servlet output stream associated with this Response.
getOutputStream() - Method in class jodd.servlet.tags.imports.ImportResponseWrapper
it doesn't do anything since this wraper has to return only writer.
getPage() - Method in class jodd.servlet.tags.imports.Import
 
getParameter(String) - Method in class jodd.servlet.MultipartRequest
Returns value of a parameter.
getParameterNames() - Method in class jodd.servlet.MultipartRequest
Returns names of all availiable parameters.
getParameterValues(String) - Method in class jodd.servlet.MultipartRequest
 
getPassword() - Method in class jodd.mail.SmtpServer
Returns SMTP authentication password.
getPasswordAuthentication() - Method in class jodd.mail.SmtpSimpleAuthenticator
 
getPersist() - Method in class jodd.servlet.tags.imports.ImportParam
Returns parameter persistance.
getProperty(Object, String) - Static method in class jodd.bean.BeanUtil
Gets the value from the bean paramter.
getQueryTime() - Method in class jodd.db.profile.SqlProfileData
Returns milliseconds of the moment just before query was executed.
getRecursive() - Method in class jodd.file.FindFile
 
getRequestData(HttpServletRequest) - Static method in class jodd.servlet.MultipartRequest
Loads request data into a byte array.
getRequestData() - Method in class jodd.servlet.UploadedFile
Returns complete request.
getScopes() - Method in class jodd.servlet.tags.form.FormTag
Return value of the "scope" attribute
getSecond() - Method in class jodd.datetime.JDateTime
Return current secodns.
getSentDate() - Method in class jodd.mail.Email
Returns e-mails sent date.
getShortDaysOfWeek() - Method in interface jodd.datetime.JdtNames
Returns weekdays short names [Mon - Sun].
getShortDaysOfWeek() - Method in class jodd.datetime.names.EnglishNames
 
getShortDaysOfWeek() - Method in class jodd.datetime.names.GermanNames
 
getShortDaysOfWeek() - Method in class jodd.datetime.names.ItalianNames
 
getShortDaysOfWeek() - Method in class jodd.datetime.names.SerbianNames
 
getShortMonths() - Method in interface jodd.datetime.JdtNames
Returns months short names [Jan - Dec].
getShortMonths() - Method in class jodd.datetime.names.EnglishNames
 
getShortMonths() - Method in class jodd.datetime.names.GermanNames
 
getShortMonths() - Method in class jodd.datetime.names.ItalianNames
 
getShortMonths() - Method in class jodd.datetime.names.SerbianNames
 
getSize() - Method in class jodd.mail.ByteArrayDataSource
Return the number of bytes in the content.
getSize() - Method in class jodd.servlet.UploadedFile
Returns the file size
getSize() - Method in class jodd.servlet.filters.CharArrayResponseWrapper
Returns the size (number of characters) of written data.
getSkipDirs() - Method in class jodd.file.filters.RegExpFileFilter
 
getSqlDateInstace() - Method in class jodd.datetime.JDateTime
Shortcut for getInstance() that builds and returns java.sql.Date instance.
getSqlQuery() - Method in class jodd.db.profile.SqlProfileData
Returns sql query that was executed.
getSqlTimestampInstance() - Method in class jodd.datetime.JDateTime
Shortcut for getInstance() that builds and returns java.sql.Timestamp instance.
getStackTrace() - Static method in class jodd.util.Util
Returns current stack trace not without this method in the trace.
getStoredAutoCommit() - Method in class jodd.db.SqlUtil
Returns the stored auto-commit mode for the connection.
getSubTypeMIME() - Method in class jodd.servlet.UploadedFile
Returns file sub type MIME.
getSubject() - Method in class jodd.mail.Email
Returns message subject.
getSubset(Properties, String) - Static method in class jodd.util.PropertiesUtil
Creates new Properties object from the original one, only by copying those properties that have specific first part of the key name.
getTagName(String) - Static method in class jodd.servlet.HtmlUtil
Returns tag's name.
getTagName(String, int) - Static method in class jodd.servlet.HtmlUtil
Returns tag's name.
getText() - Method in class jodd.mail.ByteArrayDataSource
Return the content as a String.
getTo() - Method in class jodd.mail.Email
Returns the array of TO addresses.
getTotalAttachments() - Method in class jodd.mail.Email
Returns total number of attachements.
getTypeMIME() - Method in class jodd.servlet.UploadedFile
Returns file types MIME.
getUploadedFile(String) - Method in class jodd.servlet.MultipartRequest
Returns uploaded file.
getUploadedFileNames() - Method in class jodd.servlet.MultipartRequest
Returns parameter names of all uploaded files.
getUrlParams(String) - Static method in class jodd.servlet.ServletUtil
Creates Map from the given URL String with all parameter/value pairs extracted from it.
getUsername() - Method in class jodd.mail.SmtpServer
Returns SMTP authentification username
getValue() - Method in class jodd.servlet.tags.imports.ImportParam
Returns parameter value.
getVariableInfo(TagData) - Method in class jodd.servlet.tags.basic.IteratorTagTEI
 
getWeekOfMonth() - Method in class jodd.datetime.JDateTime
 
getWeekOfYear() - Method in class jodd.datetime.JDateTime
Returns current week of year.
getWriter() - Method in class jodd.servlet.filters.CharArrayResponseWrapper
When servlets or JSP pages ask for the Writer, don't give them the real one.
getWriter() - Method in class jodd.servlet.filters.GzipResponseWrapper
Returns the writer associated with this Response.
getWriter() - Method in class jodd.servlet.tags.imports.ImportResponseWrapper
Returns writer created from JspWriter.
getYear() - Method in class jodd.datetime.JDateTime
Returns current year.
gzipstream - Variable in class jodd.servlet.filters.GzipResponseStream
The underlying gzip output stream to which we should write data.

H

HtmlEncoder - class jodd.servlet.HtmlEncoder.
Encodes text strings and URLs to be HTML-safe.
HtmlEncoder() - Constructor for class jodd.servlet.HtmlEncoder
 
HtmlUtil - class jodd.servlet.HtmlUtil.
Html utils for working with tag's names and attributes.
HtmlUtil() - Constructor for class jodd.servlet.HtmlUtil
 
handler - Static variable in class jodd.db.profile.SqlUtilProfiler
Holds current profile handler.
hour - Variable in class jodd.datetime.DateTimeStamp
Hour, range: [0 - 23]

I

INDEX_NAME - Static variable in class jodd.servlet.tags.basic.IteratorTag
 
INVOKE_ACTION_PARAMS - Static variable in class jodd.servlet.ActionController
Unique global forward name that will be used in case when action is not mapped to a request.
Import - class jodd.servlet.tags.imports.Import.
Includes local resource into the current page and organize templates.
Import() - Constructor for class jodd.servlet.tags.imports.Import
 
ImportInsert - class jodd.servlet.tags.imports.ImportInsert.
Inserts parameters defined in import tag.
ImportInsert() - Constructor for class jodd.servlet.tags.imports.ImportInsert
 
ImportParam - class jodd.servlet.tags.imports.ImportParam.
Parameters for import tag.
ImportParam() - Constructor for class jodd.servlet.tags.imports.ImportParam
 
ImportResponseWrapper - class jodd.servlet.tags.imports.ImportResponseWrapper.
Simple servlet response wrapper that may be used for tags.
ImportResponseWrapper(ServletResponse, JspWriter) - Constructor for class jodd.servlet.tags.imports.ImportResponseWrapper
Constructs the wrapper class.
IntHashMap - class jodd.util.IntHashMap.
A Map that accepts int or Integer keys only.
IntHashMap(int, float) - Constructor for class jodd.util.IntHashMap
Constructs a new, empty map with the specified initial capacity and the specified load factor.
IntHashMap(int) - Constructor for class jodd.util.IntHashMap
Constructs a new, empty map with the specified initial capacity and default load factor, which is 0.75.
IntHashMap() - Constructor for class jodd.util.IntHashMap
Constructs a new, empty map with a default capacity and load factor, which is 0.75.
IntHashMap(Map) - Constructor for class jodd.util.IntHashMap
Constructs a new map with the same mappings as the given map.
IntegerConverter - class jodd.bean.converters.IntegerConverter.
Converts given object to an Integer.
IntegerConverter() - Constructor for class jodd.bean.converters.IntegerConverter
 
ItalianNames - class jodd.datetime.names.ItalianNames.
Italian names for JDateTime.
ItalianNames() - Constructor for class jodd.datetime.names.ItalianNames
 
IteratorTag - class jodd.servlet.tags.basic.IteratorTag.
Collection iterator tag.
IteratorTag() - Constructor for class jodd.servlet.tags.basic.IteratorTag
 
IteratorTagTEI - class jodd.servlet.tags.basic.IteratorTagTEI.
 
IteratorTagTEI() - Constructor for class jodd.servlet.tags.basic.IteratorTagTEI
 
ignore - Variable in class jodd.servlet.filters.SetCharacterEncoding
Should a character encoding specified by the client be ignored?
inConstructor() - Method in class jodd.taglet.ToDoTaglet
Will return true since @2do can be used in constructor documentation.
inField() - Method in class jodd.taglet.ToDoTaglet
Will return true since @2do can be used in field documentation.
inMethod() - Method in class jodd.taglet.ToDoTaglet
Will return true since @2do can be used in method documentation.
inOverview() - Method in class jodd.taglet.ToDoTaglet
Will return true since @2do can be used in method documentation.
inPackage() - Method in class jodd.taglet.ToDoTaglet
Will return true since @2do can be used in package documentation.
inType() - Method in class jodd.taglet.ToDoTaglet
Will return true since @2do can be used in type documentation (classes or interfaces).
indexOfIgnoreCase(String, String) - Static method in class jodd.util.StringUtil
Finds first index of a substring in the given source string with ignored case.
indexOfIgnoreCase(String, String, int) - Static method in class jodd.util.StringUtil
Finds first index of a substring in the given source string with ignored case.
info(Object) - Method in interface jodd.log.SimpleLogger
 
info(Object, Throwable) - Method in interface jodd.log.SimpleLogger
 
info(Object) - Method in class jodd.log.impl.Log4jSimpleLogger
 
info(Object, Throwable) - Method in class jodd.log.impl.Log4jSimpleLogger
 
init() - Method in interface jodd.db.pool.ConnectionPool
Initialize pool with current object state.
init() - Method in class jodd.db.pool.ContextConnectionPool
 
init() - Method in class jodd.db.pool.CoreConnectionPool
 
init() - Method in class jodd.db.pool.NoConnectionPool
 
init() - Method in class jodd.db.pool.OracleConnectionPool
 
init(ServletConfig) - Method in class jodd.servlet.ActionController
Initialization of the controler.
init(FilterConfig) - Method in class jodd.servlet.filters.GzipFilter
Filter initialization.
init(FilterConfig) - Method in class jodd.servlet.filters.SetCharacterEncoding
Place this filter into service.
integer - Variable in class jodd.datetime.JulianDateStamp
Integer part of the Julian Date number.
invoke(Object, String, Object[], Class[]) - Static method in class jodd.util.ReflectUtil
Invokes a method in object.
invoke(Object, String, Object[]) - Static method in class jodd.util.ReflectUtil
Invokes method of an object without specifying parameter types.
invokeAction(HttpServletRequest, HttpServletResponse, String) - Method in class jodd.servlet.ActionController
Invoke specified action as it would be invoked by ActionController.
invokeAction(HttpServletRequest, HttpServletResponse) - Method in class jodd.servlet.ActionServlet
Calls a method defined in the request paramenter.
invokeAction(HttpServletRequest, HttpServletResponse, String) - Method in class jodd.servlet.ActionServlet
Invoke a method from this ActionServlet class.
invokeExternalAction(HttpServletRequest, HttpServletResponse, String) - Method in class jodd.servlet.ActionServlet
Invokes external action that is defined in other ActionServlet class and not necessary in current one.
isActionForwardRedirect(HttpServletRequest, String) - Method in class jodd.servlet.ActionServlet
Returns true if specified forward is actually a redirect.
isCellEditable(int, int) - Method in class jodd.swing.ReadOnlyDefaultTableModel
Returns true regardless of parameter values.
isEmpty() - Method in class jodd.util.IntHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class jodd.util.SimpleQueue
Is queue empty?
isEmpty() - Method in class jodd.util.SimpleStack
Is stack empty?
isEmpty(String) - Static method in class jodd.util.StringUtil
Determines if a string is empty.
isHtmlMessage() - Method in class jodd.mail.Email
Returns true if message is HTML, otherwise false.
isInlineTag() - Method in class jodd.taglet.ToDoTaglet
Will return false since @2do is not an inline tag.
isLeap() - Method in class jodd.datetime.JDateTime
Returns current leap year flag.
isLeapYear(int) - Static method in class jodd.datetime.TimeUtil
Check if the given year is leap year.
isLocked() - Method in class jodd.util.Mutex
Probe the mutex state.
isLocked() - Method in class jodd.util.MutexSync
 
isRequestMultipart(HttpServletRequest) - Static method in class jodd.servlet.ServletUtil
Examines if request is a multipart.
isValid(String) - Static method in class jodd.datetime.JDateTime
Checks if some string represents a valid date.
isValid(String, String) - Static method in class jodd.datetime.JDateTime
Checks if some string represents a valid date.
isValid() - Method in class jodd.servlet.UploadedFile
Returns flag that indicates if file was loaded (valid).
isValidDate(int, int, int) - Static method in class jodd.datetime.TimeUtil
Checks if date is valid.
isValidDateTime(int, int, int, int, int, double) - Static method in class jodd.datetime.TimeUtil
Checks if date and time are valid.
isValidDateTime(DateTimeStamp) - Static method in class jodd.datetime.TimeUtil
Checks if date and time are valid.
isValidTime(int, int, double) - Static method in class jodd.datetime.TimeUtil
Checks if time is valid.

J

JD_1970 - Static variable in class jodd.datetime.JDateTime
Julian Date for 1970-01-01.
JDateTime - class jodd.datetime.JDateTime.
Universal all-in-one date and time class that uses Astronomical Julian Dates for time calculations.
JDateTime(int, int, int, int, int, double) - Constructor for class jodd.datetime.JDateTime
Constructor that set date and time.
JDateTime(int, int, int) - Constructor for class jodd.datetime.JDateTime
Constructor that sets just date.
JDateTime(long) - Constructor for class jodd.datetime.JDateTime
Constructor that sets current time specified as time in milliseconds, from the midnight, January 1, 1970 UTC.
JDateTime() - Constructor for class jodd.datetime.JDateTime
Constructor that sets current local date and time.
JDateTime(Object) - Constructor for class jodd.datetime.JDateTime
Contructs JDateTime from various objects.
JDateTime(DateTimeStamp) - Constructor for class jodd.datetime.JDateTime
Contructs JDateTime from DateTimeStamp.
JDateTime(JulianDateStamp) - Constructor for class jodd.datetime.JDateTime
Contructs JDateTime from JulianDateStamp.
JDateTimeConverter - class jodd.datetime.converters.JDateTimeConverter.
 
JDateTimeConverter() - Constructor for class jodd.datetime.converters.JDateTimeConverter
 
JdtConverter - interface jodd.datetime.JdtConverter.
Interface for various converters from/to JDateTime.
JdtFormatter - interface jodd.datetime.JdtFormatter.
Interface for date/time string formatters.
JdtNames - interface jodd.datetime.JdtNames.
Implementations holds date strings in various languages.
JulianDateStamp - class jodd.datetime.JulianDateStamp.
Julian Date stamp, for high precision calculations.
JulianDateStamp() - Constructor for class jodd.datetime.JulianDateStamp
Default constructor.
JulianDateStamp(double) - Constructor for class jodd.datetime.JulianDateStamp
Creates JuliandDateStamp from a double.
JulianDateStamp(int, double) - Constructor for class jodd.datetime.JulianDateStamp
Creates JuliandDateStamp from both integer and fractional part.
JulianDateStamp(BigDecimal) - Constructor for class jodd.datetime.JulianDateStamp
Creates JuliandDateStamp from BigDecimal.
jodd.bean - package jodd.bean
Java Bean utilities.
jodd.bean.converters - package jodd.bean.converters
Bean coverters: convert an object to some specific type.
jodd.bean.loaders - package jodd.bean.loaders
Bean loaders: iterate given bean, read property names and values, and store to target bean.
jodd.bean.modifiers - package jodd.bean.modifiers
Various bean modifiers, that modifies bean properties.
jodd.datetime - package jodd.datetime
Date and Time manipulation.
jodd.datetime.converters - package jodd.datetime.converters
JDateTime converters.
jodd.datetime.formatters - package jodd.datetime.formatters
JDateTime formatters for getting and setting date/time informations to/from strings.
jodd.datetime.names - package jodd.datetime.names
JDateTime names.
jodd.db - package jodd.db
Database utilities: simple and safe database access.
jodd.db.pool - package jodd.db.pool
Various Database Pool implementations.
jodd.db.profile - package jodd.db.profile
Database profiling utilities: simple interfaces for measuring duration of sql queries.
jodd.file - package jodd.file
File utilites.
jodd.file.filters - package jodd.file.filters
File Filters.
jodd.format - package jodd.format
String formatting utilites.
jodd.idgen - package jodd.idgen
Various ID generators.
jodd.log - package jodd.log
Logging adapter.
jodd.log.impl - package jodd.log.impl
Logging implementations and adapters.
jodd.mail - package jodd.mail
Simple e-mail sending.
jodd.servlet - package jodd.servlet
Servlet utilities and mvc2 framework.
jodd.servlet.filters - package jodd.servlet.filters
JSP Filters.
jodd.servlet.tags.basic - package jodd.servlet.tags.basic
Basic JSP tags.
jodd.servlet.tags.form - package jodd.servlet.tags.form
Smart JSP tag for populating forms from beans that are stored in various scopes.
jodd.servlet.tags.imports - package jodd.servlet.tags.imports
JSP tag for importing external urls into the current page, similar to m4 unix tool.
jodd.swing - package jodd.swing
Misc Swing util classes.
jodd.taglet - package jodd.taglet
JavaDoc taglets.
jodd.util - package jodd.util
Various utilities.

K

keySet() - Method in class jodd.util.IntHashMap
Returns a set view of the keys contained in this map.

L

Loader - interface jodd.bean.Loader.
Loader implementation.
LoadersManager - class jodd.bean.LoadersManager.
Bean loaders manager.
LoadersManager() - Constructor for class jodd.bean.LoadersManager
 
Log4jSimpleLogger - class jodd.log.impl.Log4jSimpleLogger.
Simple adapter for Log4J logger.
LongConverter - class jodd.bean.converters.LongConverter.
Converts given object to a Long.
LongConverter() - Constructor for class jodd.bean.converters.LongConverter
 
lap() - Method in class jodd.datetime.SimpleTimer
Returns elapsed time from the last start and keeps timer running.
lastIndexOfIgnoreCase(String, String) - Static method in class jodd.util.StringUtil
Finds last index of a substring in the given source string with ignored case.
lastIndexOfIgnoreCase(String, String, int) - Static method in class jodd.util.StringUtil
Finds last index of a substring in the given source string with ignored case.
length - Variable in class jodd.servlet.filters.GzipResponseStream
The content length past which we will not write, or -1 if there is no defined content length.
load(Object, Object) - Static method in class jodd.bean.BeanUtil
Populates bean from given object by using a loader for given objects type.
load(Object, Object) - Method in interface jodd.bean.Loader
Loads values from given object into the bean.
load(Object, Object) - Method in class jodd.bean.loaders.MapLoader
 
load(Object, Object) - Method in class jodd.bean.loaders.MultipartRequestLoader
 
load(Object, Object) - Method in class jodd.bean.loaders.RequestLoader
 
load(Object, Object) - Method in class jodd.bean.loaders.ResultSetLoader
 
load(JDateTime, Object) - Method in interface jodd.datetime.JdtConverter
Loads time information from object to JDateTime
load(JDateTime, Object) - Method in class jodd.datetime.converters.CalendarConverter
 
load(JDateTime, Object) - Method in class jodd.datetime.converters.DateConverter
 
load(JDateTime, Object) - Method in class jodd.datetime.converters.GregorianCalendarConverter
 
load(JDateTime, Object) - Method in class jodd.datetime.converters.JDateTimeConverter
 
load(JDateTime, Object) - Method in class jodd.datetime.converters.SqlDateConverter
 
load(JDateTime, Object) - Method in class jodd.datetime.converters.SqlTimestampConverter
 
load(HttpServletRequest) - Method in class jodd.servlet.MultipartRequest
Loads http request manually without encoding.
load(HttpServletRequest, String) - Method in class jodd.servlet.MultipartRequest
Loads http request manually, with susing of specific encoding.
loadClass(String, String) - Static method in class jodd.util.Util
Loads external or internal class.
loadFrom(Object) - Method in class jodd.datetime.JDateTime
Loads time from an object by using registered converters.
loadFromFile(Properties, String) - Static method in class jodd.util.PropertiesUtil
Loads properties from the file.
loadFromFile(Properties, File) - Static method in class jodd.util.PropertiesUtil
Loads properties from the file.
lock() - Method in class jodd.util.Mutex
Aquire mutex.
lock() - Method in class jodd.util.MutexSync
 
lockTry() - Method in class jodd.util.MutexSync
If Mutex is locked, returns false.

M

MapLoader - class jodd.bean.loaders.MapLoader.
Populate java bean using objects that are implementation of Map interface.
MapLoader() - Constructor for class jodd.bean.loaders.MapLoader
 
MathUtil - class jodd.util.MathUtil.
Misc math utils.
MathUtil() - Constructor for class jodd.util.MathUtil
 
MultipartRequest - class jodd.servlet.MultipartRequest.
Handles multipart requests and extract uploaded files and parameters from it.
MultipartRequest() - Constructor for class jodd.servlet.MultipartRequest
Default constructor, for using MultipartRequest in steps.
MultipartRequest(HttpServletRequest, String) - Constructor for class jodd.servlet.MultipartRequest
Constructor that loads request and extracts all uploaded files and parameters using specified encoding.
MultipartRequest(HttpServletRequest) - Constructor for class jodd.servlet.MultipartRequest
Constructor that loads request and extracts all uploaded files and parameters without encoding.
MultipartRequestLoader - class jodd.bean.loaders.MultipartRequestLoader.
Populates java bean from MultipartRequest objects.
MultipartRequestLoader() - Constructor for class jodd.bean.loaders.MultipartRequestLoader
 
Mutex - class jodd.util.Mutex.
Class that provides fast mutual exclusion using Leslie Lamport's "Fast Mutal Exclusion" algorithm.
Mutex() - Constructor for class jodd.util.Mutex
Constructor.
MutexSync - class jodd.util.MutexSync.
The very same Mutex, with lockTry() method added.
MutexSync() - Constructor for class jodd.util.MutexSync
Constructor.
makeUrlParams(Map) - Static method in class jodd.servlet.ServletUtil
Iterates the map and creates parameters suffix string.
minute - Variable in class jodd.datetime.DateTimeStamp
Minute, range [0 - 59]
month - Variable in class jodd.datetime.DateTimeStamp
Month, range: [1 - 12]

N

NoConnectionPool - class jodd.db.pool.NoConnectionPool.
Standard usage of the database, without pooling.
NoConnectionPool() - Constructor for class jodd.db.pool.NoConnectionPool
 
next() - Method in class jodd.file.FindFile
Finds the next file once when search is activated.
next() - Method in class jodd.idgen.SequenceIdGenerator
 
next() - Method in class jodd.idgen.SimpleIdGenerator
Returns the next id value.
nextLong() - Method in class jodd.idgen.SequenceIdGenerator
 
notify(Object) - Static method in class jodd.util.Util
Notifies an object for synchronization purposes.
notifyAll(Object) - Static method in class jodd.util.Util
Notifies an object for synchronization purposes.

O

OBJECT_BUFFER_SIZE - Static variable in class jodd.file.FileUtil
Buffer size (32KB) for object serialization methods.
OracleConnectionPool - class jodd.db.pool.OracleConnectionPool.
Oracle connection pool uses OracleConnectionCacheImpl and adopts it to ConnectionPool interface.
OracleConnectionPool() - Constructor for class jodd.db.pool.OracleConnectionPool
 
onAction(HttpServletRequest, HttpServletResponse, ActionServlet) - Method in interface jodd.servlet.ActionFilter
Called BEFORE some action is invoked.
onAfterAction(HttpServletRequest, HttpServletResponse, ActionServlet, String) - Method in interface jodd.servlet.ActionFilter
Called AFTER some action is invoked.
onExecuteQuery(SqlProfileData) - Method in interface jodd.db.profile.SqlProfilerHandler
Called after execute query was performed and measured.
onExecuteUpdate(SqlProfileData) - Method in interface jodd.db.profile.SqlProfilerHandler
Called after execute update was performed and measured.
onProperty(Object, String) - Method in interface jodd.bean.PropertyCallback
Method that will be called-back for each beans property.
onProperty(Object, String) - Method in class jodd.bean.modifiers.TrimStrings
 
origResponse - Variable in class jodd.servlet.filters.GzipResponseWrapper
Original response
output - Variable in class jodd.servlet.filters.GzipResponseStream
The underlying servket output stream to which we should write data.

P

PropertiesUtil - class jodd.util.PropertiesUtil.
Misc java.util.Properties utils.
PropertiesUtil() - Constructor for class jodd.util.PropertiesUtil
 
PropertyCallback - interface jodd.bean.PropertyCallback.
Iterates beans properties.
parameterActionName - Static variable in class jodd.servlet.ActionServlet
 
parameterForwardName - Static variable in class jodd.servlet.ActionServlet
 
parameterRedirectName - Static variable in class jodd.servlet.ActionServlet
 
parse(String, Object) - Method in class jodd.util.StringFlags
Parses given string and sets the boolean properties of a bean.
parseFile(HashMap, ActionData, String, String) - Static method in class jodd.servlet.ActionControllerUtil
Parses actions configuration xml file and loads a hashmap with processed data.
peek() - Method in class jodd.util.SimpleQueue
Peek element in queue.
peek() - Method in class jodd.util.SimpleStack
Peek element from stack.
pop() - Method in class jodd.util.SimpleStack
Stack pop.
popAll() - Method in class jodd.util.SimpleStack
 
push(Object) - Method in class jodd.util.SimpleStack
Stack push.
put(Object, Object) - Method in class jodd.util.IntHashMap
Associates the specified value with the specified key in this map.
put(int, Object) - Method in class jodd.util.IntHashMap
Associates the specified value with the specified key in this map.
put(Object) - Method in class jodd.util.SimpleQueue
Puts object in queue.
putAll(Map) - Method in class jodd.util.IntHashMap
Copies all of the mappings from the specified map to this one.

R

ReadOnlyDefaultTableModel - class jodd.swing.ReadOnlyDefaultTableModel.
 
ReadOnlyDefaultTableModel() - Constructor for class jodd.swing.ReadOnlyDefaultTableModel
 
ReadOnlyDefaultTableModel(int, int) - Constructor for class jodd.swing.ReadOnlyDefaultTableModel
 
ReadOnlyDefaultTableModel(Object[], int) - Constructor for class jodd.swing.ReadOnlyDefaultTableModel
 
ReadOnlyDefaultTableModel(Object[][], Object[]) - Constructor for class jodd.swing.ReadOnlyDefaultTableModel
 
ReadOnlyDefaultTableModel(Vector, int) - Constructor for class jodd.swing.ReadOnlyDefaultTableModel
 
ReadOnlyDefaultTableModel(Vector, Vector) - Constructor for class jodd.swing.ReadOnlyDefaultTableModel
 
ReflectUtil - class jodd.util.ReflectUtil.
Misc java.lang.reflect utils.
ReflectUtil() - Constructor for class jodd.util.ReflectUtil
 
RegExpFileFilter - class jodd.file.filters.RegExpFileFilter.
FileFilter that matches files with use of regular expression.
RegExpFileFilter(String, String) - Constructor for class jodd.file.filters.RegExpFileFilter
Regular Expression file filter.
RegExpFileFilter(String) - Constructor for class jodd.file.filters.RegExpFileFilter
Regular Expression file filter with default behaviour.
RequestLoader - class jodd.bean.loaders.RequestLoader.
Populates java bean from HttpServletRequest objects.
RequestLoader() - Constructor for class jodd.bean.loaders.RequestLoader
 
ResultSetLoader - class jodd.bean.loaders.ResultSetLoader.
Populate java bean from ResultSet objects.
ResultSetLoader() - Constructor for class jodd.bean.loaders.ResultSetLoader
 
randomInt(int, int) - Static method in class jodd.util.MathUtil
Generates pseudo-random integer from specific range.
randomLong(long, long) - Static method in class jodd.util.MathUtil
Generates pseudo-random long from specific range.
readBytes(String) - Static method in class jodd.file.FileUtil
Reads file content as byte array.
readBytes(File) - Static method in class jodd.file.FileUtil
Reads file content as byte array.
readObject(String) - Static method in class jodd.file.FileUtil
Reads seralized object from the file.
readObject(String, int) - Static method in class jodd.file.FileUtil
Reads seralized object from the file with specified buffer size
readString(String) - Static method in class jodd.file.FileUtil
Reads file's content into a String.
readString(String, int) - Static method in class jodd.file.FileUtil
Reads file's content into a String.
readString(File) - Static method in class jodd.file.FileUtil
Reads file's content into a String.
readString(File, int) - Static method in class jodd.file.FileUtil
Reads file's content into a String.
readString(String, String) - Static method in class jodd.file.FileUtil
Reads file's content into a String.
readString(String, int, String) - Static method in class jodd.file.FileUtil
Reads file's content into a String.
readString(File, String) - Static method in class jodd.file.FileUtil
Reads file's content into a String.
readString(File, int, String) - Static method in class jodd.file.FileUtil
Reads file's content into a String.
redirect(HttpServletRequest, HttpServletResponse, String) - Method in class jodd.servlet.ActionServlet
Performs redirection.
redirectParam(HttpServletRequest, HttpServletResponse) - Method in class jodd.servlet.ActionServlet
Performs redirection.
redirectParam(HttpServletRequest, HttpServletResponse, String) - Method in class jodd.servlet.ActionServlet
Performs redirection where URL is read from the request.
register(Class, Converter) - Static method in class jodd.bean.ConvertersManager
Register single converter.
register(Class, Loader) - Static method in class jodd.bean.LoadersManager
Registers a loader for an objects of specific type.
register(Class, JdtConverter) - Static method in class jodd.datetime.JDateTime
Registers a JdtConvertor for a specific class.
register(Map) - Static method in class jodd.taglet.ToDoTaglet
Register this Taglet.
registerDefaults() - Static method in class jodd.bean.ConvertersManager
Re-initialize all Converters: loads default ones.
registerDefaults() - Static method in class jodd.bean.LoadersManager
Registers default set of loaders.
registerDefaults() - Static method in class jodd.datetime.JDateTime
Registers default converters.
reload() - Method in class jodd.servlet.ActionController
Reloads configuration XML files.
remove(Object) - Method in class jodd.util.IntHashMap
Removes the mapping for this key from this map if present.
remove(int) - Method in class jodd.util.IntHashMap
Removes the mapping for this key from this map if present.
replace(String, String, String) - Static method in class jodd.util.StringUtil
Replaces the occurences of a certain pattern in a string with a replacement String.
replace(String, char, char) - Static method in class jodd.util.StringUtil
Character replacement in a string.
requireAuthentication(HttpServletResponse, String) - Static method in class jodd.servlet.ServletUtil
Sends correct headers to require basic authentication for the given realm.
resetDefaultFormatTemplate() - Static method in class jodd.datetime.JDateTime
Resets default format to JDateTime defaults format: YYYY-MM-DD hh:mm:s.m
resetDefaultMonthFix() - Static method in class jodd.datetime.JDateTime
Resets default month fix value to true.
resetDefaultNames() - Static method in class jodd.datetime.JDateTime
Resets default date time names to English.
resetDefaultWeekDefinition() - Static method in class jodd.datetime.JDateTime
Resets default week definition.
resetFormatTemplate() - Method in class jodd.datetime.JDateTime
Resets current format template to default value.
resetMonthFix() - Method in class jodd.datetime.JDateTime
Resets month fix value to default one.
resetNames() - Method in class jodd.datetime.JDateTime
Reset current names to default values.
resetWeekDefintion() - Method in class jodd.datetime.JDateTime
Resets week definition.
response - Variable in class jodd.servlet.filters.GzipResponseStream
The response with which this servlet output stream is associated.
rollback() - Method in class jodd.db.SqlUtil
Undoes all changes made in the current transaction and releases any database locks currently held by this object.
run() - Method in class jodd.db.pool.CoreConnectionPool
 
run(JFrame, int, int) - Static method in class jodd.util.AppletUtil
Runs a frame.
run(JApplet, int, int) - Static method in class jodd.util.AppletUtil
Runs an applet.
run(JPanel, int, int) - Static method in class jodd.util.AppletUtil
Runs a pannel.

S

STRING_BUFFER_SIZE - Static variable in class jodd.file.FileUtil
Buffer size (32KB) for file string methods.
SendMail - class jodd.mail.SendMail.
Sends e-mails in an easy way.
SendMail() - Constructor for class jodd.mail.SendMail
 
SequenceIdGenerator - class jodd.idgen.SequenceIdGenerator.
Uses database sequence for generating new unique keys.
SequenceIdGenerator() - Constructor for class jodd.idgen.SequenceIdGenerator
 
SequenceIdGenerator(ConnectionPool, String) - Constructor for class jodd.idgen.SequenceIdGenerator
 
SerbianNames - class jodd.datetime.names.SerbianNames.
Serbian names for JDateTime.
SerbianNames() - Constructor for class jodd.datetime.names.SerbianNames
 
ServletUtil - class jodd.servlet.ServletUtil.
Miscellaneous servlet utils.
ServletUtil() - Constructor for class jodd.servlet.ServletUtil
 
SetCharacterEncoding - class jodd.servlet.filters.SetCharacterEncoding.
Example filter that sets the character encoding to be used in parsing the incoming request, either unconditionally or only if the client did not specify a character encoding.
SetCharacterEncoding() - Constructor for class jodd.servlet.filters.SetCharacterEncoding
 
SimpleIdGenerator - class jodd.idgen.SimpleIdGenerator.
Simple synchronized sequence id generator.
SimpleIdGenerator(long) - Constructor for class jodd.idgen.SimpleIdGenerator
Constructor for ID generator.
SimpleLogger - interface jodd.log.SimpleLogger.
Interface for all loggers.
SimpleQueue - class jodd.util.SimpleQueue.
Simple Queue (FIFO).
SimpleQueue() - Constructor for class jodd.util.SimpleQueue
 
SimpleStack - class jodd.util.SimpleStack.
Simple Stack (LIFO) class.
SimpleStack() - Constructor for class jodd.util.SimpleStack
 
SimpleTimer - class jodd.datetime.SimpleTimer.
Measures time periods.
SimpleTimer() - Constructor for class jodd.datetime.SimpleTimer
Initialization and timer begins to count.
SmtpServer - class jodd.mail.SmtpServer.
Represents single SMTP server for sending emails.
SmtpServer() - Constructor for class jodd.mail.SmtpServer
SmtpServer default constructor.
SmtpServer(String) - Constructor for class jodd.mail.SmtpServer
SMTP server defined with its host.
SmtpServer(String, String, String) - Constructor for class jodd.mail.SmtpServer
SMTP server defined with its host and authenitification.
SmtpSimpleAuthenticator - class jodd.mail.SmtpSimpleAuthenticator.
Performs simple authentication when the SMTP server requires it.
SmtpSimpleAuthenticator(String, String) - Constructor for class jodd.mail.SmtpSimpleAuthenticator
 
SqlDateConverter - class jodd.bean.converters.SqlDateConverter.
Converts given object to java.sql.Date.
SqlDateConverter() - Constructor for class jodd.bean.converters.SqlDateConverter
 
SqlDateConverter - class jodd.datetime.converters.SqlDateConverter.
 
SqlDateConverter() - Constructor for class jodd.datetime.converters.SqlDateConverter
 
SqlProfileData - class jodd.db.profile.SqlProfileData.
Holder for profile data.
SqlProfileData() - Constructor for class jodd.db.profile.SqlProfileData
 
SqlProfilerHandler - interface jodd.db.profile.SqlProfilerHandler.
Interface of a sql profiler handler, that recieves information abput sql execution.
SqlTimeConverter - class jodd.bean.converters.SqlTimeConverter.
Converts given object to java.sql.Time.
SqlTimeConverter() - Constructor for class jodd.bean.converters.SqlTimeConverter
 
SqlTimestampConverter - class jodd.bean.converters.SqlTimestampConverter.
Converts given object to java.sql.Timestamp.
SqlTimestampConverter() - Constructor for class jodd.bean.converters.SqlTimestampConverter
 
SqlTimestampConverter - class jodd.datetime.converters.SqlTimestampConverter.
 
SqlTimestampConverter() - Constructor for class jodd.datetime.converters.SqlTimestampConverter
 
SqlUtil - class jodd.db.SqlUtil.
Smart-and-slick SQL facade.
SqlUtil(ConnectionPool) - Constructor for class jodd.db.SqlUtil
Default constructor from ConnectionPool.
SqlUtil(Connection) - Constructor for class jodd.db.SqlUtil
Default constructor from common Connection.
SqlUtilProfiler - class jodd.db.profile.SqlUtilProfiler.
Profiles database access by measuring executeQuery and executeUpdate execution times.
SqlUtilProfiler(ConnectionPool) - Constructor for class jodd.db.profile.SqlUtilProfiler
Overloaded constructor.
StringArrayConverter - class jodd.bean.converters.StringArrayConverter.
Converts given object to String[].
StringArrayConverter() - Constructor for class jodd.bean.converters.StringArrayConverter
 
StringConvert - class jodd.util.StringConvert.
Converts Strings to various primitives.
StringConvert() - Constructor for class jodd.util.StringConvert
 
StringConverter - class jodd.bean.converters.StringConverter.
Converts given object to String.
StringConverter() - Constructor for class jodd.bean.converters.StringConverter
 
StringFlags - class jodd.util.StringFlags.
Parses string and sets bean boolean parameters (flags) depending on exisiting characters.
StringFlags() - Constructor for class jodd.util.StringFlags
 
StringOutputStream - class jodd.util.StringOutputStream.
Provides an OutputStream to an internal String.
StringOutputStream() - Constructor for class jodd.util.StringOutputStream
Creates new StringOutputStream, makes a new internal StringBuffer.
StringUtil - class jodd.util.StringUtil.
General string utils.
StringUtil() - Constructor for class jodd.util.StringUtil
 
second - Variable in class jodd.datetime.DateTimeStamp
Second, range: [0.000 - 59.999]
selectEncoding(ServletRequest) - Method in class jodd.servlet.filters.SetCharacterEncoding
Select an appropriate character encoding to be used, based on the characteristics of the current request and/or filter initialization parameters.
send(Email) - Static method in class jodd.mail.SendMail
Sends an email through default SMTP server.
send(Email, SmtpServer) - Static method in class jodd.mail.SendMail
Sends an email through SMTP server.
set(int, int, int, int, int, double) - Method in class jodd.datetime.JDateTime
Core method that sets date and time.
set(int, int, int) - Method in class jodd.datetime.JDateTime
Sets date, time is set to midnight (00:00:00.000).
set(long) - Method in class jodd.datetime.JDateTime
Sets the time based on current time in milliseconds.
set() - Method in class jodd.datetime.JDateTime
Sets current local date and time.
set(String, String) - Method in class jodd.datetime.JDateTime
Sets date/time from a string and specified template.
set(String) - Method in class jodd.datetime.JDateTime
Sets date/time from a string and default template.
set(String, String) - Method in interface jodd.datetime.JdtFormatter
Sets time from string and specified template.
set(String, String) - Method in class jodd.datetime.formatters.DefaultFormatter
Sets time from the string using template.
setAllProperties(Object, Map) - Static method in class jodd.bean.BeanUtil
Sets all bean properties that are defined in the map for faster work.
setArray(int, Array) - Method in class jodd.db.SqlUtil
Sets value of Array parameter in sql string.
setAutoCommit(boolean) - Method in class jodd.db.SqlUtil
Sets this connection's auto-commit mode to the given state.
setBcc(String) - Method in class jodd.mail.Email
Sets single BCC address.
setBcc(String[]) - Method in class jodd.mail.Email
Sets multiple BCC addresses.
setBean(String) - Method in class jodd.servlet.tags.basic.GetPropertyTag
Sets the bean name.
setBeans(String) - Method in class jodd.servlet.tags.form.FormTag
Sets bean names with value of the "bean" attribute.
setBigDecimal(int, BigDecimal) - Method in class jodd.db.SqlUtil
Sets value of BigDecimal parameter in sql string.
setBlob(int, Blob) - Method in class jodd.db.SqlUtil
Sets value of Blob parameter in sql string.
setBoolean(int, boolean) - Method in class jodd.db.SqlUtil
Sets value of boolean parameter in sql string.
setBuffer(int) - Method in class jodd.servlet.filters.GzipResponseStream
Set the compressionThreshold number and create buffer for this size
setByte(int, byte) - Method in class jodd.db.SqlUtil
Sets value of byte parameter in sql string.
setCc(String) - Method in class jodd.mail.Email
Sets single CC address
setCc(String[]) - Method in class jodd.mail.Email
Sets multiple CC addresses.
setClob(int, Clob) - Method in class jodd.db.SqlUtil
Sets value of Clob parameter in sql string.
setCollection(Collection) - Method in class jodd.servlet.tags.basic.IteratorTag
 
setCompressionThreshold(int) - Method in class jodd.servlet.filters.GzipResponseWrapper
Set threshold number
setConnectionPool(ConnectionPool) - Method in class jodd.idgen.SequenceIdGenerator
 
setContentDisp(String) - Method in class jodd.servlet.UploadedFile
Sets content disp.
setContentLength(int) - Method in class jodd.servlet.filters.CharArrayResponseWrapper
This empty method must exist.
setContentLength(int) - Method in class jodd.servlet.filters.GzipResponseWrapper
 
setContentType(String) - Method in class jodd.mail.ByteArrayDataSource
Set the content type.
setContentType(String) - Method in class jodd.servlet.UploadedFile
Sets file content type and reads MIME and subtype MIME.
setContentType(String) - Method in class jodd.servlet.filters.CharArrayResponseWrapper
Sets the content type.
setContentType(String) - Method in class jodd.servlet.filters.GzipResponseWrapper
Set content type
setDataSourceName(String) - Method in class jodd.db.pool.ContextConnectionPool
 
setDataStart(int) - Method in class jodd.servlet.UploadedFile
Sets starting index of a file in requet data.
setDate(int, int, int) - Method in class jodd.datetime.JDateTime
Sets date, time remains unchanged.
setDate(int, Date) - Method in class jodd.db.SqlUtil
Sets value of java.sql.Date parameter in sql string.
setDateTimeStamp(DateTimeStamp) - Method in class jodd.datetime.JDateTime
Sets the new timestamp.
setDay(int) - Method in class jodd.datetime.JDateTime
Sets current day.
setDebugMode(boolean) - Static method in class jodd.db.SqlUtil
Sets debug mode.
setDefaultAutoCommit(boolean) - Static method in class jodd.db.SqlUtil
Sets default auto-commit that SqlUtil must provide before executing new statement, neverness if setAutoCommit is used or not.
setDefaultFormatTemplate(String) - Static method in class jodd.datetime.JDateTime
Sets default format template.
setDefaultFormatter(JdtFormatter) - Static method in class jodd.datetime.JDateTime
Sets default formatter
setDefaultMonthFix(boolean) - Static method in class jodd.datetime.JDateTime
Sets default month fix value.
setDefaultNames(JdtNames) - Static method in class jodd.datetime.JDateTime
Sets default JDateTime names.
setDefaultSmtpServer(SmtpServer) - Static method in class jodd.mail.SendMail
Sets default SMTP server.
setDefaultWeekDefinition(int, int) - Static method in class jodd.datetime.JDateTime
Defines default week.
setDefaultWeekDefinitionAlt(int, int) - Static method in class jodd.datetime.JDateTime
Defines default week alternatively.
setDouble(int, double) - Method in class jodd.db.SqlUtil
Sets value of double parameter in sql string.
setDriver(String) - Method in class jodd.db.pool.CoreConnectionPool
 
setDriver(String) - Method in class jodd.db.pool.NoConnectionPool
 
setEnvContextName(String) - Method in class jodd.db.pool.ContextConnectionPool
 
setExcludeFiles(boolean) - Method in class jodd.file.FindFile
 
setFieldName(String) - Method in class jodd.servlet.UploadedFile
Sets form field name.
setFileFilters(List) - Method in class jodd.file.FindFile
 
setFileFilters(FileFilter[]) - Method in class jodd.file.FindFile
 
setFileFilters(FileFilter) - Method in class jodd.file.FindFile
 
setFileFilters() - Method in class jodd.file.FindFile
 
setFilePathName(String) - Method in class jodd.servlet.UploadedFile
Sets the complete path name.
setFloat(int, float) - Method in class jodd.db.SqlUtil
Sets value of float parameter in sql string.
setFormatTemplate(String) - Method in class jodd.datetime.JDateTime
Sets current format template.
setFrom(String) - Method in class jodd.mail.Email
Sets the FROM address
setHost(String) - Method in class jodd.mail.SmtpServer
Sets SMTP host address.
setHour(int) - Method in class jodd.datetime.JDateTime
Set current hour.
setHtmlMessage(String) - Method in class jodd.mail.Email
Sets HTML message text.
setIncludeDirs(boolean) - Method in class jodd.file.FindFile
 
setInt(int, int) - Method in class jodd.db.SqlUtil
Sets value of int parameter in sql string.
setJulianDate(JulianDateStamp) - Method in class jodd.datetime.JDateTime
Sets current Julian Date.
setLength(String) - Method in class jodd.servlet.tags.basic.IteratorTag
 
setLong(int, long) - Method in class jodd.db.SqlUtil
Sets value of long parameter in sql string.
setMatchPath(boolean) - Method in class jodd.file.filters.RegExpFileFilter
Set match path flag.
setMaxConnections(int) - Method in class jodd.db.pool.CoreConnectionPool
 
setMaxLength(String, int) - Static method in class jodd.util.StringUtil
Set the maximum length of the string.
setMaxLimit(int) - Method in class jodd.db.pool.OracleConnectionPool
 
setMessage(String) - Method in class jodd.mail.Email
Sets plain message text.
setMillisecond(int) - Method in class jodd.datetime.JDateTime
Sets current millisecond.
setMinConnections(int) - Method in class jodd.db.pool.CoreConnectionPool
 
setMinLimit(int) - Method in class jodd.db.pool.OracleConnectionPool
 
setMinute(int) - Method in class jodd.datetime.JDateTime
Set current minute.
setMonth(int) - Method in class jodd.datetime.JDateTime
Sets current month.
setMonthFix(boolean) - Method in class jodd.datetime.JDateTime
Sets month fix value.
setName(String) - Method in class jodd.servlet.tags.basic.GetPropertyTag
Sets the property name.
setName(String) - Method in class jodd.servlet.tags.imports.ImportInsert
Sets parameter name (required).
setName(String) - Method in class jodd.servlet.tags.imports.ImportParam
Sets parameter name (required).
setNames(JdtNames) - Method in class jodd.datetime.JDateTime
Sets current date time names.
setOffset(int) - Method in class jodd.servlet.tags.basic.IteratorTag
 
setPage(String) - Method in class jodd.servlet.tags.imports.Import
 
setPassword(String) - Method in class jodd.db.pool.CoreConnectionPool
 
setPassword(String) - Method in class jodd.db.pool.NoConnectionPool
 
setPassword(String) - Method in class jodd.db.pool.OracleConnectionPool
 
setPassword(String) - Method in class jodd.mail.SmtpServer
Sets SMTP authentication password.
setPersist(String) - Method in class jodd.servlet.tags.imports.ImportParam
Set persistence flag for a parameter.
setProperty(Object, String, Object) - Static method in class jodd.bean.BeanUtil
Sets JavaBean property.
setRecursive(boolean) - Method in class jodd.file.FindFile
 
setRequestData(byte[]) - Method in class jodd.servlet.UploadedFile
Sets request data.
setScope(String) - Method in class jodd.servlet.tags.basic.GetPropertyTag
Sets the bean scope.
setScopes(String) - Method in class jodd.servlet.tags.form.FormTag
Sets the value of "scope" attribute, that represent beans scope.
setSecond(double) - Method in class jodd.datetime.JDateTime
Sets current second and millisecond.
setSecond(int) - Method in class jodd.datetime.JDateTime
Sets current second.
setSentDate(Date) - Method in class jodd.mail.Email
Sets e-mails sent date.
setSentDate() - Method in class jodd.mail.Email
Sets current date as e-mails sent date.
setSequenceName(String) - Method in class jodd.idgen.SequenceIdGenerator
 
setSize(int) - Method in class jodd.servlet.UploadedFile
Sets the file size
setSkipDirs(boolean) - Method in class jodd.file.filters.RegExpFileFilter
 
setSql(String) - Method in class jodd.db.SqlUtil
Sets and prepares a SQL command by using forward only and read only prepared statement.
setSql(String, int, int) - Method in class jodd.db.SqlUtil
Sets and prepares a SQL command by using prepared statements.
setStaticSql(String) - Method in class jodd.db.SqlUtil
Sets and prepares a SQL command by using forward only and read only statement.
setStaticSql(String, int, int) - Method in class jodd.db.SqlUtil
Sets and prepares a SQL command by using simple statements.
setString(int, String) - Method in class jodd.db.SqlUtil
Sets value of String parameter in sql string.
setSubject(String) - Method in class jodd.mail.Email
Sets message subject.
setTime(int, int, double) - Method in class jodd.datetime.JDateTime
Sets time, date is unchanged.
setTimeStamp(DateTimeStamp) - Method in class jodd.datetime.JDateTime
Deprecated. use setDateTimeStamp() instead
setTimestamp(int, Timestamp) - Method in class jodd.db.SqlUtil
Sets value of java.sql.Timestamp parameter in sql string.
setTo(String) - Method in class jodd.mail.Email
Sets single TO address.
setTo(String[]) - Method in class jodd.mail.Email
Sets multiple TO addresses.
setUrl(String) - Method in class jodd.db.pool.CoreConnectionPool
 
setUrl(String) - Method in class jodd.db.pool.NoConnectionPool
 
setUrl(String) - Method in class jodd.db.pool.OracleConnectionPool
 
setUser(String) - Method in class jodd.db.pool.CoreConnectionPool
 
setUser(String) - Method in class jodd.db.pool.NoConnectionPool
 
setUser(String) - Method in class jodd.db.pool.OracleConnectionPool
 
setUsername(String) - Method in class jodd.mail.SmtpServer
Sets SMTP authentication username.
setValue(String) - Method in class jodd.servlet.tags.imports.ImportParam
Sets value name.
setWaitIfBusy(boolean) - Method in class jodd.db.pool.CoreConnectionPool
 
setWeekDefinition(int, int) - Method in class jodd.datetime.JDateTime
Defines week.
setWeekDefinitionAlt(int, int) - Method in class jodd.datetime.JDateTime
Defines week alternatively.
setYear(int) - Method in class jodd.datetime.JDateTime
Sets current year.
size() - Method in class jodd.util.IntHashMap
Returns the number of key-value mappings in this map.
sleep(long) - Static method in class jodd.util.ThreadUtil
Puts a thread to sleep, without throwing an InterruptedException.
sleep() - Static method in class jodd.util.ThreadUtil
Puts a thread to sleep forever.
split(String, String) - Static method in class jodd.util.StringUtil
Splits a string in several parts (tokens) that are separated by delimeter.
splitc(String, String) - Static method in class jodd.util.StringUtil
Splits a string in several parts (tokens) that are separated by deliemter characters.
sprintf(String, char) - Static method in class jodd.format.Format
prints a formatted number following printf conventions
sprintf(String, Character) - Static method in class jodd.format.Format
 
sprintf(String, double) - Static method in class jodd.format.Format
prints a formatted number following printf conventions
sprintf(String, Double) - Static method in class jodd.format.Format
 
sprintf(String, Float) - Static method in class jodd.format.Format
 
sprintf(String, long) - Static method in class jodd.format.Format
prints a formatted number following printf conventions
sprintf(String, Long) - Static method in class jodd.format.Format
 
sprintf(String, int) - Static method in class jodd.format.Format
prints a formatted number following printf conventions
sprintf(String, Integer) - Static method in class jodd.format.Format
 
sprintf(String, String) - Static method in class jodd.format.Format
prints a formatted number following printf conventions
sprintf(String, Object[]) - Static method in class jodd.format.Format
Sprintf multiple strings.
sprintf(String, String[]) - Static method in class jodd.format.Format
 
sprintf(String, Integer[]) - Static method in class jodd.format.Format
 
sprintf(String, Long[]) - Static method in class jodd.format.Format
 
sprintf(String, Double[]) - Static method in class jodd.format.Format
 
sprintf(String, Float[]) - Static method in class jodd.format.Format
 
sprintf(String, Character[]) - Static method in class jodd.format.Format
 
sprintf(String, int[]) - Static method in class jodd.format.Format
 
start() - Method in class jodd.datetime.SimpleTimer
Starts the timer.
startsWithIgnoreCase(String, String) - Static method in class jodd.util.StringUtil
Tests if this string starts with the specified prefix with ignored case.
startsWithIgnoreCase(String, String, int) - Static method in class jodd.util.StringUtil
Tests if this string starts with the specified prefix with ignored case and with the specified prefix beginning a specified index.
stop() - Method in class jodd.datetime.SimpleTimer
Stops timer and returns elapsed time from last timer start in ms.
store(JDateTime, Object) - Method in interface jodd.datetime.JdtConverter
Stores time information to object.
store(JDateTime, Object) - Method in class jodd.datetime.converters.CalendarConverter
 
store(JDateTime, Object) - Method in class jodd.datetime.converters.DateConverter
 
store(JDateTime, Object) - Method in class jodd.datetime.converters.GregorianCalendarConverter
 
store(JDateTime, Object) - Method in class jodd.datetime.converters.JDateTimeConverter
 
store(JDateTime, Object) - Method in class jodd.datetime.converters.SqlDateConverter
 
store(JDateTime, Object) - Method in class jodd.datetime.converters.SqlTimestampConverter
 
storeTo(Object) - Method in class jodd.datetime.JDateTime
Stores time to an existing instance of desired class, by using converters.
stream - Variable in class jodd.servlet.filters.GzipResponseWrapper
The ServletOutputStream that has been returned by getOutputStream(), if any.

T

TABLE_HTML - Static variable in class jodd.servlet.HtmlEncoder
Lookup table for use in encode() method.
TABLE_HTML_STRICT - Static variable in class jodd.servlet.HtmlEncoder
Lookup table for use in encodeTextXxx() methods.
TOTAL_NAME - Static variable in class jodd.servlet.tags.basic.IteratorTag
 
ThreadUtil - class jodd.util.ThreadUtil.
Thread utilities.
ThreadUtil() - Constructor for class jodd.util.ThreadUtil
 
TimeUtil - class jodd.datetime.TimeUtil.
Date time calculations and utilities.
TimeUtil() - Constructor for class jodd.datetime.TimeUtil
 
ToDoTaglet - class jodd.taglet.ToDoTaglet.
A sample ToDo Taglet.
ToDoTaglet() - Constructor for class jodd.taglet.ToDoTaglet
 
TrimStrings - class jodd.bean.modifiers.TrimStrings.
Simple bean modifier that trims all String parameters of given java bean object.
TrimStrings() - Constructor for class jodd.bean.modifiers.TrimStrings
 
threshold - Variable in class jodd.servlet.filters.GzipFilter
The threshold number to compress, (0 == no compression).
threshold - Variable in class jodd.servlet.filters.GzipResponseWrapper
The threshold number to compress
title(Object) - Static method in class jodd.util.AppletUtil
 
toBigDecimal() - Method in class jodd.datetime.JulianDateStamp
Returns BigDecimal value of julian date number.
toByte(String, byte) - Static method in class jodd.util.StringConvert
Converts String to byte.
toByteArray() - Method in class jodd.mail.ByteArrayDataSource
Return the content as a byte array.
toByteArray() - Method in class jodd.servlet.filters.CharArrayResponseWrapper
Get the underlying as byte array.
toByteArray(char[]) - Static method in class jodd.util.CharUtil
Converts char array into byte array.
toByteArray(String) - Static method in class jodd.util.StringUtil
Converts string into byte array.
toCharArray() - Method in class jodd.servlet.filters.CharArrayResponseWrapper
Get the underlying character array.
toCharArray(byte[]) - Static method in class jodd.util.CharUtil
Converts byte array to char array.
toDouble(String, double) - Static method in class jodd.util.StringConvert
Converts String to double.
toFloat(String, float) - Static method in class jodd.util.StringConvert
Converts String to float.
toHexString(int) - Static method in class jodd.format.FormatUtil
Returns a hex string representation of a 8 bit integer.
toInt(String, int) - Static method in class jodd.util.StringConvert
Converts String to int.
toJulianDate(DateTimeStamp) - Static method in class jodd.datetime.TimeUtil
Calculates Astronomical Julian Date from given time stamp.
toJulianDate(int, int, int, int, int, double) - Static method in class jodd.datetime.TimeUtil
Calculates Astronomical Julian Date from given time.
toLong(String, long) - Static method in class jodd.util.StringConvert
Converts String to long.
toNotNullString(Object) - Static method in class jodd.util.StringUtil
Converts an object to a String.
toString(Object) - Static method in class jodd.bean.BeanUtil
Creates formated string that contains names of all readable properties (getXXX() methods) and their values.
toString() - Method in class jodd.datetime.DateTimeStamp
Simple to string conversion.
toString() - Method in class jodd.datetime.JDateTime
Returns date time string in YYYY-MM-DD hh:mm:s.m format.
toString() - Method in class jodd.datetime.JulianDateStamp
Simple String conversion.
toString() - Method in class jodd.datetime.SimpleTimer
Returns elapsed time as String from the last start.
toString() - Method in class jodd.db.SqlUtil
Returns formated pseudo-SQL string.
toString() - Method in class jodd.servlet.UploadedFile
 
toString() - Method in class jodd.servlet.filters.CharArrayResponseWrapper
Get a String representation of the entire buffer.
toString(Tag) - Method in class jodd.taglet.ToDoTaglet
Given the Tag representation of this custom tag, return its string representation.
toString(Tag[]) - Method in class jodd.taglet.ToDoTaglet
Given an array of Tags representing this custom tag, return its string representation.
toString() - Method in class jodd.util.StringOutputStream
Returns the content of the internal StringBuffer as a String, the result of all writing to this OutputStream.
toString(Object) - Static method in class jodd.util.StringUtil
Converts an object to a String.
toStringArray(Object) - Static method in class jodd.util.StringUtil
Converts an object to a String Array.
totalConnections() - Method in class jodd.db.pool.CoreConnectionPool
 

U

UploadedFile - class jodd.servlet.UploadedFile.
Represents uploaded file.
UploadedFile() - Constructor for class jodd.servlet.UploadedFile
Contrcuts new valid uploaded file.
UploadedFile(boolean) - Constructor for class jodd.servlet.UploadedFile
Contrcuts new uploaded file.
UploadedFileConverter - class jodd.bean.converters.UploadedFileConverter.
Converts given object to jodd.servlet.UploadedFile.
UploadedFileConverter() - Constructor for class jodd.bean.converters.UploadedFileConverter
 
Util - class jodd.util.Util.
General and System utilities.
Util() - Constructor for class jodd.util.Util
 
UuidGenerator - class jodd.idgen.UuidGenerator.
Several UUID generators.
UuidGenerator() - Constructor for class jodd.idgen.UuidGenerator
 
unlock() - Method in class jodd.util.Mutex
Release an aquired mutex.
unlock() - Method in class jodd.util.MutexSync
 
unzip(File, File) - Static method in class jodd.file.ZipUtil
Unpacks a zip file to the target directory.
uriExclude - Variable in class jodd.servlet.filters.GzipFilter
Comma separated string patterns to be excluded in the request URI if founded by match.
uriMatch - Variable in class jodd.servlet.filters.GzipFilter
Comma separated string patterns to be found in the request URI

V

values() - Method in class jodd.util.IntHashMap
Returns a collection view of the values contained in this map.

W

wait(Object) - Static method in class jodd.util.Util
Waits for a object for synchronization purposes.
wait(Object, long) - Static method in class jodd.util.Util
Waits for a object or a timeout for synchronization purposes.
warn(Object) - Method in interface jodd.log.SimpleLogger
 
warn(Object, Throwable) - Method in interface jodd.log.SimpleLogger
 
warn(Object) - Method in class jodd.log.impl.Log4jSimpleLogger
 
warn(Object, Throwable) - Method in class jodd.log.impl.Log4jSimpleLogger
 
write(int) - Method in class jodd.servlet.filters.GzipResponseStream
Write the specified byte to our output stream.
write(byte[]) - Method in class jodd.servlet.filters.GzipResponseStream
Write b.length bytes from the specified byte array to our output stream.
write(byte[], int, int) - Method in class jodd.servlet.filters.GzipResponseStream
Write len bytes from the specified byte array, starting at the specified offset, to our output stream.
write(byte[]) - Method in class jodd.util.StringOutputStream
Writes and appends byte array to StringOutputStream.
write(byte[], int, int) - Method in class jodd.util.StringOutputStream
Writes and appends a byte array to StringOutputStream.
write(int) - Method in class jodd.util.StringOutputStream
Writes and appends a single byte to StringOutputStream.
writeBytes(String, byte[]) - Static method in class jodd.file.FileUtil
 
writeBytes(File, byte[]) - Static method in class jodd.file.FileUtil
 
writeBytes(String, byte[], int, int) - Static method in class jodd.file.FileUtil
 
writeBytes(File, byte[], int, int) - Static method in class jodd.file.FileUtil
 
writeData(String) - Method in class jodd.servlet.UploadedFile
Writes data to a file.
writeObject(String, Object) - Static method in class jodd.file.FileUtil
Writes serializable object to a file.
writeObject(String, Object, int) - Static method in class jodd.file.FileUtil
Writes serializable object to a file with specified buffer size.
writeString(String, String) - Static method in class jodd.file.FileUtil
Writes string to a file.
writeString(String, String, int) - Static method in class jodd.file.FileUtil
Writes string to a file.
writeString(File, String) - Static method in class jodd.file.FileUtil
Writes string to a file.
writeString(File, String, int) - Static method in class jodd.file.FileUtil
Writes string to a file.
writeString(String, String, String) - Static method in class jodd.file.FileUtil
Writes string to a file.
writeString(String, String, int, String) - Static method in class jodd.file.FileUtil
Writes string to a file.
writeString(File, String, String) - Static method in class jodd.file.FileUtil
Writes string to a file.
writeString(File, String, int, String) - Static method in class jodd.file.FileUtil
Writes string to a file.
writeTo(OutputStream) - Method in class jodd.mail.ByteArrayDataSource
Write the content to an OutputStream.
writeToFile(Properties, String) - Static method in class jodd.util.PropertiesUtil
Writes properties to a file.
writeToFile(Properties, String, String) - Static method in class jodd.util.PropertiesUtil
Writes properties to a file.
writeToFile(Properties, File) - Static method in class jodd.util.PropertiesUtil
Writes properties to a file.
writeToFile(Properties, File, String) - Static method in class jodd.util.PropertiesUtil
Writes properties to a file.
writeToGZip(byte[], int, int) - Method in class jodd.servlet.filters.GzipResponseStream
 
writer - Variable in class jodd.servlet.filters.GzipResponseWrapper
The PrintWriter that has been returned by getWriter(), if any.

Y

year - Variable in class jodd.datetime.DateTimeStamp
Year

Z

ZipUtil - class jodd.file.ZipUtil.
Performs zip/unzip operations on files and directories.
ZipUtil() - Constructor for class jodd.file.ZipUtil
 

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

Jodd v0.24.5 Javadoc