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

A

AbstractCacheMap<K,V> - Class in jodd.cache
Default implementation of timed and size cache map.
AbstractCacheMap() - Constructor for class jodd.cache.AbstractCacheMap
 
AbstractFormatter - Class in jodd.datetime.format
Abstract formatter for easier JdtFormatter implementations.
AbstractFormatter() - Constructor for class jodd.datetime.format.AbstractFormatter
 
accept(File, String) - Method in class jodd.io.filter.RegExpFileFilter
 
accept(File, String) - Method in class jodd.io.filter.WildcardFileFilter
 
acceptEntry(String) - Method in class jodd.io.findfile.ClassFinder
Returns true if some entry name has to be accepted.
acceptFile(File) - Method in class jodd.io.findfile.FilterFindFile
Called on each file entry (file or directory) and returns true if file passes search criteria.
acceptFile(File) - Method in class jodd.io.findfile.FindFile
Called on each file entry (file or directory) and returns true if file passes search criteria.
acceptFile(File) - Method in class jodd.io.findfile.RegExpFindFile
 
acceptFile(File) - Method in class jodd.io.findfile.WildcardFindFile
 
acceptFolder(File) - Method in class jodd.io.findfile.FileScanner
Returns true if some path has to be scanned.
acceptJar(File) - Method in class jodd.io.findfile.ClassFinder
Returns true if some JAR file has to be accepted.
AccessibleIntrospector - Class in jodd.introspector
Default introspector caches all class descriptors.
AccessibleIntrospector() - Constructor for class jodd.introspector.AccessibleIntrospector
 
accessibleOnly - Variable in class jodd.introspector.ClassDescriptor
 
acquire(Semaphore) - Static method in class jodd.util.ConcurrentUtil
 
acquire(Semaphore, int) - Static method in class jodd.util.ConcurrentUtil
 
activeProfiles - Variable in class jodd.props.Props
 
activeProfilesProp - Variable in class jodd.props.Props
 
AdaptiveFileUpload - Class in jodd.servlet.upload.impl
Smart FileUpload implementation that defer the action of what to do with uploaded file for later.
AdaptiveFileUploadFactory - Class in jodd.servlet.upload.impl
Factory for AdaptiveFileUpload.
AdaptiveFileUploadFactory() - Constructor for class jodd.servlet.upload.impl.AdaptiveFileUploadFactory
 
add(int, int, int, int, int, int, int, boolean) - Method in class jodd.datetime.JDateTime
Adds time to current time.
add(int, int, int, int, int, int, int) - 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.
add(JulianDateStamp) - Method in class jodd.datetime.JulianDateStamp
Adds a JD to current instance.
add(double) - Method in class jodd.datetime.JulianDateStamp
Adds a double to current instance.
add(String, String, StringBuilder) - Method in class jodd.props.PropsParser
Adds accumulated value to key and current section.
add(String, String) - Method in class jodd.props.PropsParser
Adds key-value to properties and profiles.
add(E) - Method in class jodd.util.buffer.FastBuffer
Adds element to buffer.
add(E) - Method in interface jodd.util.collection.Bag
(Violation) Adds one copy the specified object to the Bag.
add(E, int) - Method in interface jodd.util.collection.Bag
Adds nCopies copies of the specified object to the Bag.
add(boolean) - Method in class jodd.util.collection.BooleanArrayList
Appends the specified element to the end of this list.
add(int, boolean) - Method in class jodd.util.collection.BooleanArrayList
Inserts the specified element at the specified position in this list.
add(byte) - Method in class jodd.util.collection.ByteArrayList
Appends the specified element to the end of this list.
add(int, byte) - Method in class jodd.util.collection.ByteArrayList
Inserts the specified element at the specified position in this list.
add(char) - Method in class jodd.util.collection.CharArrayList
Appends the specified element to the end of this list.
add(int, char) - Method in class jodd.util.collection.CharArrayList
Inserts the specified element at the specified position in this list.
add(Iterator) - Method in class jodd.util.collection.CompositeIterator
Adds an iterator to this composite.
add(double) - Method in class jodd.util.collection.DoubleArrayList
Appends the specified element to the end of this list.
add(int, double) - Method in class jodd.util.collection.DoubleArrayList
Inserts the specified element at the specified position in this list.
add(float) - Method in class jodd.util.collection.FloatArrayList
Appends the specified element to the end of this list.
add(int, float) - Method in class jodd.util.collection.FloatArrayList
Inserts the specified element at the specified position in this list.
add(E) - Method in class jodd.util.collection.HashBag
Adds a new element to the bag, incrementing its count in the underlying map.
add(E, int) - Method in class jodd.util.collection.HashBag
Adds a new element to the bag, incrementing its count in the map.
add(int) - Method in class jodd.util.collection.IntArrayList
Appends the specified element to the end of this list.
add(int, int) - Method in class jodd.util.collection.IntArrayList
Inserts the specified element at the specified position in this list.
add(long) - Method in class jodd.util.collection.LongArrayList
Appends the specified element to the end of this list.
add(int, long) - Method in class jodd.util.collection.LongArrayList
Inserts the specified element at the specified position in this list.
add(E) - Method in class jodd.util.collection.SetMapAdapter
Adds the specified element to this set if it is not already present.
add(short) - Method in class jodd.util.collection.ShortArrayList
Appends the specified element to the end of this list.
add(int, short) - Method in class jodd.util.collection.ShortArrayList
Inserts the specified element at the specified position in this list.
add(E) - Method in class jodd.util.collection.SortedArrayList
Adds an Object to sorted list.
add(int, E) - Method in class jodd.util.collection.SortedArrayList
 
add(Comparator) - Method in class jodd.util.MultiComparator
 
addAll(boolean[]) - Method in class jodd.util.collection.BooleanArrayList
Appends all of the elements in the specified array to the end of this list.
addAll(int, boolean[]) - Method in class jodd.util.collection.BooleanArrayList
Appends all of the elements in the specified array at the specified position in this list.
addAll(byte[]) - Method in class jodd.util.collection.ByteArrayList
Appends all of the elements in the specified array to the end of this list.
addAll(int, byte[]) - Method in class jodd.util.collection.ByteArrayList
Appends all of the elements in the specified array at the specified position in this list.
addAll(char[]) - Method in class jodd.util.collection.CharArrayList
Appends all of the elements in the specified array to the end of this list.
addAll(int, char[]) - Method in class jodd.util.collection.CharArrayList
Appends all of the elements in the specified array at the specified position in this list.
addAll(double[]) - Method in class jodd.util.collection.DoubleArrayList
Appends all of the elements in the specified array to the end of this list.
addAll(int, double[]) - Method in class jodd.util.collection.DoubleArrayList
Appends all of the elements in the specified array at the specified position in this list.
addAll(float[]) - Method in class jodd.util.collection.FloatArrayList
Appends all of the elements in the specified array to the end of this list.
addAll(int, float[]) - Method in class jodd.util.collection.FloatArrayList
Appends all of the elements in the specified array at the specified position in this list.
addAll(Collection<? extends E>) - Method in class jodd.util.collection.HashBag
Invokes HashBag.add(Object) for each element in the given collection.
addAll(int[]) - Method in class jodd.util.collection.IntArrayList
Appends all of the elements in the specified array to the end of this list.
addAll(int, int[]) - Method in class jodd.util.collection.IntArrayList
Appends all of the elements in the specified array at the specified position in this list.
addAll(long[]) - Method in class jodd.util.collection.LongArrayList
Appends all of the elements in the specified array to the end of this list.
addAll(int, long[]) - Method in class jodd.util.collection.LongArrayList
Appends all of the elements in the specified array at the specified position in this list.
addAll(short[]) - Method in class jodd.util.collection.ShortArrayList
Appends all of the elements in the specified array to the end of this list.
addAll(int, short[]) - Method in class jodd.util.collection.ShortArrayList
Appends all of the elements in the specified array at the specified position in this list.
addAll(Collection<? extends E>) - Method in class jodd.util.collection.SortedArrayList
Add all of the elements in the given collection to this list.
addAll(int, Collection<? extends E>) - Method in class jodd.util.collection.SortedArrayList
 
addAttachment(String, String, String, byte[]) - Method in class jodd.mail.ReceivedEmail
Adds received attachment.
addDateHeader(String, long) - Method in class jodd.servlet.wrapper.BufferResponseWrapper
 
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.
addDefaultBundle(String) - Method in class jodd.util.ResourceBundleMessageResolver
 
addFileToClassPath(String, ClassLoader) - Static method in class jodd.util.ClassLoaderUtil
Adds additional file or path to classpath during runtime.
addFileToClassPath(File, ClassLoader) - Static method in class jodd.util.ClassLoaderUtil
Adds additional file or path to classpath during runtime.
addFilter(FileFilter) - Method in class jodd.io.findfile.FilterFindFile
Adds a file filter.
addFilters(FileFilter[]) - Method in class jodd.io.findfile.FilterFindFile
Adds array of file filters.
addFlags(int) - Method in class jodd.mail.ReceivedEmail
 
addHeader(String, String) - Method in class jodd.io.http.HttpTransfer
Adds parameter to header.
addHeader(String, int) - Method in class jodd.io.http.HttpTransfer
 
addHeader(String, String) - Method in class jodd.servlet.wrapper.BufferResponseWrapper
Prevents setting content-length if buffering enabled.
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.
addHtml(String) - Method in class jodd.mail.Email
Adds HTML message.
addHtml(String, String) - Method in class jodd.mail.Email
 
addIntHeader(String, int) - Method in class jodd.servlet.wrapper.BufferResponseWrapper
Prevents setting content-length if buffering enabled.
addMessage(EmailMessage) - Method in class jodd.mail.CommonEmail
 
addMessage(String, String, String) - Method in class jodd.mail.CommonEmail
 
addMessage(String, String) - Method in class jodd.mail.CommonEmail
 
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.
addNoDST(int, int, int, int, int, int, int, boolean) - Method in class jodd.datetime.JDateTime
 
addParameter(String, Object) - Method in class jodd.io.http.HttpParams
Adds a parameter.Parameter may be: string, for single-value parameters string array, for multi-value parameter File, for files String parameters are accumulated, so adding a parameter with the same name twice will result in having a string array as a value.
addParameters(String, boolean) - Method in class jodd.io.http.HttpParams
Add query parameters by parsing the query string.
address2String(Address[]) - Method in class jodd.mail.ReceiveMailSession
Converts mail address to string.
addSearchPath(File) - Method in class jodd.io.findfile.FindFile
Adds existing search path to the file list.
addSecond(int, boolean) - Method in class jodd.datetime.JDateTime
Adds seconds.
addSecond(int) - Method in class jodd.datetime.JDateTime
Adds seconds, with preset value of monthFix.
addText(String) - Method in class jodd.mail.Email
Adds plain message text.
addText(String, String) - Method in class jodd.mail.Email
 
addTime(int, int, int, int, boolean) - Method in class jodd.datetime.JDateTime
Adds time.
addTime(int, int, int, boolean) - Method in class jodd.datetime.JDateTime
 
addTime(int, int, int, int) - Method in class jodd.datetime.JDateTime
Adds time, with preset value of monthFix.
addTime(int, int, int) - Method in class jodd.datetime.JDateTime
 
addToZip(ZipOutputStream, File) - Static method in class jodd.io.ZipUtil
 
addToZip(ZipOutputStream, String) - Static method in class jodd.io.ZipUtil
 
addToZip(ZipOutputStream, File, String) - Static method in class jodd.io.ZipUtil
 
addToZip(ZipOutputStream, String, String) - Static method in class jodd.io.ZipUtil
 
addToZip(ZipOutputStream, String, String, String) - Static method in class jodd.io.ZipUtil
 
addToZip(ZipOutputStream, File, String, String) - Static method in class jodd.io.ZipUtil
 
addUrlToClassPath(URL, ClassLoader) - Static method in class jodd.util.ClassLoaderUtil
Adds the content pointed by the URL to the classpath during runtime.
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.
afterInit() - Method in class jodd.util.DateFormatSymbolsEx
 
allCtors - Variable in class jodd.introspector.ClassDescriptor
 
allFields - Variable in class jodd.introspector.ClassDescriptor
 
allIterators - Variable in class jodd.util.collection.CompositeIterator
 
allMethods - Variable in class jodd.introspector.ClassDescriptor
 
allowFileExtensions - Variable in class jodd.servlet.upload.impl.AdaptiveFileUpload
 
allowFileExtensions - Variable in class jodd.servlet.upload.impl.AdaptiveFileUploadFactory
 
allProperties - Variable in class jodd.introspector.ClassDescriptor
 
ALPHA_NUMERIC_RANGE - Static variable in class jodd.util.RandomStringUtil
 
ALPHA_RANGE - Static variable in class jodd.util.RandomStringUtil
 
alternate - Variable in class jodd.format.PrintfFormat
 
AMPERSAND - Static variable in interface jodd.util.StringPool
 
AND - Static variable in interface jodd.util.StringPool
 
annotation - Variable in class jodd.util.AnnotationDataReader.AnnotationData
 
annotationClass - Variable in class jodd.util.AnnotationDataReader
 
AnnotationDataReader<A extends java.lang.annotation.Annotation,D extends AnnotationDataReader.AnnotationData<A>> - Class in jodd.util
Annotation reader that reads an annotation and returns annotation data object filled with annotation element values.
AnnotationDataReader() - Constructor for class jodd.util.AnnotationDataReader
Creates new annotation data reader using annotation definition from class generics.
AnnotationDataReader(Class<A>) - Constructor for class jodd.util.AnnotationDataReader
Creates new annotation data reader using provided annotation class.
AnnotationDataReader.AnnotationData<N extends java.lang.annotation.Annotation> - Class in jodd.util
Base class for annotation data, for holding annotation elements values.
AnnotationDataReader.AnnotationData(N) - Constructor for class jodd.util.AnnotationDataReader.AnnotationData
 
ANSWERED - Static variable in class jodd.mail.ReceivedEmail
 
append(FastByteBuffer, String) - Method in class jodd.io.http.HttpTransfer
 
append(T[], T) - Static method in class jodd.util.ArraysUtil
Appends an element to array.
append(String[], String) - Static method in class jodd.util.ArraysUtil
Appends an element to array.
append(byte[], byte) - Static method in class jodd.util.ArraysUtil
Appends an element to array.
append(char[], char) - Static method in class jodd.util.ArraysUtil
Appends an element to array.
append(short[], short) - Static method in class jodd.util.ArraysUtil
Appends an element to array.
append(int[], int) - Static method in class jodd.util.ArraysUtil
Appends an element to array.
append(long[], long) - Static method in class jodd.util.ArraysUtil
Appends an element to array.
append(float[], float) - Static method in class jodd.util.ArraysUtil
Appends an element to array.
append(double[], double) - Static method in class jodd.util.ArraysUtil
Appends an element to array.
append(boolean[], boolean) - Static method in class jodd.util.ArraysUtil
Appends an element to array.
append(boolean[], int, int) - Method in class jodd.util.buffer.FastBooleanBuffer
Appends boolean array to buffer.
append(boolean[]) - Method in class jodd.util.buffer.FastBooleanBuffer
Appends boolean array to buffer.
append(boolean) - Method in class jodd.util.buffer.FastBooleanBuffer
Appends single boolean to buffer.
append(FastBooleanBuffer) - Method in class jodd.util.buffer.FastBooleanBuffer
Appends another fast buffer to this one.
append(E[], int, int) - Method in class jodd.util.buffer.FastBuffer
Appends E array to buffer.
append(E[]) - Method in class jodd.util.buffer.FastBuffer
Appends E array to buffer.
append(E) - Method in class jodd.util.buffer.FastBuffer
Appends single E to buffer.
append(FastBuffer<E>) - Method in class jodd.util.buffer.FastBuffer
Appends another fast buffer to this one.
append(byte[], int, int) - Method in class jodd.util.buffer.FastByteBuffer
Appends byte array to buffer.
append(byte[]) - Method in class jodd.util.buffer.FastByteBuffer
Appends byte array to buffer.
append(byte) - Method in class jodd.util.buffer.FastByteBuffer
Appends single byte to buffer.
append(FastByteBuffer) - Method in class jodd.util.buffer.FastByteBuffer
Appends another fast buffer to this one.
append(char[], int, int) - Method in class jodd.util.buffer.FastCharBuffer
Appends char array to buffer.
append(char[]) - Method in class jodd.util.buffer.FastCharBuffer
Appends char array to buffer.
append(char) - Method in class jodd.util.buffer.FastCharBuffer
Appends single char to buffer.
append(FastCharBuffer) - Method in class jodd.util.buffer.FastCharBuffer
Appends another fast buffer to this one.
append(String) - Method in class jodd.util.buffer.FastCharBuffer
Appends string content to buffer.
append(CharSequence) - Method in class jodd.util.buffer.FastCharBuffer
Appends character sequence to buffer.
append(CharSequence, int, int) - Method in class jodd.util.buffer.FastCharBuffer
Appends character sequence to buffer.
append(double[], int, int) - Method in class jodd.util.buffer.FastDoubleBuffer
Appends double array to buffer.
append(double[]) - Method in class jodd.util.buffer.FastDoubleBuffer
Appends double array to buffer.
append(double) - Method in class jodd.util.buffer.FastDoubleBuffer
Appends single double to buffer.
append(FastDoubleBuffer) - Method in class jodd.util.buffer.FastDoubleBuffer
Appends another fast buffer to this one.
append(float[], int, int) - Method in class jodd.util.buffer.FastFloatBuffer
Appends float array to buffer.
append(float[]) - Method in class jodd.util.buffer.FastFloatBuffer
Appends float array to buffer.
append(float) - Method in class jodd.util.buffer.FastFloatBuffer
Appends single float to buffer.
append(FastFloatBuffer) - Method in class jodd.util.buffer.FastFloatBuffer
Appends another fast buffer to this one.
append(int[], int, int) - Method in class jodd.util.buffer.FastIntBuffer
Appends int array to buffer.
append(int[]) - Method in class jodd.util.buffer.FastIntBuffer
Appends int array to buffer.
append(int) - Method in class jodd.util.buffer.FastIntBuffer
Appends single int to buffer.
append(FastIntBuffer) - Method in class jodd.util.buffer.FastIntBuffer
Appends another fast buffer to this one.
append(long[], int, int) - Method in class jodd.util.buffer.FastLongBuffer
Appends long array to buffer.
append(long[]) - Method in class jodd.util.buffer.FastLongBuffer
Appends long array to buffer.
append(long) - Method in class jodd.util.buffer.FastLongBuffer
Appends single long to buffer.
append(FastLongBuffer) - Method in class jodd.util.buffer.FastLongBuffer
Appends another fast buffer to this one.
append(short[], int, int) - Method in class jodd.util.buffer.FastShortBuffer
Appends short array to buffer.
append(short[]) - Method in class jodd.util.buffer.FastShortBuffer
Appends short array to buffer.
append(short) - Method in class jodd.util.buffer.FastShortBuffer
Appends single short to buffer.
append(FastShortBuffer) - Method in class jodd.util.buffer.FastShortBuffer
Appends another fast buffer to this one.
append(boolean) - Method in class jodd.util.StringBand
Appends boolean value.
append(double) - Method in class jodd.util.StringBand
Appends double value.
append(float) - Method in class jodd.util.StringBand
Appends float value.
append(int) - Method in class jodd.util.StringBand
Appends int value.
append(long) - Method in class jodd.util.StringBand
Appends long value.
append(short) - Method in class jodd.util.StringBand
Appends short value.
append(char) - Method in class jodd.util.StringBand
Appends a character.
append(byte) - Method in class jodd.util.StringBand
Appends byte value.
append(Object) - Method in class jodd.util.StringBand
Appends string representation of an object.
append(String) - Method in class jodd.util.StringBand
Appends a string.
appendBytes(String, byte[]) - Static method in class jodd.io.FileUtil
 
appendBytes(String, byte[], int, int) - Static method in class jodd.io.FileUtil
 
appendBytes(File, byte[]) - Static method in class jodd.io.FileUtil
 
appendBytes(File, byte[], int, int) - Static method in class jodd.io.FileUtil
 
appendClasspath(String...) - Method in class jodd.compiler.JavaCompiler
Add more classpath after default one.
appendDuplicateProps - Variable in class jodd.props.PropsData
If set, duplicate props will be appended to the end, separated by comma.
appendPath(StringBuilder, String) - Static method in class jodd.servlet.URLCoder
 
appendQuery(StringBuilder, String, String) - Static method in class jodd.servlet.URLCoder
 
appendString(String, String) - Static method in class jodd.io.FileUtil
 
appendString(String, String, String) - Static method in class jodd.io.FileUtil
 
appendString(File, String) - Static method in class jodd.io.FileUtil
 
appendString(File, String, String) - Static method in class jodd.io.FileUtil
 
apply(Object, Object, boolean) - Static method in class jodd.bean.BeanTool
Same as BeanTool.copy(Object, Object, boolean), except null values are not copied.
apply(Object, Object) - Static method in class jodd.bean.BeanTool
Applies only public properties.
APRIL - Static variable in class jodd.datetime.JDateTime
 
argDebug - Variable in class jodd.compiler.JavaCompiler
 
argEncoding - Variable in class jodd.compiler.JavaCompiler
 
argSource - Variable in class jodd.compiler.JavaCompiler
 
argTarget - Variable in class jodd.compiler.JavaCompiler
 
array(int[], int) - Static method in class jodd.servlet.HtmlFormUtil
 
array(long[], int) - Static method in class jodd.servlet.HtmlFormUtil
 
array(float[], int) - Static method in class jodd.servlet.HtmlFormUtil
 
array(double[], int) - Static method in class jodd.servlet.HtmlFormUtil
 
array(int) - Method in class jodd.util.buffer.FastBooleanBuffer
Returns boolean inner array chunk at given index.
array(int) - Method in class jodd.util.buffer.FastBuffer
Returns E inner array chunk at given index.
array(int) - Method in class jodd.util.buffer.FastByteBuffer
Returns byte inner array chunk at given index.
array(int) - Method in class jodd.util.buffer.FastCharBuffer
Returns char inner array chunk at given index.
array(int) - Method in class jodd.util.buffer.FastDoubleBuffer
Returns double inner array chunk at given index.
array(int) - Method in class jodd.util.buffer.FastFloatBuffer
Returns float inner array chunk at given index.
array(int) - Method in class jodd.util.buffer.FastIntBuffer
Returns int inner array chunk at given index.
array(int) - Method in class jodd.util.buffer.FastLongBuffer
Returns long inner array chunk at given index.
array(int) - Method in class jodd.util.buffer.FastShortBuffer
Returns short inner array chunk at given index.
ArrayEnumeration<E> - Class in jodd.util.collection
Enumeration over an array.
ArrayEnumeration(E[]) - Constructor for class jodd.util.collection.ArrayEnumeration
 
ArrayEnumeration(E[], int, int) - Constructor for class jodd.util.collection.ArrayEnumeration
 
ArrayIterator<E> - Class in jodd.util.collection
Iterator over an array.
ArrayIterator(E[]) - Constructor for class jodd.util.collection.ArrayIterator
 
ArrayIterator(E[], int, int) - Constructor for class jodd.util.collection.ArrayIterator
 
ArraysUtil - Class in jodd.util
More array utilities.
ArraysUtil() - Constructor for class jodd.util.ArraysUtil
 
AsciiInputStream - Class in jodd.io
Simple InputStream subclass to fetch low order bytes from a String.
AsciiInputStream(String) - Constructor for class jodd.io.AsciiInputStream
 
assertConnected() - Method in class jodd.util.JmxClient
Checks if we are connected to the jmx
assignToCurrentThread() - Method in class jodd.datetime.JStopWatch
Puts current stopwatch in current thread.
assureSize(Set<CsrfShield.Token>) - Static method in class jodd.servlet.CsrfShield
Removes expired tokens if token set is full.
ASTERISK - Static variable in interface jodd.util.StringPool
 
AT - Static variable in interface jodd.util.StringPool
 
attach(EmailAttachment) - Method in class jodd.mail.Email
Adds generic attachment.
attachBytes(byte[], String, String) - Method in class jodd.mail.Email
Attach bytes.
attachFile(String) - Method in class jodd.mail.Email
Adds an existing file as attachment.
attachFile(File) - Method in class jodd.mail.Email
 
attachments - Variable in class jodd.mail.Email
 
attachments - Variable in class jodd.mail.ReceivedEmail
 
attr(String) - Method in class jodd.servlet.JspValueResolver
Resolves attribute value from scopes.
attributeEnc(String, PageContext) - Static method in class jodd.servlet.jspfn.JoddJspFunctions
 
attributeEnc(String) - Static method in class jodd.servlet.jspfn.JoddJspFunctions
 
attributes - Variable in class jodd.servlet.HtmlTag
 
attributesToString(Object) - Static method in class jodd.bean.BeanTool
Constructs sorted string of all class attributes and their values. s
attrStartIndex - Variable in class jodd.servlet.HtmlTag
 
attrValue(PageContext, String) - Static method in class jodd.servlet.ServletUtil
Returns non-null attribute value.
attrValue(HttpServletRequest, String) - Static method in class jodd.servlet.ServletUtil
Returns non-null attribute value.
AUGUST - Static variable in class jodd.datetime.JDateTime
 
authenticator - Variable in class jodd.mail.Pop3Server
 
authenticator - Variable in class jodd.mail.SmtpServer
 
autoDirection - Variable in class jodd.servlet.tag.LoopTag
 
available - Variable in class jodd.io.AsciiInputStream
 
available() - Method in class jodd.io.AsciiInputStream
 
available - Variable in class jodd.io.StringInputStream
 
available() - Method in class jodd.io.StringInputStream
 
availableMemory() - Static method in class jodd.util.RuntimeUtil
Returns the amount of available memory (free memory plus never allocated memory).
availableMemoryPercent() - Static method in class jodd.util.RuntimeUtil
Returns the amount of available memory in percents.

B

BACK_SLASH - Static variable in interface jodd.util.StringPool
 
Bag<E> - Interface in jodd.util.collection
Bags are a specialization of unordered collections that explicitly allow duplicates.
Base32 - Class in jodd.util
Base32 encoding.
Base32() - Constructor for class jodd.util.Base32
 
Base64 - Class in jodd.util
One of the fastest Base64 encoder/decoder implementations.
Base64() - Constructor for class jodd.util.Base64
 
BaseBeanLoader - Class in jodd.bean.loader
Base BeanLoader.
BaseBeanLoader() - Constructor for class jodd.bean.loader.BaseBeanLoader
 
baseUrl - Variable in class jodd.servlet.tag.UrlTag
 
bcc - Variable in class jodd.mail.CommonEmail
 
bcc(String) - Method in class jodd.mail.Email
 
bcc(String...) - Method in class jodd.mail.Email
 
BCrypt - Class in jodd.util
BCrypt implements OpenBSD-style Blowfish password hashing using the scheme described in "A Future-Adaptable Password Scheme" by Niels Provos and David Mazieres.
BCrypt() - Constructor for class jodd.util.BCrypt
 
BeanException - Exception in jodd.bean
Unchecked bean exception.
BeanException(Throwable) - Constructor for exception jodd.bean.BeanException
 
BeanException() - Constructor for exception jodd.bean.BeanException
 
BeanException(String) - Constructor for exception jodd.bean.BeanException
 
BeanException(String, BeanProperty) - Constructor for exception jodd.bean.BeanException
 
BeanException(String, Throwable) - Constructor for exception jodd.bean.BeanException
 
BeanException(String, BeanProperty, Throwable) - Constructor for exception jodd.bean.BeanException
 
BeanLoader - Interface in jodd.bean.loader
Bean Loaders know how to populate a bean from provided source.
BeanLoaderManager - Class in jodd.bean
Manager for BeanLoader instances that populates java beans from various sources.
BeanLoaderManager() - Constructor for class jodd.bean.BeanLoaderManager
 
BeanTemplateParser - Class in jodd.bean
Bean template is a string template with JSP-alike macros for injecting context values.
BeanTemplateParser() - Constructor for class jodd.bean.BeanTemplateParser
 
BeanTool - Class in jodd.bean
Various utilities that are applied on whole bean(s).
BeanTool() - Constructor for class jodd.bean.BeanTool
 
BeanUtil - Class in jodd.bean
Supreme utility for reading and writing bean properties.
BeanUtil() - Constructor for class jodd.bean.BeanUtil
 
BeanUtilBean - Class in jodd.bean
Instantiable version of BeanUtil.
BeanUtilBean() - Constructor for class jodd.bean.BeanUtilBean
 
BigDecimalConverter - Class in jodd.typeconverter.impl
Converts given object to BigDecimal.
BigDecimalConverter() - Constructor for class jodd.typeconverter.impl.BigDecimalConverter
 
BigIntegerConverter - Class in jodd.typeconverter.impl
Converts given object to BigInteger.
BigIntegerConverter() - Constructor for class jodd.typeconverter.impl.BigIntegerConverter
 
BinarySearch<E> - Class in jodd.util
Binary search wrapper over any type of user-defined collection.
BinarySearch() - Constructor for class jodd.util.BinarySearch
 
Bits - Class in jodd.util
A copy of java.io.Bits, which is for unknown reason package local.
Bits() - Constructor for class jodd.util.Bits
 
BLOCK - Static variable in class jodd.servlet.HtmlEncoder
 
block(String) - Static method in class jodd.servlet.HtmlEncoder
Encodes text into HTML-safe block preserving paragraphs.
body - Variable in class jodd.io.http.HttpTransfer
 
BooleanArrayConverter - Class in jodd.typeconverter.impl
Converts given object to boolean[].
BooleanArrayConverter(ConvertBean) - Constructor for class jodd.typeconverter.impl.BooleanArrayConverter
 
BooleanArrayList - Class in jodd.util.collection
ArrayList of boolean primitives.
BooleanArrayList() - Constructor for class jodd.util.collection.BooleanArrayList
Constructs an empty list with an initial capacity.
BooleanArrayList(int) - Constructor for class jodd.util.collection.BooleanArrayList
Constructs an empty list with the specified initial capacity.
BooleanArrayList(boolean[]) - Constructor for class jodd.util.collection.BooleanArrayList
Constructs a list containing the elements of the specified array.
BooleanConverter - Class in jodd.typeconverter.impl
Converts given object to Boolean.
BooleanConverter() - Constructor for class jodd.typeconverter.impl.BooleanConverter
 
boundary - Variable in class jodd.servlet.upload.MultipartRequestInputStream
 
breakOnError - Variable in class jodd.servlet.upload.impl.AdaptiveFileUpload
 
breakOnError - Variable in class jodd.servlet.upload.impl.AdaptiveFileUploadFactory
 
breakOnError(boolean) - Method in class jodd.servlet.upload.impl.AdaptiveFileUploadFactory
Specifies if upload should break on error.
broadcastSessionCreated(HttpSessionEvent) - Method in class jodd.servlet.HttpSessionListenerBroadcaster
Broadcast all HttpSessionListenerBroadcaster.sessionCreated(javax.servlet.http.HttpSessionEvent) messages to all registered session listeners.
broadcastSessionDestroyed(HttpSessionEvent) - Method in class jodd.servlet.HttpSessionListenerBroadcaster
Broadcast all HttpSessionListenerBroadcaster.sessionDestroyed(javax.servlet.http.HttpSessionEvent) messages to all registered session listeners.
buffer - Variable in class jodd.servlet.filter.GzipResponseStream
The buffer through which all of our output bytes are passed.
Buffer - Class in jodd.servlet.wrapper
Facade for both PrintWriter and ServletOutputStream of servlet response.
Buffer() - Constructor for class jodd.servlet.wrapper.Buffer
 
buffer - Variable in class jodd.servlet.wrapper.BufferResponseWrapper
 
bufferContentType(String, String, String) - Method in class jodd.servlet.wrapper.BufferResponseWrapper
Determines if some content type has to be buffered.
bufferCount - Variable in class jodd.servlet.filter.GzipResponseStream
The number of data bytes currently in the buffer.
bufferedWriter - Variable in class jodd.servlet.wrapper.Buffer
 
bufferOutputStream - Variable in class jodd.servlet.wrapper.Buffer
 
BufferResponseWrapper - Class in jodd.servlet.wrapper
Buffered servlet response wrapper.
BufferResponseWrapper(HttpServletResponse) - Constructor for class jodd.servlet.wrapper.BufferResponseWrapper
 
BufferResponseWrapper(HttpServletResponse, LastModifiedData) - Constructor for class jodd.servlet.wrapper.BufferResponseWrapper
 
bufferStatusCode(int) - Method in class jodd.servlet.wrapper.BufferResponseWrapper
Determines if buffering should be used for some HTTP status code.
build() - Static method in class jodd.servlet.URLCoder
 
build(String) - Static method in class jodd.servlet.URLCoder
 
build(PageContext) - Static method in class jodd.servlet.URLCoder
 
build(HttpServletRequest, HttpServletResponse) - Static method in class jodd.servlet.URLCoder
 
buildMessage(String, Throwable) - Static method in class jodd.exception.ExceptionUtil
Build a message for the given base message and its cause.
buildObjectName(String) - Method in class jodd.util.JmxClient
Builds object name.
buildURL() - Method in class jodd.io.http.HttpTransfer
Builds URL from connection data: host, port and path.
ByteArrayAttachment - Class in jodd.mail.att
Byte array and input stream attachments.
ByteArrayAttachment(byte[], String, String, String) - Constructor for class jodd.mail.att.ByteArrayAttachment
 
ByteArrayAttachment(byte[], String, String) - Constructor for class jodd.mail.att.ByteArrayAttachment
 
ByteArrayAttachment(InputStream, String, String, String) - Constructor for class jodd.mail.att.ByteArrayAttachment
 
ByteArrayAttachment(InputStream, String, String) - Constructor for class jodd.mail.att.ByteArrayAttachment
 
ByteArrayConverter - Class in jodd.typeconverter.impl
Converts given object to byte[].
ByteArrayConverter(ConvertBean) - Constructor for class jodd.typeconverter.impl.ByteArrayConverter
 
ByteArrayList - Class in jodd.util.collection
ArrayList of byte primitives.
ByteArrayList() - Constructor for class jodd.util.collection.ByteArrayList
Constructs an empty list with an initial capacity.
ByteArrayList(int) - Constructor for class jodd.util.collection.ByteArrayList
Constructs an empty list with the specified initial capacity.
ByteArrayList(byte[]) - Constructor for class jodd.util.collection.ByteArrayList
Constructs a list containing the elements of the specified array.
ByteArrayResponseWrapper - Class in jodd.servlet.filter
Response wrapper that takes everything the client would normally output and saves it in byte array.
ByteArrayResponseWrapper(HttpServletResponse) - Constructor for class jodd.servlet.filter.ByteArrayResponseWrapper
 
byteArrayToObject(byte[]) - Static method in class jodd.util.ObjectUtil
De-serialize an object from byte array.
ByteConverter - Class in jodd.typeconverter.impl
Converts given object to Byte.
ByteConverter() - Constructor for class jodd.typeconverter.impl.ByteConverter
 

C

Cache<K,V> - Interface in jodd.cache
Cache interface.
cache - Variable in class jodd.cache.FileLFUCache
 
cache - Variable in class jodd.introspector.AccessibleIntrospector
 
cache - Variable in class jodd.introspector.WeakIntrospector
 
cacheLock - Variable in class jodd.cache.AbstractCacheMap
 
cacheMap - Variable in class jodd.cache.AbstractCacheMap
 
cacheResourceBundles - Variable in class jodd.util.ResourceBundleMessageResolver
 
cacheSize - Variable in class jodd.cache.AbstractCacheMap
 
CacheValuesIterator<V> - Class in jodd.cache
Values iterator for AbstractCacheMap.
calculateLength() - Method in class jodd.util.StringBand
Calculates string length.
calculateTo(int, int, int) - Method in class jodd.servlet.tag.IteratorTag
Calculates 'TO'.
CalendarConverter - Class in jodd.typeconverter.impl
Converts given object to Byte.
CalendarConverter() - Constructor for class jodd.typeconverter.impl.CalendarConverter
 
cancelPruneSchedule() - Method in class jodd.cache.TimedCache
Cancels prune schedules.
capacity() - Method in class jodd.util.StringBand
Returns array capacity.
capitalize(String) - Static method in class jodd.servlet.jspfn.JoddJspFunctions
 
capitalize(String) - Static method in class jodd.util.StringUtil
Capitalizes a string, changing the first letter to upper case.
CaseTag - Class in jodd.servlet.tag
 
CaseTag() - Constructor for class jodd.servlet.tag.CaseTag
 
cause - Variable in exception jodd.exception.UncheckedException
 
CAUSE_DIV - Static variable in exception jodd.exception.UncheckedException
Divider between causes printouts.
cc - Variable in class jodd.mail.CommonEmail
 
cc(String) - Method in class jodd.mail.Email
 
cc(String...) - Method in class jodd.mail.Email
 
changed - Variable in class jodd.servlet.HtmlTag
 
changeTimeZone(TimeZone) - Method in class jodd.datetime.JDateTime
Changes current timezone.
CharacterArrayConverter - Class in jodd.typeconverter.impl
Converts given object to char[].
CharacterArrayConverter(ConvertBean) - Constructor for class jodd.typeconverter.impl.CharacterArrayConverter
 
CharacterConverter - Class in jodd.typeconverter.impl
Converts given object to Character.
CharacterConverter() - Constructor for class jodd.typeconverter.impl.CharacterConverter
 
CharacterEncodingFilter - Class in jodd.servlet.filter
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.
CharacterEncodingFilter() - Constructor for class jodd.servlet.filter.CharacterEncodingFilter
 
CharArrayList - Class in jodd.util.collection
ArrayList of char primitives.
CharArrayList() - Constructor for class jodd.util.collection.CharArrayList
Constructs an empty list with an initial capacity.
CharArrayList(int) - Constructor for class jodd.util.collection.CharArrayList
Constructs an empty list with the specified initial capacity.
CharArrayList(char[]) - Constructor for class jodd.util.collection.CharArrayList
Constructs a list containing the elements of the specified array.
CharArrayResponseWrapper - Class in jodd.servlet.filter
Response wrapper that takes everything the client would normally output and saves it in character array.
CharArrayResponseWrapper(HttpServletResponse) - Constructor for class jodd.servlet.filter.CharArrayResponseWrapper
Initializes wrapper by creating FastCharArrayWriter that will be used to accumulate the response.
charAt(int) - Method in class jodd.util.buffer.FastCharBuffer
Returns char at given index.
charAt(int) - Method in class jodd.util.StringBand
Returns char at given position.
CharBufferReader - Class in jodd.io
Reader that wraps a CharBuffer.
CharBufferReader(CharBuffer) - Constructor for class jodd.io.CharBufferReader
 
charOffset - Variable in class jodd.io.StringInputStream
 
CharUtil - Class in jodd.util
Various character and character sequence utilities, including char[] - byte[] conversions.
CharUtil() - Constructor for class jodd.util.CharUtil
 
checkCsrfToken(HttpServletRequest) - Static method in class jodd.servlet.CsrfShield
 
checkCsrfToken(HttpServletRequest, String) - Static method in class jodd.servlet.CsrfShield
Checks if CSRF token is valid.
checkCsrfToken(HttpSession, String) - Static method in class jodd.servlet.CsrfShield
Checks token value.
checked(boolean) - Static method in class jodd.servlet.HtmlFormUtil
Renders checked string.
checked(Object) - Static method in class jodd.servlet.HtmlFormUtil
Renders checked string.
checked(Object, String) - Static method in class jodd.servlet.HtmlFormUtil
Renders checked string if its representation equals to specified value.
checked(T[], int) - Static method in class jodd.servlet.HtmlFormUtil
 
checked(boolean[], int) - Static method in class jodd.servlet.HtmlFormUtil
 
checked(byte[], int) - Static method in class jodd.servlet.HtmlFormUtil
 
checked(short[], int) - Static method in class jodd.servlet.HtmlFormUtil
 
checkedExist(Object) - Static method in class jodd.servlet.HtmlFormUtil
Renders checked string if object exists.
checkedValue(Object, String) - Static method in class jodd.servlet.HtmlFormUtil
Shortcut for HtmlFormUtil.checked(Object, String).
checkedValue(boolean, String) - Static method in class jodd.servlet.HtmlFormUtil
Shortcut for HtmlFormUtil.checked(boolean).
checkedValue(Boolean, String) - Static method in class jodd.servlet.HtmlFormUtil
Shortcut for HtmlFormUtil.checked(boolean).
checkedValue(Object) - Static method in class jodd.servlet.HtmlFormUtil
Shortcut for HtmlFormUtil.checked(Object) assuming that value equals to "true".
checkedValueExist(Object) - Static method in class jodd.servlet.HtmlFormUtil
 
checkpw(String, String) - Static method in class jodd.util.BCrypt
Check that a plaintext password matches a previously hashed one
checkUpload() - Method in class jodd.servlet.upload.impl.AdaptiveFileUpload
Determines if upload is allowed.
ClassArrayConverter - Class in jodd.typeconverter.impl
Converts given object to Class array.
ClassArrayConverter(ConvertBean) - Constructor for class jodd.typeconverter.impl.ClassArrayConverter
 
ClassConverter - Class in jodd.typeconverter.impl
Converts given object to Class.
ClassConverter() - Constructor for class jodd.typeconverter.impl.ClassConverter
 
ClassDescriptor - Class in jodd.introspector
A descriptor class for all methods/fields/constructors of a class.
ClassDescriptor(Class, boolean) - Constructor for class jodd.introspector.ClassDescriptor
 
ClassFinder - Class in jodd.io.findfile
Simple utility that scans URLs for classes.
ClassFinder() - Constructor for class jodd.io.findfile.ClassFinder
 
ClassFinder.EntryData - Class in jodd.io.findfile
Provides input stream on demand.
ClassIntrospector - Class in jodd.introspector
Default class Introspector simply delegates method calls for more convenient usage.
ClassIntrospector() - Constructor for class jodd.introspector.ClassIntrospector
 
ClassLoaderLocal<T> - Class in jodd.util
This class provides classloader-local variables.
ClassLoaderLocal() - Constructor for class jodd.util.ClassLoaderLocal
 
ClassLoaderUtil - Class in jodd.util
Utilities to manipulate class path, define and find classes etc.
ClassLoaderUtil() - Constructor for class jodd.util.ClassLoaderUtil
 
classpath - Variable in class jodd.compiler.JavaCompiler
 
ClassScanner - Class in jodd.io.findfile
A class scanner, user-friendly version of ClassFinder a class scanner.
ClassScanner() - Constructor for class jodd.io.findfile.ClassScanner
 
cleanDir(String) - Static method in class jodd.io.FileUtil
 
cleanDir(String, FileUtilParams) - Static method in class jodd.io.FileUtil
 
cleanDir(File) - Static method in class jodd.io.FileUtil
 
cleanDir(File, FileUtilParams) - Static method in class jodd.io.FileUtil
Cleans a directory without deleting it.
clear() - Method in class jodd.cache.AbstractCacheMap
Clears current cache.
clear() - Method in interface jodd.cache.Cache
Clears current cache.
clear() - Method in class jodd.cache.FileLFUCache
Clears the cache.
clear() - Method in class jodd.cache.NoCache
 
clear() - Method in class jodd.util.buffer.FastBooleanBuffer
Resets the buffer content.
clear() - Method in class jodd.util.buffer.FastBuffer
Resets the buffer content.
clear() - Method in class jodd.util.buffer.FastByteBuffer
Resets the buffer content.
clear() - Method in class jodd.util.buffer.FastCharBuffer
Resets the buffer content.
clear() - Method in class jodd.util.buffer.FastDoubleBuffer
Resets the buffer content.
clear() - Method in class jodd.util.buffer.FastFloatBuffer
Resets the buffer content.
clear() - Method in class jodd.util.buffer.FastIntBuffer
Resets the buffer content.
clear() - Method in class jodd.util.buffer.FastLongBuffer
Resets the buffer content.
clear() - Method in class jodd.util.buffer.FastShortBuffer
Resets the buffer content.
clear() - Method in class jodd.util.collection.BooleanArrayList
Removes all of the elements from this list.
clear() - Method in class jodd.util.collection.ByteArrayList
Removes all of the elements from this list.
clear() - Method in class jodd.util.collection.CharArrayList
Removes all of the elements from this list.
clear() - Method in class jodd.util.collection.DoubleArrayList
Removes all of the elements from this list.
clear() - Method in class jodd.util.collection.FloatArrayList
Removes all of the elements from this list.
clear() - Method in class jodd.util.collection.HashBag
Clears the bag by clearing the underlying map.
clear() - Method in class jodd.util.collection.IntArrayList
Removes all of the elements from this list.
clear() - Method in class jodd.util.collection.IntHashMap
Removes all mappings from this map.
clear() - Method in class jodd.util.collection.LongArrayList
Removes all of the elements from this list.
clear() - Method in class jodd.util.collection.SetMapAdapter
Removes all of the elements from this set.
clear() - Method in class jodd.util.collection.ShortArrayList
Removes all of the elements from this list.
clear() - Method in class jodd.util.collection.StringKeyedMapAdapter
Removes all attributes from the request as well as clears entries in this map.
clear() - Method in class jodd.util.ref.ReferenceMap
 
ClipboardUtil - Class in jodd.util
Clipboard utilities.
ClipboardUtil() - Constructor for class jodd.util.ClipboardUtil
 
clone() - Method in class jodd.datetime.DateTimeStamp
 
clone() - Method in class jodd.datetime.JDateTime
 
clone() - Method in class jodd.datetime.JulianDateStamp
 
clone() - Method in class jodd.io.FileUtilParams
 
clone() - Method in class jodd.mutable.MutableBoolean
Clones object.
clone() - Method in class jodd.mutable.MutableByte
Clones object.
clone() - Method in class jodd.mutable.MutableDouble
Clones object.
clone() - Method in class jodd.mutable.MutableFloat
Clones object.
clone() - Method in class jodd.mutable.MutableInteger
Clones object.
clone() - Method in class jodd.mutable.MutableLong
Clones object.
clone() - Method in class jodd.mutable.MutableShort
Clones object.
clone() - Method in class jodd.props.Props
Clones props by creating new instance and copying current configuration.
clone() - Method in class jodd.props.PropsData
 
clone() - Method in class jodd.props.PropsParser
 
clone() - Method in interface jodd.util.CloneableObject
Performs instance cloning.
clone() - Method in class jodd.util.collection.IntHashMap
Returns a shallow copy of this IntHashMap instance: the keys and values themselves are not cloned.
clone() - Method in class jodd.util.DateFormatSymbolsEx
 
clone(Object) - Static method in class jodd.util.ObjectUtil
Clone an object by invoking it's clone() method, even if it is not overridden.
CloneableObject - Interface in jodd.util
Since Cloneable is just a marker interface, it is not possible to clone different type of objects at once.
cloneParams() - Static method in class jodd.io.FileUtil
Creates new FileUtilParams instance by cloning current default params.
cloneViaSerialization(Serializable) - Static method in class jodd.util.ObjectUtil
Create object copy using serialization mechanism.
close() - Method in class jodd.io.CharBufferReader
 
close() - Method in class jodd.io.DebugOutputStream
 
close() - Method in class jodd.io.FastByteArrayOutputStream
Closing a FastByteArrayOutputStream has no effect.
close() - Method in class jodd.io.FastCharArrayWriter
Closing a FastCharArrayWriter has no effect.
close(InputStream) - Static method in class jodd.io.StreamUtil
Closes an input stream and releases any system resources associated with this stream.
close(OutputStream) - Static method in class jodd.io.StreamUtil
Closes an output stream and releases any system resources associated with this stream.
close(Reader) - Static method in class jodd.io.StreamUtil
Closes a character-input stream and releases any system resources associated with this stream.
close(Writer) - Static method in class jodd.io.StreamUtil
Closes a character-output stream and releases any system resources associated with this stream.
close() - Method in class jodd.io.StringOutputStream
Sets the internal StringBuffer to null.
close() - Method in class jodd.io.UnicodeInputStream
Closes input stream.
close(ZipFile) - Static method in class jodd.io.ZipUtil
Closes zip file safely.
close() - Method in class jodd.mail.ReceiveMailSession
Closes session.
close() - Method in class jodd.mail.SendMailSession
Closes session.
close() - Method in class jodd.servlet.filter.CharArrayResponseWrapper
Explicitly closes the writer.
close() - Method in class jodd.servlet.filter.GzipResponseStream
Closes this output stream, causing any buffered data to be flushed and any further output data to throw an IOException.
close(Context) - Static method in class jodd.util.ContextUtil
Closes naming context.
close() - Static method in class jodd.util.ContextUtil
Closes naming context.
close() - Method in class jodd.util.JmxClient
Closes JMX connector.
closed - Variable in class jodd.servlet.filter.GzipResponseStream
Has this stream been closed?
closed() - Method in class jodd.servlet.filter.GzipResponseStream
Returns true if this response stream been closed.
closeFolderIfOpened() - Method in class jodd.mail.ReceiveMailSession
Closes folder if opened and expunge deleted messages.
COLON - Static variable in interface jodd.util.StringPool
 
COMMA - Static variable in interface jodd.util.StringPool
 
commitResponse() - Method in class jodd.servlet.wrapper.BufferResponseWrapper
Commits a response if not already committed.
CommonEmail - Class in jodd.mail
Common stuff for both Email and ReceivedEmail
CommonEmail() - Constructor for class jodd.mail.CommonEmail
 
commonTypes - Variable in class jodd.typeconverter.ConvertBean
List of common types.
compactMemory() - Static method in class jodd.util.RuntimeUtil
Compacts memory as much as possible by allocating huge memory block and then forcing garbage collection.
ComparableComparator<T extends java.lang.Comparable<T>> - Class in jodd.util
Comparator that adapts Comparables to the Comparator interface.
ComparableComparator() - Constructor for class jodd.util.ComparableComparator
 
comparator - Variable in class jodd.util.collection.SortedArrayList
 
compare(String, String) - Static method in class jodd.io.FileUtil
 
compare(File, File) - Static method in class jodd.io.FileUtil
Compare the contents of two files to determine if they are equal or not.
compare(InputStream, InputStream) - Static method in class jodd.io.StreamUtil
Compares the content of two byte streams.
compare(Reader, Reader) - Static method in class jodd.io.StreamUtil
Compares the content of two character streams.
compare(int, E) - Method in class jodd.util.BinarySearch
Compares element at index position with given object.
compare(E, E) - Method in class jodd.util.collection.SortedArrayList
Compares two keys using the correct comparison method for this collection.
compare(T, T) - Method in class jodd.util.ComparableComparator
 
compare(Object, Object) - Method in class jodd.util.MultiComparator
 
compareDateTo(Object) - Method in class jodd.datetime.DateTimeStamp
Compares just date component of two date time stamps.
compareDateTo(JDateTime) - Method in class jodd.datetime.JDateTime
Compares current JDateTime date with another date.
compareDeclarations(Method, Method) - Static method in class jodd.util.ReflectUtil
Compares method declarations: signature and return types.
compareParameters(Class[], Class[]) - Static method in class jodd.util.ReflectUtil
Compares method or ctor parameters.
compareSignatures(Method, Method) - Static method in class jodd.util.ReflectUtil
Compares method signatures: names and parameters.
compareSignatures(Constructor, Constructor) - Static method in class jodd.util.ReflectUtil
Compares constructor signatures: names and parameters.
compareSignatures(Field, Field) - Static method in class jodd.util.ReflectUtil
 
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.
compareTo(JDateTime) - Method in class jodd.datetime.JDateTime
 
compareTo(MutableBoolean) - Method in class jodd.mutable.MutableBoolean
Compares value of two same instances.
compareTo(MutableByte) - Method in class jodd.mutable.MutableByte
Compares value of two same instances.
compareTo(MutableDouble) - Method in class jodd.mutable.MutableDouble
Compares value of two same instances.
compareTo(MutableFloat) - Method in class jodd.mutable.MutableFloat
Compares value of two same instances.
compareTo(MutableInteger) - Method in class jodd.mutable.MutableInteger
Compares value of two same instances.
compareTo(MutableLong) - Method in class jodd.mutable.MutableLong
Compares value of two same instances.
compareTo(MutableShort) - Method in class jodd.mutable.MutableShort
Compares value of two same instances.
CompilationException - Exception in jodd.compiler
Java compilation failure.
CompilationException(String) - Constructor for exception jodd.compiler.CompilationException
 
CompilationException(Throwable) - Constructor for exception jodd.compiler.CompilationException
 
compile(String) - Method in class jodd.compiler.JavaCompiler
 
compile(File, String, File, File) - Method in class jodd.compiler.JavaCompiler
 
COMPILERS - Static variable in class jodd.compiler.JavaCompiler
 
compilerSpec - Variable in class jodd.compiler.JavaCompiler
 
CompositeIterator - Class in jodd.util.collection
Iterator that combines multiple other iterators.
CompositeIterator() - Constructor for class jodd.util.collection.CompositeIterator
Creates new composite iterator.
CompositeIterator(Iterator...) - Constructor for class jodd.util.collection.CompositeIterator
Creates new composite iterator with provided iterators.
compressChars(String, char) - Static method in class jodd.util.StringUtil
Compress multiple occurrences of given char into one appearance.
compressionThreshold - Variable in class jodd.servlet.filter.GzipResponseStream
The threshold number which decides to compress or not.
concat(String, String) - Static method in class jodd.io.FileNameUtil
Concatenates a filename to a base path using normal command line style rules.
concat(String, String, boolean) - Static method in class jodd.io.FileNameUtil
 
ConcurrentUtil - Class in jodd.util
Misc concurrent utilities.
ConcurrentUtil() - Constructor for class jodd.util.ConcurrentUtil
 
connected - Variable in class jodd.util.JmxClient
 
connector - Variable in class jodd.util.JmxClient
 
contains(String, String) - Static method in class jodd.servlet.jspfn.JoddJspFunctions
 
contains(byte[], byte) - Static method in class jodd.util.ArraysUtil
 
contains(char[], char) - Static method in class jodd.util.ArraysUtil
 
contains(short[], short) - Static method in class jodd.util.ArraysUtil
 
contains(int[], int) - Static method in class jodd.util.ArraysUtil
 
contains(long[], long) - Static method in class jodd.util.ArraysUtil
 
contains(boolean[], boolean) - Static method in class jodd.util.ArraysUtil
 
contains(float[], float) - Static method in class jodd.util.ArraysUtil
 
contains(double[], double) - Static method in class jodd.util.ArraysUtil
 
contains(Object[], Object) - Static method in class jodd.util.ArraysUtil
 
contains(Object[], Object, int) - Static method in class jodd.util.ArraysUtil
 
contains(byte[], byte[]) - Static method in class jodd.util.ArraysUtil
 
contains(char[], char[]) - Static method in class jodd.util.ArraysUtil
 
contains(short[], short[]) - Static method in class jodd.util.ArraysUtil
 
contains(int[], int[]) - Static method in class jodd.util.ArraysUtil
 
contains(long[], long[]) - Static method in class jodd.util.ArraysUtil
 
contains(boolean[], boolean[]) - Static method in class jodd.util.ArraysUtil
 
contains(float[], float[]) - Static method in class jodd.util.ArraysUtil
 
contains(double[], double[]) - Static method in class jodd.util.ArraysUtil
 
contains(boolean) - Method in class jodd.util.collection.BooleanArrayList
Returns true if this list contains the specified element.
contains(byte) - Method in class jodd.util.collection.ByteArrayList
Returns true if this list contains the specified element.
contains(char) - Method in class jodd.util.collection.CharArrayList
Returns true if this list contains the specified element.
contains(double, double) - Method in class jodd.util.collection.DoubleArrayList
Returns true if this list contains the specified element.
contains(float, float) - Method in class jodd.util.collection.FloatArrayList
Returns true if this list contains the specified element.
contains(Object) - Method in class jodd.util.collection.HashBag
Determines if the bag contains the given element.
contains(int) - Method in class jodd.util.collection.IntArrayList
Returns true if this list contains the specified element.
contains(long) - Method in class jodd.util.collection.LongArrayList
Returns true if this list contains the specified element.
contains(Object) - Method in class jodd.util.collection.SetMapAdapter
Returns true if this set contains the specified element.
contains(short) - Method in class jodd.util.collection.ShortArrayList
Returns true if this list contains the specified element.
containsAll(Collection<?>) - Method in interface jodd.util.collection.Bag
(Violation) Returns true if the bag contains all elements in the given collection, respecting cardinality.
containsAll(Collection<?>) - Method in class jodd.util.collection.HashBag
Determines if the bag contains all the collection elements..
containsElement(Object, Object) - Static method in class jodd.servlet.jspfn.JoddJspFunctions
 
containsElement(Object, Object) - Static method in class jodd.util.ObjectUtil
Returns true if first argument contains provided element. s
containsIgnoreCase(String, String) - Static method in class jodd.servlet.jspfn.JoddJspFunctions
 
containsKey(Object) - Method in class jodd.util.collection.IntHashMap
Returns true if this map contains a mapping for the specified key.
containsKey(int) - Method in class jodd.util.collection.IntHashMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class jodd.util.ref.ReferenceMap
 
containsOnlyDigits(String) - Static method in class jodd.util.StringUtil
Returns true if string contains only digits.
containsOnlyWhitespaces(String) - Static method in class jodd.util.StringUtil
Returns true if string contains only white spaces.
containsValue(Object) - Method in class jodd.util.collection.IntHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class jodd.util.ref.ReferenceMap
 
content - Variable in class jodd.mail.att.ByteArrayAttachment
 
CONTENT_DISPOSITION - Static variable in class jodd.servlet.ServletUtil
 
CONTENT_LENGTH - Static variable in class jodd.servlet.wrapper.BufferResponseWrapper
 
CONTENT_TYPE - Static variable in class jodd.servlet.wrapper.BufferResponseWrapper
 
contentId - Variable in class jodd.mail.EmailAttachment
 
contentType - Variable in class jodd.mail.att.ByteArrayAttachment
 
contentType - Variable in class jodd.servlet.filter.GzipResponseWrapper
Content type.
ContentTypeHeaderResolver - Class in jodd.servlet.wrapper
Extracts type and encoding from Content-Type header.
ContentTypeHeaderResolver(String) - Constructor for class jodd.servlet.wrapper.ContentTypeHeaderResolver
 
contentTypeResolver - Variable in class jodd.servlet.wrapper.BufferResponseWrapper
 
ContextUtil - Class in jodd.util
Global context storage.
ContextUtil() - Constructor for class jodd.util.ContextUtil
 
continueOnError - Variable in class jodd.io.FileUtilParams
 
continueOnError(boolean) - Method in class jodd.io.FileUtilParams
 
convert(JDateTime, String) - Method in class jodd.datetime.format.AbstractFormatter
Converts date time to a string using specified format.
convert(JDateTime) - Method in class jodd.datetime.format.JdtFormat
Delegates for JdtFormatter.convert(jodd.datetime.JDateTime, String).
convert(JDateTime, String) - Method in interface jodd.datetime.format.JdtFormatter
Converts date time to a string using specified format.
Convert - Class in jodd.typeconverter
Static version of ConvertBean of default TypeConverterManagerBean.
Convert() - Constructor for class jodd.typeconverter.Convert
 
convert(Object) - Method in class jodd.typeconverter.impl.BigDecimalConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.BigIntegerConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.BooleanArrayConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.BooleanConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.ByteArrayConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.ByteConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.CalendarConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.CharacterArrayConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.CharacterConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.ClassArrayConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.ClassConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.DateConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.DoubleArrayConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.DoubleConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.FileConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.FileUploadConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.FloatArrayConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.FloatConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.IntegerArrayConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.IntegerConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.JDateTimeConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.LocaleConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.LongArrayConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.LongConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.MutableByteConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.MutableDoubleConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.MutableFloatConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.MutableIntegerConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.MutableLongConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.MutableShortConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.ShortArrayConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.ShortConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.SqlDateConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.SqlTimeConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.SqlTimestampConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.StringArrayConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.StringConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.URIConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.URLConverter
 
convert(Object) - Method in interface jodd.typeconverter.TypeConverter
Converts object received as parameter into object of another class.
convertArray(Object[]) - Method in class jodd.typeconverter.impl.ByteArrayConverter
 
convertArray(Object[]) - Method in class jodd.typeconverter.impl.CharacterArrayConverter
 
convertArray(Object[]) - Method in class jodd.typeconverter.impl.DoubleArrayConverter
 
convertArray(Object[]) - Method in class jodd.typeconverter.impl.FloatArrayConverter
 
convertArray(Object[]) - Method in class jodd.typeconverter.impl.IntegerArrayConverter
 
convertArray(Object[]) - Method in class jodd.typeconverter.impl.LongArrayConverter
 
convertArray(Object[]) - Method in class jodd.typeconverter.impl.ShortArrayConverter
 
ConvertBean - Class in jodd.typeconverter
 
ConvertBean() - Constructor for class jodd.typeconverter.ConvertBean
 
convertBean - Variable in class jodd.typeconverter.impl.BooleanArrayConverter
 
convertBean - Variable in class jodd.typeconverter.impl.ByteArrayConverter
 
convertBean - Variable in class jodd.typeconverter.impl.CharacterArrayConverter
 
convertBean - Variable in class jodd.typeconverter.impl.ClassArrayConverter
 
convertBean - Variable in class jodd.typeconverter.impl.DoubleArrayConverter
 
convertBean - Variable in class jodd.typeconverter.impl.FloatArrayConverter
 
convertBean - Variable in class jodd.typeconverter.impl.IntegerArrayConverter
 
convertBean - Variable in class jodd.typeconverter.impl.LongArrayConverter
 
convertBean - Variable in class jodd.typeconverter.impl.MutableByteConverter
 
convertBean - Variable in class jodd.typeconverter.impl.MutableDoubleConverter
 
convertBean - Variable in class jodd.typeconverter.impl.MutableFloatConverter
 
convertBean - Variable in class jodd.typeconverter.impl.MutableIntegerConverter
 
convertBean - Variable in class jodd.typeconverter.impl.MutableLongConverter
 
convertBean - Variable in class jodd.typeconverter.impl.MutableShortConverter
 
convertBean - Variable in class jodd.typeconverter.impl.ShortArrayConverter
 
convertBean - Variable in class jodd.typeconverter.TypeConverterManagerBean
 
convertCharset(String, String, String) - Static method in class jodd.util.StringUtil
Converts string charset.
convertPattern(int, JDateTime) - Method in class jodd.datetime.format.AbstractFormatter
Creates a date-time string for founded pattern.
convertPattern(int, JDateTime) - Method in class jodd.datetime.format.Iso8601JdtFormatter
 
convertTabsToSpaces(String, int) - Static method in class jodd.util.TextUtil
Converts all tabs on a line to spaces according to the provided tab width.
convertToArabic(String) - Static method in class jodd.format.RomanNumber
Converts to Arabic numbers.
convertToCalendar() - Method in class jodd.datetime.JDateTime
Converts to Calendar instance.
convertToDate() - Method in class jodd.datetime.JDateTime
Converts to Date instance.
convertToRoman(int) - Static method in class jodd.format.RomanNumber
Converts to Roman number.
convertToSqlDate() - Method in class jodd.datetime.JDateTime
Converts to java.sql.Date instance.
convertToSqlTime() - Method in class jodd.datetime.JDateTime
Converts to Time instance.
convertToSqlTimestamp() - Method in class jodd.datetime.JDateTime
Converts to Timestamp instance.
convertType(Object, Class<T>) - Static method in class jodd.typeconverter.TypeConverterManager
Casts an object to destination type using type conversion.
convertType(Object, Class<T>) - Method in class jodd.typeconverter.TypeConverterManagerBean
Converts an object to destination type.If destination type is one of common types, consider using Convert instead for faster approach.
copy(Object, Object, boolean) - Static method in class jodd.bean.BeanTool
Copies properties of one bean to another.
copy(Object, Object) - Static method in class jodd.bean.BeanTool
Copies only public properties.
copy(String, String) - Static method in class jodd.io.FileUtil
 
copy(String, String, FileUtilParams) - Static method in class jodd.io.FileUtil
 
copy(File, File) - Static method in class jodd.io.FileUtil
 
copy(File, File, FileUtilParams) - Static method in class jodd.io.FileUtil
Smart copy.
copy(InputStream, OutputStream) - Static method in class jodd.io.StreamUtil
Copies input stream to output stream using buffer.
copy(InputStream, OutputStream, int) - Static method in class jodd.io.StreamUtil
Copies specified number of bytes from input stream to output stream using buffer.
copy(InputStream, Writer) - Static method in class jodd.io.StreamUtil
Copies input stream to writer using buffer.
copy(InputStream, Writer, int) - Static method in class jodd.io.StreamUtil
Copies specified number of bytes from input stream to writer using buffer.
copy(InputStream, Writer, String) - Static method in class jodd.io.StreamUtil
Copies input stream to writer using buffer and specified encoding.
copy(InputStream, Writer, String, int) - Static method in class jodd.io.StreamUtil
Copies specified number of bytes from input stream to writer using buffer and specified encoding.
copy(Reader, Writer) - Static method in class jodd.io.StreamUtil
Copies reader to writer using buffer.
copy(Reader, Writer, int) - Static method in class jodd.io.StreamUtil
Copies specified number of characters from reader to writer using buffer.
copy(Reader, OutputStream) - Static method in class jodd.io.StreamUtil
Copies reader to output stream using buffer.
copy(Reader, OutputStream, int) - Static method in class jodd.io.StreamUtil
Copies specified number of characters from reader to output stream using buffer.
copy(Reader, OutputStream, String) - Static method in class jodd.io.StreamUtil
Copies reader to output stream using buffer and specified encoding.
copy(Reader, OutputStream, String, int) - Static method in class jodd.io.StreamUtil
Copies specified number of characters from reader to output stream using buffer and specified encoding.
copyAll(OutputStream) - Method in class jodd.servlet.upload.MultipartRequestInputStream
Copies bytes from this stream to some output until boundary is reached.
copyDir(String, String) - Static method in class jodd.io.FileUtil
 
copyDir(String, String, FileUtilParams) - Static method in class jodd.io.FileUtil
 
copyDir(File, File) - Static method in class jodd.io.FileUtil
 
copyDir(File, File, FileUtilParams) - Static method in class jodd.io.FileUtil
Copies directory with specified copy params.
copyFile(String, String) - Static method in class jodd.io.FileUtil
 
copyFile(String, String, FileUtilParams) - Static method in class jodd.io.FileUtil
 
copyFile(File, File) - Static method in class jodd.io.FileUtil
 
copyFile(File, File, FileUtilParams) - Static method in class jodd.io.FileUtil
Copies a file to another file with specified copy params.
copyFileToDir(String, String) - Static method in class jodd.io.FileUtil
 
copyFileToDir(String, String, FileUtilParams) - Static method in class jodd.io.FileUtil
 
copyFileToDir(File, File) - Static method in class jodd.io.FileUtil
 
copyFileToDir(File, File, FileUtilParams) - Static method in class jodd.io.FileUtil
Copies a file to folder with specified copy params and returns copied destination.
copyMax(OutputStream, int) - Method in class jodd.servlet.upload.MultipartRequestInputStream
Copies max or less number of bytes to output stream.
copyParamsToAttributes(HttpServletRequest, boolean, boolean, boolean) - Static method in class jodd.servlet.ServletUtil
Copies all request parameters to attributes.
copyToClipboard(String) - Static method in class jodd.util.ClipboardUtil
Copies string to system clipboard.
count - Variable in class jodd.servlet.tag.IteratorStatus
 
count - Variable in class jodd.servlet.tag.IteratorTag
 
count - Variable in class jodd.util.LoopIterator
 
count(String, String) - Static method in class jodd.util.StringUtil
Counts substring occurrences in a source string.
count(String, String, int) - Static method in class jodd.util.StringUtil
 
count(String, char) - Static method in class jodd.util.StringUtil
 
count(String, char, int) - Static method in class jodd.util.StringUtil
 
countBaseProperties() - Method in class jodd.props.PropsData
Counts base properties.
countIgnoreCase(String, String) - Static method in class jodd.util.StringUtil
Count substring occurrences in a source string, ignoring case.
countProfileProperties() - Method in class jodd.props.PropsData
Counts profile properties.
countSignInLen - Variable in class jodd.format.PrintfFormat
 
countTotalProperties() - Method in class jodd.props.Props
Counts the total number of properties, including all profiles.
create() - Static method in class jodd.mail.Email
 
create(MultipartRequestInputStream) - Method in interface jodd.servlet.upload.FileUploadFactory
Creates new instance of uploaded file.
create(MultipartRequestInputStream) - Method in class jodd.servlet.upload.impl.AdaptiveFileUploadFactory
Creates new instance of uploaded file.
create(MultipartRequestInputStream) - Method in class jodd.servlet.upload.impl.DiskFileUploadFactory
Creates new instance of uploaded file.
create(MultipartRequestInputStream) - Method in class jodd.servlet.upload.impl.MemoryFileUploadFactory
Creates new instance of uploaded file.
createAnnotationData(A) - Method in class jodd.util.AnnotationDataReader
Creates annotation data from given annotation.
createBeanMacroResolver(Object) - Static method in class jodd.bean.BeanTemplateParser
Creates bean-backed MacroResolver.
createDirs - Variable in class jodd.io.FileUtilParams
 
createDirs(boolean) - Method in class jodd.io.FileUtilParams
 
createFromClasspath(String...) - Static method in class jodd.props.PropsUtil
Creates new props and loads from classpath.
createFromClasspath(String...) - Static method in class jodd.util.PropertiesUtil
Creates properties from classpath.
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.
createFromString(String) - Static method in class jodd.util.PropertiesUtil
Creates properties from string.
createMapMacroResolver(Map) - Static method in class jodd.util.StringTemplateParser
Creates commonly used StringTemplateParser.MacroResolver that resolved macros in the provided map.
createMessage(Email, Session) - Method in class jodd.mail.SendMailSession
Creates new JavaX message from email.
createOutputStream() - Method in class jodd.servlet.filter.GzipResponseWrapper
Creates and returns a ServletOutputStream to write the content associated with this Response.
createRequest(String, String) - Static method in class jodd.io.http.Http
Creates request HttpTransfer.
createRequest(String, String, int, String) - Static method in class jodd.io.http.Http
Creates request HttpTransfer.
createResponse(int, String) - Static method in class jodd.io.http.Http
Creates simple response HttpTransfer.
createSession() - Method in class jodd.mail.Pop3Server
Creates new receiving mail session.
createSession() - Method in interface jodd.mail.ReceiveMailSessionProvider
Creates new receiving mail session.
createSession() - Method in interface jodd.mail.SendMailSessionProvider
Creates new sending mail session.
createSession() - Method in class jodd.mail.SmtpServer
Creates new sending mail session.
createSessionProperties() - Method in class jodd.mail.Pop3Server
Prepares mail session properties.
createSessionProperties() - Method in class jodd.mail.Pop3SslServer
 
createSessionProperties() - Method in class jodd.mail.SmtpServer
Prepares mail session properties.
createSessionProperties() - Method in class jodd.mail.SmtpSslServer
 
createTempDirectory(String, String) - Static method in class jodd.io.FileUtil
 
createTempDirectory(String, String, String) - Static method in class jodd.io.FileUtil
 
createTempDirectory(String, String, File) - Static method in class jodd.io.FileUtil
Creates temporary directory.
createTempFile() - Static method in class jodd.io.FileUtil
 
createTempFile(boolean) - Static method in class jodd.io.FileUtil
 
createTempFile(String, String) - Static method in class jodd.io.FileUtil
 
createTempFile(String, String, boolean) - Static method in class jodd.io.FileUtil
 
createTempFile(String, String, String) - Static method in class jodd.io.FileUtil
 
createTempFile(String, String, File) - Static method in class jodd.io.FileUtil
 
createTempFile(String, String, String, boolean) - Static method in class jodd.io.FileUtil
 
createTempFile(String, String, File, boolean) - Static method in class jodd.io.FileUtil
Creates temporary file.
createZip(String) - Static method in class jodd.io.ZipUtil
 
createZip(File) - Static method in class jodd.io.ZipUtil
Creates and opens zip output stream of a zip file.
CRLF - Static variable in class jodd.io.http.HttpTransfer
 
crop(String) - Static method in class jodd.util.StringUtil
Crops string by setting empty strings to null.
cropAll(String[]) - Static method in class jodd.util.StringUtil
Crops all elements of string array.
CSRF_TOKEN_NAME - Static variable in class jodd.servlet.CsrfShield
 
CSRF_TOKEN_SET - Static variable in class jodd.servlet.CsrfShield
 
CsrfShield - Class in jodd.servlet
Shields against CSRF attacks.
CsrfShield() - Constructor for class jodd.servlet.CsrfShield
 
CsrfShield.Token - Class in jodd.servlet
CSRF Token.
CsrfShield.Token(String) - Constructor for class jodd.servlet.CsrfShield.Token
 
CsrfShield.Token(String, long) - Constructor for class jodd.servlet.CsrfShield.Token
 
CsrfTokenTag - Class in jodd.servlet.tag
Renders the CSRF (Cross-site request forgery) token in the form.
CsrfTokenTag() - Constructor for class jodd.servlet.tag.CsrfTokenTag
 
CsvUtil - Class in jodd.util
Helps with CSV strings.
CsvUtil() - Constructor for class jodd.util.CsvUtil
 
currentIterator - Variable in class jodd.util.collection.CompositeIterator
 
currentMethod() - Static method in class jodd.util.RuntimeUtil
Returns current method signature.
cutFromIndexOf(String, String) - Static method in class jodd.util.StringUtil
Cuts the string from the first index of provided substring to the end.
cutFromIndexOf(String, char) - Static method in class jodd.util.StringUtil
Cuts the string from the first index of provided char to the end.
cutPrefix(String, String) - Static method in class jodd.util.StringUtil
Cuts prefix if exists.
cutSuffix(String, String) - Static method in class jodd.util.StringUtil
Cuts sufix if exists.
cutSurrounding(String, String) - Static method in class jodd.util.StringUtil
 
cutSurrounding(String, String, String) - Static method in class jodd.util.StringUtil
Removes surrounding prefix and suffixes.
cutToIndexOf(String, String) - Static method in class jodd.util.StringUtil
Cuts the string from beginning to the first index of provided substring.
cutToIndexOf(String, char) - Static method in class jodd.util.StringUtil
Cuts the string from beginning to the first index of provided char.

D

DASH - Static variable in interface jodd.util.StringPool
 
data - Variable in class jodd.props.Props
 
data - Variable in class jodd.servlet.upload.impl.AdaptiveFileUpload
 
data - Variable in class jodd.servlet.upload.impl.MemoryFileUpload
 
dataSource - Variable in class jodd.mail.att.DataSourceAttachment
 
DataSourceAttachment - Class in jodd.mail.att
Generic data source adapter for attachments.
DataSourceAttachment(DataSource, String, String) - Constructor for class jodd.mail.att.DataSourceAttachment
 
DataSourceAttachment(DataSource, String) - Constructor for class jodd.mail.att.DataSourceAttachment
 
DateConverter - Class in jodd.typeconverter.impl
Converts given object to java.util.Date.
DateConverter() - Constructor for class jodd.typeconverter.impl.DateConverter
 
DateFormatSymbolsEx - Class in jodd.util
Enhanced DateFormatSymbols with improved performance by avoiding duplication of returned arrays.
DateFormatSymbolsEx() - Constructor for class jodd.util.DateFormatSymbolsEx
 
DateFormatSymbolsEx(Locale) - Constructor for class jodd.util.DateFormatSymbolsEx
 
DateTimeStamp - Class in jodd.datetime
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, int, int) - 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.
day - Variable in class jodd.datetime.DateTimeStamp
Day, range: [1 - 31]
dayofweek - Variable in class jodd.datetime.JDateTime
Day of week, range: [1-7] == [Monday - Sunday]
dayofyear - Variable in class jodd.datetime.JDateTime
Day of year, range: [1-365] or [1-366]
dayOfYear(int, int, int) - Static method in class jodd.datetime.TimeUtil
Calculates day of year from given time stamp.
daysBetween(JDateTime) - Method in class jodd.datetime.JDateTime
Returns number of full days between two dates.
daysBetween(JulianDateStamp) - Method in class jodd.datetime.JDateTime
Returns number of full days between two dates.
daysBetween(JulianDateStamp) - Method in class jodd.datetime.JulianDateStamp
Calculates the number of days between two dates.
daysSpan(JulianDateStamp) - Method in class jodd.datetime.JulianDateStamp
Returns span between two days.
debug(HttpServletRequest) - Static method in class jodd.servlet.ServletUtil
Returns a string with debug info from all servlet objects.
debug(PageContext) - Static method in class jodd.servlet.ServletUtil
Returns a string with debug info from all servlet objects.
debug(HttpServletRequest, PageContext) - Static method in class jodd.servlet.ServletUtil
Returns a string with debug info from all servlet objects, including the page context.
DebugOutputStream - Class in jodd.io
Output stream used for debugging purposes.
DebugOutputStream() - Constructor for class jodd.io.DebugOutputStream
Output stream that debugs to system out.
DebugOutputStream(OutputStream) - Constructor for class jodd.io.DebugOutputStream
 
DebugOutputStream(boolean) - Constructor for class jodd.io.DebugOutputStream
 
DebugOutputStream(OutputStream, boolean) - Constructor for class jodd.io.DebugOutputStream
 
DebugTag - Class in jodd.servlet.tag
Outputs debug data.
DebugTag() - Constructor for class jodd.servlet.tag.DebugTag
 
DECEMBER - Static variable in class jodd.datetime.JDateTime
 
decode(String) - Static method in class jodd.servlet.HtmlDecoder
Decodes HTML text.
decode(String) - Static method in class jodd.servlet.URLDecoder
Decodes URL elements.
decode(String, String) - Static method in class jodd.servlet.URLDecoder
Decodes URL elements.
decode(String) - Static method in class jodd.util.Base32
Decode a Base32 string into an array of binary bytes.
decode(char[]) - Method in class jodd.util.Base64
Decodes a BASE64 encoded char array.
decode(byte[]) - Static method in class jodd.util.Base64
Decodes a BASE64 encoded byte array.
decode(String) - Static method in class jodd.util.Base64
Decodes a BASE64 encoded string.
decodeLocaleCode(String) - Static method in class jodd.util.LocaleUtil
Decodes locale code in string array that can be used for Locale constructor.
decodeToString(String) - Static method in class jodd.util.Base64
 
deep - Variable in class jodd.util.PrettyStringBuilder
 
DEFAULT_FOLDER - Static variable in class jodd.mail.ReceiveMailSession
 
DEFAULT_FORMAT - Static variable in class jodd.datetime.JDateTime
 
DEFAULT_MACRO_END - Static variable in class jodd.util.StringTemplateParser
 
DEFAULT_MACRO_START - Static variable in class jodd.util.StringTemplateParser
 
DEFAULT_MASK - Static variable in class jodd.io.NetUtil
 
DEFAULT_POP3_PORT - Static variable in class jodd.mail.Pop3Server
 
DEFAULT_SMTP_PORT - Static variable in class jodd.mail.SmtpServer
 
DEFAULT_SSL_PORT - Static variable in class jodd.mail.Pop3SslServer
 
DEFAULT_SSL_PORT - Static variable in class jodd.mail.SmtpSslServer
 
defaultBundles - Variable in class jodd.util.ResourceBundleMessageResolver
 
defaultParams - Static variable in class jodd.io.FileUtil
 
DefaultSort - Class in jodd.util.sort
Default JDK sort.
DefaultSort() - Constructor for class jodd.util.sort.DefaultSort
 
defaultString(String, String) - Static method in class jodd.servlet.jspfn.JoddJspFunctions
Returns default string if value is null or empty.
DefaultTag - Class in jodd.servlet.tag
 
DefaultTag() - Constructor for class jodd.servlet.tag.DefaultTag
 
defaultValue(Object, Object) - Static method in class jodd.servlet.jspfn.JoddJspFunctions
Returns default value if provided value is null.
defineClass(byte[]) - Static method in class jodd.util.ClassLoaderUtil
Defines a class from byte array into the system class loader.
defineClass(String, byte[]) - Static method in class jodd.util.ClassLoaderUtil
Defines a class from byte array into the system class loader.
defineClass(byte[], ClassLoader) - Static method in class jodd.util.ClassLoaderUtil
Defines a class from byte array into the specified class loader.
defineClass(String, byte[], ClassLoader) - Static method in class jodd.util.ClassLoaderUtil
Defines a class from byte array into the specified class loader.
delegate - Variable in class jodd.util.ref.ReferenceMap
 
delete(String) - Static method in class jodd.io.FileUtil
 
delete(String, FileUtilParams) - Static method in class jodd.io.FileUtil
 
delete(File) - Static method in class jodd.io.FileUtil
 
delete(File, FileUtilParams) - Static method in class jodd.io.FileUtil
Smart delete of destination file or directory.
delete() - Method in class jodd.servlet.upload.impl.AdaptiveFileUpload
Deletes file uploaded item from disk or memory.
deleteAllDefaultBundles() - Method in class jodd.util.ResourceBundleMessageResolver
 
DELETED - Static variable in class jodd.mail.ReceivedEmail
 
deleteDir(String) - Static method in class jodd.io.FileUtil
 
deleteDir(String, FileUtilParams) - Static method in class jodd.io.FileUtil
 
deleteDir(File) - Static method in class jodd.io.FileUtil
 
deleteDir(File, FileUtilParams) - Static method in class jodd.io.FileUtil
Deletes a directory.
deleteFile(String) - Static method in class jodd.io.FileUtil
 
deleteFile(File) - Static method in class jodd.io.FileUtil
 
describeClass(Class) - Method in class jodd.introspector.AccessibleIntrospector
Describes a class by creating a new instance of ClassDescriptor that examines all accessible methods and fields.
describeClass(Class) - Method in class jodd.introspector.SupportedIntrospector
Describes a class by creating a new instance of ClassDescriptor that will examine all supported methods and fields.
describeClass(Class) - Method in class jodd.introspector.WeakIntrospector
Describes a class by creating a new instance of ClassDescriptor.
destFolder - Variable in class jodd.servlet.upload.impl.DiskFileUpload
 
destFolder - Variable in class jodd.servlet.upload.impl.DiskFileUploadFactory
 
destroy() - Method in class jodd.servlet.filter.CharacterEncodingFilter
Take this filter out of service.
destroy() - Method in class jodd.servlet.filter.GzipFilter
 
destroy() - Method in class jodd.servlet.filter.RemoveSessionFromUrlFilter
 
disableBuffering() - Method in class jodd.servlet.wrapper.BufferResponseWrapper
Disables buffering by transferring the output to original destinations.
DiskFileUpload - Class in jodd.servlet.upload.impl
FileUpload that saves uploaded files directly to destination folder.
DiskFileUploadFactory - Class in jodd.servlet.upload.impl
Factory for DiskFileUpload
DiskFileUploadFactory() - Constructor for class jodd.servlet.upload.impl.DiskFileUploadFactory
 
DiskFileUploadFactory(String) - Constructor for class jodd.servlet.upload.impl.DiskFileUploadFactory
 
DiskFileUploadFactory(String, int) - Constructor for class jodd.servlet.upload.impl.DiskFileUploadFactory
 
DispatcherUtil - Class in jodd.servlet
Request utilities for path, uri, query strings etc..
DispatcherUtil() - Constructor for class jodd.servlet.DispatcherUtil
 
doAfterBody() - Method in class jodd.servlet.tag.FormTag
Performs smart form population.
doConcat(String, String, char) - Static method in class jodd.io.FileNameUtil
 
doCopy(String, String) - Static method in class jodd.io.FileUtil
Copies one file to another without any checking.
doCopy(File, File) - Static method in class jodd.io.FileUtil
Copies one file to another without any checking.
doEndTag() - Method in class jodd.servlet.tag.FormTag
Ends the tag.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class jodd.servlet.filter.CharacterEncodingFilter
Select and set (if specified) the character encoding to be used to interpret request parameters for this request.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class jodd.servlet.filter.GzipFilter
If browser supports gzip, sets 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.filter.RemoveSessionFromUrlFilter
Filters requests to remove URL-based session identifiers.
DOLLAR - Static variable in interface jodd.util.StringPool
 
DOLLAR_LEFT_BRACE - Static variable in interface jodd.util.StringPool
 
doSort(Object[], Comparator) - Static method in class jodd.util.sort.DefaultSort
 
doSort(Comparable[]) - Static method in class jodd.util.sort.DefaultSort
 
doSort(Object[], Comparator) - Static method in class jodd.util.sort.FastMergeSort
 
doSort(Comparable[]) - Static method in class jodd.util.sort.FastMergeSort
 
doSort(Object[], Comparator) - Static method in class jodd.util.sort.FastQuickSort
 
doSort(Comparable[]) - Static method in class jodd.util.sort.FastQuickSort
 
doStartTag() - Method in class jodd.servlet.tag.FormTag
Starts the tag.
DOT - Static variable in interface jodd.util.StringPool
 
DOT_CLASS - Static variable in interface jodd.util.StringPool
 
DOT_JAVA - Static variable in interface jodd.util.StringPool
 
doTag() - Method in class jodd.servlet.tag.CaseTag
 
doTag() - Method in class jodd.servlet.tag.CsrfTokenTag
 
doTag() - Method in class jodd.servlet.tag.DebugTag
 
doTag() - Method in class jodd.servlet.tag.DefaultTag
 
doTag() - Method in class jodd.servlet.tag.ElseTag
 
doTag() - Method in class jodd.servlet.tag.ForTag
 
doTag() - Method in class jodd.servlet.tag.IfElseTag
 
doTag() - Method in class jodd.servlet.tag.IfTag
 
doTag() - Method in class jodd.servlet.tag.IteratorTag
 
doTag() - Method in class jodd.servlet.tag.LoopTag
 
doTag() - Method in class jodd.servlet.tag.SetTag
 
doTag() - Method in class jodd.servlet.tag.SwitchTag
 
doTag() - Method in class jodd.servlet.tag.ThenTag
 
doTag() - Method in class jodd.servlet.tag.UnsetTag
 
doTag() - Method in class jodd.servlet.tag.UrlTag
 
DOTDOT - Static variable in interface jodd.util.StringPool
 
DOUBLE_QUOTE - Static variable in class jodd.util.CsvUtil
 
DoubleArrayConverter - Class in jodd.typeconverter.impl
Converts given object to double[].
DoubleArrayConverter(ConvertBean) - Constructor for class jodd.typeconverter.impl.DoubleArrayConverter
 
DoubleArrayList - Class in jodd.util.collection
ArrayList of double primitives.
DoubleArrayList() - Constructor for class jodd.util.collection.DoubleArrayList
Constructs an empty list with an initial capacity.
DoubleArrayList(int) - Constructor for class jodd.util.collection.DoubleArrayList
Constructs an empty list with the specified initial capacity.
DoubleArrayList(double[]) - Constructor for class jodd.util.collection.DoubleArrayList
Constructs a list containing the elements of the specified array.
DoubleConverter - Class in jodd.typeconverter.impl
Converts given object to Double.
DoubleConverter() - Constructor for class jodd.typeconverter.impl.DoubleConverter
 
doubleValue() - Method in class jodd.datetime.JulianDateStamp
Returns double value of JD.
doubleValue() - Method in class jodd.mutable.MutableByte
Returns the value as a double.
doubleValue() - Method in class jodd.mutable.MutableDouble
Returns the value as a double.
doubleValue() - Method in class jodd.mutable.MutableFloat
Returns the value as a double.
doubleValue() - Method in class jodd.mutable.MutableInteger
Returns the value as a double.
doubleValue() - Method in class jodd.mutable.MutableLong
Returns the value as a double.
doubleValue() - Method in class jodd.mutable.MutableShort
Returns the value as a double.
downloadBytes(String) - Static method in class jodd.io.NetUtil
Downloads resource as byte array.
downloadFile(String, File) - Static method in class jodd.io.NetUtil
Downloads resource to a file, potentially very efficiently.
downloadString(String, String) - Static method in class jodd.io.NetUtil
Downloads resource as String.
downloadString(String) - Static method in class jodd.io.NetUtil
Downloads resource as String.
DRAFT - Static variable in class jodd.mail.ReceivedEmail
 
dumpByte(int) - Method in class jodd.io.DebugOutputStream
Dumps single byte to output stream.

E

elapsed() - Method in class jodd.datetime.JStopWatch
Returns total elapsed time from the JStopWatch.start() in ms.
ElseTag - Class in jodd.servlet.tag
Else nested tag for IfElseTag.
ElseTag() - Constructor for class jodd.servlet.tag.ElseTag
 
Email - Class in jodd.mail
E-mail holds all parts of an email and handle attachments.
Email() - Constructor for class jodd.mail.Email
 
EmailAddress - Class in jodd.mail
A utility class to parse, clean up, and extract email addresses from messages per RFC2822 syntax.
EmailAddress() - Constructor for class jodd.mail.EmailAddress
 
EmailAddress(String) - Constructor for class jodd.mail.EmailAddress
 
EmailAttachment - Class in jodd.mail
Email attachment.
EmailAttachment(String, String) - Constructor for class jodd.mail.EmailAttachment
 
EmailMessage - Class in jodd.mail
Represents e-mail message: string with mime type and encoding.
EmailMessage(String, String, String) - Constructor for class jodd.mail.EmailMessage
Defines email content.
EmailMessage(String, String) - Constructor for class jodd.mail.EmailMessage
Defines UTF 8 email content.
EmailMessage(String) - Constructor for class jodd.mail.EmailMessage
Defines text/plain UTF 8 email content.
embedFile(String, String) - Method in class jodd.mail.Email
 
embedFile(File, String) - Method in class jodd.mail.Email
 
embedFile(String) - Method in class jodd.mail.Email
 
embedFile(File) - Method in class jodd.mail.Email
 
EMPTY - Static variable in interface jodd.util.StringPool
 
EMPTY_ARRAY - Static variable in interface jodd.util.StringPool
 
enableBuffering() - Method in class jodd.servlet.wrapper.BufferResponseWrapper
Enables buffering by transferring the output to the buffer.
encode(byte[]) - Static method in class jodd.util.Base32
Encode an array of binary bytes into a Base32 string.
encodePath(String) - Static method in class jodd.servlet.URLCoder
Encodes path part of the URL.
encodeQuery(String, String) - Static method in class jodd.servlet.URLCoder
Encodes query part of the URL.
encodeQuery(String) - Static method in class jodd.servlet.URLCoder
Encodes query part of the URL.
encodeToByte(String) - Static method in class jodd.util.Base64
 
encodeToByte(byte[]) - Static method in class jodd.util.Base64
 
encodeToByte(byte[], boolean) - Static method in class jodd.util.Base64
Encodes a raw byte array into a BASE64 byte[].
encodeToChar(String) - Static method in class jodd.util.Base64
 
encodeToChar(byte[]) - Static method in class jodd.util.Base64
 
encodeToChar(byte[], boolean) - Static method in class jodd.util.Base64
Encodes a raw byte array into a BASE64 char[].
encodeToString(String) - Static method in class jodd.util.Base64
 
encodeToString(byte[]) - Static method in class jodd.util.Base64
 
encodeToString(byte[], boolean) - Static method in class jodd.util.Base64
Encodes a raw byte array into a BASE64 String.
encoding - Variable in class jodd.io.FileUtilParams
 
encoding(String) - Method in class jodd.io.FileUtilParams
 
encoding - Variable in class jodd.io.StringOutputStream
 
encoding - Static variable in class jodd.JoddDefault
Default file encoding (UTF8).
encoding - Variable in class jodd.servlet.filter.CharacterEncodingFilter
The default character encoding to set for requests that pass through this filter.
encoding - Variable in class jodd.servlet.URLBuilder
 
end - Variable in class jodd.servlet.tag.LoopingTagSupport
 
end - Variable in class jodd.util.LoopIterator
 
endsWith(String, String) - Static method in class jodd.servlet.jspfn.JoddJspFunctions
 
endsWithChar(String, char) - Static method in class jodd.util.StringUtil
Returns if string ends with provided character.
endsWithIgnoreCase(String, String) - Static method in class jodd.servlet.jspfn.JoddJspFunctions
 
endsWithIgnoreCase(String, String) - Static method in class jodd.util.StringUtil
Tests if this string ends with the specified suffix.
endsWithOne(String, String[]) - Static method in class jodd.util.StringUtil
Checks if string ends with at least one string from the provided array.
endsWithOneIgnoreCase(String, String[]) - Static method in class jodd.util.StringUtil
Checks if string ends with at least one string from the provided array.
ensureCapacity(int) - Method in class jodd.util.collection.BooleanArrayList
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
ensureCapacity(int) - Method in class jodd.util.collection.ByteArrayList
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
ensureCapacity(int) - Method in class jodd.util.collection.CharArrayList
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
ensureCapacity(int) - Method in class jodd.util.collection.DoubleArrayList
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
ensureCapacity(int) - Method in class jodd.util.collection.FloatArrayList
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
ensureCapacity(int) - Method in class jodd.util.collection.IntArrayList
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
ensureCapacity(int) - Method in class jodd.util.collection.LongArrayList
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
ensureCapacity(int) - Method in class jodd.util.collection.ShortArrayList
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
entrySet() - Method in class jodd.util.collection.IntHashMap
Returns a collection view of the mappings contained in this map.
entrySet() - Method in class jodd.util.collection.StringKeyedMapAdapter
Returns a Set of attributes from the http request.
entrySet() - Method in class jodd.util.ref.ReferenceMap
 
EnumerationIterator<E> - Class in jodd.util.collection
Iterator adapter for enumeration.
EnumerationIterator(Enumeration<E>) - Constructor for class jodd.util.collection.EnumerationIterator
 
equals(Object) - Method in class jodd.datetime.DateTimeStamp
 
equals(Object) - Method in class jodd.datetime.JDateTime
 
equals(Object) - Method in class jodd.datetime.JulianDateStamp
 
equals(String, String) - Static method in class jodd.io.FileNameUtil
Checks whether two filenames are equal exactly.
equals(String, String) - Static method in class jodd.io.FileUtil
Checks if two files points to the same file.
equals(File, File) - Static method in class jodd.io.FileUtil
Checks if two files points to the same file.
equals(Object) - Method in class jodd.mail.EmailAddress
 
equals(Object) - Method in class jodd.mutable.MutableBoolean
Compares this object to the specified object.
equals(Object) - Method in class jodd.mutable.MutableByte
Compares this object to the specified object.
equals(Object) - Method in class jodd.mutable.MutableDouble
Compares this object to the specified object.
equals(Object) - Method in class jodd.mutable.MutableFloat
Compares this object to the specified object.
equals(Object) - Method in class jodd.mutable.MutableInteger
Compares this object to the specified object.
equals(Object) - Method in class jodd.mutable.MutableLong
Compares this object to the specified object.
equals(Object) - Method in class jodd.mutable.MutableShort
Compares this object to the specified object.
equals(Object) - Method in class jodd.servlet.CsrfShield.Token
 
equals(Object) - Method in class jodd.util.collection.HashBag
Compares bag to another.
equals(Object) - Method in class jodd.util.KeyValue
 
equals(Object, Object) - Static method in class jodd.util.ObjectUtil
Safely compares two objects just like equals() would, except it allows any of the 2 objects to be null.
EQUALS - Static variable in interface jodd.util.StringPool
 
equals(String, String) - Static method in class jodd.util.StringUtil
Compares 2 strings.
equals(String[], String[]) - Static method in class jodd.util.StringUtil
Compares two string arrays.
equalsDate(int, int, int) - Method in class jodd.datetime.JDateTime
Returns true if provided date is equal to current one.
equalsDate(JDateTime) - Method in class jodd.datetime.JDateTime
Returns true if two dates are equal.
equalsEx(Object, Object) - Static method in class jodd.util.ObjectUtil
Compares two objects or two object arrays.
equalsIgnoreCase(String[], String[]) - Static method in class jodd.util.StringUtil
Compares two string arrays.
equalsOne(char, char[]) - Static method in class jodd.util.CharUtil
Match if one character equals to any of the given character.
equalsOne(String, String[]) - Static method in class jodd.util.StringUtil
Compares string with at least one from the provided array.
equalsOneIgnoreCase(String, String[]) - Static method in class jodd.util.StringUtil
Compares string with at least one from the provided array, ignoring case.
equalsOnSystem(String, String) - Static method in class jodd.io.FileNameUtil
Checks whether two filenames are equal using the case rules of the system.
equalsOrMatch(String, String) - Static method in class jodd.util.Wildcard
Checks if two strings are equals or if they Wildcard.match(String, String).
equalsTime(JDateTime) - Method in class jodd.datetime.JDateTime
Returns true if two times are equal.
equalsType(Object, Object) - Static method in class jodd.util.ObjectUtil
Non-symmetric utility for comparing the types of two objects.
escapeChar - Variable in class jodd.datetime.format.AbstractFormatter
Escape character.
escapeChar - Variable in class jodd.util.StringTemplateParser
 
escapeJava(String) - Static method in class jodd.util.StringUtil
Escapes a string using java rules.
escapeNewLineValue - Variable in class jodd.props.PropsParser
Value that will be inserted when escaping the new line.
exceptionChainToString(Throwable) - Static method in class jodd.exception.ExceptionUtil
Prints full exception stack trace, from top to root cause, into a String.
exceptionToString(Throwable) - Static method in class jodd.exception.ExceptionUtil
Prints stack trace into a String.
ExceptionUtil - Class in jodd.exception
Few exception utilities.
ExceptionUtil() - Constructor for class jodd.exception.ExceptionUtil
 
EXCLAMATION_MARK - Static variable in interface jodd.util.StringPool
 
excludedEntries - Variable in class jodd.io.findfile.ClassFinder
 
excludedJars - Variable in class jodd.io.findfile.ClassFinder
Array of excluded jars.
excludes - Variable in class jodd.servlet.filter.GzipFilter
 
execute(ReferenceMap, Object, Object) - Method in interface jodd.util.ref.ReferenceMap.Strategy
 
executorService - Variable in class jodd.io.http.HttpTunnel
 
existCustomTimeout - Variable in class jodd.cache.AbstractCacheMap
Identifies if objects has custom timeouts.
expandCapacity() - Method in class jodd.util.StringBand
Expands internal string array by multiplying its size by 2.
expFormat(double) - Method in class jodd.format.PrintfFormat
Formats a double with exp format.
extract(Properties, Map<String, PropsValue>) - Method in class jodd.props.PropsData
 
extractBaseProperties() - Method in class jodd.props.Props
Extract base props to properties.
extractEncoding(String) - Method in class jodd.mail.ReceiveMailSession
Parses content type for encoding.
extractMimeType(String) - Method in class jodd.mail.ReceiveMailSession
Extracts mime type from parts content type.
extractProperties() - Method in class jodd.props.Props
Extracts properties belonging to active profiles. s
extractProperties(String...) - Method in class jodd.props.Props
Extract props to properties.
extractProperties(String...) - Method in class jodd.props.PropsData
Extract props as Properties.
extractTargetException(InvocationTargetException) - Static method in class jodd.exception.ExceptionUtil
 
extractThisReference(String) - Static method in class jodd.bean.BeanUtil
Extract the first name of this reference.
extractThisReference(String) - Method in class jodd.bean.BeanUtilBean
Extract the first name of this reference.

F

factorial(long) - Static method in class jodd.util.MathUtil
Calculates factorial of given number.
fallbackBundlename - Variable in class jodd.util.ResourceBundleMessageResolver
 
fallbackLocale - Variable in class jodd.util.ResourceBundleMessageResolver
 
FALSE - Static variable in interface jodd.util.StringPool
 
FastBooleanBuffer - Class in jodd.util.buffer
Fast, fast boolean buffer.
FastBooleanBuffer() - Constructor for class jodd.util.buffer.FastBooleanBuffer
Creates a new boolean buffer.
FastBooleanBuffer(int) - Constructor for class jodd.util.buffer.FastBooleanBuffer
Creates a new boolean buffer, with a buffer capacity of the specified size, in bytes.
FastBuffer<E> - Class in jodd.util.buffer
Fast, fast E buffer with additional features.
FastBuffer() - Constructor for class jodd.util.buffer.FastBuffer
Creates a new E buffer.
FastBuffer(int) - Constructor for class jodd.util.buffer.FastBuffer
Creates a new E buffer, with a buffer capacity of the specified size, in bytes.
FastByteArrayOutputStream - Class in jodd.io
This class implements an output stream in which the data is written into a byte array.
FastByteArrayOutputStream() - Constructor for class jodd.io.FastByteArrayOutputStream
Creates a new byte array output stream.
FastByteArrayOutputStream(int) - Constructor for class jodd.io.FastByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
FastByteArrayServletOutputStream - Class in jodd.servlet.filter
Implementation of ServletOutputStream that buffers inserted content.
FastByteArrayServletOutputStream() - Constructor for class jodd.servlet.filter.FastByteArrayServletOutputStream
 
FastByteBuffer - Class in jodd.util.buffer
Fast, fast byte buffer.
FastByteBuffer() - Constructor for class jodd.util.buffer.FastByteBuffer
Creates a new byte buffer.
FastByteBuffer(int) - Constructor for class jodd.util.buffer.FastByteBuffer
Creates a new byte buffer, with a buffer capacity of the specified size, in bytes.
FastCharArrayWriter - Class in jodd.io
Similar as FastByteArrayOutputStream but for Writer.
FastCharArrayWriter() - Constructor for class jodd.io.FastCharArrayWriter
Creates a new writer.
FastCharArrayWriter(int) - Constructor for class jodd.io.FastCharArrayWriter
Creates a new char array writer, with a buffer capacity of the specified size, in bytes.
FastCharBuffer - Class in jodd.util.buffer
Fast, fast char buffer with some additional features.
FastCharBuffer() - Constructor for class jodd.util.buffer.FastCharBuffer
Creates a new char buffer.
FastCharBuffer(int) - Constructor for class jodd.util.buffer.FastCharBuffer
Creates a new char buffer, with a buffer capacity of the specified size, in bytes.
FastDoubleBuffer - Class in jodd.util.buffer
Fast, fast double buffer.
FastDoubleBuffer() - Constructor for class jodd.util.buffer.FastDoubleBuffer
Creates a new double buffer.
FastDoubleBuffer(int) - Constructor for class jodd.util.buffer.FastDoubleBuffer
Creates a new double buffer, with a buffer capacity of the specified size, in bytes.
FastFloatBuffer - Class in jodd.util.buffer
Fast, fast float buffer.
FastFloatBuffer() - Constructor for class jodd.util.buffer.FastFloatBuffer
Creates a new float buffer.
FastFloatBuffer(int) - Constructor for class jodd.util.buffer.FastFloatBuffer
Creates a new float buffer, with a buffer capacity of the specified size, in bytes.
FastIntBuffer - Class in jodd.util.buffer
Fast, fast int buffer.
FastIntBuffer() - Constructor for class jodd.util.buffer.FastIntBuffer
Creates a new int buffer.
FastIntBuffer(int) - Constructor for class jodd.util.buffer.FastIntBuffer
Creates a new int buffer, with a buffer capacity of the specified size, in bytes.
FastLongBuffer - Class in jodd.util.buffer
Fast, fast long buffer.
FastLongBuffer() - Constructor for class jodd.util.buffer.FastLongBuffer
Creates a new long buffer.
FastLongBuffer(int) - Constructor for class jodd.util.buffer.FastLongBuffer
Creates a new long buffer, with a buffer capacity of the specified size, in bytes.
FastMergeSort - Class in jodd.util.sort
Faster merge sort.
FastMergeSort() - Constructor for class jodd.util.sort.FastMergeSort
 
FastQuickSort - Class in jodd.util.sort
Maybe the fastest implementation of famous Quick-Sort algorithm.
FastQuickSort() - Constructor for class jodd.util.sort.FastQuickSort
 
FastShortBuffer - Class in jodd.util.buffer
Fast, fast short buffer.
FastShortBuffer() - Constructor for class jodd.util.buffer.FastShortBuffer
Creates a new short buffer.
FastShortBuffer(int) - Constructor for class jodd.util.buffer.FastShortBuffer
Creates a new short buffer, with a buffer capacity of the specified size, in bytes.
FEBRUARY - Static variable in class jodd.datetime.JDateTime
 
ffilters - Variable in class jodd.io.findfile.FilterFindFile
 
FIELD_QUOTE - Static variable in class jodd.util.CsvUtil
 
FIELD_SEPARATOR - Static variable in class jodd.util.CsvUtil
 
FIFOCache<K,V> - Class in jodd.cache
FIFO (first in first out) cache.
FIFOCache(int) - Constructor for class jodd.cache.FIFOCache
 
FIFOCache(int, long) - Constructor for class jodd.cache.FIFOCache
Creates a new LRU cache.
file - Variable in class jodd.mail.att.FileAttachment
 
file - Variable in class jodd.servlet.upload.impl.DiskFileUpload
 
FILE_ENCODING - Static variable in class jodd.util.SystemUtil
 
FileAttachment - Class in jodd.mail.att
File attachment.
FileAttachment(File, String, String) - Constructor for class jodd.mail.att.FileAttachment
 
FileAttachment(File, boolean) - Constructor for class jodd.mail.att.FileAttachment
 
FileAttachment(File) - Constructor for class jodd.mail.att.FileAttachment
 
FileChangeListener - Interface in jodd.io
Interface for listening to disk file changes.
FileConverter - Class in jodd.typeconverter.impl
Converts given object into the File.
FileConverter() - Constructor for class jodd.typeconverter.impl.FileConverter
 
fileExtensions - Variable in class jodd.servlet.upload.impl.AdaptiveFileUpload
 
fileExtensions - Variable in class jodd.servlet.upload.impl.AdaptiveFileUploadFactory
 
FileFilterEx - Interface in jodd.io.filter
 
FileLFUCache - Class in jodd.cache
Files LFU cache stores files content in memory to dramatically speed up performances for frequently read files.
FileLFUCache(int) - Constructor for class jodd.cache.FileLFUCache
Creates file LFU cache with specified size.
FileLFUCache(int, int) - Constructor for class jodd.cache.FileLFUCache
 
FileLFUCache(int, int, long) - Constructor for class jodd.cache.FileLFUCache
Creates new File LFU cache.
fileList - Variable in class jodd.io.findfile.FindFile
 
FileMonitor - Class in jodd.io
Monitoring disk files changes.
FileMonitor(long) - Constructor for class jodd.io.FileMonitor
Creates a file monitor instance with specified polling interval in ms.
FileMonitor.FileMonitorNotifier - Class in jodd.io
Actual file monitor timer task.
FileMonitor.FileMonitorNotifier() - Constructor for class jodd.io.FileMonitor.FileMonitorNotifier
 
FileNameUtil - Class in jodd.io
General filename and filepath manipulation utilities.
FileNameUtil() - Constructor for class jodd.io.FileNameUtil
 
files - Variable in class jodd.io.FileMonitor
 
files - Variable in class jodd.io.findfile.WildcardFileScanner
 
FileScanner - Class in jodd.io.findfile
File scanner is a 'callback' type of files scanner.
FileScanner() - Constructor for class jodd.io.findfile.FileScanner
 
fileTooBig - Variable in class jodd.servlet.upload.FileUpload
 
FileUpload - Class in jodd.servlet.upload
Encapsulates base for uploaded file.
FileUpload(MultipartRequestInputStream, int) - Constructor for class jodd.servlet.upload.FileUpload
 
FileUploadConverter - Class in jodd.typeconverter.impl
Converts given object to FileUpload.
FileUploadConverter() - Constructor for class jodd.typeconverter.impl.FileUploadConverter
 
FileUploadFactory - Interface in jodd.servlet.upload
FileUpload factory for handling uploaded files.
fileUploadFactory - Variable in class jodd.servlet.upload.MultipartStreamParser
 
FileUploadHeader - Class in jodd.servlet.upload
Parses file upload header.
FileUtil - Class in jodd.io
File utilities.
FileUtil() - Constructor for class jodd.io.FileUtil
 
FileUtilParams - Class in jodd.io
File utilities parameters.
FileUtilParams() - Constructor for class jodd.io.FileUtilParams
 
filterConfig - Variable in class jodd.servlet.filter.CharacterEncodingFilter
The filter configuration object we are associated with.
FilterFindFile - Class in jodd.io.findfile
FindFile that uses file filters.
FilterFindFile() - Constructor for class jodd.io.findfile.FilterFindFile
 
find(E) - Method in class jodd.util.BinarySearch
Finds index of given element or negative value if element is not found.
find(E, int) - Method in class jodd.util.BinarySearch
 
find(E, int, int) - Method in class jodd.util.BinarySearch
Finds index of given element in inclusive index range.
findCause(Throwable, Class<T>) - Static method in class jodd.exception.ExceptionUtil
Finds throwing cause in exception stack.
findClass(String, File[]) - Static method in class jodd.util.ClassLoaderUtil
 
findClass(String, URL[]) - Static method in class jodd.util.ClassLoaderUtil
 
findClass(String, URL[], ClassLoader) - Static method in class jodd.util.ClassLoaderUtil
Finds and loads class on classpath even if it was already loaded.
findCommonPrefix(String...) - Static method in class jodd.util.StringUtil
Finds common prefix for several strings.
findDeclaredMethod(Class, String) - Static method in class jodd.util.ReflectUtil
 
findDefaultMessage(Locale, String) - Method in class jodd.util.ResourceBundleMessageResolver
Finds message in default bundles only, starting from fallback bundlename.
FindFile - Class in jodd.io.findfile
Generic iterative file finder.
FindFile() - Constructor for class jodd.io.findfile.FindFile
 
FindFileException - Exception in jodd.io.findfile
Exception during finding files or classes.
FindFileException(Throwable) - Constructor for exception jodd.io.findfile.FindFileException
 
FindFileException() - Constructor for exception jodd.io.findfile.FindFileException
 
FindFileException(String) - Constructor for exception jodd.io.findfile.FindFileException
 
FindFileException(String, Throwable) - Constructor for exception jodd.io.findfile.FindFileException
 
findFirst(E) - Method in class jodd.util.BinarySearch
Finds very first index of given element or negative value if element is not found.
findFirst(E, int) - Method in class jodd.util.BinarySearch
 
findFirst(E, int, int) - Method in class jodd.util.BinarySearch
Finds very first index of given element in inclusive index range.
findFirstDiff(char[], int, char[]) - Static method in class jodd.util.CharUtil
Finds index of the first character in given array the differs 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 differs from the given set of characters.
findFirstEqual(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.
findFirstEqual(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.
findInsertionPoint(E) - Method in class jodd.util.collection.SortedArrayList
Finds the index at which object should be inserted.
findInsertionPoint(E, int, int) - Method in class jodd.util.collection.SortedArrayList
Conducts a binary search to find the index where Object should be inserted.
findLast(E) - Method in class jodd.util.BinarySearch
Finds very last index of given element or negative value if element is not found.
findLast(E, int) - Method in class jodd.util.BinarySearch
 
findLast(E, int, int) - Method in class jodd.util.BinarySearch
Finds very last index of given element in inclusive index range.
findMessage(String, Locale, String) - Method in class jodd.util.ResourceBundleMessageResolver
Finds messages in the provided bundle.
findMethod(Class, String) - Static method in class jodd.util.ReflectUtil
Returns method from an object, matched by name.
findPattern(char[], int) - Method in class jodd.datetime.format.AbstractFormatter
Finds the longest pattern in provided format starting from specified position.
findResourceBundle(String, Locale) - Method in class jodd.util.ResourceBundleMessageResolver
Finds resource bundle by it's name.
findToolsJar() - Static method in class jodd.util.ClassLoaderUtil
Finds tools.jar.
finishResponse() - Method in class jodd.servlet.filter.GzipResponseWrapper
Finishes a response.
first - Variable in class jodd.util.LoopIterator
 
firstDayOfWeek - Variable in class jodd.datetime.JDateTime
 
firstDayOfWeek - Static variable in class jodd.datetime.JDateTimeDefault
 
firstIndex - Variable in class jodd.servlet.HtmlTag
 
firstpath - Variable in class jodd.servlet.URLBuilder
 
fixedFormat(double) - Method in class jodd.format.PrintfFormat
Formats a double with fixed format.
FLAGGED - Static variable in class jodd.mail.ReceivedEmail
 
flags - Variable in class jodd.mail.ReceivedEmail
 
FloatArrayConverter - Class in jodd.typeconverter.impl
Converts given object to float[].
FloatArrayConverter(ConvertBean) - Constructor for class jodd.typeconverter.impl.FloatArrayConverter
 
FloatArrayList - Class in jodd.util.collection
ArrayList of float primitives.
FloatArrayList() - Constructor for class jodd.util.collection.FloatArrayList
Constructs an empty list with an initial capacity.
FloatArrayList(int) - Constructor for class jodd.util.collection.FloatArrayList
Constructs an empty list with the specified initial capacity.
FloatArrayList(float[]) - Constructor for class jodd.util.collection.FloatArrayList
Constructs a list containing the elements of the specified array.
FloatConverter - Class in jodd.typeconverter.impl
Converts given object to Float.
FloatConverter() - Constructor for class jodd.typeconverter.impl.FloatConverter
 
floatValue() - Method in class jodd.mutable.MutableByte
Returns the value as a float.
floatValue() - Method in class jodd.mutable.MutableDouble
Returns the value as a float..
floatValue() - Method in class jodd.mutable.MutableFloat
Returns the value as a float.
floatValue() - Method in class jodd.mutable.MutableInteger
Returns the value as a float.
floatValue() - Method in class jodd.mutable.MutableLong
Returns the value as a float.
floatValue() - Method in class jodd.mutable.MutableShort
Returns the value as a float.
flush() - Method in class jodd.io.DebugOutputStream
 
flush() - Method in class jodd.io.FastCharArrayWriter
Flushing a FastCharArrayWriter has no effects.
flush() - Method in class jodd.servlet.filter.GzipResponseStream
Flushes any buffered data for this output stream, which also causes the response to be committed.
flushBuffer() - Method in class jodd.servlet.filter.GzipResponseWrapper
Flushes the buffer and commit this response.
flushBuffer() - Method in class jodd.servlet.wrapper.BufferResponseWrapper
Prevents flushing buffer if buffering enabled.
flushToGZip() - Method in class jodd.servlet.filter.GzipResponseStream
 
fmt - Variable in class jodd.format.PrintfFormat
 
fmtTime(JDateTime, String) - Static method in class jodd.servlet.jspfn.JoddJspFunctions
Formats jdatetime.
folder - Variable in class jodd.mail.ReceiveMailSession
 
forceAccess(AccessibleObject) - Static method in class jodd.util.ReflectUtil
Suppress access check against a reflection object.
forList(List<T>) - Static method in class jodd.util.BinarySearch
Creates binary search wrapper over a list of comparable elements.
forList(List<T>, Comparator<T>) - Static method in class jodd.util.BinarySearch
Creates binary search wrapper over a list with given comparator.
form(char) - Method in class jodd.format.PrintfFormat
Formats a character into a string (like sprintf in C).
form(boolean) - Method in class jodd.format.PrintfFormat
Formats a boolean into a string (like sprintf in C).
form(double) - Method in class jodd.format.PrintfFormat
Formats a double into a string (like sprintf in C).
form(long) - Method in class jodd.format.PrintfFormat
Formats a long integer into a string (like sprintf in C).
form(int) - Method in class jodd.format.PrintfFormat
Formats an integer into a string (like sprintf in C).
form(String) - Method in class jodd.format.PrintfFormat
Formats a string into a larger string (like sprintf in C).
format - Variable in class jodd.datetime.format.JdtFormat
 
format - Variable in class jodd.datetime.JDateTime
 
format - Static variable in class jodd.datetime.JDateTimeDefault
 
formatHttpDate(long) - Static method in class jodd.datetime.TimeUtil
Formats time to HTTP date format.
formatParagraph(String, int, boolean) - Static method in class jodd.util.TextUtil
Formats provided string as paragraph.
formatter - Variable in class jodd.datetime.format.JdtFormat
 
formatter - Static variable in class jodd.datetime.JDateTimeDefault
 
formatTimeSpan(long) - Static method in class jodd.datetime.JStopWatch
Formats time spans.
FormTag - Class in jodd.servlet.tag
Magic form tag populates a HTML form.
FormTag() - Constructor for class jodd.servlet.tag.FormTag
 
FormTag.FieldResolver - Interface in jodd.servlet.tag
Resolve form fields.
ForTag - Class in jodd.servlet.tag
For tag simulates simple for loop.
ForTag() - Constructor for class jodd.servlet.tag.ForTag
 
forward(ServletRequest, ServletResponse, String) - Static method in class jodd.servlet.DispatcherUtil
Forward to page which path is relative to the current HTTP request.
FORWARD_CONTEXT_PATH - Static variable in class jodd.servlet.DispatcherUtil
 
FORWARD_PATH_INFO - Static variable in class jodd.servlet.DispatcherUtil
 
FORWARD_QUERY_STRING - Static variable in class jodd.servlet.DispatcherUtil
 
FORWARD_REQUEST_URI - Static variable in class jodd.servlet.DispatcherUtil
 
FORWARD_SERVLET_PATH - Static variable in class jodd.servlet.DispatcherUtil
 
forwardAbsolute(HttpServletRequest, ServletResponse, String) - Static method in class jodd.servlet.DispatcherUtil
Forward to page path relative to the root of the ServletContext.
forwardAbsolute(ServletContext, ServletRequest, ServletResponse, String) - Static method in class jodd.servlet.DispatcherUtil
Forward to page path relative to the root of the ServletContext.
forwardNamed(HttpServletRequest, ServletResponse, String) - Static method in class jodd.servlet.DispatcherUtil
Forward to named resource.
forwardNamed(ServletContext, ServletRequest, ServletResponse, String) - Static method in class jodd.servlet.DispatcherUtil
Forward to named resource.
fraction - Variable in class jodd.datetime.JulianDateStamp
Fraction part of the Julian Date (JD).
FRIDAY - Static variable in class jodd.datetime.JDateTime
 
from - Variable in class jodd.mail.CommonEmail
 
from(String) - Method in class jodd.mail.Email
 
from - Variable in class jodd.servlet.tag.IteratorTag
 
fromCamelCase(String, char) - Static method in class jodd.util.StringUtil
Changes CamelCase string to lower case words separated by provided separator character.
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

gensalt(int, SecureRandom) - Static method in class jodd.util.BCrypt
Generate a salt for use with the BCrypt.hashpw() method
gensalt(int) - Static method in class jodd.util.BCrypt
Generate a salt for use with the BCrypt.hashpw() method
gensalt() - Static method in class jodd.util.BCrypt
Generate a salt for use with the BCrypt.hashpw() method, selecting a reasonable default for the number of hashing rounds to apply
get(K) - Method in class jodd.cache.AbstractCacheMap
Retrieves an object from the cache.
get(K) - Method in interface jodd.cache.Cache
Retrieves an object from the cache.
get(K) - Method in class jodd.cache.NoCache
 
get() - Static method in class jodd.servlet.PageContextThreadLocal
Returns page context from thread local variable.
get(int) - Method in class jodd.util.buffer.FastBooleanBuffer
Returns boolean element at given index.
get(int) - Method in class jodd.util.buffer.FastBuffer
Returns E element at given index.
get(int) - Method in class jodd.util.buffer.FastByteBuffer
Returns byte element at given index.
get(int) - Method in class jodd.util.buffer.FastCharBuffer
Returns char element at given index.
get(int) - Method in class jodd.util.buffer.FastDoubleBuffer
Returns double element at given index.
get(int) - Method in class jodd.util.buffer.FastFloatBuffer
Returns float element at given index.
get(int) - Method in class jodd.util.buffer.FastIntBuffer
Returns int element at given index.
get(int) - Method in class jodd.util.buffer.FastLongBuffer
Returns long element at given index.
get(int) - Method in class jodd.util.buffer.FastShortBuffer
Returns short element at given index.
get() - Method in class jodd.util.ClassLoaderLocal
Returns the value in the current classloader copy of this variable.
get(int) - Method in class jodd.util.collection.BooleanArrayList
Returns the element at the specified position in this list.
get(int) - Method in class jodd.util.collection.ByteArrayList
Returns the element at the specified position in this list.
get(int) - Method in class jodd.util.collection.CharArrayList
Returns the element at the specified position in this list.
get(int) - Method in class jodd.util.collection.DoubleArrayList
Returns the element at the specified position in this list.
get(int) - Method in class jodd.util.collection.FloatArrayList
Returns the element at the specified position in this list.
get(int) - Method in class jodd.util.collection.IntArrayList
Returns the element at the specified position in this list.
get(Object) - Method in class jodd.util.collection.IntHashMap
Returns the value to which this map maps the specified key.
get(int) - Method in class jodd.util.collection.IntHashMap
Returns the value to which this map maps the specified key.
get(int) - Method in class jodd.util.collection.LongArrayList
Returns the element at the specified position in this list.
get(int) - Method in class jodd.util.collection.ShortArrayList
Returns the element at the specified position in this list.
get() - Method in class jodd.util.collection.SimpleQueue
Returns an element (object) from queue.
get(Object) - Method in class jodd.util.collection.StringKeyedMapAdapter
Returns the request attribute associated with the given key or null if it doesn't exist.
get(Object) - Method in class jodd.util.ref.ReferenceMap
 
getAccessibleFields(Class) - Static method in class jodd.util.ReflectUtil
 
getAccessibleFields(Class, Class) - Static method in class jodd.util.ReflectUtil
 
getAccessibleMethods(Class) - Static method in class jodd.util.ReflectUtil
Returns array of all methods that are accessible from given class.
getAccessibleMethods(Class, Class) - Static method in class jodd.util.ReflectUtil
Returns array of all methods that are accessible from given class, upto limit (usually Object.class).
getAdEra() - Method in class jodd.util.DateFormatSymbolsEx
Returns AD era.
getAll() - Method in class jodd.util.collection.SimpleQueue
Returns all elements from the queue and clears it.
getAllBeanGetterNames(boolean) - Method in class jodd.introspector.ClassDescriptor
Returns all bean getters names.
getAllBeanGetterNames() - Method in class jodd.introspector.ClassDescriptor
Returns all public bean getters names.
getAllBeanGetters(boolean) - Method in class jodd.introspector.ClassDescriptor
Returns all bean getters.
getAllBeanGetters() - Method in class jodd.introspector.ClassDescriptor
Returns all public bean getters.
getAllBeanSetterNames(boolean) - Method in class jodd.introspector.ClassDescriptor
Returns an array of all bean setters names.
getAllBeanSetterNames() - Method in class jodd.introspector.ClassDescriptor
Returns an array of all public bean setters names.
getAllBeanSetters(boolean) - Method in class jodd.introspector.ClassDescriptor
Returns an array of all bean setters.
getAllBeanSetters() - Method in class jodd.introspector.ClassDescriptor
Returns an array of all public bean setters.
getAllCookies(HttpServletRequest, String) - Static method in class jodd.servlet.ServletUtil
Returns all cookies from client that matches provided name.
getAllCtors(boolean) - Method in class jodd.introspector.ClassDescriptor
Returns an array of all ctors.
getAllCtors() - Method in class jodd.introspector.ClassDescriptor
Returns an array of all public ctors.
getAllFields(boolean) - Method in class jodd.introspector.ClassDescriptor
Returns an array of all fields.
getAllFields() - Method in class jodd.introspector.ClassDescriptor
Returns an array of all public fields.
getAllHeaders() - Method in class jodd.mail.CommonEmail
Returns all headers as a HashMap.
getAllMessages() - Method in class jodd.mail.CommonEmail
Returns all messages.
getAllMethods(String, boolean) - Method in class jodd.introspector.ClassDescriptor
Returns an array of all methods with the same name.
getAllMethods(String) - Method in class jodd.introspector.ClassDescriptor
Returns an array of all public methods with the same name.
getAllMethods(boolean) - Method in class jodd.introspector.ClassDescriptor
Returns an array of all methods.
getAllMethods() - Method in class jodd.introspector.ClassDescriptor
Returns an array of all public methods.
getAlphabet() - Static method in class jodd.util.Base64
Returns Base64 characters, a clone of used array.
getAM() - Method in class jodd.util.DateFormatSymbolsEx
Returns AM.
getAnnotation() - Method in class jodd.util.AnnotationDataReader.AnnotationData
Returns annotation.
getAnnotationClass() - Method in class jodd.util.AnnotationDataReader
Returns annotation class.
getArchiveName() - Method in class jodd.io.findfile.ClassFinder.EntryData
Returns archive name or null if entry is not inside archived file.
getAttachments() - Method in class jodd.mail.Email
Returns an array of attachments or null if no attachment enclosed with this email.
getAttachments() - Method in class jodd.mail.ReceivedEmail
Returns the list of all attachments.
getAttribute(String) - Method in class jodd.servlet.HtmlTag
Returns attribute value or null if attribute value doesn't exist.
getAttribute(String) - Method in class jodd.servlet.HttpServletContextMap
 
getAttribute(String) - Method in class jodd.servlet.HttpServletRequestMap
 
getAttribute(String) - Method in class jodd.servlet.HttpSessionMap
 
getAttribute(String) - Method in class jodd.servlet.JspValueMap
 
getAttribute(String) - Method in class jodd.util.collection.StringKeyedMapAdapter
Hooks method that needs to be implemented by concrete subclasses.
getAttribute(String, String) - Method in class jodd.util.JmxClient
Returns bean attribute.
getAttributeNames() - Method in class jodd.servlet.HttpServletContextMap
 
getAttributeNames() - Method in class jodd.servlet.HttpServletRequestMap
 
getAttributeNames() - Method in class jodd.servlet.HttpSessionMap
 
getAttributeNames() - Method in class jodd.servlet.JspValueMap
 
getAttributeNames() - Method in class jodd.util.collection.StringKeyedMapAdapter
Hook method that needs to be implemented by concrete subclasses.
getAuthenticator() - Method in class jodd.mail.Pop3Server
Returns authenticator.
getAuthenticator() - Method in class jodd.mail.SmtpServer
Returns authenticator.
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.
getBaseContextPath(HttpServletRequest) - Static method in class jodd.servlet.DispatcherUtil
 
getBaseName(String) - Static method in class jodd.io.FileNameUtil
Gets the base name, minus the full path and extension, from a full filename.
getBasePathInfo(HttpServletRequest) - Static method in class jodd.servlet.DispatcherUtil
 
getBaseProperty(String) - Method in class jodd.props.PropsData
Returns base property or null if it doesn't exist.
getBaseQueryString(HttpServletRequest) - Static method in class jodd.servlet.DispatcherUtil
 
getBaseRequestUri(HttpServletRequest) - Static method in class jodd.servlet.DispatcherUtil
Returns the base (top-level) uri.
getBaseServletPath(HttpServletRequest) - Static method in class jodd.servlet.DispatcherUtil
 
getBaseValue(String) - Method in class jodd.props.Props
Returns string value of base property.
getBcc() - Method in class jodd.mail.CommonEmail
Returns BCC addresses.
getBcEra() - Method in class jodd.util.DateFormatSymbolsEx
Returns BC era.
getBeanGetter(String, boolean) - Method in class jodd.introspector.ClassDescriptor
Returns bean getter identified by name.
getBeanGetter(String) - Method in class jodd.introspector.ClassDescriptor
Returns public bean getter identified by name.
getBeanPropertyGetterName(Method) - Static method in class jodd.util.ReflectUtil
Returns beans property getter name or null if method is not a real getter.
getBeanPropertySetterName(Method) - Static method in class jodd.util.ReflectUtil
Returns beans property setter name or null if method is not a real setter.
getBeanSetter(String, boolean) - Method in class jodd.introspector.ClassDescriptor
Returns bean setter identified by name.
getBeanSetter(String) - Method in class jodd.introspector.ClassDescriptor
Returns public bean setter identified by name.
getBeanUtilBean() - Method in class jodd.bean.loader.BaseBeanLoader
 
getBody() - Method in class jodd.io.http.HttpTransfer
Returns body or null.
getBOMSize() - Method in class jodd.io.UnicodeInputStream
Returns BOM size in bytes.
getBoolean(byte[], int) - Static method in class jodd.util.Bits
 
getBufferContentAsBytes() - Method in class jodd.servlet.wrapper.BufferResponseWrapper
Returns buffered content as bytes, no matter if stream or writer is used.
getBufferContentAsChars() - Method in class jodd.servlet.wrapper.BufferResponseWrapper
Returns buffered content as chars, no matter if stream or writer is used.
getBufferedBytes() - Method in class jodd.servlet.wrapper.BufferResponseWrapper
Returns buffered bytes or null if buffering was not enabled.
getBufferedChars() - Method in class jodd.servlet.wrapper.BufferResponseWrapper
Returns buffered content or null if buffering was not enabled.
getBundle(String, Locale, ClassLoader) - Method in class jodd.util.ResourceBundleMessageResolver
Returns specified bundle.
getByteArrayStream() - Method in class jodd.servlet.filter.FastByteArrayServletOutputStream
Returns wrapped output stream.
getCachedFilesCount() - Method in class jodd.cache.FileLFUCache
Returns number of cached files.
getCacheSize() - Method in class jodd.cache.AbstractCacheMap
Returns cache size or 0 if there is no size limit.
getCacheSize() - Method in interface jodd.cache.Cache
Returns cache size or 0 if there is no size limit.
getCacheSize() - Method in class jodd.cache.NoCache
 
getCacheTimeout() - Method in class jodd.cache.AbstractCacheMap
Returns default cache timeout or 0 if it is not set.
getCacheTimeout() - Method in interface jodd.cache.Cache
Returns default timeout or 0 if it is not set.
getCacheTimeout() - Method in class jodd.cache.FileLFUCache
Returns timeout.
getCacheTimeout() - Method in class jodd.cache.NoCache
 
getCause() - Method in exception jodd.exception.UncheckedException
Returns exception cause.
getCc() - Method in class jodd.mail.CommonEmail
Returns CC addresses.
getChar(byte[], int) - Static method in class jodd.util.Bits
 
getCharacterEncoding() - Method in class jodd.servlet.upload.MultipartRequest
Returns current encoding.
getClassAsStream(Class) - Static method in class jodd.util.ClassLoaderUtil
Opens a class of the specified name for reading using class classloader.
getClassAsStream(String) - Static method in class jodd.util.ClassLoaderUtil
Opens a class of the specified name for reading.
getClassDescriptorMap(Class) - Method in class jodd.introspector.WeakIntrospector
Returns class descriptor map.
getClasses(Object...) - Static method in class jodd.util.ReflectUtil
Returns classes from array of specified objects.
getClassFileName(Class) - Static method in class jodd.util.ClassLoaderUtil
Resolves class file name from class name by replacing dot's with '/' separator and adding class extension at the end.
getClassFileName(String) - Static method in class jodd.util.ClassLoaderUtil
Resolves class file name from class name by replacing dot's with '/' separator.
getClassPath() - Static method in class jodd.util.SystemUtil
Returns system class path.
getClasspathItemBaseDir(File) - Static method in class jodd.util.ClassLoaderUtil
Returns base folder for classpath item.
getClasspathItemManifest(File) - Static method in class jodd.util.ClassLoaderUtil
Returns classpath item manifest or null if not found.
getComparator() - Method in class jodd.util.collection.SortedArrayList
Returns comparator assigned to this collection, if such exist.
getComponentType(Type) - Static method in class jodd.util.ReflectUtil
Returns component type of the given type.
getComponentType(Type, int) - Static method in class jodd.util.ReflectUtil
Returns the component type of the given type.
getContent() - Method in class jodd.mail.EmailMessage
Returns message content.
getContentDisposition() - Method in class jodd.servlet.upload.FileUploadHeader
Returns content disposition.
getContentId() - Method in class jodd.mail.EmailAttachment
Returns content id for inline attachments, may be null.
getContentLength() - Method in class jodd.servlet.upload.MultipartRequest
Returns request content length.
getContentMimeType() - Method in class jodd.servlet.wrapper.BufferResponseWrapper
Returns content mime type or null.
getContentType() - Method in class jodd.servlet.upload.FileUploadHeader
Returns uploaded content type.
getContentTypeEncoding() - Method in class jodd.servlet.wrapper.BufferResponseWrapper
Returns content encoding or null.
getContextPath(HttpServletRequest) - Static method in class jodd.servlet.DispatcherUtil
 
getContextPath(HttpServletRequest) - Static method in class jodd.servlet.ServletUtil
Returns correct context path, as by Servlet definition.
getContextPath(ServletContext) - Static method in class jodd.servlet.ServletUtil
Returns correct context path, as by Servlet definition.
getContextPath(PageContext) - Static method in class jodd.servlet.ServletUtil
 
getContextPath() - Static method in class jodd.servlet.ServletUtil
 
getConvertBean() - Static method in class jodd.typeconverter.Convert
Returns default ConvertBean.
getConvertBean() - Method in class jodd.typeconverter.TypeConverterManagerBean
Returns ConvertBean.
getCookie(HttpServletRequest, String) - Static method in class jodd.servlet.ServletUtil
Finds and returns cookie from client by its name.
getCount() - Method in class jodd.servlet.tag.IteratorStatus
Returns current item count (1-based).
getCount(Object) - Method in interface jodd.util.collection.Bag
Returns the number of occurrences (cardinality) of the given object currently in the bag.
getCount(Object) - Method in class jodd.util.collection.HashBag
Returns the number of occurrence of the given element in bag.
getCount() - Method in class jodd.util.LoopIterator
Returns current item count (1-based).
getCtor(Class[], boolean) - Method in class jodd.introspector.ClassDescriptor
Returns the constructor identified by arguments or null if not found.
getCtor(Class[]) - Method in class jodd.introspector.ClassDescriptor
Returns the public ctor identified by arguments or null if not found.
getCtorCount(boolean) - Method in class jodd.introspector.ClassDescriptor
Returns the total number of constructors.
getCtorCount() - Method in class jodd.introspector.ClassDescriptor
Returns the total number of public constructors.
getCurrentStackTrace() - Static method in class jodd.exception.ExceptionUtil
Returns current stack trace in form of array of stack trace elements.
getDataSource() - Method in class jodd.mail.att.ByteArrayAttachment
 
getDataSource() - Method in class jodd.mail.att.DataSourceAttachment
 
getDataSource() - Method in class jodd.mail.att.FileAttachment
 
getDataSource() - Method in class jodd.mail.EmailAttachment
 
getDateFormatSymbols(Locale) - Static method in class jodd.util.LocaleUtil
Returns DateFormatSymbols instance for specified locale.
getDateTimeStamp() - Method in class jodd.datetime.JDateTime
Returns current DateTimeStamp.
getDay() - Method in class jodd.datetime.DateTimeStamp
 
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.
getDeclaredProperty(Object, String) - Static method in class jodd.bean.BeanUtil
Returns value of declared bean's property.
getDeclaredProperty(Object, String) - Method in class jodd.bean.BeanUtilBean
Returns value of declared bean's property.
getDeclaredPropertySilently(Object, String) - Static method in class jodd.bean.BeanUtil
Silently returns value of declared bean's property.
getDeclaredPropertySilently(Object, String) - Method in class jodd.bean.BeanUtilBean
Silently returns value of declared bean's property.
getDeclaredPropertyType(Object, String) - Static method in class jodd.bean.BeanUtil
 
getDeclaredPropertyType(Object, String) - Method in class jodd.bean.BeanUtilBean
 
getDefaultBeanUtilBean() - Static method in class jodd.bean.BeanUtil
Returns default BeanUtilBean.
getDefaultClassLoader() - Static method in class jodd.util.ClassLoaderUtil
Returns default class loader.
getDefaultClasspath() - Static method in class jodd.util.ClassLoaderUtil
Returns default classpath using default classloader.
getDefaultClasspath(ClassLoader) - Static method in class jodd.util.ClassLoaderUtil
Returns default class path from all available URLClassLoader in classloader hierarchy.
getDefaultCtor(boolean) - Method in class jodd.introspector.ClassDescriptor
Returns the default ctor or null if not found.
getDefaultCtor() - Method in class jodd.introspector.ClassDescriptor
Returns the public default ctor or null if not found.
getDefaultEncoding() - Method in class jodd.io.UnicodeInputStream
Returns default encoding.
getDefaultTypeConverterManager() - Static method in class jodd.typeconverter.TypeConverterManager
Returns default TypeConverterManager.
getDestinationFolder() - Method in class jodd.servlet.upload.impl.DiskFileUpload
Returns destination folder.
getDouble(byte[], int) - Static method in class jodd.util.Bits
 
getEncoding() - Method in class jodd.io.FileUtilParams
 
getEncoding() - Method in class jodd.io.UnicodeInputStream
Returns detected encoding.
getEncoding() - Method in class jodd.mail.EmailMessage
Returns message encoding.
getEncoding() - Method in class jodd.servlet.wrapper.ContentTypeHeaderResolver
Returns content encoding.
getEra() - Method in class jodd.datetime.JDateTime
Returns era: AD(1) or BC(0).
getEscapeChar() - Method in class jodd.util.StringTemplateParser
 
getExceptionChain(Throwable) - Static method in class jodd.exception.ExceptionUtil
Returns exception chain starting from top up to root cause.
getExcludedEntries() - Method in class jodd.io.findfile.ClassFinder
 
getExcludedJars() - Method in class jodd.io.findfile.ClassFinder
 
getExtension(String) - Static method in class jodd.io.FileNameUtil
Gets the extension of a filename.
getFallbackBundlename() - Method in class jodd.util.ResourceBundleMessageResolver
 
getFallbackLocale() - Method in class jodd.util.ResourceBundleMessageResolver
 
getField(String, boolean) - Method in class jodd.introspector.ClassDescriptor
Returns the field identified by name or null if not found.
getField(String) - Method in class jodd.introspector.ClassDescriptor
Returns the public field identified by name or null if not found.
getFieldCount(boolean) - Method in class jodd.introspector.ClassDescriptor
Returns the total number of fields.
getFieldCount() - Method in class jodd.introspector.ClassDescriptor
Returns the total number of public fields.
getFile() - Method in class jodd.mail.att.FileAttachment
 
getFile() - Method in class jodd.servlet.upload.impl.DiskFileUpload
Returns uploaded and saved file.
getFile(String) - Method in class jodd.servlet.upload.MultipartRequestWrapper
 
getFile(String) - Method in class jodd.servlet.upload.MultipartStreamParser
Returns uploaded file.
getFileBytes(String) - Method in class jodd.cache.FileLFUCache
 
getFileBytes(File) - Method in class jodd.cache.FileLFUCache
Returns cached file bytes.
getFileContent() - Method in class jodd.servlet.upload.FileUpload
Returns all bytes of uploaded file.
getFileContent() - Method in class jodd.servlet.upload.impl.AdaptiveFileUpload
Returns the content of file upload item.
getFileContent() - Method in class jodd.servlet.upload.impl.DiskFileUpload
Returns files content from disk file.
getFileContent() - Method in class jodd.servlet.upload.impl.MemoryFileUpload
Returns byte array containing uploaded file data.
getFileEncoding() - Static method in class jodd.util.SystemUtil
Returns file encoding.
getFileExtensions() - Method in class jodd.servlet.upload.impl.AdaptiveFileUpload
 
getFileInputStream() - Method in class jodd.servlet.upload.FileUpload
Returns input stream of uploaded file.
getFileInputStream() - Method in class jodd.servlet.upload.impl.AdaptiveFileUpload
 
getFileInputStream() - Method in class jodd.servlet.upload.impl.DiskFileUpload
Returns new buffered file input stream.
getFileInputStream() - Method in class jodd.servlet.upload.impl.MemoryFileUpload
Returns byte array input stream.
getFileName() - Method in class jodd.servlet.upload.FileUploadHeader
Returns file name (base name and extension, without full path data).
getFileParameterNames() - Method in class jodd.servlet.upload.MultipartRequestWrapper
Get an enumeration of the parameter names for uploaded files
getFileParameterNames() - Method in class jodd.servlet.upload.MultipartStreamParser
Returns parameter names of all uploaded files.
getFiles(String) - Method in class jodd.servlet.upload.MultipartRequestWrapper
Get a FileUpload array for the given input field name.
getFiles(String) - Method in class jodd.servlet.upload.MultipartStreamParser
Returns all uploaded files the given request parameter has.
getFirstDayOfWeek() - Method in class jodd.datetime.JDateTime
Returns actual the first day of the week.
getFlags() - Method in class jodd.mail.ReceivedEmail
 
getFloat(byte[], int) - Static method in class jodd.util.Bits
 
getFormat() - Method in class jodd.datetime.format.JdtFormat
Returns format.
getFormat() - Method in class jodd.datetime.JDateTime
Returns format.
getFormatter() - Method in class jodd.datetime.format.JdtFormat
Returns formatter.
getFormFieldName() - Method in class jodd.servlet.upload.FileUploadHeader
Returns form field name.
getFormFilename() - Method in class jodd.servlet.upload.FileUploadHeader
Returns complete file name as specified at client side.
getForwardContextPath(HttpServletRequest) - Static method in class jodd.servlet.DispatcherUtil
 
getForwardPathInfo(HttpServletRequest) - Static method in class jodd.servlet.DispatcherUtil
 
getForwardQueryString(HttpServletRequest) - Static method in class jodd.servlet.DispatcherUtil
 
getForwardRequestUri(HttpServletRequest) - Static method in class jodd.servlet.DispatcherUtil
 
getForwardServletPath(HttpServletRequest) - Static method in class jodd.servlet.DispatcherUtil
 
getFraction() - Method in class jodd.datetime.JulianDateStamp
 
getFrom() - Method in class jodd.mail.CommonEmail
Returns FROM address.
getFullPath(String) - Static method in class jodd.io.FileNameUtil
Gets the full path from a full filename, which is the prefix + path.
getFullPathNoEndSeparator(String) - Static method in class jodd.io.FileNameUtil
Gets the full path from a full filename, which is the prefix + path, and also excluding the final directory separator.
getFullUrl(HttpServletRequest) - Static method in class jodd.servlet.DispatcherUtil
Returns full URL: uri + query string, including the context path.
getGenericSupertype(Class, int) - Static method in class jodd.util.ReflectUtil
 
getGenericSupertype(Class) - Static method in class jodd.util.ReflectUtil
 
getHeader(String) - Method in class jodd.io.http.HttpTransfer
Returns value of header parameter.
getHeader(String) - Method in class jodd.mail.CommonEmail
 
getHeader() - Method in class jodd.servlet.upload.FileUpload
Returns FileUploadHeader of uploaded file.
getHost() - Method in class jodd.io.http.HttpTransfer
Returns request host name.
getHost() - Method in class jodd.mail.Pop3Server
Returns POP host address.
getHost() - Method in class jodd.mail.SmtpServer
Returns SMTP host address.
getHour() - Method in class jodd.datetime.DateTimeStamp
 
getHour() - Method in class jodd.datetime.JDateTime
Returns current hour.
getHttpVersion() - Method in class jodd.io.http.HttpTransfer
Returns HTTP version string.
getIncludeContextPath(HttpServletRequest) - Static method in class jodd.servlet.DispatcherUtil
 
getIncludedEntries() - Method in class jodd.io.findfile.ClassFinder
 
getIncludedJars() - Method in class jodd.io.findfile.ClassFinder
 
getIncludePathInfo(HttpServletRequest) - Static method in class jodd.servlet.DispatcherUtil
 
getIncludeQueryString(HttpServletRequest) - Static method in class jodd.servlet.DispatcherUtil
 
getIncludeRequestUri(HttpServletRequest) - Static method in class jodd.servlet.DispatcherUtil
 
getIncludeServletPath(HttpServletRequest) - Static method in class jodd.servlet.DispatcherUtil
 
getIndex() - Method in class jodd.servlet.tag.IteratorStatus
Returns current index (zero-based).
getIndex() - Method in class jodd.util.LoopIterator
Returns current item index (0-based).
getIndexModulus() - Method in class jodd.util.LoopIterator
Returns modulus of current index.
getIndexProperty(Object, String, boolean, boolean) - Method in class jodd.bean.BeanUtilBean
 
getIndexProperty(BeanProperty, boolean) - Method in class jodd.bean.BeanUtilBean
Get non-nested property value: either simple or indexed property.
getInitialContext() - Static method in class jodd.util.ContextUtil
Returns initial naming context from default name service URL and default name service type.
getInstance() - Static method in class jodd.servlet.HttpSessionListenerBroadcaster
 
getInstance(HttpServletRequest, FileUploadFactory, String) - Static method in class jodd.servlet.upload.MultipartRequest
Returns a new instance of MultipleRequest if it was not created before during current request.
getInstance(HttpServletRequest, String) - Static method in class jodd.servlet.upload.MultipartRequest
 
getInstance(HttpServletRequest, FileUploadFactory) - Static method in class jodd.servlet.upload.MultipartRequest
 
getInstance(HttpServletRequest) - Static method in class jodd.servlet.upload.MultipartRequest
 
getInt(byte[], int) - Static method in class jodd.util.Bits
 
getInteger() - Method in class jodd.datetime.JulianDateStamp
 
getIpAsInt(String) - Static method in class jodd.io.NetUtil
Returns IP address as integer.
getJavaHome() - Static method in class jodd.util.SystemUtil
Returns JAVA_HOME which is not equals to "java.home" property since it points to JAVA_HOME/jre folder.
getJavaJreHome() - Static method in class jodd.util.SystemUtil
Returns JRE home.
getJavaSpecificationVersion() - Static method in class jodd.util.SystemUtil
Retrieves the version of the currently running JVM.
getJavaVendor() - Static method in class jodd.util.SystemUtil
Returns Java vendor.
getJavaVersion() - Static method in class jodd.util.SystemUtil
Returns Java version.
getJdtFormatter() - Method in class jodd.datetime.JDateTime
Returns actual JdtFormatter.
getJulianDate() - Method in class jodd.datetime.JDateTime
Returns JulianDateStamp.
getJulianDateDouble() - Method in class jodd.datetime.JDateTime
Returns JD as double value.
getJulianDayNumber() - Method in class jodd.datetime.JDateTime
Returns JDN.
getJulianDayNumber() - Method in class jodd.datetime.JulianDateStamp
Returns JDN.
getKey() - Method in class jodd.util.KeyValue
Returns a key.
getLabel() - Method in class jodd.mail.EmailAddress
Party label associated with this address, for example, 'Home', 'Work', etc.
getLapTimes(int) - Method in class jodd.datetime.JStopWatch
Returns lap times for 1-based lap index.
getLastHeader() - Method in class jodd.servlet.upload.MultipartRequestInputStream
 
getLastIndex() - Method in class jodd.util.BinarySearch
Returns index of last element in wrapped collection.
getLastModified() - Method in class jodd.servlet.wrapper.LastModifiedData
Returns last modified date or -1.
getLastModifiedData() - Method in class jodd.servlet.wrapper.BufferResponseWrapper
Returns last modified data.
getListenerList() - Method in class jodd.servlet.HttpSessionListenerBroadcaster
Returns listeners list for more demanding configuration.
getLocale() - Method in class jodd.datetime.JDateTime
Return currently active locale.
getLocale(String, String, String) - Static method in class jodd.util.LocaleUtil
Returns Locale from cache.
getLocale(String, String) - Static method in class jodd.util.LocaleUtil
Returns Locale from cache.
getLocale(String) - Static method in class jodd.util.LocaleUtil
Returns Locale from cache where Locale may be specified also using language code.
getLong(byte[], int) - Static method in class jodd.util.Bits
 
getMacroEnd() - Method in class jodd.util.StringTemplateParser
 
getMacroStart() - Method in class jodd.util.StringTemplateParser
 
getMaskAsInt(String) - Static method in class jodd.io.NetUtil
 
getMatchedFiles() - Method in class jodd.io.findfile.WildcardFileScanner
Returns matched files.
getMaxDeep() - Method in class jodd.util.PrettyStringBuilder
 
getMaxFileSize() - Method in class jodd.cache.FileLFUCache
Returns maximum allowed file size that can be added to the cache.
getMaxFileSize() - Method in class jodd.servlet.upload.FileUpload
Returns max file size or -1 if there is no max file size.
getMaxFileSize() - Method in class jodd.servlet.upload.impl.AdaptiveFileUploadFactory
 
getMaxFileSize() - Method in class jodd.servlet.upload.impl.DiskFileUploadFactory
 
getMaxFileSize() - Method in class jodd.servlet.upload.impl.MemoryFileUploadFactory
 
getMaxItemsToShow() - Method in class jodd.util.PrettyStringBuilder
 
getMaxSize() - Method in class jodd.cache.FileLFUCache
Returns max cache size in bytes.
getMBeanProxy(String, Class<T>) - Method in class jodd.util.JmxClient
Creates MBean proxy.
getMemoryThreshold() - Method in class jodd.servlet.upload.impl.AdaptiveFileUpload
 
getMemoryThreshold() - Method in class jodd.servlet.upload.impl.AdaptiveFileUploadFactory
 
getMessage() - Method in exception jodd.exception.UncheckedException
Returns the detail message, including the message from the nested exception if there is one.
getMessage(String, Locale, String) - Method in class jodd.util.ResourceBundleMessageResolver
Gets the message from the named resource bundle.
getMessageCount() - Method in class jodd.mail.ReceiveMailSession
Returns number of messages.
getMessageNumber() - Method in class jodd.mail.ReceivedEmail
 
getMethod(String, boolean) - Method in class jodd.introspector.ClassDescriptor
Returns the method identified by name or null if not found.
getMethod(String) - Method in class jodd.introspector.ClassDescriptor
Returns the public method identified by name or null if not found.
getMethod(String, Class[], boolean) - Method in class jodd.introspector.ClassDescriptor
Returns the method identified by name and parameters.
getMethod(String, Class[]) - Method in class jodd.introspector.ClassDescriptor
Returns the public method identified by name and parameters.
getMethod() - Method in class jodd.io.http.HttpTransfer
Returns request method.
getMethod0(Class, String, Class...) - Static method in class jodd.util.ReflectUtil
Invokes private Class.getMethod0() without throwing NoSuchMethodException.
getMillisecond() - Method in class jodd.datetime.DateTimeStamp
 
getMillisecond() - Method in class jodd.datetime.JDateTime
Returns current milliseconds.
getMillisOfDay() - Method in class jodd.datetime.JDateTime
Calculates the number of milliseconds of a day.
getMimeSubtype() - Method in class jodd.servlet.upload.FileUploadHeader
Returns file sub type MIME.
getMimeType() - Method in class jodd.mail.EmailMessage
Returns message mime type.
getMimeType() - Method in class jodd.servlet.upload.FileUploadHeader
Returns file types MIME.
getMimeType() - Method in class jodd.servlet.wrapper.ContentTypeHeaderResolver
Returns content mime type.
getMimeType(String) - Static method in class jodd.util.MimeTypes
Returns the corresponding MIME type to the given extension.
getMinDaysInFirstWeek() - Method in class jodd.datetime.JDateTime
Returns actual minimal number of days of the first week.
getMinute() - Method in class jodd.datetime.DateTimeStamp
 
getMinute() - Method in class jodd.datetime.JDateTime
Returns current minutes.
getMissingKeyReplacement() - Method in class jodd.util.StringTemplateParser
 
getModifiedJulianDate() - Method in class jodd.datetime.JDateTime
Returns Modified Julian Date (MJD), where date starts from midnight rather than noon.
getModifiedJulianDate() - Method in class jodd.datetime.JulianDateStamp
 
getModifiedJulianDateDouble() - Method in class jodd.datetime.JDateTime
 
getModulus() - Method in class jodd.servlet.tag.IteratorStatus
Returns modulus of current count.
getModulus() - Method in class jodd.util.LoopIterator
Returns modulus of current count.
getModulusValue() - Method in class jodd.util.LoopIterator
Returns modulus value.
getMonth() - Method in class jodd.datetime.DateTimeStamp
 
getMonth() - Method in class jodd.datetime.JDateTime
Returns current month.
getMonth(int) - Method in class jodd.util.DateFormatSymbolsEx
Returns month string.
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.
getMoreValue() - Method in class jodd.util.PrettyStringBuilder
 
getMultipartRequest() - Method in class jodd.servlet.upload.MultipartRequestWrapper
Returns MultipartRequest instance or null if request is not multi-part.
getMustHaveDayOfFirstWeek() - Method in class jodd.datetime.JDateTime
Returns actual must have day of the 1st week.
getName() - Method in class jodd.datetime.JStopWatch
Returns stopwatch name.
getName(String) - Static method in class jodd.io.FileNameUtil
Gets the name minus the path from a full filename.
getName() - Method in class jodd.io.findfile.ClassFinder.EntryData
Returns entry name.
getName() - Method in class jodd.mail.EmailAttachment
Returns attachment name.
getNewMessageCount() - Method in class jodd.mail.ReceiveMailSession
Returns the number of new messages.
getNextIndex() - Method in class jodd.servlet.HtmlTag
Returns next index for location start.
getNullValue() - Method in class jodd.util.PrettyStringBuilder
 
getNumberFormat(Locale) - Static method in class jodd.util.LocaleUtil
Returns NumberFormat instance for specified locale.
getOffset(JDateTime, TimeZone) - Static method in class jodd.datetime.TimeZoneUtil
Get offset difference in milliseconds for given jdatetime.
getOffsetDifference(long, TimeZone, TimeZone) - Static method in class jodd.datetime.TimeZoneUtil
Returns offset difference in milliseconds for given time.
getOffsetDifference(JDateTime, TimeZone, TimeZone) - Static method in class jodd.datetime.TimeZoneUtil
 
getOsName() - Static method in class jodd.util.SystemUtil
Returns OS name.
getOsVersion() - Static method in class jodd.util.SystemUtil
Returns OS version.
getOutputStream() - Method in class jodd.servlet.filter.ByteArrayResponseWrapper
 
getOutputStream() - Method in class jodd.servlet.filter.GzipResponseWrapper
Returns the servlet output stream associated with this Response.
getOutputStream() - Method in class jodd.servlet.wrapper.Buffer
Returns a servlet output stream.
getOutputStream() - Method in class jodd.servlet.wrapper.BufferResponseWrapper
Returns buffered output stream if buffering is enabled, otherwise returns the original stream.
getParameter(String) - Method in class jodd.io.http.HttpParams
Returns parameter value.
getParameter(String) - Method in class jodd.servlet.upload.MultipartRequestWrapper
 
getParameter(String) - Method in class jodd.servlet.upload.MultipartStreamParser
Returns single value of a parameter.
getParameterMap() - Method in class jodd.servlet.upload.MultipartRequestWrapper
 
getParameterNames() - Method in class jodd.servlet.upload.MultipartRequestWrapper
 
getParameterNames() - Method in class jodd.servlet.upload.MultipartStreamParser
Returns the names of the parameters contained in this request.
getParameterValues(String) - Method in class jodd.servlet.upload.MultipartRequestWrapper
 
getParameterValues(String) - Method in class jodd.servlet.upload.MultipartStreamParser
Returns all values all of the values the given request parameter has.
getParamsCount() - Method in class jodd.io.http.HttpParams
Returns total number of unique parameter names.
getParentFile(File) - Static method in class jodd.io.FileUtil
Returns parent for the file.
getParsedInstance(HttpServletRequest, FileUploadFactory, String) - Static method in class jodd.servlet.upload.MultipartRequest
Returns parsed instance of MultipartRequest.
getParsedInstance(HttpServletRequest, String) - Static method in class jodd.servlet.upload.MultipartRequest
 
getParsedInstance(HttpServletRequest, FileUploadFactory) - Static method in class jodd.servlet.upload.MultipartRequest
 
getParsedInstance(HttpServletRequest) - Static method in class jodd.servlet.upload.MultipartRequest
 
getPasswordAuthentication() - Method in class jodd.mail.SimpleAuthenticator
 
getPath(String) - Static method in class jodd.io.FileNameUtil
Gets the path from a full filename, which excludes the prefix.
getPath() - Method in class jodd.io.http.HttpTransfer
Returns request path.
getPathInfo(HttpServletRequest) - Static method in class jodd.servlet.DispatcherUtil
 
getPathNoEndSeparator(String) - Static method in class jodd.io.FileNameUtil
Gets the path from a full filename, which excludes the prefix, and also excluding the final directory separator.
getPathSeparator() - Static method in class jodd.util.SystemUtil
Returns path separator.
getPattern() - Method in class jodd.io.findfile.WildcardFindFile
Returns the matching wildcard pattern.
getPM() - Method in class jodd.util.DateFormatSymbolsEx
Returns PM.
getPort() - Method in class jodd.io.http.HttpTransfer
Returns request port number.
getPort() - Method in class jodd.mail.Pop3Server
Returns current port.
getPort() - Method in class jodd.mail.SmtpServer
Returns current port.
getPrefix(String) - Static method in class jodd.io.FileNameUtil
Gets the prefix from a full filename, such as C:/ or ~/.
getPrefixLength(String) - Static method in class jodd.io.FileNameUtil
Returns the length of the filename prefix, such as C:/ or ~/.
getPriority() - Method in class jodd.mail.CommonEmail
Returns emails priority (1 - 5) or -1 if priority not available.
getProfileProperty(String, String) - Method in class jodd.props.PropsData
Returns profile property.
getProperty(Object, String) - Static method in class jodd.bean.BeanUtil
Returns value of bean's property.
getProperty(Object, String) - Method in class jodd.bean.BeanUtilBean
Returns value of bean's property.
getProperty(Map, String) - Static method in class jodd.util.PropertiesUtil
Returns String property from a map.
getProperty(Map, String, String) - Static method in class jodd.util.PropertiesUtil
Returns String property from a map.
getPropertySilently(Object, String) - Static method in class jodd.bean.BeanUtil
Silently returns value of bean's property.
getPropertySilently(Object, String) - Method in class jodd.bean.BeanUtilBean
Silently returns value of bean's property.
getPropertyType(Object, String) - Static method in class jodd.bean.BeanUtil
 
getPropertyType(Object, String) - Method in class jodd.bean.BeanUtilBean
 
getPropsData() - Method in class jodd.props.PropsParser
 
getQueryParameters() - Method in class jodd.io.http.HttpTransfer
Reads query parameters from the HttpTransfer path.
getQueryString(HttpServletRequest) - Static method in class jodd.servlet.DispatcherUtil
 
getRawOffsetDifference(TimeZone, TimeZone) - Static method in class jodd.datetime.TimeZoneUtil
Returns raw offset difference in milliseconds.
getReceiveDate() - Method in class jodd.mail.ReceivedEmail
Returns emails received date.
getReducedJulianDate() - Method in class jodd.datetime.JDateTime
Returns Reduced Julian Date (RJD), used by astronomers.
getReducedJulianDate() - Method in class jodd.datetime.JulianDateStamp
 
getReducedJulianDateDouble() - Method in class jodd.datetime.JDateTime
 
getRegexpPattern() - Method in class jodd.io.findfile.RegExpFindFile
Returns regular expression pattern.
getReplyTo() - Method in class jodd.mail.CommonEmail
Returns REPLY-TO addresses.
getRequest() - Static method in class jodd.servlet.RequestContextListener
Returns current http servlet request.
getRequestParameter(ServletRequest, String) - Static method in class jodd.servlet.ServletUtil
Returns HTTP request parameter as String or String[].
getRequestParameters() - Method in class jodd.io.http.HttpTransfer
Returns request parameters.
getRequestUri(HttpServletRequest) - Static method in class jodd.servlet.DispatcherUtil
Get current request uri.
getResourceAsStream(String) - Static method in class jodd.util.ClassLoaderUtil
Opens a resource of the specified name for reading.
getResourceAsStream(String, ClassLoader) - Static method in class jodd.util.ClassLoaderUtil
Opens a resource of the specified name for reading.
getResourceFile(String) - Static method in class jodd.util.ClassLoaderUtil
Retrieves resource as file.
getResourceFile(String, ClassLoader) - Static method in class jodd.util.ClassLoaderUtil
Retrieves resource as file.
getResourceUrl(String) - Static method in class jodd.util.ClassLoaderUtil
Retrieves given resource as URL.
getResourceUrl(String, ClassLoader) - Static method in class jodd.util.ClassLoaderUtil
Retrieves given resource as URL.
getRootCause(Throwable) - Static method in class jodd.exception.ExceptionUtil
Introspects the Throwable to obtain the root cause.
getSecond() - Method in class jodd.datetime.DateTimeStamp
 
getSecond() - Method in class jodd.datetime.JDateTime
Return current seconds.
getSentDate() - Method in class jodd.mail.CommonEmail
Returns e-mails sent date.
getServletError(ServletRequest) - Static method in class jodd.servlet.ServletUtil
Returns servlet error.
getServletPath(HttpServletRequest) - Static method in class jodd.servlet.DispatcherUtil
 
getServletRequest() - Method in class jodd.servlet.upload.MultipartRequest
Returns actual http servlet request instance.
getSession(String) - Static method in class jodd.servlet.SessionMappingListener
Gets the session with the specified ID.
getShort(byte[], int) - Static method in class jodd.util.Bits
 
getShortMonth(int) - Method in class jodd.util.DateFormatSymbolsEx
Returns short months.
getShortWeekday(int) - Method in class jodd.util.DateFormatSymbolsEx
Returns short weekday.
getSimpleProperty(Object, String, boolean) - Method in class jodd.bean.BeanUtilBean
Reads simple property.
getSimpleProperty(BeanProperty, boolean) - Method in class jodd.bean.BeanUtilBean
 
getSimplePropertyForced(Object, String, boolean) - Method in class jodd.bean.BeanUtilBean
Reads simple property forced: when property value doesn't exist, it will be created.
getSize() - Method in class jodd.mail.EmailAttachment
Returns size of received attachment,
getSize() - Method in class jodd.servlet.upload.FileUpload
Returns the file upload size or -1 if file was not uploaded.
getStackTrace(Throwable, String[], String[]) - Static method in class jodd.exception.ExceptionUtil
Returns stack trace filtered by class names.
getStackTraceChain(Throwable, String[], String[]) - Static method in class jodd.exception.ExceptionUtil
Returns stack trace chain filtered by class names.
getStartIndex() - Method in class jodd.servlet.HtmlTag
Returns start index of the tag.
getStatusCode() - Method in class jodd.io.http.HttpTransfer
Returns response status code.
getStatusPhrase() - Method in class jodd.io.http.HttpTransfer
Returns response status phrase.
getStore(Session) - Method in class jodd.mail.Pop3Server
Returns email store.
getStore(Session) - Method in class jodd.mail.Pop3SslServer
 
getStringFromClipboard() - Static method in class jodd.util.ClipboardUtil
Reads a string from system clipboard.
getSubject() - Method in class jodd.mail.CommonEmail
Returns message subject.
getSunBoothClassPath() - Static method in class jodd.util.SystemUtil
Returns sun bootstrap class path.
getSuperclasses(Class) - Static method in class jodd.util.ReflectUtil
Returns all superclasses.
getSupportedFields(Class) - Static method in class jodd.util.ReflectUtil
 
getSupportedFields(Class, Class) - Static method in class jodd.util.ReflectUtil
 
getSupportedMethods(Class) - Static method in class jodd.util.ReflectUtil
 
getSupportedMethods(Class, Class) - Static method in class jodd.util.ReflectUtil
Returns a Method array of the methods to which instances of the specified respond except for those methods defined in the class specified by limit or any of its superclasses.
getSystemClassLoader() - Static method in class jodd.util.ClassLoaderUtil
Returns system class loader.
getSystemJars() - Method in class jodd.io.findfile.ClassFinder
 
getTag() - Method in class jodd.servlet.HtmlTag
Returns unchanged tag content.
getTagName() - Method in class jodd.servlet.HtmlTag
Returns tag's name.
getTempDir() - Static method in class jodd.util.SystemUtil
Returns system temp dir.
getTestValue() - Method in class jodd.servlet.tag.IfElseTag
Returns test value
getText() - Method in class jodd.mail.EmailAddress
Returns the actual email address string, e.g.
getThreadStopWatch() - Static method in class jodd.datetime.JStopWatch
Returns thread-assigned stop watch.
getTimeInMillis() - Method in class jodd.datetime.JDateTime
Returns time based on current time in milliseconds.
getTimeZone() - Method in class jodd.datetime.JDateTime
Return currently active time zone.
getTo() - Method in class jodd.mail.CommonEmail
Returns TO addresses.
getTransport(Session) - Method in class jodd.mail.SmtpServer
Returns mail transport.
getTruncatedJulianDate() - Method in class jodd.datetime.JDateTime
Returns Truncated Julian Day (TJD), introduced by NASA for the space program.
getTruncatedJulianDate() - Method in class jodd.datetime.JulianDateStamp
 
getTruncatedJulianDateDouble() - Method in class jodd.datetime.JDateTime
 
getType() - Method in class jodd.introspector.ClassDescriptor
Get the class object that this descriptor describes.
getTypeSignatureBytes(Class) - Method in class jodd.io.findfile.ClassFinder
Returns type signature bytes used for searching in class file.
getUploadPath() - Method in class jodd.servlet.upload.impl.AdaptiveFileUpload
 
getUploadPath() - Method in class jodd.servlet.upload.impl.AdaptiveFileUploadFactory
 
getUrl(HttpServletRequest) - Static method in class jodd.servlet.DispatcherUtil
Returns url, without context path, convenient for request dispatcher.
getUsageCount() - Method in class jodd.introspector.ClassDescriptor
Returns number of class description usages.
getUsedSize() - Method in class jodd.cache.FileLFUCache
Returns actually used size in bytes.
getUserDir() - Static method in class jodd.util.SystemUtil
Returns current working folder.
getUserHome() - Static method in class jodd.util.SystemUtil
Returns user home folder.
getUserName() - Static method in class jodd.util.SystemUtil
Returns current user.
getValue() - Method in class jodd.mutable.MutableBoolean
Returns mutable value.
getValue() - Method in class jodd.mutable.MutableByte
Returns mutable value.
getValue() - Method in class jodd.mutable.MutableDouble
Returns mutable value.
getValue() - Method in class jodd.mutable.MutableFloat
Returns mutable value.
getValue() - Method in class jodd.mutable.MutableInteger
Returns mutable value.
getValue() - Method in class jodd.mutable.MutableLong
Returns mutable value.
getValue() - Method in class jodd.mutable.MutableShort
Returns mutable value.
getValue() - Method in class jodd.mutable.ValueHolder
Returns value.
getValue(String) - Method in class jodd.props.Props
Returns value of property, using active profiles.
getValue(String, String...) - Method in class jodd.props.Props
Returns string value of given profiles.
getValue() - Method in class jodd.props.PropsValue
Returns either resolved or real value.
getValue() - Method in class jodd.servlet.CsrfShield.Token
Returns token value.
getValue() - Method in class jodd.servlet.tag.SwitchTag
 
getValue() - Method in class jodd.util.KeyValue
Returns a value.
getValue() - Method in class jodd.util.LoopIterator
Returns current loop value.
getWeekday(int) - Method in class jodd.util.DateFormatSymbolsEx
Returns weekday.
getWeekOfMonth() - Method in class jodd.datetime.JDateTime
Returns current week of month.
getWeekOfYear() - Method in class jodd.datetime.JDateTime
Returns current week of year.
getWorkingFolder() - Static method in class jodd.util.SystemUtil
Returns current working folder.
getWriter() - Method in class jodd.servlet.filter.ByteArrayResponseWrapper
 
getWriter() - Method in class jodd.servlet.filter.CharArrayResponseWrapper
Returns buffered writer.
getWriter() - Method in class jodd.servlet.filter.GzipResponseWrapper
Returns the writer associated with this Response.
getWriter() - Method in class jodd.servlet.wrapper.Buffer
Returns a writer.
getWriter() - Method in class jodd.servlet.wrapper.BufferResponseWrapper
Returns buffered writer if buffering is enabled, otherwise returns the original writer.
getYear() - Method in class jodd.datetime.DateTimeStamp
 
getYear() - Method in class jodd.datetime.JDateTime
Returns current year.
groupDigits - Variable in class jodd.format.PrintfFormat
 
groupDigits(String, int, char) - Method in class jodd.format.PrintfFormat
Groups numbers by inserting 'separator' after every group of 'size' digits, starting from the right.
gzip(String) - Static method in class jodd.io.ZipUtil
Compresses a file into gzip archive.
gzip(File) - Static method in class jodd.io.ZipUtil
Compresses a file into gzip archive.
GZIP_EXT - Static variable in class jodd.io.ZipUtil
 
GzipFilter - Class in jodd.servlet.filter
Compresses output with gzip, for browsers that supports it.
GzipFilter() - Constructor for class jodd.servlet.filter.GzipFilter
 
GzipResponseStream - Class in jodd.servlet.filter
GZIP response stream.
GzipResponseStream(HttpServletResponse) - Constructor for class jodd.servlet.filter.GzipResponseStream
Constructs a servlet output stream associated with the specified Response.
GzipResponseWrapper - Class in jodd.servlet.filter
Implementation of HttpServletResponseWrapper that works with the GzipResponseStream implementation.
GzipResponseWrapper(HttpServletResponse) - Constructor for class jodd.servlet.filter.GzipResponseWrapper
Calls the parent constructor which creates a ServletResponse adaptor wrapping the given response object.
gzipstream - Variable in class jodd.servlet.filter.GzipResponseStream
The underlying gzip output stream to which we should write data.

H

hasAnnotation(AccessibleObject) - Method in class jodd.util.AnnotationDataReader
Returns true if annotation is present on given accessible object.
hasAttribute(String) - Method in class jodd.servlet.HtmlTag
Returns true if attribute is included in the tag.
hasDeclaredProperty(Object, String) - Static method in class jodd.bean.BeanUtil
 
hasDeclaredProperty(Object, String) - Method in class jodd.bean.BeanUtilBean
 
hasFiles - Variable in class jodd.io.http.HttpParams
 
hasFiles() - Method in class jodd.io.http.HttpParams
Returns true if parameters contains at least on non-string parameter, i.e. an upload file.
hasFlags(int) - Method in class jodd.mail.ReceivedEmail
 
hash(int, boolean) - Static method in class jodd.util.HashCode
Calculates hash code for booleans.
hash(int, boolean[]) - Static method in class jodd.util.HashCode
Calculates hash code for boolean array.
hash(int, char) - Static method in class jodd.util.HashCode
Calculates hash code for chars.
hash(int, char[]) - Static method in class jodd.util.HashCode
Calculates hash code for char array.
hash(int, int) - Static method in class jodd.util.HashCode
Calculates hash code for ints.
hash(int, int[]) - Static method in class jodd.util.HashCode
Calculates hash code for int array.
hash(int, short[]) - Static method in class jodd.util.HashCode
Calculates hash code for short array.
hash(int, byte[]) - Static method in class jodd.util.HashCode
Calculates hash code for byte array.
hash(int, long) - Static method in class jodd.util.HashCode
Calculates hash code for longs.
hash(int, long[]) - Static method in class jodd.util.HashCode
Calculates hash code for long array.
hash(int, float) - Static method in class jodd.util.HashCode
Calculates hash code for floats.
hash(int, float[]) - Static method in class jodd.util.HashCode
Calculates hash code for float array.
hash(int, double) - Static method in class jodd.util.HashCode
Calculates hash code for doubles.
hash(int, double[]) - Static method in class jodd.util.HashCode
Calculates hash code for double array.
hash(int, Object) - Static method in class jodd.util.HashCode
Calculates hash code for Objects.
HASH - Static variable in interface jodd.util.StringPool
 
HashBag<E> - Class in jodd.util.collection
HashBag implementation of a Bag
HashBag() - Constructor for class jodd.util.collection.HashBag
 
HashBag(Collection<? extends E>) - Constructor for class jodd.util.collection.HashBag
 
hashBooleanArray(int, boolean...) - Static method in class jodd.util.HashCode
Calculates hash code for boolean array.
hashByteArray(int, byte...) - Static method in class jodd.util.HashCode
Calculates hash code for byte array.
hashCharArray(int, char...) - Static method in class jodd.util.HashCode
Calculates hash code for char array.
hashCode() - Method in class jodd.datetime.DateTimeStamp
 
hashCode() - Method in class jodd.datetime.JDateTime
 
hashCode() - Method in class jodd.datetime.JulianDateStamp
 
hashCode() - Method in class jodd.mail.EmailAddress
 
hashCode() - Method in class jodd.mutable.MutableBoolean
Returns a hashcode for this value.
hashCode() - Method in class jodd.mutable.MutableByte
Returns a hashcode for this value.
hashCode() - Method in class jodd.mutable.MutableDouble
Returns a hashcode for this value.
hashCode() - Method in class jodd.mutable.MutableFloat
Returns a hashcode for this value.
hashCode() - Method in class jodd.mutable.MutableInteger
Returns a hashcode for this value.
hashCode() - Method in class jodd.mutable.MutableLong
Returns a hashcode for this value.
hashCode() - Method in class jodd.mutable.MutableShort
Returns a hashcode for this value.
hashCode() - Method in class jodd.servlet.CsrfShield.Token
 
hashCode() - Method in class jodd.util.collection.HashBag
Gets a hash code for the Bag compatible with the definition of equals.
HashCode - Class in jodd.util
Collected methods which allow easy implementation of hashCode().
HashCode() - Constructor for class jodd.util.HashCode
 
hashCode() - Method in class jodd.util.KeyValue
 
hashDoubleArray(int, double...) - Static method in class jodd.util.HashCode
Calculates hash code for double array.
hashFloatArray(int, float...) - Static method in class jodd.util.HashCode
Calculates hash code for float array.
hashIntArray(int, int...) - Static method in class jodd.util.HashCode
Calculates hash code for int array.
hashLongArray(int, long...) - Static method in class jodd.util.HashCode
Calculates hash code for long array.
hashpw(String, String) - Static method in class jodd.util.BCrypt
Hash a password using the OpenBSD bcrypt scheme
hashShortArray(int, short...) - Static method in class jodd.util.HashCode
Calculates hash code for short array.
hasIndexProperty(Object, String, boolean) - Method in class jodd.bean.BeanUtilBean
 
hasIndexProperty(BeanProperty, boolean) - Method in class jodd.bean.BeanUtilBean
 
hasMoreElements() - Method in class jodd.util.collection.ArrayEnumeration
 
hasMoreElements() - Method in class jodd.util.collection.JoinedEnumeration
 
hasNext() - Method in class jodd.cache.CacheValuesIterator
Returns true if there are more elements in the cache.
hasNext() - Method in class jodd.util.collection.ArrayIterator
 
hasNext() - Method in class jodd.util.collection.CompositeIterator
hasNext() - Method in class jodd.util.collection.EnumerationIterator
 
hasNext() - Method in class jodd.util.collection.JoinedIterator
 
hasParams - Variable in class jodd.servlet.URLBuilder
 
hasProperty(Object, String) - Static method in class jodd.bean.BeanUtil
 
hasProperty(Object, String) - Method in class jodd.bean.BeanUtilBean
 
hasSimpleProperty(Object, String, boolean) - Method in class jodd.bean.BeanUtilBean
Returns true if simple property exist.
hasSimpleProperty(BeanProperty, boolean) - Method in class jodd.bean.BeanUtilBean
 
HAT - Static variable in interface jodd.util.StringPool
 
haveToolsJar - Variable in class jodd.compiler.JavaCompiler
 
header(String, String) - Method in class jodd.mail.Email
 
header - Variable in class jodd.servlet.upload.FileUpload
 
HEADER_ACCEPT_ENCODING - Static variable in class jodd.servlet.ServletUtil
 
HEADER_AUTHORIZATION - Static variable in class jodd.servlet.ServletUtil
 
HEADER_CONTENT_TYPE - Static variable in class jodd.servlet.ServletUtil
 
headers - Variable in class jodd.io.http.HttpTransfer
 
headers - Variable in class jodd.mail.CommonEmail
 
host - Variable in class jodd.io.http.HttpTransfer
 
host - Variable in class jodd.mail.Pop3Server
 
host - Variable in class jodd.mail.SmtpServer
 
hour - Variable in class jodd.datetime.DateTimeStamp
Hour, range: [0 - 23]
HtmlDecoder - Class in jodd.servlet
HTML decoder.
HtmlDecoder() - Constructor for class jodd.servlet.HtmlDecoder
 
HtmlEncoder - Class in jodd.servlet
Encodes text and URL strings in various ways resulting HTML-safe text.
HtmlEncoder() - Constructor for class jodd.servlet.HtmlEncoder
 
HtmlFormUtil - Class in jodd.servlet
Various utilities for raw population of HTML forms.
HtmlFormUtil() - Constructor for class jodd.servlet.HtmlFormUtil
 
HtmlTag - Class in jodd.servlet
Very simple utility for working with HTML tag's names and attributes.
HtmlTag(String) - Constructor for class jodd.servlet.HtmlTag
 
HtmlTag(String, int, int) - Constructor for class jodd.servlet.HtmlTag
 
Http - Class in jodd.io.http
HTTP util class for creating request and response HttpTransfer.
Http() - Constructor for class jodd.io.http.Http
 
HTTP_DATE_FORMAT - Static variable in class jodd.datetime.TimeUtil
 
HTTP_PROXY_HOST - Static variable in class jodd.util.SystemUtil
 
HTTP_PROXY_PASSWORD - Static variable in class jodd.util.SystemUtil
 
HTTP_PROXY_PORT - Static variable in class jodd.util.SystemUtil
 
HTTP_PROXY_USER - Static variable in class jodd.util.SystemUtil
 
HttpParams - Class in jodd.io.http
HTTP parameters for handling both query and request parameters.
HttpParams(Map<String, Object>) - Constructor for class jodd.io.http.HttpParams
 
HttpParams() - Constructor for class jodd.io.http.HttpParams
 
HttpParams(String) - Constructor for class jodd.io.http.HttpParams
 
HttpParams(String, boolean) - Constructor for class jodd.io.http.HttpParams
 
HttpServletContextMap - Class in jodd.servlet
Map backed by the Servlet context for accessing application scoped attributes.
HttpServletContextMap(ServletContext) - Constructor for class jodd.servlet.HttpServletContextMap
Create a map wrapping given servlet context.
HttpServletContextMap(HttpServletRequest) - Constructor for class jodd.servlet.HttpServletContextMap
 
HttpServletRequestMap - Class in jodd.servlet
Map backed by the Servlet HTTP request attribute map for accessing request local attributes.
HttpServletRequestMap(HttpServletRequest) - Constructor for class jodd.servlet.HttpServletRequestMap
Create a new map wrapping the attributes of given request.
HttpSessionListenerBroadcaster - Class in jodd.servlet
Broadcast session listener event to all listeners registered at run-time.
HttpSessionListenerBroadcaster() - Constructor for class jodd.servlet.HttpSessionListenerBroadcaster
 
HttpSessionMap - Class in jodd.servlet
Map backed by the Servlet session for accessing session scoped attributes.
HttpSessionMap(HttpSession) - Constructor for class jodd.servlet.HttpSessionMap
 
HttpSessionMap(HttpServletRequest) - Constructor for class jodd.servlet.HttpSessionMap
 
HttpTransfer - Class in jodd.io.http
Raw content of HTTP transfer for both requests and responses.
HttpTransfer() - Constructor for class jodd.io.http.HttpTransfer
 
HttpTunnel - Class in jodd.io.http
Simple HTTP tunnel base ready to be extended.
HttpTunnel() - Constructor for class jodd.io.http.HttpTunnel
 
HttpTunnel.HttpTunnelConnection - Class in jodd.io.http
Single connection handler that performs the tunneling.
HttpTunnel.HttpTunnelConnection(Socket) - Constructor for class jodd.io.http.HttpTunnel.HttpTunnelConnection
 
httpVersion - Variable in class jodd.io.http.HttpTransfer
 

I

IfElseTag - Class in jodd.servlet.tag
Similar to IfTag, provides full IF construct with then and else block.
IfElseTag() - Constructor for class jodd.servlet.tag.IfElseTag
 
IfTag - Class in jodd.servlet.tag
If tag execute body if test condition is true.
IfTag() - Constructor for class jodd.servlet.tag.IfTag
 
ignore - Variable in class jodd.servlet.filter.CharacterEncodingFilter
Should a character encoding specified by the client be ignored?
ignoreException - Variable in class jodd.io.findfile.ClassFinder
If set to true exceptions for entry scans are ignored.
ignoreNulls - Variable in class jodd.bean.loader.BaseBeanLoader
 
ignorePrefixWhitespacesOnNewLine - Variable in class jodd.props.PropsParser
Defines if starting whitespaces when value is split in the new line should be ignored or not.
in - Static variable in class jodd.format.Scanf
 
include(ServletRequest, ServletResponse, String) - Static method in class jodd.servlet.DispatcherUtil
Include page which path is relative to the current HTTP request.
INCLUDE_CONTEXT_PATH - Static variable in class jodd.servlet.DispatcherUtil
 
INCLUDE_PATH_INFO - Static variable in class jodd.servlet.DispatcherUtil
 
INCLUDE_QUERY_STRING - Static variable in class jodd.servlet.DispatcherUtil
 
INCLUDE_REQUEST_URI - Static variable in class jodd.servlet.DispatcherUtil
 
INCLUDE_SERVLET_PATH - Static variable in class jodd.servlet.DispatcherUtil
 
includeAbsolute(HttpServletRequest, HttpServletResponse, String) - Static method in class jodd.servlet.DispatcherUtil
Include page which path relative to the root of the ServletContext.
includeAbsolute(ServletContext, ServletRequest, HttpServletResponse, String) - Static method in class jodd.servlet.DispatcherUtil
Include page which path relative to the root of the ServletContext.
includedEntries - Variable in class jodd.io.findfile.ClassFinder
 
includeDirs - Variable in class jodd.io.findfile.FileScanner
 
includeDirs - Variable in class jodd.io.findfile.FindFile
 
includedJars - Variable in class jodd.io.findfile.ClassFinder
Array of jar file name patterns that are included in the search.
includeFiles - Variable in class jodd.io.findfile.FileScanner
 
includeFiles - Variable in class jodd.io.findfile.FindFile
 
includeNamed(HttpServletRequest, ServletResponse, String) - Static method in class jodd.servlet.DispatcherUtil
Include named resource.
includeNamed(ServletContext, ServletRequest, ServletResponse, String) - Static method in class jodd.servlet.DispatcherUtil
Include named resource.
includeResources - Variable in class jodd.io.findfile.ClassFinder
If set to true all files will be scanned and not only classes.
increaseUsageCount() - Method in class jodd.introspector.ClassDescriptor
Increases descriptor usage.
index() - Method in class jodd.util.buffer.FastBooleanBuffer
Returns current index of inner boolean array chunk.
index() - Method in class jodd.util.buffer.FastBuffer
Returns current index of inner E array chunk.
index() - Method in class jodd.util.buffer.FastByteBuffer
Returns current index of inner byte array chunk.
index() - Method in class jodd.util.buffer.FastCharBuffer
Returns current index of inner char array chunk.
index() - Method in class jodd.util.buffer.FastDoubleBuffer
Returns current index of inner double array chunk.
index() - Method in class jodd.util.buffer.FastFloatBuffer
Returns current index of inner float array chunk.
index() - Method in class jodd.util.buffer.FastIntBuffer
Returns current index of inner int array chunk.
index() - Method in class jodd.util.buffer.FastLongBuffer
Returns current index of inner long array chunk.
index() - Method in class jodd.util.buffer.FastShortBuffer
Returns current index of inner short array chunk.
index() - Method in class jodd.util.StringBand
Returns current index of string array.
indexOf(String, String) - Static method in class jodd.servlet.jspfn.JoddJspFunctions
 
indexOf(byte[], byte) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(byte[], byte, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(byte[], byte, int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(char[], char) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(char[], char, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(char[], char, int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(short[], short) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(short[], short, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(short[], short, int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(int[], int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(int[], int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(int[], int, int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(long[], long) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(long[], long, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(long[], long, int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(boolean[], boolean) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(boolean[], boolean, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(boolean[], boolean, int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(float[], float) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(float[], float, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(float[], float, int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(double[], double) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(double[], double, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(double[], double, int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(Object[], Object) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(Object[], Object, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(byte[], byte[]) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(byte[], byte[], int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(byte[], byte[], int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(char[], char[]) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(char[], char[], int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(char[], char[], int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(short[], short[]) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(short[], short[], int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(short[], short[], int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(int[], int[]) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(int[], int[], int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(int[], int[], int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(long[], long[]) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(long[], long[], int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(long[], long[], int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(boolean[], boolean[]) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(boolean[], boolean[], int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(boolean[], boolean[], int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(float[], float[]) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(float[], float[], int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(float[], float[], int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(double[], double[]) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(double[], double[], int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(double[], double[], int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(boolean) - Method in class jodd.util.collection.BooleanArrayList
Searches for the first occurrence of the given argument.
indexOf(byte) - Method in class jodd.util.collection.ByteArrayList
Searches for the first occurrence of the given argument.
indexOf(char) - Method in class jodd.util.collection.CharArrayList
Searches for the first occurrence of the given argument.
indexOf(double, double) - Method in class jodd.util.collection.DoubleArrayList
Searches for the first occurrence of the given argument.
indexOf(float, float) - Method in class jodd.util.collection.FloatArrayList
Searches for the first occurrence of the given argument.
indexOf(int) - Method in class jodd.util.collection.IntArrayList
Searches for the first occurrence of the given argument.
indexOf(long) - Method in class jodd.util.collection.LongArrayList
Searches for the first occurrence of the given argument.
indexOf(short) - Method in class jodd.util.collection.ShortArrayList
Searches for the first occurrence of the given argument.
indexOf(String, String, int, int) - Static method in class jodd.util.StringUtil
Finds first occurrence of a substring in the given source but within limited range [start, end).
indexOf(String, char, int, int) - Static method in class jodd.util.StringUtil
Finds the first occurrence of a character in the given source but within limited range (start, end].
indexOf(String, String[]) - Static method in class jodd.util.StringUtil
Finds the very first index of a substring from the specified array.
indexOf(String, String[], int) - Static method in class jodd.util.StringUtil
Finds the very first index of a substring from the specified array.
indexOfChars(String, String) - Static method in class jodd.util.StringUtil
 
indexOfChars(String, String, int) - Static method in class jodd.util.StringUtil
Returns the very first index of any char from provided string, starting from specified index offset.
indexOfChars(String, char[]) - Static method in class jodd.util.StringUtil
 
indexOfChars(String, char[], int) - Static method in class jodd.util.StringUtil
Returns the very first index of any char from provided string, starting from specified index offset.
indexOfExtension(String) - Static method in class jodd.io.FileNameUtil
Returns the index of the last extension separator character, which is a dot.
indexOfIgnoreCase(String, char, int, int) - Static method in class jodd.util.StringUtil
Finds the first occurrence of a character in the given source but within limited range (start, end].
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.
indexOfIgnoreCase(String, String, int, int) - Static method in class jodd.util.StringUtil
Finds first index of a substring in the given source string and range with ignored case.
indexOfIgnoreCase(String, String[]) - Static method in class jodd.util.StringUtil
Finds the very first index of a substring from the specified array.
indexOfIgnoreCase(String, String[], int) - Static method in class jodd.util.StringUtil
Finds the very first index of a substring from the specified array.
indexOfLastSeparator(String) - Static method in class jodd.io.FileNameUtil
Returns the index of the last directory separator character.
indexOfNonWhitespace(String) - Static method in class jodd.util.StringUtil
 
indexOfNonWhitespace(String, int) - Static method in class jodd.util.StringUtil
 
indexOfNonWhitespace(String, int, int) - Static method in class jodd.util.StringUtil
 
indexOfRegion(String, String, String) - Static method in class jodd.util.StringUtil
 
indexOfRegion(String, String, String, int) - Static method in class jodd.util.StringUtil
Returns indexes of the first region without escaping character.
indexOfRegion(String, String, String, char) - Static method in class jodd.util.StringUtil
 
indexOfRegion(String, String, String, char, int) - Static method in class jodd.util.StringUtil
Returns indexes of the first string region.
indexOfUnescapedChar(String, char, char) - Static method in class jodd.util.StringUtil
 
indexOfUnescapedChar(String, char, char, int) - Static method in class jodd.util.StringUtil
 
indexOfWhitespace(String) - Static method in class jodd.util.StringUtil
Returns first index of a whitespace character.
indexOfWhitespace(String, int) - Static method in class jodd.util.StringUtil
 
indexOfWhitespace(String, int, int) - Static method in class jodd.util.StringUtil
Returns first index of a whitespace character, starting from specified index offset.
init(String, int) - Method in class jodd.format.PrintfFormat
 
init() - Method in class jodd.io.UnicodeInputStream
Detects and decodes encoding from BOM character.
init(FilterConfig) - Method in class jodd.servlet.filter.CharacterEncodingFilter
Place this filter into service.
init(FilterConfig) - Method in class jodd.servlet.filter.GzipFilter
Filter initialization.
init(FilterConfig) - Method in class jodd.servlet.filter.RemoveSessionFromUrlFilter
 
initialCapacity - Static variable in class jodd.util.collection.BooleanArrayList
 
initialCapacity - Static variable in class jodd.util.collection.ByteArrayList
 
initialCapacity - Static variable in class jodd.util.collection.CharArrayList
 
initialCapacity - Static variable in class jodd.util.collection.DoubleArrayList
 
initialCapacity - Static variable in class jodd.util.collection.FloatArrayList
 
initialCapacity - Static variable in class jodd.util.collection.IntArrayList
 
initialCapacity - Static variable in class jodd.util.collection.LongArrayList
 
initialCapacity - Static variable in class jodd.util.collection.ShortArrayList
 
initialize() - Method in class jodd.props.Props
Initializes props by replacing macros in values with the lookup values.
initialized - Variable in class jodd.props.Props
 
initialValue() - Method in class jodd.util.ClassLoaderLocal
Returns the current classloader "initial value" for this classloader-local variable.
input - Variable in class jodd.servlet.upload.FileUpload
 
inputStream - Variable in class jodd.mail.att.ByteArrayAttachment
 
insert(T[], T[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another.
insert(T[], T, int) - Static method in class jodd.util.ArraysUtil
 
insert(T[], T[], int, Class) - Static method in class jodd.util.ArraysUtil
Inserts one array into another.
insert(T[], T, int, Class) - Static method in class jodd.util.ArraysUtil
 
insert(String[], String[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another.
insert(String[], String, int) - Static method in class jodd.util.ArraysUtil
Inserts one element into array.
insert(byte[], byte[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another.
insert(byte[], byte, int) - Static method in class jodd.util.ArraysUtil
Inserts one element into array.
insert(char[], char[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another.
insert(char[], char, int) - Static method in class jodd.util.ArraysUtil
Inserts one element into array.
insert(short[], short[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another.
insert(short[], short, int) - Static method in class jodd.util.ArraysUtil
Inserts one element into array.
insert(int[], int[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another.
insert(int[], int, int) - Static method in class jodd.util.ArraysUtil
Inserts one element into array.
insert(long[], long[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another.
insert(long[], long, int) - Static method in class jodd.util.ArraysUtil
Inserts one element into array.
insert(float[], float[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another.
insert(float[], float, int) - Static method in class jodd.util.ArraysUtil
Inserts one element into array.
insert(double[], double[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another.
insert(double[], double, int) - Static method in class jodd.util.ArraysUtil
Inserts one element into array.
insert(boolean[], boolean[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another.
insert(boolean[], boolean, int) - Static method in class jodd.util.ArraysUtil
Inserts one element into array.
insert(String, String) - Static method in class jodd.util.StringUtil
 
insert(String, String, int) - Static method in class jodd.util.StringUtil
Inserts a string on provided offset.
insertAt(T[], T[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another by replacing specified offset.
insertAt(T[], T[], int, Class) - Static method in class jodd.util.ArraysUtil
Inserts one array into another by replacing specified offset.
insertAt(String[], String[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another by replacing specified offset.
insertAt(byte[], byte[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another by replacing specified offset.
insertAt(char[], char[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another by replacing specified offset.
insertAt(short[], short[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another by replacing specified offset.
insertAt(int[], int[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another by replacing specified offset.
insertAt(long[], long[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another by replacing specified offset.
insertAt(float[], float[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another by replacing specified offset.
insertAt(double[], double[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another by replacing specified offset.
insertAt(boolean[], boolean[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another by replacing specified offset.
inspectCtors() - Method in class jodd.introspector.ClassDescriptor
Inspect class ctors and create ctors cache.
inspectFields() - Method in class jodd.introspector.ClassDescriptor
Inspect class fields and create fields cache.
inspectMethods() - Method in class jodd.introspector.ClassDescriptor
Inspect methods and create methods cache.
inspectProperties() - Method in class jodd.introspector.ClassDescriptor
Inspect methods and create properties cache.
instance - Static variable in class jodd.servlet.HttpSessionListenerBroadcaster
 
INSTANCE - Static variable in class jodd.util.ComparableComparator
Cached instance.
INT_VALUE_127_0_0_1 - Static variable in class jodd.io.NetUtil
 
IntArrayList - Class in jodd.util.collection
ArrayList of int primitives.
IntArrayList() - Constructor for class jodd.util.collection.IntArrayList
Constructs an empty list with an initial capacity.
IntArrayList(int) - Constructor for class jodd.util.collection.IntArrayList
Constructs an empty list with the specified initial capacity.
IntArrayList(int[]) - Constructor for class jodd.util.collection.IntArrayList
Constructs a list containing the elements of the specified array.
integer - Variable in class jodd.datetime.JulianDateStamp
Integer part of the Julian Date (JD).
IntegerArrayConverter - Class in jodd.typeconverter.impl
Converts given object to int[].
IntegerArrayConverter(ConvertBean) - Constructor for class jodd.typeconverter.impl.IntegerArrayConverter
 
IntegerConverter - Class in jodd.typeconverter.impl
Converts given object to an Integer.
IntegerConverter() - Constructor for class jodd.typeconverter.impl.IntegerConverter
 
IntHashMap - Class in jodd.util.collection
A Map that accepts int or Integer keys only.
IntHashMap(int, float) - Constructor for class jodd.util.collection.IntHashMap
Constructs a new, empty map with the specified initial capacity and the specified load factor.
IntHashMap(int) - Constructor for class jodd.util.collection.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.collection.IntHashMap
Constructs a new, empty map with a default capacity and load factor, which is 0.75.
IntHashMap(Map) - Constructor for class jodd.util.collection.IntHashMap
Constructs a new map with the same mappings as the given map.
Introspector - Interface in jodd.introspector
Provides introspection analysis against any java class.
intValue() - Method in class jodd.mutable.MutableByte
Returns the value as a int.
intValue() - Method in class jodd.mutable.MutableDouble
Returns the value as a int.
intValue() - Method in class jodd.mutable.MutableFloat
Returns the value as a int.
intValue() - Method in class jodd.mutable.MutableInteger
Returns the value as a int.
intValue() - Method in class jodd.mutable.MutableLong
Returns the value as a int.
intValue() - Method in class jodd.mutable.MutableShort
Returns the value as a int.
invoke(String, String) - Method in class jodd.util.JmxClient
Invokes bean method.
invoke(String, String, Object[], String[]) - Method in class jodd.util.JmxClient
Invokes bean method.
invoke(Class, Object, String, Class[], Object[]) - Static method in class jodd.util.ReflectUtil
Invokes accessible method of an object.
invoke(Object, String, Class[], Object[]) - Static method in class jodd.util.ReflectUtil
Invokes accessible method of an object.
invoke(Object, String, Object[]) - Static method in class jodd.util.ReflectUtil
Invokes accessible method of an object without specifying parameter types.
invoke(Class, Object, String, Object[]) - Static method in class jodd.util.ReflectUtil
 
invokeBody(JspFragment) - Static method in class jodd.servlet.tag.TagUtil
Invokes tag body.
invokeBody(JspFragment, Writer) - Static method in class jodd.servlet.tag.TagUtil
Invokes tag body to provided writer.
invokeDeclared(Class, Object, String, Class[], Object[]) - Static method in class jodd.util.ReflectUtil
Invokes any method of a class, even private ones.
invokeDeclared(Object, String, Class[], Object[]) - Static method in class jodd.util.ReflectUtil
Invokes any method of a class suppressing java access checking.
invokeDeclared(Object, String, Object[]) - Static method in class jodd.util.ReflectUtil
 
invokeDeclared(Class, Object, String, Object[]) - Static method in class jodd.util.ReflectUtil
 
ioBufferSize - Static variable in class jodd.JoddDefault
Default IO buffer size (16 KB).
is - Variable in class jodd.io.StreamGobbler
 
isAbsoluteUrl(String) - Static method in class jodd.servlet.ServletUtil
Returns true if current URL is absolute, false otherwise.
isAfter(JDateTime) - Method in class jodd.datetime.JDateTime
Returns true if current time is after then provided time.
isAfterDate(JDateTime) - Method in class jodd.datetime.JDateTime
Returns true if current date is after then provided date.
isAllBlank(String...) - Static method in class jodd.util.StringUtil
Determines if string array contains just blank strings.
isAllEmpty(String...) - Static method in class jodd.util.StringUtil
Determines if string array contains empty strings.
isAllowFileExtensions() - Method in class jodd.servlet.upload.impl.AdaptiveFileUpload
 
isAncestor(File, File, boolean) - Static method in class jodd.io.FileUtil
Check if one file is an ancestor of second one.
isArchive() - Method in class jodd.io.findfile.ClassFinder.EntryData
Returns true if archive.
isArray() - Method in class jodd.introspector.ClassDescriptor
Returns true if class is an array.
isAssignableFrom(Member, Member) - Static method in class jodd.util.ReflectUtil
Returns true if the first member is accessible from second one.
isAtLeastJdk15() - Static method in class jodd.util.SystemUtil
Checks if the currently running JVM is at least compliant with JDK 1.5.
isAtLeastJdk16() - Static method in class jodd.util.SystemUtil
Checks if the currently running JVM is at least compliant with JDK 1.6.
isBeanProperty(Method) - Static method in class jodd.util.ReflectUtil
Returns true if method is a bean property.
isBeanPropertyGetter(Method) - Static method in class jodd.util.ReflectUtil
Returns true if method is bean getter.
isBeanPropertySetter(Method) - Static method in class jodd.util.ReflectUtil
Returns true if method is bean setter.
isBefore(JDateTime) - Method in class jodd.datetime.JDateTime
Returns true if current time is before then provided time.
isBeforeDate(JDateTime) - Method in class jodd.datetime.JDateTime
Returns true if current date is before then provided date.
isBlank(String) - Static method in class jodd.util.StringUtil
Determines if a string is blank (null or StringUtil.containsOnlyWhitespaces(String)).
isBouncing() - Method in class jodd.mail.EmailAddress
Returns whether or not any emails sent to this email address come back as bounced (undeliverable).
isBoundary(byte) - Method in class jodd.servlet.upload.MultipartRequestInputStream
Checks if the current byte (i.e. one that was read last) represents the very first byte of the boundary.
isBreakOnError() - Method in class jodd.servlet.upload.impl.AdaptiveFileUpload
 
isBreakOnError() - Method in class jodd.servlet.upload.impl.AdaptiveFileUploadFactory
 
isBufferingEnabled() - Method in class jodd.servlet.wrapper.BufferResponseWrapper
Returns true if buffering is enabled.
isBufferStreamBased() - Method in class jodd.servlet.wrapper.BufferResponseWrapper
Returns true if underlying buffer was written to using BufferResponseWrapper.getOutputStream() (as opposed to BufferResponseWrapper.getWriter().
isCacheResourceBundles() - Method in class jodd.util.ResourceBundleMessageResolver
 
isCharAtEqual(String, int, char) - Static method in class jodd.util.StringUtil
Safely compares provided char with char on given location.
isCharAtEscaped(String, int, char) - Static method in class jodd.util.StringUtil
Returns true if character at provided index position is escaped by escape character.
isClosedTag - Variable in class jodd.servlet.HtmlTag
 
isClosedTag() - Method in class jodd.servlet.HtmlTag
Returns true if tag is closed (ends with '/>').
isCollection() - Method in class jodd.introspector.ClassDescriptor
 
isContinueOnError() - Method in class jodd.io.FileUtilParams
 
isCount - Variable in class jodd.servlet.tag.LoopTag
 
isCreateDirs() - Method in class jodd.io.FileUtilParams
 
isDigit(char) - Static method in class jodd.util.CharUtil
 
isEmpty() - Method in class jodd.cache.AbstractCacheMap
Returns true if cache is empty.
isEmpty() - Method in interface jodd.cache.Cache
Returns true if cache is empty.
isEmpty() - Method in class jodd.cache.NoCache
 
isEmpty() - Method in class jodd.util.buffer.FastBooleanBuffer
Tests if this buffer has no elements.
isEmpty() - Method in class jodd.util.buffer.FastBuffer
Tests if this buffer has no elements.
isEmpty() - Method in class jodd.util.buffer.FastByteBuffer
Tests if this buffer has no elements.
isEmpty() - Method in class jodd.util.buffer.FastCharBuffer
Tests if this buffer has no elements.
isEmpty() - Method in class jodd.util.buffer.FastDoubleBuffer
Tests if this buffer has no elements.
isEmpty() - Method in class jodd.util.buffer.FastFloatBuffer
Tests if this buffer has no elements.
isEmpty() - Method in class jodd.util.buffer.FastIntBuffer
Tests if this buffer has no elements.
isEmpty() - Method in class jodd.util.buffer.FastLongBuffer
Tests if this buffer has no elements.
isEmpty() - Method in class jodd.util.buffer.FastShortBuffer
Tests if this buffer has no elements.
isEmpty() - Method in class jodd.util.collection.BooleanArrayList
Tests if this list has no elements.
isEmpty() - Method in class jodd.util.collection.ByteArrayList
Tests if this list has no elements.
isEmpty() - Method in class jodd.util.collection.CharArrayList
Tests if this list has no elements.
isEmpty() - Method in class jodd.util.collection.DoubleArrayList
Tests if this list has no elements.
isEmpty() - Method in class jodd.util.collection.FloatArrayList
Tests if this list has no elements.
isEmpty() - Method in class jodd.util.collection.HashBag
Returns true if bag is empty.
isEmpty() - Method in class jodd.util.collection.IntArrayList
Tests if this list has no elements.
isEmpty() - Method in class jodd.util.collection.IntHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class jodd.util.collection.LongArrayList
Tests if this list has no elements.
isEmpty() - Method in class jodd.util.collection.SetMapAdapter
Returns true if this set contains no elements.
isEmpty() - Method in class jodd.util.collection.ShortArrayList
Tests if this list has no elements.
isEmpty() - Method in class jodd.util.collection.SimpleQueue
Returns true if queue is empty, otherwise false
isEmpty() - Method in class jodd.util.collection.SimpleStack
Is stack empty?
isEmpty() - Method in class jodd.util.ref.ReferenceMap
 
isEmpty(String) - Static method in class jodd.util.StringUtil
Determines if a string is empty (null or zero-length).
isEndSpecified - Variable in class jodd.servlet.tag.LoopTag
 
isEndTag - Variable in class jodd.servlet.HtmlTag
 
isEndTag() - Method in class jodd.servlet.HtmlTag
Returns true if tag is closing tag.
isEqualDate(DateTimeStamp) - Method in class jodd.datetime.DateTimeStamp
 
isEqualTime(DateTimeStamp) - Method in class jodd.datetime.DateTimeStamp
 
isEven() - Method in class jodd.servlet.tag.IteratorStatus
Returns true if current count is even.
isEven() - Method in class jodd.util.LoopIterator
Returns true if current count is even.
isEven(int) - Static method in class jodd.util.MathUtil
Returns true if a number is even.
isExclusive - Variable in class jodd.servlet.tag.LoopTag
 
isExpired() - Method in class jodd.servlet.CsrfShield.Token
Returns true if token is expired.
isFile() - Method in class jodd.servlet.upload.FileUploadHeader
Returns true if uploaded data are correctly marked as a file.
isFilePathAcceptable(File, FileFilter) - Static method in class jodd.io.FileUtil
 
isFileTooBig() - Method in class jodd.servlet.upload.FileUpload
Returns true if file is too big.
isFirst() - Method in class jodd.servlet.tag.IteratorStatus
Returns true if current item is the first one.
isFirst() - Method in class jodd.util.LoopIterator
Returns true if current item is the first one.
isFull() - Method in class jodd.cache.AbstractCacheMap
Returns true if max cache capacity has been reached only if cache is size limited.
isFull() - Method in interface jodd.cache.Cache
Returns true if max cache capacity has been reached only if cache is size limited.
isFull() - Method in class jodd.cache.NoCache
 
isGetParameter(HttpServletRequest, String) - Method in class jodd.servlet.ServletUtil
Checks if some parameter is in GET parameters.
isGzipSupported(HttpServletRequest) - Static method in class jodd.servlet.ServletUtil
Returns true if client supports gzip encoding.
isHostAix() - Static method in class jodd.util.SystemUtil
Returns true< if host is AIX.
isHostLinux() - Static method in class jodd.util.SystemUtil
Returns true if host is Linux.
isHostMac() - Static method in class jodd.util.SystemUtil
Returns true if host is Mac.
isHostSolaris() - Static method in class jodd.util.SystemUtil
Returns true if host is Solaris.
isHostUnix() - Static method in class jodd.util.SystemUtil
Returns true if host is a general unix.
isHostWindows() - Static method in class jodd.util.SystemUtil
Returns true if host is Windows.
isIgnoreException() - Method in class jodd.io.findfile.ClassFinder
 
isIncludeDirs() - Method in class jodd.io.findfile.FileScanner
 
isIncludeDirs() - Method in class jodd.io.findfile.FindFile
 
isIncludeFiles() - Method in class jodd.io.findfile.FileScanner
 
isIncludeFiles() - Method in class jodd.io.findfile.FindFile
 
isIncludeResources() - Method in class jodd.io.findfile.ClassFinder
 
isInDaylightTime() - Method in class jodd.datetime.JDateTime
Returns true if current date is in daylight savings time in the time zone.
isInfinite() - Method in class jodd.mutable.MutableDouble
Checks whether the double value is infinite.
isInfinite() - Method in class jodd.mutable.MutableFloat
Checks whether the float value is infinite.
isInline() - Method in class jodd.mail.EmailAttachment
Returns true if it is inline attachment.
isInMemory() - Method in class jodd.servlet.upload.FileUpload
Returns true if uploaded file content is stored in memory.
isInMemory() - Method in class jodd.servlet.upload.impl.AdaptiveFileUpload
Returns true if file upload resides in memory.
isInMemory() - Method in class jodd.servlet.upload.impl.DiskFileUpload
Returns false as uploaded file is stored on disk.
isInMemory() - Method in class jodd.servlet.upload.impl.MemoryFileUpload
Returns true as uploaded file is stored in memory.
isInstanceOf(Object, Class) - Static method in class jodd.util.ReflectUtil
Dynamic version of instanceof.
isInterfaceImpl(Class, Class) - Static method in class jodd.util.ReflectUtil
Returns true if provided class is interface implementation.
isLast() - Method in class jodd.servlet.tag.IteratorStatus
Returns true if current item is the last one.
isLast() - Method in class jodd.util.LoopIterator
Returns true if current item is the last one.
isLastIteration(int) - Method in class jodd.util.LoopIterator
 
isLeapYear() - Method in class jodd.datetime.JDateTime
Returns true if current year is leap year.
isLeapYear(int) - Static method in class jodd.datetime.TimeUtil
Check if the given year is leap year.
isLetter(char) - Static method in class jodd.util.CharUtil
 
isLetterOrDigit(char) - Static method in class jodd.util.CharUtil
 
isList() - Method in class jodd.introspector.ClassDescriptor
Returns true if class is a List.
isListSubfilesAfterFolder() - Method in class jodd.io.findfile.FindFile
 
isLoaded() - Method in class jodd.servlet.upload.MultipartStreamParser
Returns true if multi-part request is already loaded.
isLowercaseLetter(char) - Static method in class jodd.util.CharUtil
Returns true if specified character is lowercase ASCII.
isMap() - Method in class jodd.introspector.ClassDescriptor
Returns true if class is a Map.
isMonthFix() - Method in class jodd.datetime.JDateTime
Returns true if month fix is active.
isMultipart() - Method in class jodd.servlet.upload.MultipartRequestWrapper
Returns true if request is multi-part.
isMultipartRequest(HttpServletRequest) - Static method in class jodd.servlet.ServletUtil
Returns true if a request is multi-part request.
isNaN() - Method in class jodd.mutable.MutableDouble
Checks whether the value is the special NaN value.
isNaN() - Method in class jodd.mutable.MutableFloat
Checks whether the value is the special NaN value.
isNewer(String, String) - Static method in class jodd.io.FileUtil
 
isNewer(File, File) - Static method in class jodd.io.FileUtil
Test if specified File is newer than the reference File.
isNewer(File, long) - Static method in class jodd.io.FileUtil
Tests if the specified File is newer than the specified time reference.
isNewer(String, long) - Static method in class jodd.io.FileUtil
 
isNotBlank(String) - Static method in class jodd.util.StringUtil
Determines if string is not blank.
isNotEmpty(String) - Static method in class jodd.util.StringUtil
Determines if a string is not empty.
isNull() - Method in class jodd.mutable.ValueHolder
Returns true if value is null.
Iso8601JdtFormatter - Class in jodd.datetime.format
Default JdtFormatter uses ISO 8601 specification, enhanced by some custom patterns.
Iso8601JdtFormatter() - Constructor for class jodd.datetime.format.Iso8601JdtFormatter
 
ISO_8859_1 - Static variable in interface jodd.util.StringPool
 
isObjectMethod(Method) - Static method in class jodd.util.ReflectUtil
Returns true if method defined in Object class.
isOdd() - Method in class jodd.servlet.tag.IteratorStatus
Returns true if current count is odd.
isOdd() - Method in class jodd.util.LoopIterator
Returns true if current count is odd.
isOdd(int) - Static method in class jodd.util.MathUtil
Returns true if a number is odd.
isOlder(String, String) - Static method in class jodd.io.FileUtil
 
isOlder(File, File) - Static method in class jodd.io.FileUtil
 
isOlder(File, long) - Static method in class jodd.io.FileUtil
 
isOlder(String, long) - Static method in class jodd.io.FileUtil
 
isOverwrite() - Method in class jodd.io.FileUtilParams
 
isPageIncluded(HttpServletRequest, HttpServletResponse) - Static method in class jodd.servlet.DispatcherUtil
Returns true if current page is included.
isParseValues() - Method in class jodd.util.StringTemplateParser
 
isPreserveDate() - Method in class jodd.io.FileUtilParams
 
isPropertyNameChar(char) - Static method in class jodd.util.CharUtil
 
isPruneExpiredActive() - Method in class jodd.cache.AbstractCacheMap
Returns true if prune of expired objects should be invoked.
isPublic(Member) - Static method in class jodd.util.ReflectUtil
Returns true if class member is public.
isPublic(Class) - Static method in class jodd.util.ReflectUtil
Returns true if class is public.
isPublicPublic(Member) - Static method in class jodd.util.ReflectUtil
Returns true if class member is public and if its declaring class is also public.
isRecursive() - Method in class jodd.io.FileUtilParams
 
isRecursive() - Method in class jodd.io.findfile.FileScanner
 
isRecursive() - Method in class jodd.io.findfile.FindFile
 
isReplaceMissingKey() - Method in class jodd.util.StringTemplateParser
 
isRequestedSessionIdFromURL(HttpServletRequest) - Method in class jodd.servlet.filter.RemoveSessionFromUrlFilter
Detects if session ID exist in the URL.
isResolveEscapes() - Method in class jodd.util.StringTemplateParser
 
isRunning() - Method in class jodd.datetime.JStopWatch
Returns true if stopwatch is running.
isServletsVersion2_5() - Static method in class jodd.servlet.ServletUtil
Returns true if current servlets version is 2.5 or higher.
isSet() - Method in class jodd.introspector.ClassDescriptor
 
isSocketAccessAllowed(int, int, int) - Static method in class jodd.io.NetUtil
 
isSubclass(Class, Class) - Static method in class jodd.util.ReflectUtil
Determines if first class match the destination and simulates kind of instanceof.
isTopLevelRequest(HttpServletRequest) - Static method in class jodd.servlet.DispatcherUtil
Returns true if request is a top-level one, i.e. previously not included or forwarded.
isTrackDST() - Method in class jodd.datetime.JDateTime
 
isTypeSignatureInUse(InputStream, byte[]) - Method in class jodd.io.findfile.ClassFinder
Returns true if class contains type signature.
isUploaded() - Method in class jodd.servlet.upload.FileUpload
Returns true if file was uploaded.
isUppercaseLetter(char) - Static method in class jodd.util.CharUtil
Returns true if specified character is uppercase ASCII.
isUserDefinedMethod(Method) - Static method in class jodd.util.ReflectUtil
Returns true if method is user defined and not defined in Object class.
isUsingStream() - Method in class jodd.servlet.wrapper.Buffer
Returns true if streams are using.
isValid(String) - Method in class jodd.datetime.JDateTime
Checks if some string represents a valid date using actual template.
isValid(String, String) - Method in class jodd.datetime.JDateTime
Checks if some string represents a valid date using provided template.
isValid() - Method in class jodd.mail.EmailAddress
Returns whether or not the text represented by this object instance is valid according to the RFC 2822 rules.
isValid() - Method in class jodd.servlet.upload.FileUpload
Returns true if upload process went correctly.
isValidDate(int, int, int) - Static method in class jodd.datetime.TimeUtil
Checks if date is valid.
isValidDateTime(int, int, int, int, int, int, int) - 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.
isValidRomanNumber(String) - Static method in class jodd.format.RomanNumber
Checks if some string is valid roman number.
isValidText(String) - Static method in class jodd.mail.EmailAddress
Utility method that checks to see if the specified string is a valid email address according to the RFC 2822 specification.
isValidTime(int, int, int, int) - Static method in class jodd.datetime.TimeUtil
Checks if time is valid.
isValueFounded() - Method in class jodd.servlet.tag.SwitchTag
 
isVerified() - Method in class jodd.mail.EmailAddress
Returns whether or not the party associated with this email has verified that it is their email address.
isWhitespace(char) - Static method in class jodd.util.CharUtil
Returns true if character is a white space (<= ' ').
isWordChar(char) - Static method in class jodd.util.CharUtil
 
items - Variable in class jodd.servlet.tag.IteratorTag
 
iterate() - Method in class jodd.io.http.HttpParams
Returns parameters iterator.
iterateArray(Object[], int, int, PageContext) - Method in class jodd.servlet.tag.IteratorTag
Iterates arrays.
iterateCollection(Collection, int, int, PageContext) - Method in class jodd.servlet.tag.IteratorTag
Iterates collection.
iterator() - Method in class jodd.cache.AbstractCacheMap
Returns iterator over non-expired values.
iterator() - Method in interface jodd.cache.Cache
Returns iterator over non-expired values.
iterator() - Method in class jodd.cache.NoCache
 
iterator() - Method in class jodd.io.findfile.FindFile
Returns file walker iterator.
iterator() - Method in class jodd.util.buffer.FastBuffer
Returns an iterator over buffer elements.
iterator() - Method in interface jodd.util.collection.Bag
Returns an Iterator over the entire set of members, including copies due to cardinality.
iterator() - Method in class jodd.util.collection.HashBag
Returns an iterator over the bag elements.
iterator() - Method in class jodd.util.collection.SetMapAdapter
Returns an iterator over the elements in this set.
IteratorStatus - Class in jodd.servlet.tag
Status of iteration of some looping tag.
IteratorStatus() - Constructor for class jodd.servlet.tag.IteratorStatus
 
IteratorStatus(int) - Constructor for class jodd.servlet.tag.IteratorStatus
 
iteratorStatus - Variable in class jodd.servlet.tag.IteratorTag
 
IteratorTag - Class in jodd.servlet.tag
Iterator tag for iterating collections.
IteratorTag() - Constructor for class jodd.servlet.tag.IteratorTag
 

J

JANUARY - Static variable in class jodd.datetime.JDateTime
 
JAVA_CLASSPATH - Static variable in class jodd.util.SystemUtil
 
JAVA_HOME - Static variable in class jodd.util.SystemUtil
 
JAVA_SPECIFICATION_VERSION - Static variable in class jodd.util.SystemUtil
 
JAVA_VENDOR - Static variable in class jodd.util.SystemUtil
 
JAVA_VERSION - Static variable in class jodd.util.SystemUtil
 
JavaCompiler - Class in jodd.compiler
Java compilation tool.
JavaCompiler() - Constructor for class jodd.compiler.JavaCompiler
Creates new java compiler.
JD_1970 - Static variable in class jodd.datetime.JDateTime
Julian Date for 1970-01-01T00:00:00 (Thursday).
JD_2001 - Static variable in class jodd.datetime.JDateTime
Julian Date for 2001-01-01T00:00:00 (Monday).
jdate - Variable in class jodd.datetime.JDateTime
Current Julian Date.
JDateTime - Class in jodd.datetime
Universal all-in-one date and time class that uses Astronomical Julian Dates for time calculations.
JDateTime(int, int, int, int, int, int, int) - 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(Calendar) - Constructor for class jodd.datetime.JDateTime
Creates JDateTime from Calendar.
JDateTime(Date) - Constructor for class jodd.datetime.JDateTime
Creates JDateTime from Date.
JDateTime(DateTimeStamp) - Constructor for class jodd.datetime.JDateTime
Creates JDateTime from DateTimeStamp.
JDateTime(JulianDateStamp) - Constructor for class jodd.datetime.JDateTime
Creates JDateTime from JulianDateStamp.
JDateTime(double) - Constructor for class jodd.datetime.JDateTime
Creates JDateTime from double that represents JD.
JDateTime(String) - Constructor for class jodd.datetime.JDateTime
Creates JDateTime from a string.
JDateTime(String, String) - Constructor for class jodd.datetime.JDateTime
Creates JDateTime from a string, using specified template.
JDateTime(String, JdtFormat) - Constructor for class jodd.datetime.JDateTime
 
JDateTimeConverter - Class in jodd.typeconverter.impl
Converts object to JDateTime.
JDateTimeConverter() - Constructor for class jodd.typeconverter.impl.JDateTimeConverter
 
JDateTimeDefault - Class in jodd.datetime
Defaults for JDateTime.
JDateTimeDefault() - Constructor for class jodd.datetime.JDateTimeDefault
 
JdtFormat - Class in jodd.datetime.format
Immutable format-formatter pair.
JdtFormat(JdtFormatter, String) - Constructor for class jodd.datetime.format.JdtFormat
 
JdtFormatter - Interface in jodd.datetime.format
Date time formatter performs conversion both from and to string representation of time.
jdtFormatter - Variable in class jodd.datetime.JDateTime
 
JmxClient - Class in jodd.util
Simple JMX client.
JmxClient(String) - Constructor for class jodd.util.JmxClient
 
JmxClient(String, String, String) - Constructor for class jodd.util.JmxClient
 
jodd - package jodd
Jodd = tools + ioc + mvc + db + aop + tx + html < 1.1M
Jodd - Class in jodd
Jodd.
Jodd() - Constructor for class jodd.Jodd
 
JODD - Static variable in interface jodd.util.StringPool
 
jodd.bean - package jodd.bean
Java Bean utilities, provides the fastest bean manipulation.
jodd.bean.loader - package jodd.bean.loader
Bean loaders iterate given bean, read property names and values which are stored into destination bean.
jodd.cache - package jodd.cache
Some useful caches: LRU, LFU, FIFO.
jodd.compiler - package jodd.compiler
Java compiler.
jodd.datetime - package jodd.datetime
Finally, easy manipulation of date and time!
jodd.datetime.format - package jodd.datetime.format
JDateTime formatters for converting date/time informations to/from strings.
jodd.exception - package jodd.exception
Jodds exceptions.
jodd.format - package jodd.format
Good, old, C-alike, enhanced and fast printf formatting utility.
jodd.introspector - package jodd.introspector
Very fast reflection introspector.
jodd.io - package jodd.io
Various IO utilities (files, streams, http...).
jodd.io.filter - package jodd.io.filter
Various file filters.
jodd.io.findfile - package jodd.io.findfile
Nice utilities for easier files and classes finding.
jodd.io.http - package jodd.io.http
Tiny, raw and simple HTTP client.
jodd.mail - package jodd.mail
Simple e-mail sending.
jodd.mail.att - package jodd.mail.att
Various attachments implementation.
jodd.mutable - package jodd.mutable
Mutable number bean-alike implementations.
jodd.props - package jodd.props
Super properties.
jodd.servlet - package jodd.servlet
Servlet utils.
jodd.servlet.filter - package jodd.servlet.filter
Just few common servlet filters and response wrappers.
jodd.servlet.jspfn - package jodd.servlet.jspfn
Various JSP functions.
jodd.servlet.tag - package jodd.servlet.tag
Set of cool, everyday JSP tags.
jodd.servlet.upload - package jodd.servlet.upload
Multipart http request and module for uploading files.
jodd.servlet.upload.impl - package jodd.servlet.upload.impl
Various implementations of uploaded files and their factories.
jodd.servlet.wrapper - package jodd.servlet.wrapper
Generic buffer response wrapper.
jodd.typeconverter - package jodd.typeconverter
Slick and various type conversions.
jodd.typeconverter.impl - package jodd.typeconverter.impl
All TypeConverter implementations.
jodd.util - package jodd.util
Huge set of various utilities.
jodd.util.buffer - package jodd.util.buffer
Fast, fast buffers.
jodd.util.collection - package jodd.util.collection
Few collection enhancements.
jodd.util.ref - package jodd.util.ref
References tools.
jodd.util.sort - package jodd.util.sort
Fastest sorting algoritms and implementations.
JODD_PACKAGE_NAME - Static variable in class jodd.JoddDefault
Jodd root package.
JODD_VERSION - Static variable in class jodd.JoddDefault
Jodd version.
JoddDefault - Class in jodd
Jodd library global defaults.
JoddDefault() - Constructor for class jodd.JoddDefault
 
JoddJspFunctions - Class in jodd.servlet.jspfn
Nice big set of JSP functions.
JoddJspFunctions() - Constructor for class jodd.servlet.jspfn.JoddJspFunctions
 
join(String[], String) - Static method in class jodd.servlet.jspfn.JoddJspFunctions
Joins strings.
join(T[], T[]) - Static method in class jodd.util.ArraysUtil
Joins two arrays.
join(T[], T[], Class) - Static method in class jodd.util.ArraysUtil
Joins two arrays.
join(String[], String[]) - Static method in class jodd.util.ArraysUtil
Joins two arrays.
join(byte[], byte[]) - Static method in class jodd.util.ArraysUtil
Joins two arrays.
join(char[], char[]) - Static method in class jodd.util.ArraysUtil
Joins two arrays.
join(short[], short[]) - Static method in class jodd.util.ArraysUtil
Joins two arrays.
join(int[], int[]) - Static method in class jodd.util.ArraysUtil
Joins two arrays.
join(long[], long[]) - Static method in class jodd.util.ArraysUtil
Joins two arrays.
join(float[], float[]) - Static method in class jodd.util.ArraysUtil
Joins two arrays.
join(double[], double[]) - Static method in class jodd.util.ArraysUtil
Joins two arrays.
join(boolean[], boolean[]) - Static method in class jodd.util.ArraysUtil
Joins two arrays.
join(String...) - Static method in class jodd.util.StringUtil
Joins an array of strings into one string.
join(Iterable<?>, String) - Static method in class jodd.util.StringUtil
Joins list of iterable elements.
join(Thread) - Static method in class jodd.util.ThreadUtil
 
join(Thread, long) - Static method in class jodd.util.ThreadUtil
 
join(Thread, long, int) - Static method in class jodd.util.ThreadUtil
 
join2(String, String) - Static method in class jodd.servlet.jspfn.JoddJspFunctions
 
JoinedEnumeration - Class in jodd.util.collection
Joins two enumerations.
JoinedEnumeration(Enumeration, Enumeration) - Constructor for class jodd.util.collection.JoinedEnumeration
 
JoinedIterator - Class in jodd.util.collection
 
JoinedIterator(Collection<Iterator>) - Constructor for class jodd.util.collection.JoinedIterator
 
JoinedIterator(Iterator, Iterator) - Constructor for class jodd.util.collection.JoinedIterator
 
JoinedIterator(Iterator[]) - Constructor for class jodd.util.collection.JoinedIterator
 
JspValueMap - Class in jodd.servlet
Resolves JSP values from all scopes.
JspValueMap(HttpServletRequest) - Constructor for class jodd.servlet.JspValueMap
 
JspValueResolver - Class in jodd.servlet
Resolves values on JSP page.
JspValueResolver(HttpServletRequest) - Constructor for class jodd.servlet.JspValueResolver
 
JspValueResolver(PageContext) - Constructor for class jodd.servlet.JspValueResolver
 
JStopWatch - Class in jodd.datetime
Nice thread-aware stopwatch that supports time spans, cumulative times and laps.
JStopWatch() - Constructor for class jodd.datetime.JStopWatch
Starts the stopwatch.
JStopWatch(boolean) - Constructor for class jodd.datetime.JStopWatch
 
JStopWatch(String) - Constructor for class jodd.datetime.JStopWatch
Starts the named stopwatch.
JStopWatch(String, boolean) - Constructor for class jodd.datetime.JStopWatch
Starts the stopwatch.
JulianDateStamp - Class in jodd.datetime
Julian Date stamp, for high precision calculations.
JulianDateStamp() - Constructor for class jodd.datetime.JulianDateStamp
Default empty constructor.
JulianDateStamp(double) - Constructor for class jodd.datetime.JulianDateStamp
Creates JD from a double.
JulianDateStamp(int, double) - Constructor for class jodd.datetime.JulianDateStamp
Creates JD from both integer and fractional part using normalization.
JulianDateStamp(BigDecimal) - Constructor for class jodd.datetime.JulianDateStamp
Creates JD from BigDecimal.
JULY - Static variable in class jodd.datetime.JDateTime
 
JUNE - Static variable in class jodd.datetime.JDateTime
 

K

key - Variable in class jodd.util.KeyValue
 
keyReferenceType - Variable in class jodd.util.ref.ReferenceMap
 
keySet() - Method in class jodd.util.collection.IntHashMap
Returns a set view of the keys contained in this map.
KeyValue<K,V> - Class in jodd.util
Simple key-value holder.
KeyValue() - Constructor for class jodd.util.KeyValue
 
KeyValue(K, V) - Constructor for class jodd.util.KeyValue
 

L

lap() - Method in class jodd.datetime.JStopWatch
Marks a lap and returns its length.
lap(long) - Method in class jodd.datetime.JStopWatch
 
laps - Variable in class jodd.datetime.JStopWatch
List of all laps.
last - Variable in class jodd.servlet.tag.IteratorStatus
 
last - Variable in class jodd.util.LoopIterator
 
LAST_MODIFIED - Static variable in class jodd.servlet.wrapper.BufferResponseWrapper
 
lastHeader - Variable in class jodd.servlet.upload.MultipartRequestInputStream
 
lastIndex - Variable in class jodd.servlet.HtmlTag
 
lastIndexOf(boolean) - Method in class jodd.util.collection.BooleanArrayList
Returns the index of the last occurrence of the specified object in this list.
lastIndexOf(byte) - Method in class jodd.util.collection.ByteArrayList
Returns the index of the last occurrence of the specified object in this list.
lastIndexOf(char) - Method in class jodd.util.collection.CharArrayList
Returns the index of the last occurrence of the specified object in this list.
lastIndexOf(double, double) - Method in class jodd.util.collection.DoubleArrayList
Returns the index of the last occurrence of the specified object in this list.
lastIndexOf(float, float) - Method in class jodd.util.collection.FloatArrayList
Returns the index of the last occurrence of the specified object in this list.
lastIndexOf(int) - Method in class jodd.util.collection.IntArrayList
Returns the index of the last occurrence of the specified object in this list.
lastIndexOf(long) - Method in class jodd.util.collection.LongArrayList
Returns the index of the last occurrence of the specified object in this list.
lastIndexOf(short) - Method in class jodd.util.collection.ShortArrayList
Returns the index of the last occurrence of the specified object in this list.
lastIndexOf(String, String, int, int) - Static method in class jodd.util.StringUtil
Finds last index of a substring in the given source string in specified range [end, start] See StringUtil.indexOf(String, String, int, int) for details about the speed.
lastIndexOf(String, char, int, int) - Static method in class jodd.util.StringUtil
Finds last index of a character in the given source string in specified range [end, start]
lastIndexOf(String, String[]) - Static method in class jodd.util.StringUtil
Finds the very last index of a substring from the specified array.
lastIndexOf(String, String[], int) - Static method in class jodd.util.StringUtil
Finds the very last index of a substring from the specified array.
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.
lastIndexOfIgnoreCase(String, String, int, int) - Static method in class jodd.util.StringUtil
Finds last index of a substring in the given source string with ignored case in specified range.
lastIndexOfIgnoreCase(String, char, int, int) - Static method in class jodd.util.StringUtil
Finds last index of a character in the given source string in specified range [end, start]
lastIndexOfIgnoreCase(String, String[]) - Static method in class jodd.util.StringUtil
Finds the very last index of a substring from the specified array.
lastIndexOfIgnoreCase(String, String[], int) - Static method in class jodd.util.StringUtil
Finds the very last index of a substring from the specified array.
lastIndexOfNonWhitespace(String) - Static method in class jodd.util.StringUtil
 
lastIndexOfNonWhitespace(String, int) - Static method in class jodd.util.StringUtil
 
lastIndexOfNonWhitespace(String, int, int) - Static method in class jodd.util.StringUtil
 
lastIndexOfWhitespace(String) - Static method in class jodd.util.StringUtil
 
lastIndexOfWhitespace(String, int) - Static method in class jodd.util.StringUtil
Returns last index of a whitespace.
lastIndexOfWhitespace(String, int, int) - Static method in class jodd.util.StringUtil
Returns last index of a whitespace.
lastModifiedData - Variable in class jodd.servlet.wrapper.BufferResponseWrapper
 
LastModifiedData - Class in jodd.servlet.wrapper
Holder for last modified date.
LastModifiedData() - Constructor for class jodd.servlet.wrapper.LastModifiedData
 
leadingZeroes - Variable in class jodd.format.PrintfFormat
 
leap - Variable in class jodd.datetime.JDateTime
Leap year flag.
LEFT_BRACE - Static variable in interface jodd.util.StringPool
 
LEFT_BRACKET - Static variable in interface jodd.util.StringPool
 
LEFT_CHEV - Static variable in interface jodd.util.StringPool
 
LEFT_SQ_BRACKET - Static variable in interface jodd.util.StringPool
 
leftAlign - Variable in class jodd.format.PrintfFormat
 
length - Variable in class jodd.servlet.filter.GzipResponseStream
The content length past which we will not write, or -1 if there is no defined content length.
length(Object) - Static method in class jodd.servlet.jspfn.JoddJspFunctions
Returns the length of provided object (collection, array and so on).
length() - Method in class jodd.util.buffer.FastCharBuffer
Returns buffer length, same as FastCharBuffer.size().
length(Object) - Static method in class jodd.util.ObjectUtil
Returns length of the object.
length() - Method in class jodd.util.StringBand
Returns total string length.
LFUCache<K,V> - Class in jodd.cache
LFU (least frequently used) cache.
LFUCache(int) - Constructor for class jodd.cache.LFUCache
 
LFUCache(int, long) - Constructor for class jodd.cache.LFUCache
 
list(File) - Method in class jodd.io.findfile.WildcardFileScanner
Lists all matched files.
list(String) - Method in class jodd.io.findfile.WildcardFileScanner
Lists all matched files.
list(List, int) - Static method in class jodd.servlet.HtmlFormUtil
 
listeners - Variable in class jodd.io.FileMonitor
 
listeners - Variable in class jodd.servlet.HttpSessionListenerBroadcaster
 
listenPort - Variable in class jodd.io.http.HttpTunnel
Tunnel listening port.
listFiles(File) - Method in class jodd.io.findfile.FindFile
List all files and folders in specified directory.
listSubfilesAfterFolder - Variable in class jodd.io.findfile.FindFile
 
load(Object, Object) - Static method in class jodd.bean.BeanTool
Populates bean from given object by using a loader for given objects type.
load(Object, Object, Class) - Static method in class jodd.bean.BeanTool
 
load(Object, Object) - Method in interface jodd.bean.loader.BeanLoader
Loads values from given source into the destination bean.
load(Object, Object) - Method in class jodd.bean.loader.MapBeanLoader
 
load(Object, Object) - Method in class jodd.bean.loader.MultipartRequestBeanLoader
 
load(Object, Object) - Method in class jodd.bean.loader.MultipartRequestWrapperBeanLoader
 
load(Object, Object) - Method in class jodd.bean.loader.RequestBeanLoader
 
load(Object, Object) - Method in class jodd.bean.loader.RequestParamBeanLoader
 
load(Object, Object) - Method in class jodd.bean.loader.ResultSetBeanLoader
 
load(Object, Object) - Method in class jodd.bean.loader.ServletContextBeanLoader
 
load(Object, Object) - Method in class jodd.bean.loader.SessionBeanLoader
 
load(String) - Method in class jodd.props.Props
Loads props from the string.
load(File) - Method in class jodd.props.Props
Loads props from the file.
load(File, String) - Method in class jodd.props.Props
Loads properties from the file in provided encoding.
load(InputStream) - Method in class jodd.props.Props
Loads properties from input stream.
load(InputStream, String) - Method in class jodd.props.Props
Loads properties from input stream and provided encoding.
load(Properties) - Method in class jodd.props.Props
Loads base properties from the provided java properties.
load(Properties, String) - Method in class jodd.props.Props
Loads base properties from java properties using provided prefix.
load(Map<?, ?>, String) - Method in class jodd.props.Props
Loads base properties from java Map using provided prefix.
loadClass(String) - Static method in class jodd.util.ClassLoaderUtil
 
loadClass(String, ClassLoader) - Static method in class jodd.util.ClassLoaderUtil
Loads a class with a given name dynamically, more reliable then Class.forName.
loadEnvironment(String) - Method in class jodd.props.Props
Loads environment properties with given prefix.
loadFromClasspath(Props, String...) - Static method in class jodd.props.PropsUtil
Loads props from classpath.
loadFromClasspath(Properties, String...) - Static method in class jodd.util.PropertiesUtil
Loads properties from classpath file(s).
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.
loadFromString(Properties, String) - Static method in class jodd.util.PropertiesUtil
Loads properties from string.
loadSystemProperties(String) - Method in class jodd.props.Props
Loads system properties with given prefix.
LOCAL_HOST - Static variable in class jodd.io.NetUtil
 
LOCAL_IP - Static variable in class jodd.io.NetUtil
 
locale - Variable in class jodd.datetime.JDateTime
 
locale - Static variable in class jodd.datetime.JDateTimeDefault
 
LocaleConverter - Class in jodd.typeconverter.impl
Converts given object to Java Locale.
LocaleConverter() - Constructor for class jodd.typeconverter.impl.LocaleConverter
 
locales - Static variable in class jodd.util.LocaleUtil
 
LocaleUtil - Class in jodd.util
Locale utilities.
LocaleUtil() - Constructor for class jodd.util.LocaleUtil
 
locateNextTag(String, int) - Static method in class jodd.servlet.HtmlTag
Locates HTML tag in specified source.
lock - Variable in class jodd.io.FileMonitor
 
lock() - Method in class jodd.util.Mutex
Blocks execution and acquires a lock.
LongArrayConverter - Class in jodd.typeconverter.impl
Converts given object to long[].
LongArrayConverter(ConvertBean) - Constructor for class jodd.typeconverter.impl.LongArrayConverter
 
LongArrayList - Class in jodd.util.collection
ArrayList of long primitives.
LongArrayList() - Constructor for class jodd.util.collection.LongArrayList
Constructs an empty list with an initial capacity.
LongArrayList(int) - Constructor for class jodd.util.collection.LongArrayList
Constructs an empty list with the specified initial capacity.
LongArrayList(long[]) - Constructor for class jodd.util.collection.LongArrayList
Constructs a list containing the elements of the specified array.
LongConverter - Class in jodd.typeconverter.impl
Converts given object to a Long.
LongConverter() - Constructor for class jodd.typeconverter.impl.LongConverter
 
longValue() - Method in class jodd.mutable.MutableByte
Returns the value as a long.
longValue() - Method in class jodd.mutable.MutableDouble
Returns the value as a long.
longValue() - Method in class jodd.mutable.MutableFloat
Returns the value as a long.
longValue() - Method in class jodd.mutable.MutableInteger
Returns the value as a long.
longValue() - Method in class jodd.mutable.MutableLong
Returns the value as a long.
longValue() - Method in class jodd.mutable.MutableShort
Returns the value as a long.
lookup(Class) - Static method in class jodd.bean.BeanLoaderManager
Returns loader for the specific object type.
lookup(Object) - Static method in class jodd.bean.BeanLoaderManager
Performs more thoroughly search for bean loader.
lookup(Class) - Method in class jodd.introspector.AccessibleIntrospector
Returns the ClassDescriptor object for specified class.
lookup(Class) - Static method in class jodd.introspector.ClassIntrospector
Returns class descriptor for specified type.
lookup(Class) - Method in interface jodd.introspector.Introspector
Returns the ClassDescriptor object for specified class.
lookup(Class) - Method in class jodd.introspector.WeakIntrospector
Returns the ClassDescriptor object for specified class.
lookup(Class) - Static method in class jodd.typeconverter.TypeConverterManager
Retrieves converter for provided type.
lookup(Class) - Method in class jodd.typeconverter.TypeConverterManagerBean
Retrieves converter for provided type.
lookupLocaleData(String) - Static method in class jodd.util.LocaleUtil
Lookups for locale data and creates new if it doesn't exist.
lookupLocaleData(Locale) - Static method in class jodd.util.LocaleUtil
 
lookupMimeType(String) - Static method in class jodd.util.MimeTypes
Simply returns MIME type or null if no type is found.
lookupValue(String, String...) - Method in class jodd.props.PropsData
Lookup props value through profiles and base properties.
loopBody() - Method in class jodd.servlet.tag.LoopingTagSupport
Loops body.
looping - Variable in class jodd.util.LoopIterator
 
LoopingTagSupport - Class in jodd.servlet.tag
Support for looping tags.
LoopingTagSupport() - Constructor for class jodd.servlet.tag.LoopingTagSupport
 
LoopIterator - Class in jodd.util
Loop iterator.
LoopIterator(int, int) - Constructor for class jodd.util.LoopIterator
 
LoopIterator(int, int, int) - Constructor for class jodd.util.LoopIterator
 
LoopIterator(int, int, int, int) - Constructor for class jodd.util.LoopIterator
 
LoopTag - Class in jodd.servlet.tag
Loop tag performs enhanced looping in both directions.
LoopTag() - Constructor for class jodd.servlet.tag.LoopTag
 
LRUCache<K,V> - Class in jodd.cache
LRU (least recently used) cache.
LRUCache(int) - Constructor for class jodd.cache.LRUCache
 
LRUCache(int, long) - Constructor for class jodd.cache.LRUCache
Creates a new LRU cache.

M

macroEnd - Variable in class jodd.util.StringTemplateParser
 
macroStart - Variable in class jodd.util.StringTemplateParser
 
MAIL_HOST - Static variable in class jodd.mail.SmtpServer
 
MAIL_POP3_AUTH - Static variable in class jodd.mail.Pop3Server
 
MAIL_POP3_HOST - Static variable in class jodd.mail.Pop3Server
 
MAIL_POP3_PORT - Static variable in class jodd.mail.Pop3Server
 
MAIL_POP3_SOCKET_FACTORY_CLASS - Static variable in class jodd.mail.Pop3SslServer
 
MAIL_POP3_SOCKET_FACTORY_FALLBACK - Static variable in class jodd.mail.Pop3SslServer
 
MAIL_POP3_SOCKET_FACTORY_PORT - Static variable in class jodd.mail.Pop3SslServer
 
MAIL_SMTP_AUTH - Static variable in class jodd.mail.SmtpServer
 
MAIL_SMTP_HOST - Static variable in class jodd.mail.SmtpServer
 
MAIL_SMTP_PORT - Static variable in class jodd.mail.SmtpServer
 
MAIL_SMTP_SOCKET_FACTORY_CLASS - Static variable in class jodd.mail.SmtpSslServer
 
MAIL_SMTP_SOCKET_FACTORY_FALLBACK - Static variable in class jodd.mail.SmtpSslServer
 
MAIL_SMTP_SOCKET_FACTORY_PORT - Static variable in class jodd.mail.SmtpSslServer
 
MAIL_SMTP_STARTTLS_ENABLE - Static variable in class jodd.mail.SmtpSslServer
 
MAIL_TRANSPORT_PROTOCOL - Static variable in class jodd.mail.SmtpServer
 
MailException - Exception in jodd.mail
Mailing exception.
MailException() - Constructor for exception jodd.mail.MailException
 
MailException(String) - Constructor for exception jodd.mail.MailException
 
MailException(String, Throwable) - Constructor for exception jodd.mail.MailException
 
MailException(Throwable) - Constructor for exception jodd.mail.MailException
 
mailSession - Variable in class jodd.mail.SendMailSession
 
mailTransport - Variable in class jodd.mail.SendMailSession
 
main(String[]) - Static method in class jodd.Jodd
Hello from Jodd.
map(Map, Object) - Static method in class jodd.servlet.HtmlFormUtil
 
map - Variable in class jodd.util.collection.HashBag
 
map - Variable in class jodd.util.collection.SetMapAdapter
 
MapBeanLoader - Class in jodd.bean.loader
Populate java bean using implementation of Map.
MapBeanLoader() - Constructor for class jodd.bean.loader.MapBeanLoader
 
MARCH - Static variable in class jodd.datetime.JDateTime
 
match(String, String) - Static method in class jodd.util.Wildcard
Checks whether a string matches a given wildcard pattern.
matches - Variable in class jodd.servlet.filter.GzipFilter
 
matchFileExtension() - Method in class jodd.servlet.upload.impl.AdaptiveFileUpload
 
matchOne(String, String[]) - Static method in class jodd.util.Wildcard
Matches string to at least one pattern.
matchPath(String, String) - Static method in class jodd.util.Wildcard
Matches path against pattern using *, ?
matchPathOne(String, String[]) - Static method in class jodd.util.Wildcard
Matches path to at least one pattern.
matchTokens(String[], String[]) - Static method in class jodd.util.Wildcard
Match tokenized string and pattern.
MathUtil - Class in jodd.util
Various math utilities.
MathUtil() - Constructor for class jodd.util.MathUtil
 
MAX_BOM_SIZE - Static variable in class jodd.io.UnicodeInputStream
 
maxCommonPrefix(String, String) - Static method in class jodd.util.StringUtil
Returns max common prefix of two strings.
maxDeep - Variable in class jodd.util.PrettyStringBuilder
 
maxFileSize - Variable in class jodd.cache.FileLFUCache
 
maxFileSize - Variable in class jodd.servlet.upload.FileUpload
 
maxFileSize - Variable in class jodd.servlet.upload.impl.AdaptiveFileUploadFactory
 
maxFileSize - Variable in class jodd.servlet.upload.impl.DiskFileUploadFactory
 
maxFileSize - Variable in class jodd.servlet.upload.impl.MemoryFileUploadFactory
 
maxItemsToShow - Variable in class jodd.util.PrettyStringBuilder
 
maxSize - Variable in class jodd.cache.FileLFUCache
 
maxTokensPerSession - Static variable in class jodd.servlet.CsrfShield
 
MAY - Static variable in class jodd.datetime.JDateTime
 
mbsc - Variable in class jodd.util.JmxClient
 
MemoryFileUpload - Class in jodd.servlet.upload.impl
FileUpload that stores uploaded files in memory byte array.
MemoryFileUploadFactory - Class in jodd.servlet.upload.impl
Factory for MemoryFileUpload.
MemoryFileUploadFactory() - Constructor for class jodd.servlet.upload.impl.MemoryFileUploadFactory
 
memoryThreshold - Variable in class jodd.servlet.upload.impl.AdaptiveFileUpload
 
memoryThreshold - Variable in class jodd.servlet.upload.impl.AdaptiveFileUploadFactory
 
merge(T[]...) - Static method in class jodd.util.ArraysUtil
Merge arrays.
merge(String[]...) - Static method in class jodd.util.ArraysUtil
Merge arrays.
merge(byte[]...) - Static method in class jodd.util.ArraysUtil
Merge arrays.
merge(char[]...) - Static method in class jodd.util.ArraysUtil
Merge arrays.
merge(short[]...) - Static method in class jodd.util.ArraysUtil
Merge arrays.
merge(int[]...) - Static method in class jodd.util.ArraysUtil
Merge arrays.
merge(long[]...) - Static method in class jodd.util.ArraysUtil
Merge arrays.
merge(float[]...) - Static method in class jodd.util.ArraysUtil
Merge arrays.
merge(double[]...) - Static method in class jodd.util.ArraysUtil
Merge arrays.
merge(boolean[]...) - Static method in class jodd.util.ArraysUtil
Merge arrays.
message(String, String, String) - Method in class jodd.mail.Email
 
message(String, String) - Method in class jodd.mail.Email
 
message2Email(Message) - Method in class jodd.mail.ReceiveMailSession
 
messageNumber - Variable in class jodd.mail.ReceivedEmail
 
messages - Variable in class jodd.mail.CommonEmail
 
method - Variable in class jodd.io.http.HttpTransfer
 
METHOD_GET_PREFIX - Static variable in class jodd.util.ReflectUtil
 
METHOD_IS_PREFIX - Static variable in class jodd.util.ReflectUtil
 
METHOD_SET_PREFIX - Static variable in class jodd.util.ReflectUtil
 
MILLIS_IN_DAY - Static variable in class jodd.datetime.TimeUtil
 
millisecond - Variable in class jodd.datetime.DateTimeStamp
Millisecond, range: [0 - 1000]
MIME_APPLICATION_ATOM_XML - Static variable in class jodd.util.MimeTypes
 
MIME_APPLICATION_JSON - Static variable in class jodd.util.MimeTypes
 
MIME_APPLICATION_OCTET_STREAM - Static variable in class jodd.util.MimeTypes
 
MIME_TEXT_HTML - Static variable in class jodd.util.MimeTypes
 
MIME_TEXT_PLAIN - Static variable in class jodd.util.MimeTypes
 
MimeTypes - Class in jodd.util
Map file extensions to MIME types.
MimeTypes() - Constructor for class jodd.util.MimeTypes
 
minDaysInFirstWeek - Variable in class jodd.datetime.JDateTime
 
minDaysInFirstWeek - Static variable in class jodd.datetime.JDateTimeDefault
 
minute - Variable in class jodd.datetime.DateTimeStamp
Minute, range [0 - 59]
misses - Variable in class jodd.util.ResourceBundleMessageResolver
 
missingKeyReplacement - Variable in class jodd.util.StringTemplateParser
 
mkdir(String) - Static method in class jodd.io.FileUtil
Creates single folder.
mkdir(File) - Static method in class jodd.io.FileUtil
Creates single folders.
mkdirs(String) - Static method in class jodd.io.FileUtil
Creates all folders at once.
mkdirs(File) - Static method in class jodd.io.FileUtil
Creates all folders at once.
modulus - Variable in class jodd.servlet.tag.IteratorStatus
 
modulus(int) - Method in class jodd.servlet.tag.IteratorStatus
Calculates modulus of current count.
modulus - Variable in class jodd.servlet.tag.IteratorTag
 
modulus - Variable in class jodd.servlet.tag.LoopingTagSupport
 
modulus - Variable in class jodd.util.LoopIterator
 
modulus(int) - Method in class jodd.util.LoopIterator
Calculates modulus of current count.
MONDAY - Static variable in class jodd.datetime.JDateTime
 
monitorFile(File) - Method in class jodd.io.FileMonitor
Adds file to listen for.
month - Variable in class jodd.datetime.DateTimeStamp
Month, range: [1 - 12]
monthFix - Variable in class jodd.datetime.JDateTime
 
monthFix - Static variable in class jodd.datetime.JDateTimeDefault
 
moreValue - Variable in class jodd.util.PrettyStringBuilder
 
move(String, String) - Static method in class jodd.io.FileUtil
 
move(String, String, FileUtilParams) - Static method in class jodd.io.FileUtil
 
move(File, File) - Static method in class jodd.io.FileUtil
 
move(File, File, FileUtilParams) - Static method in class jodd.io.FileUtil
Smart move.
moveDir(String, String) - Static method in class jodd.io.FileUtil
 
moveDir(File, File) - Static method in class jodd.io.FileUtil
 
moveFile(String, String) - Static method in class jodd.io.FileUtil
 
moveFile(String, String, FileUtilParams) - Static method in class jodd.io.FileUtil
 
moveFile(File, File) - Static method in class jodd.io.FileUtil
 
moveFile(File, File, FileUtilParams) - Static method in class jodd.io.FileUtil
 
moveFileToDir(String, String) - Static method in class jodd.io.FileUtil
 
moveFileToDir(String, String, FileUtilParams) - Static method in class jodd.io.FileUtil
 
moveFileToDir(File, File) - Static method in class jodd.io.FileUtil
 
moveFileToDir(File, File, FileUtilParams) - Static method in class jodd.io.FileUtil
 
MultiComparator - Class in jodd.util
Compare objects using several comparators at once.
MultiComparator(Comparator...) - Constructor for class jodd.util.MultiComparator
 
MultipartRequest - Class in jodd.servlet.upload
Handles multi-part requests and extract uploaded files and parameters from it.
MultipartRequest(HttpServletRequest) - Constructor for class jodd.servlet.upload.MultipartRequest
 
MultipartRequest(HttpServletRequest, FileUploadFactory) - Constructor for class jodd.servlet.upload.MultipartRequest
 
MultipartRequest(HttpServletRequest, String) - Constructor for class jodd.servlet.upload.MultipartRequest
 
MultipartRequest(HttpServletRequest, FileUploadFactory, String) - Constructor for class jodd.servlet.upload.MultipartRequest
Creates new multi-part request with form encoding and file upload factory.
MultipartRequestBeanLoader - Class in jodd.bean.loader
Populates java bean from MultipartRequest objects.
MultipartRequestBeanLoader() - Constructor for class jodd.bean.loader.MultipartRequestBeanLoader
 
multipartRequestBeanLoader - Variable in class jodd.bean.loader.MultipartRequestWrapperBeanLoader
 
MultipartRequestInputStream - Class in jodd.servlet.upload
Extended input stream based on buffered requests input stream.
MultipartRequestInputStream(InputStream) - Constructor for class jodd.servlet.upload.MultipartRequestInputStream
 
MultipartRequestWrapper - Class in jodd.servlet.upload
Multi-part HTTP servlet request wrapper.
MultipartRequestWrapper(HttpServletRequest, FileUploadFactory, String) - Constructor for class jodd.servlet.upload.MultipartRequestWrapper
 
MultipartRequestWrapper(HttpServletRequest, FileUploadFactory) - Constructor for class jodd.servlet.upload.MultipartRequestWrapper
 
MultipartRequestWrapper(MultipartRequest) - Constructor for class jodd.servlet.upload.MultipartRequestWrapper
 
MultipartRequestWrapperBeanLoader - Class in jodd.bean.loader
Populates java bean from MultipartRequestWrapper objects.
MultipartRequestWrapperBeanLoader() - Constructor for class jodd.bean.loader.MultipartRequestWrapperBeanLoader
 
MultipartStreamParser - Class in jodd.servlet.upload
Generic, serlvets-free multipart request input stream parser.
MultipartStreamParser() - Constructor for class jodd.servlet.upload.MultipartStreamParser
 
MultipartStreamParser(FileUploadFactory) - Constructor for class jodd.servlet.upload.MultipartStreamParser
 
multiSelected(Object, String) - Static method in class jodd.servlet.HtmlFormUtil
 
multiSelected(Object[], String) - Static method in class jodd.servlet.HtmlFormUtil
 
multiSelected(int[], String) - Static method in class jodd.servlet.HtmlFormUtil
 
multiSelected(long[], String) - Static method in class jodd.servlet.HtmlFormUtil
 
multiSelected(List, String) - Static method in class jodd.servlet.HtmlFormUtil
 
multiSelectedValue(Object, String) - Static method in class jodd.servlet.HtmlFormUtil
 
multiSelectedValue(Object[], String) - Static method in class jodd.servlet.HtmlFormUtil
 
multiSelectedValue(int[], String) - Static method in class jodd.servlet.HtmlFormUtil
 
multiSelectedValue(long[], String) - Static method in class jodd.servlet.HtmlFormUtil
 
multiSelectedValue(List, String) - Static method in class jodd.servlet.HtmlFormUtil
 
mustHaveDayOfFirstWeek - Variable in class jodd.datetime.JDateTime
 
mustHaveDayOfFirstWeek - Static variable in class jodd.datetime.JDateTimeDefault
 
MutableBoolean - Class in jodd.mutable
A mutable boolean wrapper.
MutableBoolean() - Constructor for class jodd.mutable.MutableBoolean
 
MutableBoolean(boolean) - Constructor for class jodd.mutable.MutableBoolean
 
MutableBoolean(String) - Constructor for class jodd.mutable.MutableBoolean
 
MutableBoolean(Boolean) - Constructor for class jodd.mutable.MutableBoolean
 
MutableBoolean(Number) - Constructor for class jodd.mutable.MutableBoolean
 
MutableByte - Class in jodd.mutable
A mutable byte wrapper.
MutableByte() - Constructor for class jodd.mutable.MutableByte
 
MutableByte(byte) - Constructor for class jodd.mutable.MutableByte
 
MutableByte(String) - Constructor for class jodd.mutable.MutableByte
 
MutableByte(Number) - Constructor for class jodd.mutable.MutableByte
 
MutableByteConverter - Class in jodd.typeconverter.impl
Converts given object to MutableByte.
MutableByteConverter(ConvertBean) - Constructor for class jodd.typeconverter.impl.MutableByteConverter
 
MutableDouble - Class in jodd.mutable
A mutable double wrapper.
MutableDouble() - Constructor for class jodd.mutable.MutableDouble
 
MutableDouble(double) - Constructor for class jodd.mutable.MutableDouble
 
MutableDouble(String) - Constructor for class jodd.mutable.MutableDouble
 
MutableDouble(Number) - Constructor for class jodd.mutable.MutableDouble
 
MutableDoubleConverter - Class in jodd.typeconverter.impl
Converts given object to MutableDouble.
MutableDoubleConverter(ConvertBean) - Constructor for class jodd.typeconverter.impl.MutableDoubleConverter
 
MutableFloat - Class in jodd.mutable
A mutable float wrapper.
MutableFloat() - Constructor for class jodd.mutable.MutableFloat
 
MutableFloat(float) - Constructor for class jodd.mutable.MutableFloat
 
MutableFloat(String) - Constructor for class jodd.mutable.MutableFloat
 
MutableFloat(Number) - Constructor for class jodd.mutable.MutableFloat
 
MutableFloatConverter - Class in jodd.typeconverter.impl
Converts given object to MutableFloat.
MutableFloatConverter(ConvertBean) - Constructor for class jodd.typeconverter.impl.MutableFloatConverter
 
MutableInteger - Class in jodd.mutable
A mutable int wrapper.
MutableInteger() - Constructor for class jodd.mutable.MutableInteger
 
MutableInteger(int) - Constructor for class jodd.mutable.MutableInteger
 
MutableInteger(String) - Constructor for class jodd.mutable.MutableInteger
 
MutableInteger(Number) - Constructor for class jodd.mutable.MutableInteger
 
MutableIntegerConverter - Class in jodd.typeconverter.impl
Converts given object to an MutableInteger.
MutableIntegerConverter(ConvertBean) - Constructor for class jodd.typeconverter.impl.MutableIntegerConverter
 
MutableLong - Class in jodd.mutable
A mutable long wrapper.
MutableLong() - Constructor for class jodd.mutable.MutableLong
 
MutableLong(long) - Constructor for class jodd.mutable.MutableLong
 
MutableLong(String) - Constructor for class jodd.mutable.MutableLong
 
MutableLong(Number) - Constructor for class jodd.mutable.MutableLong
 
MutableLongConverter - Class in jodd.typeconverter.impl
Converts given object to a MutableLong.
MutableLongConverter(ConvertBean) - Constructor for class jodd.typeconverter.impl.MutableLongConverter
 
MutableShort - Class in jodd.mutable
A mutable short wrapper.
MutableShort() - Constructor for class jodd.mutable.MutableShort
 
MutableShort(short) - Constructor for class jodd.mutable.MutableShort
 
MutableShort(String) - Constructor for class jodd.mutable.MutableShort
 
MutableShort(Number) - Constructor for class jodd.mutable.MutableShort
 
MutableShortConverter - Class in jodd.typeconverter.impl
Converts given object to MutableShort.
MutableShortConverter(ConvertBean) - Constructor for class jodd.typeconverter.impl.MutableShortConverter
 
Mutex - Class in jodd.util
Provides simple mutual exclusion.
Mutex() - Constructor for class jodd.util.Mutex
 

N

N - Static variable in interface jodd.util.StringPool
 
name - Variable in class jodd.datetime.JStopWatch
Optional stopwatch name.
name - Variable in class jodd.mail.EmailAttachment
 
name - Variable in class jodd.servlet.tag.CsrfTokenTag
 
name - Variable in class jodd.servlet.tag.SetTag
 
name - Variable in class jodd.servlet.tag.UnsetTag
 
name2id(String) - Static method in class jodd.servlet.HtmlFormUtil
Converts name to safe id value by replacing all non-letter and non-digits characters to '_'.
NetUtil - Class in jodd.io
Network utilities.
NetUtil() - Constructor for class jodd.io.NetUtil
 
newInstance(Class) - Static method in class jodd.util.ReflectUtil
Creates new instances including for common mutable classes that do not have a default constructor.
NEWLINE - Static variable in interface jodd.util.StringPool
 
next() - Method in class jodd.cache.CacheValuesIterator
Returns next non-expired element from the cache.
next(boolean) - Method in class jodd.servlet.tag.IteratorStatus
Performs the iterations to the next item and specifies if this is the last iteration.
next() - Method in class jodd.util.collection.ArrayIterator
 
next() - Method in class jodd.util.collection.CompositeIterator
next() - Method in class jodd.util.collection.EnumerationIterator
 
next() - Method in class jodd.util.collection.JoinedIterator
 
next() - Method in class jodd.util.LoopIterator
Iterates to next value at the beginning of the loop.
nextElement() - Method in class jodd.util.collection.ArrayEnumeration
 
nextElement() - Method in class jodd.util.collection.JoinedEnumeration
 
nextFile() - Method in class jodd.io.findfile.FindFile
Finds the next file.
nextIndex - Variable in class jodd.servlet.HtmlTag
 
NO - Static variable in interface jodd.util.StringPool
 
NO_ARGUMENTS - Static variable in class jodd.util.ReflectUtil
an empty object array
NO_PARAMETERS - Static variable in class jodd.util.ReflectUtil
an empty class array
NO_TYPES - Static variable in class jodd.util.ReflectUtil
an empty object array
NoCache<K,V> - Class in jodd.cache
Simple no-cache implementations of Cache for situation when cache needs to be quickly turned-off.
NoCache() - Constructor for class jodd.cache.NoCache
 
normalize(String) - Static method in class jodd.io.FileNameUtil
 
normalize(String, boolean) - Static method in class jodd.io.FileNameUtil
Normalizes a path, removing double and single dot path steps.
normalizeNoEndSeparator(String) - Static method in class jodd.io.FileNameUtil
 
normalizeNoEndSeparator(String, boolean) - Static method in class jodd.io.FileNameUtil
Normalizes a path, removing double and single dot path steps, and removing any final directory separator.
notify(Object) - Static method in class jodd.util.ThreadUtil
Notifies an object for synchronization purposes.
notifyAll(Object) - Static method in class jodd.util.ThreadUtil
Notifies an object for synchronization purposes.
notmisses - Variable in class jodd.util.ResourceBundleMessageResolver
 
NOVEMBER - Static variable in class jodd.datetime.JDateTime
 
NULL - Static variable in interface jodd.util.StringPool
 
nullValue - Variable in class jodd.util.PrettyStringBuilder
 

O

objectToByteArray(Object) - Static method in class jodd.util.ObjectUtil
Serialize an object to byte array.
ObjectUtil - Class in jodd.util
Various object utilities.
ObjectUtil() - Constructor for class jodd.util.ObjectUtil
 
OCTOBER - Static variable in class jodd.datetime.JDateTime
 
OFF - Static variable in interface jodd.util.StringPool
 
offset() - Method in class jodd.util.buffer.FastBooleanBuffer
Returns the offset of last used element in current inner array chunk.
offset() - Method in class jodd.util.buffer.FastBuffer
Returns the offset of last used element in current inner array chunk.
offset() - Method in class jodd.util.buffer.FastByteBuffer
Returns the offset of last used element in current inner array chunk.
offset() - Method in class jodd.util.buffer.FastCharBuffer
Returns the offset of last used element in current inner array chunk.
offset() - Method in class jodd.util.buffer.FastDoubleBuffer
Returns the offset of last used element in current inner array chunk.
offset() - Method in class jodd.util.buffer.FastFloatBuffer
Returns the offset of last used element in current inner array chunk.
offset() - Method in class jodd.util.buffer.FastIntBuffer
Returns the offset of last used element in current inner array chunk.
offset() - Method in class jodd.util.buffer.FastLongBuffer
Returns the offset of last used element in current inner array chunk.
offset() - Method in class jodd.util.buffer.FastShortBuffer
Returns the offset of last used element in current inner array chunk.
ON - Static variable in interface jodd.util.StringPool
 
ONE - Static variable in interface jodd.util.StringPool
 
onEntry(ClassFinder.EntryData) - Method in class jodd.io.findfile.ClassFinder
Called during classpath scanning when class or resource is found.
onFile(File) - Method in class jodd.io.findfile.FileScanner
Invoked on founded file.
onFile(File) - Method in class jodd.io.findfile.WildcardFileScanner
 
onFileChange(File) - Method in interface jodd.io.FileChangeListener
Invoked when one of the monitored files is created, deleted or modified.
onRemove(K, V) - Method in class jodd.cache.LFUCache
Callback method invoked on cached object removal.
onRequest(HttpTransfer) - Method in class jodd.io.http.HttpTunnel.HttpTunnelConnection
Invoked after income connection is parsed.
onResponse(HttpTransfer) - Method in class jodd.io.http.HttpTunnel.HttpTunnelConnection
Invoked after target response is processed.
onSocketConnection(Socket) - Method in class jodd.io.http.HttpTunnel
Invoked on incoming connection.
open() - Method in class jodd.mail.ReceiveMailSession
Opens session.
open() - Method in class jodd.mail.SendMailSession
Opens mail session.
openInputStream() - Method in class jodd.io.findfile.ClassFinder.EntryData
Opens zip entry or plain file and returns its input stream.
origResponse - Variable in class jodd.servlet.filter.GzipResponseWrapper
Original response.
os - Variable in class jodd.io.StreamGobbler
 
OS_NAME - Static variable in class jodd.util.SystemUtil
 
OS_VERSION - Static variable in class jodd.util.SystemUtil
 
out(String, byte) - Static method in class jodd.format.Printf
 
out(String, char) - Static method in class jodd.format.Printf
 
out(String, short) - Static method in class jodd.format.Printf
 
out(String, int) - Static method in class jodd.format.Printf
 
out(String, long) - Static method in class jodd.format.Printf
 
out(String, float) - Static method in class jodd.format.Printf
 
out(String, double) - Static method in class jodd.format.Printf
 
out(String, boolean) - Static method in class jodd.format.Printf
 
out(String, String) - Static method in class jodd.format.Printf
 
out(String, Byte) - Static method in class jodd.format.Printf
 
out(String, Character) - Static method in class jodd.format.Printf
 
out(String, Short) - Static method in class jodd.format.Printf
 
out(String, Integer) - Static method in class jodd.format.Printf
 
out(String, Long) - Static method in class jodd.format.Printf
 
out(String, Float) - Static method in class jodd.format.Printf
 
out(String, Double) - Static method in class jodd.format.Printf
 
out(String, Boolean) - Static method in class jodd.format.Printf
 
out(String, byte[]) - Static method in class jodd.format.Printf
 
out(String, char[]) - Static method in class jodd.format.Printf
 
out(String, short[]) - Static method in class jodd.format.Printf
 
out(String, int[]) - Static method in class jodd.format.Printf
 
out(String, long[]) - Static method in class jodd.format.Printf
 
out(String, float[]) - Static method in class jodd.format.Printf
 
out(String, double[]) - Static method in class jodd.format.Printf
 
out(String, boolean[]) - Static method in class jodd.format.Printf
 
out(String, String[]) - Static method in class jodd.format.Printf
 
out(String, Byte...) - Static method in class jodd.format.Printf
 
out(String, Character...) - Static method in class jodd.format.Printf
 
out(String, Short...) - Static method in class jodd.format.Printf
 
out(String, Integer...) - Static method in class jodd.format.Printf
 
out(String, Long...) - Static method in class jodd.format.Printf
 
out(String, Float...) - Static method in class jodd.format.Printf
 
out(String, Double...) - Static method in class jodd.format.Printf
 
out(String, Boolean...) - Static method in class jodd.format.Printf
 
out(String, Object...) - Static method in class jodd.format.Printf
 
outBytes(File, byte[], int, int, boolean) - Static method in class jodd.io.FileUtil
 
outChars(File, char[], String, boolean) - Static method in class jodd.io.FileUtil
 
output - Variable in class jodd.servlet.filter.GzipResponseStream
The underlying servlet output stream to which we should write data.
outStream - Variable in class jodd.servlet.wrapper.Buffer
 
outString(File, String, String, boolean) - Static method in class jodd.io.FileUtil
 
outWriter - Variable in class jodd.servlet.wrapper.Buffer
 
overwrite - Variable in class jodd.io.FileUtilParams
 
overwrite(boolean) - Method in class jodd.io.FileUtilParams
 

P

pad(String) - Method in class jodd.format.PrintfFormat
Pads the value with spaces and adds prefix and suffix.
pageContext - Variable in class jodd.servlet.JspValueResolver
 
PageContextThreadLocal - Class in jodd.servlet
Thread local storage for PageContext.
PageContextThreadLocal() - Constructor for class jodd.servlet.PageContextThreadLocal
 
param(String, Object) - Method in class jodd.servlet.URLBuilder
Appends new parameter to url.
param(String, String) - Method in class jodd.servlet.URLBuilder
Appends new parameter to url.
param(String) - Method in class jodd.servlet.URLBuilder
 
params() - Static method in class jodd.io.FileUtil
Creates new FileUtilParams instance with default values.
params - Variable in class jodd.io.http.HttpParams
 
parse(String, Object) - Method in class jodd.bean.BeanTemplateParser
Replaces named macros with context values.
parse(String, String) - Method in class jodd.datetime.format.AbstractFormatter
Parses string given in specified format and extracts time information.
parse(String) - Method in class jodd.datetime.format.JdtFormat
Delegates for JdtFormatter.parse(String, String).
parse(String, String) - Method in interface jodd.datetime.format.JdtFormatter
Parses string given in specified format and extracts time information.
parse(String, String) - Method in class jodd.datetime.JDateTime
Sets date/time from a string given in provided template.
parse(String) - Method in class jodd.datetime.JDateTime
Sets date/time from a string and currently active template.
parse(String, JdtFormat) - Method in class jodd.datetime.JDateTime
 
parse(String) - Method in class jodd.props.Props
Parses input string and loads provided properties map.
parse(String) - Method in class jodd.props.PropsParser
Loads properties.
parse(String, StringTemplateParser.MacroResolver) - Method in class jodd.util.StringTemplateParser
Parses string template and replaces macros with resolved values.
parseDigit(char) - Static method in class jodd.util.MathUtil
Converts char digit into integer value.
parseMultipartRequest() - Method in class jodd.servlet.upload.MultipartRequest
Loads and parse multi-part request.
parser - Variable in class jodd.props.Props
 
parseRequest() - Method in class jodd.servlet.upload.MultipartRequest
Checks if request if multi-part and parse it.
parseRequestStream(InputStream, String) - Method in class jodd.servlet.upload.MultipartStreamParser
Extracts uploaded files and parameters from the request data.
parseValue(int, String, DateTimeStamp) - Method in class jodd.datetime.format.AbstractFormatter
Parses value for matched pattern.
parseValue(int, String, DateTimeStamp) - Method in class jodd.datetime.format.Iso8601JdtFormatter
 
parseValues - Variable in class jodd.util.StringTemplateParser
 
passThrough - Variable in class jodd.io.DebugOutputStream
 
password - Variable in class jodd.mail.Pop3SslServer
 
password - Variable in class jodd.mail.SimpleAuthenticator
 
path - Variable in class jodd.io.http.HttpTransfer
 
path(String) - Method in class jodd.servlet.URLBuilder
Defines path.
PATH_MATCH - Static variable in class jodd.util.Wildcard
 
PATH_SEPARATOR - Static variable in class jodd.util.SystemUtil
 
PATH_SEPARATORS - Static variable in class jodd.util.Wildcard
 
pattern - Variable in class jodd.io.findfile.WildcardFileScanner
 
pattern - Variable in class jodd.io.findfile.WildcardFindFile
 
patterns - Variable in class jodd.datetime.format.AbstractFormatter
Available patterns list.
peek() - Method in class jodd.util.collection.SimpleQueue
Peeks an element in the queue.
peek() - Method in class jodd.util.collection.SimpleStack
Peek element from stack.
PERCENT - Static variable in interface jodd.util.StringPool
 
PIPE - Static variable in interface jodd.util.StringPool
 
PLUS - Static variable in interface jodd.util.StringPool
 
pollingInterval - Variable in class jodd.io.FileMonitor
 
pop() - Method in class jodd.util.collection.SimpleStack
Stack pop.
Pop3Server - Class in jodd.mail
Represents simple plain POP server for sending emails.
Pop3Server(String) - Constructor for class jodd.mail.Pop3Server
POP3 server defined with its host and default port.
Pop3Server(String, int) - Constructor for class jodd.mail.Pop3Server
POP3 server defined with its host and port.
Pop3Server(String, Authenticator) - Constructor for class jodd.mail.Pop3Server
 
Pop3Server(String, int, String, String) - Constructor for class jodd.mail.Pop3Server
 
Pop3Server(String, int, Authenticator) - Constructor for class jodd.mail.Pop3Server
SMTP server defined with its host and authentication.
Pop3SslServer - Class in jodd.mail
Pop3 SSL server.
Pop3SslServer(String, String, String) - Constructor for class jodd.mail.Pop3SslServer
 
Pop3SslServer(String, int, String, String) - Constructor for class jodd.mail.Pop3SslServer
 
popAll() - Method in class jodd.util.collection.SimpleStack
 
populateBean(Object, Map<?, ?>) - Static method in class jodd.bean.BeanUtil
 
populateBean(Object, Map<?, ?>) - Method in class jodd.bean.BeanUtilBean
Populates bean from a Map.
populateForm(String, FormTag.FieldResolver) - Method in class jodd.servlet.tag.FormTag
Populates HTML form.
populateProperty(Object, String, Map<?, ?>) - Static method in class jodd.bean.BeanUtil
 
populateProperty(Object, String, List<?>) - Static method in class jodd.bean.BeanUtil
 
populateProperty(Object, String, Map<?, ?>) - Method in class jodd.bean.BeanUtilBean
Populates simple bean property from a Map.
populateProperty(Object, String, List<?>) - Method in class jodd.bean.BeanUtilBean
Populates indexed bean property from a List.
port - Variable in class jodd.io.http.HttpTransfer
 
port - Variable in class jodd.mail.Pop3Server
 
port - Variable in class jodd.mail.SmtpServer
 
post - Variable in class jodd.format.PrintfFormat
 
pre - Variable in class jodd.format.PrintfFormat
 
precision - Variable in class jodd.format.PrintfFormat
 
prefix(String, String) - Static method in class jodd.util.StringUtil
Inserts prefix if doesn't exist.
prepareClassnameForLoading(String) - Static method in class jodd.util.ClassLoaderUtil
Prepares classname for loading.
prepareCsrfToken(PageContext) - Static method in class jodd.servlet.CsrfShield
 
prepareCsrfToken() - Static method in class jodd.servlet.CsrfShield
 
prepareCsrfToken(HttpSession) - Static method in class jodd.servlet.CsrfShield
 
prepareCsrfToken(HttpSession, int) - Static method in class jodd.servlet.CsrfShield
Generates new CSRF token and puts it in the session.
prepareDownload(HttpServletResponse, File) - Static method in class jodd.servlet.ServletUtil
Prepares response for file download.
prepareDownload(HttpServletResponse, File, String) - Static method in class jodd.servlet.ServletUtil
Prepares response for file download with specified mime type.
prepareDownload(HttpServletResponse, String, int) - Static method in class jodd.servlet.ServletUtil
Prepares response for file download.
prepareDownload(HttpServletResponse, String, String, int) - Static method in class jodd.servlet.ServletUtil
Prepares response for file download.
prepareEntryName(String, boolean) - Method in class jodd.io.findfile.ClassFinder
Prepares resource and class names.
prepareParameters(String[], boolean, boolean, boolean) - Static method in class jodd.servlet.ServletUtil
Prepares parameters for further processing.
preparePatterns(String[]) - Method in class jodd.datetime.format.AbstractFormatter
Converts String array of patterns to char arrays.
prepareStepDirection() - Method in class jodd.servlet.tag.LoopingTagSupport
Shorter variant of LoopingTagSupport.prepareStepDirection(boolean, boolean).
prepareStepDirection(boolean, boolean) - Method in class jodd.servlet.tag.LoopingTagSupport
Prepares step value.
preResponseCommit() - Method in class jodd.servlet.wrapper.BufferResponseWrapper
Called just before stream or writer is accessed.
preserveDate - Variable in class jodd.io.FileUtilParams
 
preserveDate(boolean) - Method in class jodd.io.FileUtilParams
 
PrettyStringBuilder - Class in jodd.util
Constructs pretty string representation of object value.
PrettyStringBuilder() - Constructor for class jodd.util.PrettyStringBuilder
 
preventCaching(HttpServletResponse) - Static method in class jodd.servlet.ServletUtil
Prevents HTTP cache.
PRIME - Static variable in class jodd.util.HashCode
 
PRIMITIVE_BYTECODE_NAME - Static variable in class jodd.util.ClassLoaderUtil
List of primitive bytecode characters that matches names list.
PRIMITIVE_TYPE_NAMES - Static variable in class jodd.util.ClassLoaderUtil
List of primitive type names.
PRIMITIVE_TYPES - Static variable in class jodd.util.ClassLoaderUtil
List of primitive types that matches names list.
print2(int) - Method in class jodd.datetime.format.AbstractFormatter
Prints values 00 - 99.
print3(int) - Method in class jodd.datetime.format.AbstractFormatter
Prints values 00 - 999.
Printf - Class in jodd.format
Printf.
Printf() - Constructor for class jodd.format.Printf
 
PrintfFormat - Class in jodd.format
Fast simple and yet useful formattings.
PrintfFormat(String) - Constructor for class jodd.format.PrintfFormat
Formats a number in a printf format, like C.
PrintfFormat() - Constructor for class jodd.format.PrintfFormat
For internal use with PrintfFormat.init(String, int) and PrintfFormat.reinit(String).
printPad4(int) - Method in class jodd.datetime.format.AbstractFormatter
Prints 4 digits and optional minus sign.
printStackTrace() - Method in exception jodd.exception.UncheckedException
 
printStackTrace(PrintStream) - Method in exception jodd.exception.UncheckedException
 
printStackTrace(PrintWriter) - Method in exception jodd.exception.UncheckedException
 
printWriter - Variable in class jodd.servlet.filter.CharArrayResponseWrapper
 
priority(int) - Method in class jodd.mail.Email
 
PRIORITY_HIGH - Static variable in class jodd.mail.CommonEmail
 
PRIORITY_HIGHEST - Static variable in class jodd.mail.CommonEmail
 
PRIORITY_LOW - Static variable in class jodd.mail.CommonEmail
 
PRIORITY_LOWEST - Static variable in class jodd.mail.CommonEmail
 
PRIORITY_NORMAL - Static variable in class jodd.mail.CommonEmail
 
process(File) - Method in class jodd.io.findfile.FileScanner
Processes single path.
processPart(ReceivedEmail, Part) - Method in class jodd.mail.ReceiveMailSession
Process single part of received message.
processStream() - Method in class jodd.servlet.upload.FileUpload
Process request input stream.
processStream() - Method in class jodd.servlet.upload.impl.AdaptiveFileUpload
 
processStream() - Method in class jodd.servlet.upload.impl.DiskFileUpload
 
processStream() - Method in class jodd.servlet.upload.impl.MemoryFileUpload
Reads data from input stream into byte array and stores file size.
PROFILE_LEFT - Static variable in class jodd.props.PropsParser
 
PROFILE_RIGHT - Static variable in class jodd.props.PropsParser
 
profiles - Variable in class jodd.props.PropsData
 
properties - Variable in class jodd.props.PropsData
 
PropertiesUtil - Class in jodd.util
Misc java.util.Properties utils.
PropertiesUtil() - Constructor for class jodd.util.PropertiesUtil
 
property(String) - Method in class jodd.servlet.JspValueResolver
Resolves property values from all scopes.
propertyEnc(String, PageContext) - Static method in class jodd.servlet.jspfn.JoddJspFunctions
 
propertyEnc(String) - Static method in class jodd.servlet.jspfn.JoddJspFunctions
 
Props - Class in jodd.props
Super properties: fast, configurable, supports (ini) sections, profiles.
Props() - Constructor for class jodd.props.Props
Creates new props.
Props(PropsParser) - Constructor for class jodd.props.Props
 
PropsData - Class in jodd.props
Props data storage for base and profile properties.
PropsData() - Constructor for class jodd.props.PropsData
 
PropsData(HashMap<String, PropsValue>, HashMap<String, Map<String, PropsValue>>) - Constructor for class jodd.props.PropsData
 
propsData - Variable in class jodd.props.PropsParser
 
PropsParser - Class in jodd.props
Props parser.
PropsParser() - Constructor for class jodd.props.PropsParser
 
PropsParser(PropsData) - Constructor for class jodd.props.PropsParser
 
PropsParser.ParseState - Enum in jodd.props
Parsing states.
PropsUtil - Class in jodd.props
Some Props utilities.
PropsUtil() - Constructor for class jodd.props.PropsUtil
 
PropsValue - Class in jodd.props
Holds original props value and generated one.
PropsValue(String) - Constructor for class jodd.props.PropsValue
 
PROTOCOL_POP3 - Static variable in class jodd.mail.Pop3Server
 
PROTOCOL_SMTP - Static variable in class jodd.mail.SmtpServer
 
prune() - Method in class jodd.cache.AbstractCacheMap
Prunes objects from cache and returns the number of removed objects.
prune() - Method in interface jodd.cache.Cache
Prunes objects from cache and returns the number of removed objects.
prune() - Method in class jodd.cache.NoCache
 
pruneCache() - Method in class jodd.cache.AbstractCacheMap
Prune implementation.
pruneCache() - Method in class jodd.cache.FIFOCache
Prune expired objects and, if cache is still full, the first one.
pruneCache() - Method in class jodd.cache.LFUCache
Prunes expired and, if cache is still full, the LFU element(s) from the cache.
pruneCache() - Method in class jodd.cache.LRUCache
Prune only expired objects, LinkedHashMap will take care of LRU if needed.
pruneCache() - Method in class jodd.cache.TimedCache
Prunes expired elements from the cache.
pruneTimer - Variable in class jodd.cache.TimedCache
 
publicCtors - Variable in class jodd.introspector.ClassDescriptor
 
publicFields - Variable in class jodd.introspector.ClassDescriptor
 
publicMethods - Variable in class jodd.introspector.ClassDescriptor
 
publicProperties - Variable in class jodd.introspector.ClassDescriptor
 
push(E) - Method in class jodd.util.collection.SimpleStack
Stack push.
put(K, V) - Method in class jodd.cache.AbstractCacheMap
Adds an object to the cache with default timeout.
put(K, V, long) - Method in class jodd.cache.AbstractCacheMap
Adds an object to the cache with specified timeout after which it becomes expired.
put(K, V) - Method in interface jodd.cache.Cache
Adds an object to the cache with default timeout.
put(K, V, long) - Method in interface jodd.cache.Cache
Adds an object to the cache with specified timeout after which it becomes expired.
put(K, V) - Method in class jodd.cache.NoCache
 
put(K, V, long) - Method in class jodd.cache.NoCache
 
put(Map<String, PropsValue>, String, String) - Method in class jodd.props.PropsData
Puts key-value pair into the map, with respect of appending duplicate properties
put(Object, Object) - Method in class jodd.util.collection.IntHashMap
Associates the specified value with the specified key in this map.
put(int, Object) - Method in class jodd.util.collection.IntHashMap
Associates the specified value with the specified key in this map.
put(E) - Method in class jodd.util.collection.SimpleQueue
Puts object in queue.
put(String, Object) - Method in class jodd.util.collection.StringKeyedMapAdapter
Saves an attribute in the request.
put(K, V) - Method in class jodd.util.ref.ReferenceMap
 
putAll(Map) - Method in class jodd.util.collection.IntHashMap
Copies all of the mappings from the specified map to this one.
putAll(Map<? extends K, ? extends V>) - Method in class jodd.util.ref.ReferenceMap
 
putBaseProperty(String, String) - Method in class jodd.props.PropsData
Adds base property.
putBoolean(byte[], int, boolean) - Static method in class jodd.util.Bits
 
putChar(byte[], int, char) - Static method in class jodd.util.Bits
 
putDouble(byte[], int, double) - Static method in class jodd.util.Bits
 
putFile(String, FileUpload) - Method in class jodd.servlet.upload.MultipartStreamParser
 
putFloat(byte[], int, float) - Static method in class jodd.util.Bits
 
putIfAbsent(K, V) - Method in class jodd.util.ref.ReferenceMap
 
putInt(byte[], int, int) - Static method in class jodd.util.Bits
 
putLong(byte[], int, long) - Static method in class jodd.util.Bits
 
putParameter(String, String) - Method in class jodd.servlet.upload.MultipartStreamParser
 
putParameters(String, String[]) - Method in class jodd.servlet.upload.MultipartStreamParser
 
putProfileProperty(String, String, String) - Method in class jodd.props.PropsData
Adds profile property.
putShort(byte[], int, short) - Static method in class jodd.util.Bits
 

Q

qsort(Object[], Comparator) - Static method in class jodd.util.sort.FastQuickSort
 
QUESTION_MARK - Static variable in interface jodd.util.StringPool
 
QUOTE - Static variable in interface jodd.util.StringPool
 

R

random(int, char[]) - Static method in class jodd.util.RandomStringUtil
Creates random string whose length is the number of characters specified.
random(int, String) - Static method in class jodd.util.RandomStringUtil
Creates random string whose length is the number of characters specified.
random(int, char, char) - Static method in class jodd.util.RandomStringUtil
Creates random string whose length is the number of characters specified.
randomAlpha(int) - Static method in class jodd.util.RandomStringUtil
Creates random string of characters.
randomAlphaNumeric(int) - Static method in class jodd.util.RandomStringUtil
Creates random string of characters and digits.
randomAscii(int) - Static method in class jodd.util.RandomStringUtil
Creates random string whose length is the number of characters specified.
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.
randomNumeric(int) - Static method in class jodd.util.RandomStringUtil
Creates random string that consist only of numbers.
randomRanges(int, char...) - Static method in class jodd.util.RandomStringUtil
Creates random string whose length is the number of characters specified.
RandomStringUtil - Class in jodd.util
Generates random strings.
RandomStringUtil() - Constructor for class jodd.util.RandomStringUtil
 
read() - Method in class jodd.io.AsciiInputStream
 
read(char[], int, int) - Method in class jodd.io.CharBufferReader
 
read() - Method in class jodd.io.CharBufferReader
 
read() - Method in class jodd.io.StringInputStream
 
read() - Method in class jodd.io.UnicodeInputStream
Reads byte from the stream.
readAnnotationData(AccessibleObject) - Method in class jodd.util.AnnotationDataReader
Reads annotation data on provided accessible object.
readAnnotationValue(Annotation, String) - Static method in class jodd.util.ReflectUtil
Reads annotation value.
readAvailableBytes(InputStream) - Static method in class jodd.io.StreamUtil
Reads all available bytes from InputStream as a byte array.
readBody(HttpTransfer, BufferedReader) - Static method in class jodd.io.http.Http
 
readBoundary() - Method in class jodd.servlet.upload.MultipartRequestInputStream
Reads boundary from the input stream.
readByte() - Method in class jodd.servlet.upload.MultipartRequestInputStream
Reads expected byte.
readBytes(String) - Static method in class jodd.io.FileUtil
 
readBytes(File) - Static method in class jodd.io.FileUtil
 
readBytes(InputStream) - Static method in class jodd.io.StreamUtil
 
readBytes(InputStream, int) - Static method in class jodd.io.StreamUtil
 
readBytes(Reader) - Static method in class jodd.io.StreamUtil
 
readBytes(Reader, int) - Static method in class jodd.io.StreamUtil
 
readBytes(Reader, String) - Static method in class jodd.io.StreamUtil
 
readBytes(Reader, String, int) - Static method in class jodd.io.StreamUtil
 
readChars(String) - Static method in class jodd.io.FileUtil
 
readChars(File) - Static method in class jodd.io.FileUtil
 
readChars(String, String) - Static method in class jodd.io.FileUtil
 
readChars(File, String) - Static method in class jodd.io.FileUtil
Reads file content as char array.
readChars(InputStream) - Static method in class jodd.io.StreamUtil
 
readChars(InputStream, int) - Static method in class jodd.io.StreamUtil
 
readChars(InputStream, String) - Static method in class jodd.io.StreamUtil
 
readChars(InputStream, String, int) - Static method in class jodd.io.StreamUtil
 
readChars(Reader) - Static method in class jodd.io.StreamUtil
 
readChars(Reader, int) - Static method in class jodd.io.StreamUtil
 
readDataHeader(String) - Method in class jodd.servlet.upload.MultipartRequestInputStream
Reads data header from the input stream.
readDataHeaderString(String) - Method in class jodd.servlet.upload.MultipartRequestInputStream
 
readElement(A, String) - Method in class jodd.util.AnnotationDataReader
Reads annotation element as an object.
readHeaders(HttpTransfer, BufferedReader) - Static method in class jodd.io.http.Http
 
readLines(String) - Static method in class jodd.io.FileUtil
 
readLines(String, String) - Static method in class jodd.io.FileUtil
 
readLines(File) - Static method in class jodd.io.FileUtil
 
readLines(File, String) - Static method in class jodd.io.FileUtil
Reads lines from source files.
readObject(String) - Static method in class jodd.util.ObjectUtil
 
readObject(File) - Static method in class jodd.util.ObjectUtil
Reads serialized object from the file.
readObjectAsXml(File) - Static method in class jodd.util.ObjectUtil
Reads serialized object from the XML file.
readObjectAsXml(String) - Static method in class jodd.util.ObjectUtil
 
readRequest(InputStream) - Static method in class jodd.io.http.Http
Reads HttpTransfer from incoming request.
readRequestBody(HttpServletRequest) - Static method in class jodd.servlet.ServletUtil
Reads HTTP request body.
readResponse(InputStream) - Static method in class jodd.io.http.Http
Reads response input stream and returns response HttpTransfer.
readResponse(HttpURLConnection) - Static method in class jodd.io.http.Http
Reads response from HTTP URL connection.
readString(String) - Static method in class jodd.io.FileUtil
 
readString(String, String) - Static method in class jodd.io.FileUtil
 
readString(File) - Static method in class jodd.io.FileUtil
 
readString(File, String) - Static method in class jodd.io.FileUtil
Reads file content as string.
readStringElement(A, String) - Method in class jodd.util.AnnotationDataReader
Reads non-empty, trimmed, annotation element value.
ReceivedEmail - Class in jodd.mail
Received email.
ReceivedEmail() - Constructor for class jodd.mail.ReceivedEmail
 
receiveEmail(boolean) - Method in class jodd.mail.ReceiveMailSession
Receives all emails.
ReceiveMailSession - Class in jodd.mail
Encapsulates email receiving session.
ReceiveMailSession(Session, Store) - Constructor for class jodd.mail.ReceiveMailSession
Creates new mail session.
ReceiveMailSessionProvider - Interface in jodd.mail
Create email receiving sessions.
RECENT - Static variable in class jodd.mail.ReceivedEmail
 
recursive - Variable in class jodd.io.FileUtilParams
 
recursive(boolean) - Method in class jodd.io.FileUtilParams
 
recursive - Variable in class jodd.io.findfile.FileScanner
 
recursive - Variable in class jodd.io.findfile.FindFile
 
recvDate - Variable in class jodd.mail.ReceivedEmail
 
redirect(HttpServletRequest, HttpServletResponse, String) - Static method in class jodd.servlet.DispatcherUtil
Performs redirection to specified page.
ReferenceMap<K,V> - Class in jodd.util.ref
Concurrent hash map that wraps keys and/or values in SOFT or WEAK references.
ReferenceMap(ReferenceType, ReferenceType) - Constructor for class jodd.util.ref.ReferenceMap
Concurrent hash map that wraps keys and/or values based on specified reference types.
ReferenceMap.Strategy - Interface in jodd.util.ref
 
ReferenceSet<E> - Class in jodd.util.ref
Reference set build over ReferenceMap.
ReferenceSet(ReferenceType) - Constructor for class jodd.util.ref.ReferenceSet
 
ReferenceType - Enum in jodd.util.ref
Reference type.
ReflectUtil - Class in jodd.util
Various java.lang.reflect utilities.
ReflectUtil() - Constructor for class jodd.util.ReflectUtil
 
RegExpFileFilter - Class in jodd.io.filter
FileFilter that matches files with use of Regular Expression.
RegExpFileFilter(String) - Constructor for class jodd.io.filter.RegExpFileFilter
 
RegExpFindFile - Class in jodd.io.findfile
Simple FindFile that matches file names with regular expression pattern.
RegExpFindFile() - Constructor for class jodd.io.findfile.RegExpFindFile
 
RegExpFindFile(String) - Constructor for class jodd.io.findfile.RegExpFindFile
 
register(Class, BeanLoader) - Static method in class jodd.bean.BeanLoaderManager
Registers loader for an objects of specific type.
register(Class) - Method in class jodd.introspector.AccessibleIntrospector
Registers new class type.
register(Class) - Static method in class jodd.introspector.ClassIntrospector
Registers new type.
register(Class) - Method in interface jodd.introspector.Introspector
Registers new class type.
register(Class) - Method in class jodd.introspector.WeakIntrospector
Registers new class type.
register(Class, TypeConverter) - Method in class jodd.typeconverter.ConvertBean
 
register(Class, TypeConverter) - Static method in class jodd.typeconverter.TypeConverterManager
Registers a converter for specified type.
register(Class, TypeConverter) - Method in class jodd.typeconverter.TypeConverterManagerBean
Registers a converter for specified type.
registerDefaults() - Static method in class jodd.bean.BeanLoaderManager
Registers default set of loaders.
registerDefaults() - Static method in class jodd.typeconverter.TypeConverterManager
Registers default set of converters.
registerDefaults() - Method in class jodd.typeconverter.TypeConverterManagerBean
Registers default set of converters.
registerListener(FileChangeListener) - Method in class jodd.io.FileMonitor
Adds listener to this file monitor.
registerListener(HttpSessionListener) - Method in class jodd.servlet.HttpSessionListenerBroadcaster
Registers new listener to the end of the listener list.
registerMimeType(String, String) - Static method in class jodd.util.MimeTypes
Registers MIME type for provided extension.
reinit(String) - Method in class jodd.format.PrintfFormat
 
releaseFile(File) - Method in class jodd.io.FileMonitor
Removes specified file for listening.
remove(K) - Method in class jodd.cache.AbstractCacheMap
Removes an object from the cache.
remove(K) - Method in interface jodd.cache.Cache
Removes an object from the cache.
remove() - Method in class jodd.cache.CacheValuesIterator
Removes current non-expired element from the cache.
remove(K) - Method in class jodd.cache.NoCache
 
remove(T[], int, int) - Static method in class jodd.util.ArraysUtil
Removes subarray.
remove(T[], int, int, Class) - Static method in class jodd.util.ArraysUtil
Removes subarray.
remove(String[], int, int) - Static method in class jodd.util.ArraysUtil
Removes subarray.
remove(byte[], int, int) - Static method in class jodd.util.ArraysUtil
Removes subarray.
remove(char[], int, int) - Static method in class jodd.util.ArraysUtil
Removes subarray.
remove(short[], int, int) - Static method in class jodd.util.ArraysUtil
Removes subarray.
remove(int[], int, int) - Static method in class jodd.util.ArraysUtil
Removes subarray.
remove(long[], int, int) - Static method in class jodd.util.ArraysUtil
Removes subarray.
remove(float[], int, int) - Static method in class jodd.util.ArraysUtil
Removes subarray.
remove(double[], int, int) - Static method in class jodd.util.ArraysUtil
Removes subarray.
remove(boolean[], int, int) - Static method in class jodd.util.ArraysUtil
Removes subarray.
remove() - Method in class jodd.util.ClassLoaderLocal
Removes the current classloader's value for this variable.
remove() - Method in class jodd.util.collection.ArrayIterator
 
remove(Object) - Method in interface jodd.util.collection.Bag
(Violation) Removes all occurrences of the given object from the bag.
remove(Object, int) - Method in interface jodd.util.collection.Bag
Removes nCopies copies of the specified object from the Bag.
remove(int) - Method in class jodd.util.collection.BooleanArrayList
Removes the element at the specified position in this list.
remove(int) - Method in class jodd.util.collection.ByteArrayList
Removes the element at the specified position in this list.
remove(int) - Method in class jodd.util.collection.CharArrayList
Removes the element at the specified position in this list.
remove() - Method in class jodd.util.collection.CompositeIterator
remove(int) - Method in class jodd.util.collection.DoubleArrayList
Removes the element at the specified position in this list.
remove() - Method in class jodd.util.collection.EnumerationIterator
 
remove(int) - Method in class jodd.util.collection.FloatArrayList
Removes the element at the specified position in this list.
remove(Object) - Method in class jodd.util.collection.HashBag
Removes all copies of the specified object from the bag.
remove(Object, int) - Method in class jodd.util.collection.HashBag
Removes a specified number of copies of an object from the bag.
remove(int) - Method in class jodd.util.collection.IntArrayList
Removes the element at the specified position in this list.
remove(Object) - Method in class jodd.util.collection.IntHashMap
Removes the mapping for this key from this map if present.
remove(int) - Method in class jodd.util.collection.IntHashMap
Removes the mapping for this key from this map if present.
remove() - Method in class jodd.util.collection.JoinedIterator
 
remove(int) - Method in class jodd.util.collection.LongArrayList
Removes the element at the specified position in this list.
remove(Object) - Method in class jodd.util.collection.SetMapAdapter
Removes the specified element from this set if it is present.
remove(int) - Method in class jodd.util.collection.ShortArrayList
Removes the element at the specified position in this list.
remove(Object) - Method in class jodd.util.collection.StringKeyedMapAdapter
Removes the specified request attribute.
remove(Object) - Method in class jodd.util.ref.ReferenceMap
 
remove(Object, Object) - Method in class jodd.util.ref.ReferenceMap
 
remove(String, String) - Static method in class jodd.util.StringUtil
Removes all substring occurrences from the string.
remove(String, char) - Static method in class jodd.util.StringUtil
Removes a single character from string.
removeAll(Collection<?>) - Method in interface jodd.util.collection.Bag
(Violation) Remove all elements represented in the given collection, respecting cardinality.
removeAll(Collection<?>) - Method in class jodd.util.collection.HashBag
Removes objects from the bag according to their count in the specified collection.
removeAllListeners() - Method in class jodd.io.FileMonitor
Removes all file listeners/
removeAttribute(String) - Method in class jodd.servlet.HtmlTag
Removes attribute from the tag.
removeAttribute(String) - Method in class jodd.servlet.HttpServletContextMap
 
removeAttribute(String) - Method in class jodd.servlet.HttpServletRequestMap
 
removeAttribute(String) - Method in class jodd.servlet.HttpSessionMap
 
removeAttribute(String) - Method in class jodd.servlet.JspValueMap
 
removeAttribute(String) - Method in class jodd.util.collection.StringKeyedMapAdapter
Hooks method that needs to be implemented by concrete subclasses.
removeChars(String, String) - Static method in class jodd.util.StringUtil
Removes all characters contained in provided string.
removeChars(String, char...) - Static method in class jodd.util.StringUtil
Removes set of characters from string.
removeEldestEntry(int) - Method in class jodd.cache.LRUCache
Removes the eldest entry if current cache size exceed cache size.
removeExtension(String) - Static method in class jodd.io.FileNameUtil
Removes the extension from a filename.
removeFlags(int) - Method in class jodd.mail.ReceivedEmail
 
removeHeader(String) - Method in class jodd.io.http.HttpTransfer
Removes some parameter from header.
removeListener(FileChangeListener) - Method in class jodd.io.FileMonitor
Removes listener from this file monitor.
removeListener(HttpSessionListener) - Method in class jodd.servlet.HttpSessionListenerBroadcaster
Unregister a listener.
removeParameter(String) - Method in class jodd.io.http.HttpParams
Removes a parameter.
removeRange(int, int) - Method in class jodd.util.collection.BooleanArrayList
Removes from this list all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
removeRange(int, int) - Method in class jodd.util.collection.ByteArrayList
Removes from this list all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
removeRange(int, int) - Method in class jodd.util.collection.CharArrayList
Removes from this list all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
removeRange(int, int) - Method in class jodd.util.collection.DoubleArrayList
Removes from this list all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
removeRange(int, int) - Method in class jodd.util.collection.FloatArrayList
Removes from this list all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
removeRange(int, int) - Method in class jodd.util.collection.IntArrayList
Removes from this list all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
removeRange(int, int) - Method in class jodd.util.collection.LongArrayList
Removes from this list all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
removeRange(int, int) - Method in class jodd.util.collection.ShortArrayList
Removes from this list all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
removeScopeAttribute(String, String, PageContext) - Static method in class jodd.servlet.ServletUtil
Removes scope attribute.
removeScopeAttribute(String, String, PageContext) - Static method in class jodd.servlet.tag.TagUtil
Removes scope attribute.
removeSession(String) - Static method in class jodd.servlet.SessionMappingListener
Removes a session with the specified ID.
RemoveSessionFromUrlFilter - Class in jodd.servlet.filter
Protects from exposing session ids in URLs for security reasons.
RemoveSessionFromUrlFilter() - Constructor for class jodd.servlet.filter.RemoveSessionFromUrlFilter
 
renderBody(JspFragment) - Static method in class jodd.servlet.tag.TagUtil
Renders tag body to char array.
renderBodyToString(JspFragment) - Static method in class jodd.servlet.tag.TagUtil
Renders tag body to string.
repeat(char, int) - Static method in class jodd.format.PrintfFormat
Returns new string created by repeating a single character.
repeat(String, int) - Static method in class jodd.util.StringUtil
Creates a new string that contains the provided string a number of times.
repeat(char, int) - Static method in class jodd.util.StringUtil
 
replace(String, String, String) - Static method in class jodd.servlet.jspfn.JoddJspFunctions
 
replace(K, V, V) - Method in class jodd.util.ref.ReferenceMap
 
replace(K, V) - Method in class jodd.util.ref.ReferenceMap
 
replace(String, String, String) - Static method in class jodd.util.StringUtil
Replaces all occurrences of a certain pattern in a string with a replacement string.
replace(String, String[], String[]) - Static method in class jodd.util.StringUtil
Replaces many substring at once.
replaceChar(String, char, char) - Static method in class jodd.util.StringUtil
Replaces all occurrences of a character in a string.
replaceChars(String, char[], char[]) - Static method in class jodd.util.StringUtil
Replaces all occurrences of a characters in a string.
replaceFirst(String, String, String) - Static method in class jodd.util.StringUtil
Replaces the very first occurrence of a substring with supplied string.
replaceFirst(String, char, char) - Static method in class jodd.util.StringUtil
Replaces the very first occurrence of a character in a string.
replaceIgnoreCase(String, String[], String[]) - Static method in class jodd.util.StringUtil
Replaces many substring at once.
replaceLast(String, String, String) - Static method in class jodd.util.StringUtil
Replaces the very last occurrence of a substring with supplied string.
replaceLast(String, char, char) - Static method in class jodd.util.StringUtil
Replaces the very last occurrence of a character in a string.
replaceMissingKey - Variable in class jodd.util.StringTemplateParser
 
replaceReference(String, String) - Static method in class jodd.servlet.tag.FormTag
Replaces the reference if found, otherwise returns null.
replyTo - Variable in class jodd.mail.CommonEmail
 
replyTo(String) - Method in class jodd.mail.Email
 
replyTo(String...) - Method in class jodd.mail.Email
 
request - Variable in class jodd.servlet.URLBuilder
 
requestBeanLoader - Variable in class jodd.bean.loader.MultipartRequestWrapperBeanLoader
 
RequestBeanLoader - Class in jodd.bean.loader
Populates java bean from servlet request parameters and attributes, in that order.
RequestBeanLoader() - Constructor for class jodd.bean.loader.RequestBeanLoader
 
RequestContextListener - Class in jodd.servlet
Store request in the current thread and all childs threads, so it can be easily accessible.
RequestContextListener() - Constructor for class jodd.servlet.RequestContextListener
 
requestDestroyed(ServletRequestEvent) - Method in class jodd.servlet.RequestContextListener
 
requestFiles - Variable in class jodd.servlet.upload.MultipartStreamParser
 
requestInitialized(ServletRequestEvent) - Method in class jodd.servlet.RequestContextListener
 
RequestParamBeanLoader - Class in jodd.bean.loader
Populates object from servlet request parameters.
RequestParamBeanLoader() - Constructor for class jodd.bean.loader.RequestParamBeanLoader
 
requestParameters - Variable in class jodd.servlet.upload.MultipartStreamParser
 
requireAuthentication(HttpServletResponse, String) - Static method in class jodd.servlet.ServletUtil
Sends correct headers to require basic authentication for the given realm.
reset() - Method in class jodd.introspector.AccessibleIntrospector
Resets current cache.
reset() - Static method in class jodd.introspector.ClassIntrospector
Clears cache.
reset() - Method in interface jodd.introspector.Introspector
Resets current cache.
reset() - Method in class jodd.introspector.WeakIntrospector
Resets current cache.
reset() - Method in class jodd.io.FastByteArrayOutputStream
 
reset() - Method in class jodd.io.FastCharArrayWriter
 
reset() - Method in class jodd.servlet.filter.ByteArrayResponseWrapper
 
reset() - Method in class jodd.servlet.filter.CharArrayResponseWrapper
 
reset() - Method in class jodd.servlet.filter.FastByteArrayServletOutputStream
 
reset() - Method in class jodd.util.LoopIterator
Resets the loop from the beginning.
resize(T[], int) - Static method in class jodd.util.ArraysUtil
Resizes an array.
resize(T[], int, Class<?>) - Static method in class jodd.util.ArraysUtil
Resizes an array.
resize(String[], int) - Static method in class jodd.util.ArraysUtil
Resizes an array.
resize(byte[], int) - Static method in class jodd.util.ArraysUtil
Resizes an array.
resize(char[], int) - Static method in class jodd.util.ArraysUtil
Resizes an array.
resize(short[], int) - Static method in class jodd.util.ArraysUtil
Resizes an array.
resize(int[], int) - Static method in class jodd.util.ArraysUtil
Resizes an array.
resize(long[], int) - Static method in class jodd.util.ArraysUtil
Resizes an array.
resize(float[], int) - Static method in class jodd.util.ArraysUtil
Resizes an array.
resize(double[], int) - Static method in class jodd.util.ArraysUtil
Resizes an array.
resize(boolean[], int) - Static method in class jodd.util.ArraysUtil
Resizes an array.
resolve(String) - Method in interface jodd.util.StringTemplateParser.MacroResolver
Resolves macro value for macro name founded in string template.
resolveActiveProfiles() - Method in class jodd.props.Props
Resolves active profiles from property.
resolveAllVariables(Properties) - Static method in class jodd.util.PropertiesUtil
Resolves all variables.
resolveAttribute(String, HttpServletRequest) - Static method in class jodd.servlet.JspValueResolver
Resolves attribute value from scopes.
resolveAttribute(String, PageContext) - Static method in class jodd.servlet.JspValueResolver
 
resolveAttribute(String) - Static method in class jodd.servlet.JspValueResolver
 
resolveAttributes() - Method in class jodd.servlet.HtmlTag
Resolves attributes from tag's body.
resolved - Variable in class jodd.props.PropsValue
Value with all macros resolved.
resolveEscapes - Variable in class jodd.util.StringTemplateParser
 
resolveExistingNestedProperties(BeanProperty) - Method in class jodd.bean.BeanUtilBean
 
resolveHostName(byte[]) - Static method in class jodd.io.NetUtil
Resolves host name from IP address bytes.
resolveIpAddress(String) - Static method in class jodd.io.NetUtil
Resolves IP address from a hostname.
resolveLocaleCode(String, String, String) - Static method in class jodd.util.LocaleUtil
Transforms locale data to locale code.
resolveLocaleCode(Locale) - Static method in class jodd.util.LocaleUtil
Resolves locale code from locale.
resolveMacros() - Method in class jodd.props.PropsData
Resolves all macros in this props set.
resolveMacros(Map<String, PropsValue>, String) - Method in class jodd.props.PropsData
 
resolveNestedProperties(BeanProperty) - Method in class jodd.bean.BeanUtilBean
Resolves nested property name to the very last indexed property.
resolveProperties(Object, boolean) - Static method in class jodd.bean.BeanTool
Returns an array of bean properties.
resolveProperty(String, HttpServletRequest) - Static method in class jodd.servlet.JspValueResolver
Resolves property from scopes.
resolveProperty(String, PageContext) - Static method in class jodd.servlet.JspValueResolver
Resolves property from scopes.
resolveProperty(String) - Static method in class jodd.servlet.JspValueResolver
 
resolveProperty(Map, String) - Static method in class jodd.util.PropertiesUtil
Returns property with resolved variables.
resolveTag() - Method in class jodd.servlet.HtmlTag
Resolves tag.
resolveTagName() - Method in class jodd.servlet.HtmlTag
Resolves tag name from tag's body.
resolveUrl(String, PageContext) - Static method in class jodd.servlet.ServletUtil
 
resolveUrl(String, HttpServletRequest) - Static method in class jodd.servlet.ServletUtil
 
resolveUrl(String, String) - Static method in class jodd.servlet.ServletUtil
 
resolveValue(String, HttpServletRequest) - Static method in class jodd.servlet.JspValueResolver
Resolves value from scopes.
resolveValue(String, PageContext) - Static method in class jodd.servlet.JspValueResolver
 
resolveValue(String) - Static method in class jodd.servlet.JspValueResolver
 
ResourceBundleMessageResolver - Class in jodd.util
Resolves messages from resource bundles.
ResourceBundleMessageResolver() - Constructor for class jodd.util.ResourceBundleMessageResolver
 
response - Variable in class jodd.servlet.filter.GzipResponseStream
The response with which this servlet output stream is associated.
response - Variable in class jodd.servlet.URLBuilder
 
restart() - Method in class jodd.datetime.JStopWatch
Restarts the stopwatch.
ResultSetBeanLoader - Class in jodd.bean.loader
Populate java bean from ResultSet objects.
ResultSetBeanLoader() - Constructor for class jodd.bean.loader.ResultSetBeanLoader
 
retainAll(Collection<?>) - Method in interface jodd.util.collection.Bag
(Violation) Remove any members of the bag that are not in the given collection, respecting cardinality.
retainAll(Collection<?>) - Method in class jodd.util.collection.HashBag
Remove any members of the bag that are not in the given bag, respecting cardinality.
rethrow() - Method in exception jodd.exception.UncheckedException
Re-throws cause if exists.
RETURN - Static variable in interface jodd.util.StringPool
 
reverse(String) - Static method in class jodd.util.StringUtil
Reverse a string.
RIGHT_BRACE - Static variable in interface jodd.util.StringPool
 
RIGHT_BRACKET - Static variable in interface jodd.util.StringPool
 
RIGHT_CHEV - Static variable in interface jodd.util.StringPool
 
RIGHT_SQ_BRACKET - Static variable in interface jodd.util.StringPool
 
rnd - Static variable in class jodd.util.RandomStringUtil
 
rollupSqlExceptions(List<SQLException>) - Static method in class jodd.exception.ExceptionUtil
Rolls up SQL exceptions by taking each proceeding exception and making it a child of the previous using the setNextException method of SQLException.
RomanNumber - Class in jodd.format
Conversion to and from Roman numbers.
RomanNumber() - Constructor for class jodd.format.RomanNumber
 
run() - Method in class jodd.io.FileMonitor.FileMonitorNotifier
 
run() - Method in class jodd.io.http.HttpTunnel.HttpTunnelConnection
 
run() - Method in class jodd.io.StreamGobbler
 
running - Variable in class jodd.datetime.JStopWatch
Running flag.
running - Variable in class jodd.io.http.HttpTunnel
 
RUNTIME - Static variable in class jodd.util.RuntimeUtil
 
RuntimeUtil - Class in jodd.util
Runtime utilities.
RuntimeUtil() - Constructor for class jodd.util.RuntimeUtil
 

S

SATURDAY - Static variable in class jodd.datetime.JDateTime
 
sb - Variable in class jodd.io.StringOutputStream
The internal destination StringBuffer.
scan(URL...) - Method in class jodd.io.findfile.ClassScanner
Scans provided classpath.
scan(File...) - Method in class jodd.io.findfile.ClassScanner
Scans provided paths.
scan(String...) - Method in class jodd.io.findfile.ClassScanner
Scans provided paths.
scan(File) - Method in class jodd.io.findfile.FileScanner
Starts files scanning for given destination root.
scan(String) - Method in class jodd.io.findfile.FileScanner
Starts files scanning for given destination root.
scanClassFile(String, String, File, boolean) - Method in class jodd.io.findfile.ClassFinder
 
scanClassPath(File) - Method in class jodd.io.findfile.ClassFinder
Scans single classpath directory.
scanDefaultClasspath() - Method in class jodd.io.findfile.ClassScanner
Scans default class path.
scanEntry(ClassFinder.EntryData) - Method in class jodd.io.findfile.ClassFinder
If entry name is accepted invokes ClassFinder.onEntry(EntryData) a callback}.
Scanf - Class in jodd.format
Scanf.
Scanf() - Constructor for class jodd.format.Scanf
 
scanf() - Static method in class jodd.format.Scanf
Scans input console and returns entered string.
scanJarFile(File) - Method in class jodd.io.findfile.ClassFinder
Scans classes inside single JAR archive.
scanPath(String) - Method in class jodd.io.findfile.ClassFinder
 
scanPath(File) - Method in class jodd.io.findfile.ClassFinder
Scans single path.
scanPaths(File...) - Method in class jodd.io.findfile.ClassFinder
 
scanPaths(String...) - Method in class jodd.io.findfile.ClassFinder
 
scanUrl(URL) - Method in class jodd.io.findfile.ClassFinder
Scans single URL for classes and jar files.
scanUrls(URL...) - Method in class jodd.io.findfile.ClassFinder
Scans several URLs.
schedulePrune(long) - Method in class jodd.cache.TimedCache
Schedules prune.
scope - Variable in class jodd.servlet.tag.IteratorTag
 
scope - Variable in class jodd.servlet.tag.SetTag
 
scope - Variable in class jodd.servlet.tag.UnsetTag
 
searchPath(File) - Method in class jodd.io.findfile.FindFile
Specifies single search path.
searchPath(File...) - Method in class jodd.io.findfile.FindFile
Specifies a set of search paths.
searchPath(String) - Method in class jodd.io.findfile.FindFile
Specifies the search path.
searchPath(String...) - Method in class jodd.io.findfile.FindFile
Specifies search paths.
searchPath(URI) - Method in class jodd.io.findfile.FindFile
Specifies the search path.
searchPath(URI...) - Method in class jodd.io.findfile.FindFile
Specifies the search path.
searchPath(URL) - Method in class jodd.io.findfile.FindFile
Specifies the search path.
searchPath(URL...) - Method in class jodd.io.findfile.FindFile
Specifies the search path.
second - Variable in class jodd.datetime.DateTimeStamp
Second, range: [0 - 59]
SECONDS_IN_DAY - Static variable in class jodd.datetime.TimeUtil
 
SEED - Static variable in class jodd.util.HashCode
An initial hash code value to which is added contributions from fields.
SEEN - Static variable in class jodd.mail.ReceivedEmail
 
selected(Object, String) - Static method in class jodd.servlet.HtmlFormUtil
Checks if objects string representation equals to specified value.
selectedValue(Object, String) - Static method in class jodd.servlet.HtmlFormUtil
Shortcut for HtmlFormUtil.selected(Object, String).
selectEncoding(ServletRequest) - Method in class jodd.servlet.filter.CharacterEncodingFilter
Select an appropriate character encoding to be used, based on the characteristics of the current request and/or filter initialization parameters.
SEMICOLON - Static variable in interface jodd.util.StringPool
 
send(OutputStream) - Method in class jodd.io.http.HttpTransfer
Sends complete HTTP transfer to output stream.
send(HttpURLConnection) - Method in class jodd.io.http.HttpTransfer
Sends data to HttpURLConnection.
sendError(int) - Method in class jodd.servlet.wrapper.BufferResponseWrapper
 
sendError(int, String) - Method in class jodd.servlet.wrapper.BufferResponseWrapper
 
sendMail(Email) - Method in class jodd.mail.SendMailSession
Prepares message and sends it.
SendMailSession - Class in jodd.mail
Encapsulates email sending session.
SendMailSession(Session, Transport) - Constructor for class jodd.mail.SendMailSession
Creates new mail session.
SendMailSessionProvider - Interface in jodd.mail
Create email seding sessions.
sendRedirect(String) - Method in class jodd.servlet.wrapper.BufferResponseWrapper
 
sentDate - Variable in class jodd.mail.CommonEmail
 
sentOn(Date) - Method in class jodd.mail.Email
 
separatorsToSystem(String) - Static method in class jodd.io.FileNameUtil
Converts all separators to the system separator.
separatorsToUnix(String) - Static method in class jodd.io.FileNameUtil
Converts all separators to the Unix separator of forward slash.
separatorsToWindows(String) - Static method in class jodd.io.FileNameUtil
Converts all separators to the Windows separator of backslash.
SEPTEMBER - Static variable in class jodd.datetime.JDateTime
 
serverSocket - Variable in class jodd.io.http.HttpTunnel
 
ServletContextBeanLoader - Class in jodd.bean.loader
Populates java bean from ServletContext objects.
ServletContextBeanLoader() - Constructor for class jodd.bean.loader.ServletContextBeanLoader
 
servletRequest - Variable in class jodd.servlet.JspValueResolver
 
ServletUtil - Class in jodd.servlet
Miscellaneous servlet utilities.
ServletUtil() - Constructor for class jodd.servlet.ServletUtil
 
session - Variable in class jodd.mail.ReceiveMailSession
 
SessionBeanLoader - Class in jodd.bean.loader
Populates java bean from HttpSession objects.
SessionBeanLoader() - Constructor for class jodd.bean.loader.SessionBeanLoader
 
sessionCreated(HttpSessionEvent) - Method in class jodd.servlet.HttpSessionListenerBroadcaster
 
sessionCreated(HttpSessionEvent) - Method in class jodd.servlet.SessionMappingListener
 
sessionDestroyed(HttpSessionEvent) - Method in class jodd.servlet.HttpSessionListenerBroadcaster
 
sessionDestroyed(HttpSessionEvent) - Method in class jodd.servlet.SessionMappingListener
 
SessionMappingListener - Class in jodd.servlet
Holds a Map of HttpSessions for sharing between the portlet and servlet.
SessionMappingListener() - Constructor for class jodd.servlet.SessionMappingListener
 
sessionProperties - Variable in class jodd.mail.Pop3Server
 
sessionProperties - Variable in class jodd.mail.SmtpServer
 
set(int, int, int, int, int, int, int) - 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(int, double) - Method in class jodd.datetime.JulianDateStamp
Sets integer and fractional part with normalization.
set(double) - Method in class jodd.datetime.JulianDateStamp
 
set(PageContext) - Static method in class jodd.servlet.PageContextThreadLocal
Sets page context to thread local variable.
set(T) - Method in class jodd.util.ClassLoaderLocal
Sets the current classloaders's copy of this variable to the specified value.
set(int, boolean) - Method in class jodd.util.collection.BooleanArrayList
Replaces the element at the specified position in this list with the specified element.
set(int, byte) - Method in class jodd.util.collection.ByteArrayList
Replaces the element at the specified position in this list with the specified element.
set(int, char) - Method in class jodd.util.collection.CharArrayList
Replaces the element at the specified position in this list with the specified element.
set(int, double) - Method in class jodd.util.collection.DoubleArrayList
Replaces the element at the specified position in this list with the specified element.
set(int, float) - Method in class jodd.util.collection.FloatArrayList
Replaces the element at the specified position in this list with the specified element.
set(int, int) - Method in class jodd.util.collection.IntArrayList
Replaces the element at the specified position in this list with the specified element.
set(int, long) - Method in class jodd.util.collection.LongArrayList
Replaces the element at the specified position in this list with the specified element.
set(int, short) - Method in class jodd.util.collection.ShortArrayList
Replaces the element at the specified position in this list with the specified element.
set(int, E) - Method in class jodd.util.collection.SortedArrayList
 
set_(String) - Method in class jodd.servlet.tag.UrlTag
Sets base url value.
set_var(String) - Method in class jodd.servlet.tag.UrlTag
Sets optional variable name.
setAppendDuplicateProps(boolean) - Method in class jodd.props.Props
Appends duplicate props.
setAttribute(String, String) - Method in class jodd.servlet.HtmlTag
Adds attribute and its value to a tag.
setAttribute(String) - Method in class jodd.servlet.HtmlTag
Adds single attribute without value to a tag.
setAttribute(String, Object) - Method in class jodd.servlet.HttpServletContextMap
 
setAttribute(String, Object) - Method in class jodd.servlet.HttpServletRequestMap
 
setAttribute(String, Object) - Method in class jodd.servlet.HttpSessionMap
 
setAttribute(String, Object) - Method in class jodd.servlet.JspValueMap
 
setAttribute(String, Object) - Method in class jodd.util.collection.StringKeyedMapAdapter
Hooks method that needs to be implemented by concrete subclasses.
setAttribute(String, String, Object) - Method in class jodd.util.JmxClient
Defines bean attribute.
setAutoDirection(boolean) - Method in class jodd.servlet.tag.LoopTag
Specifies if direction should be detected from the start and end value.
setBcc(String...) - Method in class jodd.mail.CommonEmail
Sets BCC addresses.
setBeanUtilBean(BeanUtilBean) - Method in class jodd.bean.loader.BaseBeanLoader
 
setBody(byte[]) - Method in class jodd.io.http.HttpTransfer
Specifies body.
setBouncing(boolean) - Method in class jodd.mail.EmailAddress
 
setBreakOnError(boolean) - Method in class jodd.servlet.upload.impl.AdaptiveFileUploadFactory
 
setBuffer(int) - Method in class jodd.servlet.filter.GzipResponseStream
Sets the compressionThreshold number and create buffer for this size.
setCacheResourceBundles(boolean) - Method in class jodd.util.ResourceBundleMessageResolver
 
setCc(String...) - Method in class jodd.mail.CommonEmail
Sets CC addresses.
setCompilerSpec(String) - Method in class jodd.compiler.JavaCompiler
Specifies new java compiler specification.
setCompressionThreshold(int) - Method in class jodd.servlet.filter.GzipResponseWrapper
Set threshold number
setContentLength(int) - Method in class jodd.servlet.filter.GzipResponseWrapper
 
setContentLength(int) - Method in class jodd.servlet.wrapper.BufferResponseWrapper
Prevents content-length being set if buffering enabled.
setContentType(String) - Method in class jodd.servlet.filter.GzipResponseWrapper
Set content type
setContentType(String) - Method in class jodd.servlet.wrapper.BufferResponseWrapper
Sets the content type and enables or disables buffering.
setContextPathVariable(PageContext, String, String) - Static method in class jodd.servlet.jspfn.JoddJspFunctions
Stores current context path in page context scope.
setContinueOnError(boolean) - Method in class jodd.io.FileUtilParams
 
setCount(int) - Method in class jodd.servlet.tag.IteratorTag
Sets count as total number of items to iterate.
setCount(int) - Method in class jodd.servlet.tag.LoopTag
Sets loop count.
setCreateDirs(boolean) - Method in class jodd.io.FileUtilParams
 
setCurrentSentDate() - Method in class jodd.mail.Email
Sets current date as e-mails sent date.
setCurrentTime() - Method in class jodd.datetime.JDateTime
Sets current local date and time.
setDate(int, int, int) - Method in class jodd.datetime.JDateTime
Sets date, time remains unchanged.
setDateHeader(String, long) - Method in class jodd.servlet.wrapper.BufferResponseWrapper
 
setDateTime(Calendar) - Method in class jodd.datetime.JDateTime
Sets current date and time from Calendar.
setDateTime(Date) - Method in class jodd.datetime.JDateTime
Sets current date and time from Date.
setDateTimeStamp(DateTimeStamp) - Method in class jodd.datetime.JDateTime
Loads current date time information.
setDay(int) - Method in class jodd.datetime.DateTimeStamp
 
setDay(int) - Method in class jodd.datetime.JDateTime
Sets current day of month.
setDebug(boolean) - Method in class jodd.compiler.JavaCompiler
Sets debug argument.
setDeclaredProperty(Object, String, Object) - Static method in class jodd.bean.BeanUtil
Sets declared Java Bean property.
setDeclaredProperty(Object, String, Object) - Method in class jodd.bean.BeanUtilBean
Sets declared Java Bean property.
setDeclaredPropertyForced(Object, String, Object) - Static method in class jodd.bean.BeanUtil
Sets declared Java Bean property forced.
setDeclaredPropertyForced(Object, String, Object) - Method in class jodd.bean.BeanUtilBean
Sets declared Java Bean property forced.
setDeclaredPropertyForcedSilent(Object, String, Object) - Static method in class jodd.bean.BeanUtil
Silently sets declared Java Bean property forced.
setDeclaredPropertyForcedSilent(Object, String, Object) - Method in class jodd.bean.BeanUtilBean
Silently sets declared Java Bean property forced.
setDeclaredPropertySilent(Object, String, Object) - Static method in class jodd.bean.BeanUtil
Silently sets declared Java Bean property.
setDeclaredPropertySilent(Object, String, Object) - Method in class jodd.bean.BeanUtilBean
Silently sets declared Java Bean property.
setDefaultIntrospector(Introspector) - Static method in class jodd.introspector.ClassIntrospector
Specifies custom global default introspector.
setDynamicAttribute(String, String, Object) - Method in class jodd.servlet.tag.UrlTag
 
setEncoding(String) - Method in class jodd.compiler.JavaCompiler
Sets encoding.
setEncoding(String) - Method in class jodd.io.FileUtilParams
 
setEnd(int) - Method in class jodd.servlet.tag.LoopingTagSupport
Sets the end loop value (inclusive).
setEnd(int) - Method in class jodd.servlet.tag.LoopTag
Sets the end loop value (inclusive).
setEscapeChar(char) - Method in class jodd.util.StringTemplateParser
Defines escape character.
setEscapeNewLineValue(String) - Method in class jodd.props.Props
Specifies the new line string when EOL is escaped.
setExcludedEntries(String...) - Method in class jodd.io.findfile.ClassFinder
Sets excluded names that narrows included set of packages.
setExcludedJars(String...) - Method in class jodd.io.findfile.ClassFinder
 
setFallbackBundlename(String) - Method in class jodd.util.ResourceBundleMessageResolver
 
setFallbackLocale(Locale) - Method in class jodd.util.ResourceBundleMessageResolver
 
setFallbackLocale(String) - Method in class jodd.util.ResourceBundleMessageResolver
 
setFileExtensions(String[], boolean) - Method in class jodd.servlet.upload.impl.AdaptiveFileUploadFactory
Allow or disallow set of file extensions.
setFlags(int) - Method in class jodd.mail.ReceivedEmail
 
setFormat(String) - Method in class jodd.datetime.JDateTime
Defines default format.
setFrom(String) - Method in class jodd.mail.CommonEmail
Sets the FROM address.
setFrom(int) - Method in class jodd.servlet.tag.IteratorTag
Sets starting index.
setHeader(String, String) - Method in class jodd.mail.CommonEmail
Sets a new header value.
setHeader(String, String) - Method in class jodd.servlet.wrapper.BufferResponseWrapper
Prevents setting content-length fif buffering enabled.
setHost(String) - Method in class jodd.io.http.HttpTransfer
Sets request host name.
setHour(int) - Method in class jodd.datetime.DateTimeStamp
 
setHour(int) - Method in class jodd.datetime.JDateTime
Set current hour.
setHttpProxy(String, String, String, String) - Static method in class jodd.util.SystemUtil
Sets HTTP proxy settings.
setHttpProxy(String, String) - Static method in class jodd.util.SystemUtil
Sets HTTP proxy settings.
setHttpVersion(String) - Method in class jodd.io.http.HttpTransfer
Sets the HTTP version string.
setIgnoreException(boolean) - Method in class jodd.io.findfile.ClassFinder
 
setIgnorePrefixWhitespacesOnNewLine(boolean) - Method in class jodd.props.Props
Defines if the prefix whitespaces should be ignored when value is split into the lines.
setIncludedEntries(String...) - Method in class jodd.io.findfile.ClassFinder
Sets included set of names that will be considered during configuration,
setIncludeDirs(boolean) - Method in class jodd.io.findfile.FileScanner
Include directories in search.
setIncludeDirs(boolean) - Method in class jodd.io.findfile.FindFile
Include directories in search.
setIncludedJars(String...) - Method in class jodd.io.findfile.ClassFinder
 
setIncludeFiles(boolean) - Method in class jodd.io.findfile.FileScanner
Include files in search.
setIncludeFiles(boolean) - Method in class jodd.io.findfile.FindFile
Include files in search.
setIncludeResources(boolean) - Method in class jodd.io.findfile.ClassFinder
 
setIndex(int) - Method in class jodd.util.StringBand
Specifies the new index.
setIndexProperty(Object, String, Object, boolean, boolean) - Method in class jodd.bean.BeanUtilBean
 
setIndexProperty(BeanProperty, Object, boolean) - Method in class jodd.bean.BeanUtilBean
Sets indexed or regular properties (no nested!).
setIntHeader(String, int) - Method in class jodd.servlet.wrapper.BufferResponseWrapper
Prevents setting content-length if buffering enabled.
setItems(Object) - Method in class jodd.servlet.tag.IteratorTag
Specifies item collection.
setJdtFormat(JdtFormat) - Method in class jodd.datetime.JDateTime
Sets both format and formatter from provided JdtFormat.
setJdtFormatter(JdtFormatter) - Method in class jodd.datetime.JDateTime
Defines custom formatter.
setJulianDate(JulianDateStamp) - Method in class jodd.datetime.JDateTime
Sets current Julian Date.
setJulianDate(double) - Method in class jodd.datetime.JDateTime
Sets JD.
setKey(K) - Method in class jodd.util.KeyValue
Sets a key.
setLabel(String) - Method in class jodd.mail.EmailAddress
 
setListSubfilesAfterFolder(boolean) - Method in class jodd.io.findfile.FindFile
If set to true then all subfiles of a folder will be listed directly after the folder, while folder will be listed first.
setLoaded() - Method in class jodd.servlet.upload.MultipartStreamParser
Sets the loaded flag that indicates that input stream is loaded and parsed.
setLocale(Locale) - Method in class jodd.datetime.JDateTime
Sets custom locale.
setMacroEnd(String) - Method in class jodd.util.StringTemplateParser
Defines macro end string.
setMacroStart(String) - Method in class jodd.util.StringTemplateParser
Defines macro start string.
SetMapAdapter<E> - Class in jodd.util.collection
Map adapter for a set provides an easy way to have a Set from various map implementations.
SetMapAdapter(Map<E, Object>) - Constructor for class jodd.util.collection.SetMapAdapter
Constructs a new, empty set; the backing HashMap instance has default initial capacity (16) and load factor (0.75).
setMaxDeep(int) - Method in class jodd.util.PrettyStringBuilder
Sets how deep to examine inner objects.
setMaxFileSize(int) - Method in class jodd.servlet.upload.impl.AdaptiveFileUploadFactory
Sets maximum file upload size.
setMaxFileSize(int) - Method in class jodd.servlet.upload.impl.DiskFileUploadFactory
Sets maximum file upload size.
setMaxFileSize(int) - Method in class jodd.servlet.upload.impl.MemoryFileUploadFactory
Sets maximum file upload size.
setMaxItemsToShow(int) - Method in class jodd.util.PrettyStringBuilder
Sets the max number of items of arrays, collections and maps to show.
setMaxTokensPerSession(int) - Static method in class jodd.servlet.CsrfShield
Sets max number of tokens that will be stored for single session.
setMemoryThreshold(int) - Method in class jodd.servlet.upload.impl.AdaptiveFileUploadFactory
Specifies per file memory limit for keeping uploaded files in the memory.
setMessageNumber(int) - Method in class jodd.mail.ReceivedEmail
 
setMethod(String) - Method in class jodd.io.http.HttpTransfer
Specifies request method.
setMillisecond(int) - Method in class jodd.datetime.DateTimeStamp
 
setMillisecond(int) - Method in class jodd.datetime.JDateTime
Sets current millisecond.
setMinute(int) - Method in class jodd.datetime.DateTimeStamp
 
setMinute(int) - Method in class jodd.datetime.JDateTime
Set current minute.
setMissingKeyReplacement(String) - Method in class jodd.util.StringTemplateParser
Specifies replacement for missing keys.
setModifiedJulianDate(double) - Method in class jodd.datetime.JDateTime
 
setModifiedJulianDate(double) - Method in class jodd.datetime.JulianDateStamp
 
setModulus(int) - Method in class jodd.servlet.tag.IteratorTag
Specifies modulus value for the iterator status
setModulus(int) - Method in class jodd.servlet.tag.LoopingTagSupport
Specifies modulus value for the looping status.
setMonth(int) - Method in class jodd.datetime.DateTimeStamp
 
setMonth(int) - Method in class jodd.datetime.JDateTime
Sets current month.
setMonthFix(boolean) - Method in class jodd.datetime.JDateTime
Sets custom month fix value.
setMoreValue(String) - Method in class jodd.util.PrettyStringBuilder
Sets string for 'more'.
setMultipartRequestParameters(HttpParams) - Method in class jodd.io.http.HttpTransfer
 
setName(String) - Method in class jodd.servlet.tag.CsrfTokenTag
Specifies token name.
setName(String) - Method in class jodd.servlet.tag.SetTag
 
setName(String) - Method in class jodd.servlet.tag.UnsetTag
 
setNullValue(String) - Method in class jodd.util.PrettyStringBuilder
Sets null value representation.
setOverwrite(boolean) - Method in class jodd.io.FileUtilParams
 
setParameter(String, Object) - Method in class jodd.io.http.HttpParams
Sets a parameter.
setParseValues(boolean) - Method in class jodd.util.StringTemplateParser
Defines if macro values has to be parsed, too.
setPath(String) - Method in class jodd.io.http.HttpTransfer
Sets request path.
setPattern(String) - Method in class jodd.io.findfile.WildcardFindFile
Sets the matching wildcard pattern.
setPort(int) - Method in class jodd.io.http.HttpTransfer
Sets request port number.
setPreserveDate(boolean) - Method in class jodd.io.FileUtilParams
 
setPriority(int) - Method in class jodd.mail.CommonEmail
Sets email priority.
setProperty(Object, String, Object) - Static method in class jodd.bean.BeanUtil
Sets Java Bean property.
setProperty(Object, String, Object) - Method in class jodd.bean.BeanUtilBean
Sets Java Bean property.
setProperty(Object, String, Object) - Method in class jodd.bean.loader.BaseBeanLoader
Sets the target bean property with value.
setPropertyForced(Object, String, Object) - Static method in class jodd.bean.BeanUtil
Sets Java Bean property forced.
setPropertyForced(Object, String, Object) - Method in class jodd.bean.BeanUtilBean
Sets Java Bean property forced.
setPropertyForcedSilent(Object, String, Object) - Static method in class jodd.bean.BeanUtil
Sets Java Bean property forced, without throwing an exception on non-existing properties.
setPropertyForcedSilent(Object, String, Object) - Method in class jodd.bean.BeanUtilBean
Sets Java Bean property forced, without throwing an exception on non-existing properties.
setPropertySilent(Object, String, Object) - Static method in class jodd.bean.BeanUtil
Sets Java Bean property silently, without throwing an exception on non-existing properties.
setPropertySilent(Object, String, Object) - Method in class jodd.bean.BeanUtilBean
Sets Java Bean property silently, without throwing an exception on non-existing properties.
setQueryParameters(HttpParams) - Method in class jodd.io.http.HttpTransfer
Sets query parameters.
setReceiveDate(Date) - Method in class jodd.mail.ReceivedEmail
Sets e-mails receive date.
setRecursive(boolean) - Method in class jodd.io.FileUtilParams
 
setRecursive(boolean) - Method in class jodd.io.findfile.FileScanner
Activates recursive search.
setRecursive(boolean) - Method in class jodd.io.findfile.FindFile
Activates recursive search.
setReducedJulianDate(double) - Method in class jodd.datetime.JDateTime
 
setReducedJulianDate(double) - Method in class jodd.datetime.JulianDateStamp
 
setRegexpPattern(Pattern) - Method in class jodd.io.findfile.RegExpFindFile
Sets regular expression pattern.
setReplaceMissingKey(boolean) - Method in class jodd.util.StringTemplateParser
Specifies if missing keys should be resolved at all, true by default.
setReplyTo(String...) - Method in class jodd.mail.CommonEmail
Sets REPLY-TO addresses.
setRequestParameters(HttpParams) - Method in class jodd.io.http.HttpTransfer
Sets the request parameters.
setResolveEscapes(boolean) - Method in class jodd.util.StringTemplateParser
Specifies if escaped values should be resolved.
setScope(String) - Method in class jodd.servlet.tag.IteratorTag
Sets scope for all variables.
setScope(String) - Method in class jodd.servlet.tag.SetTag
 
setScope(String) - Method in class jodd.servlet.tag.UnsetTag
 
setScopeAttribute(String, Object, String, PageContext) - Static method in class jodd.servlet.ServletUtil
Sets scope attribute.
setScopeAttribute(String, Object, String, PageContext) - Static method in class jodd.servlet.tag.TagUtil
Sets scope attribute.
setSecond(int) - Method in class jodd.datetime.DateTimeStamp
 
setSecond(int) - Method in class jodd.datetime.JDateTime
Sets current second.
setSecond(int, int) - Method in class jodd.datetime.JDateTime
 
setSentDate(Date) - Method in class jodd.mail.CommonEmail
Sets e-mails sent date.
setServletError(ServletRequest, Throwable) - Static method in class jodd.servlet.ServletUtil
Sets servlet error.
setSession(HttpSession) - Static method in class jodd.servlet.SessionMappingListener
Stores a session.
setSimpleProperty(Object, String, Object, boolean) - Method in class jodd.bean.BeanUtilBean
 
setSimpleProperty(BeanProperty, Object, boolean) - Method in class jodd.bean.BeanUtilBean
Sets a value of simple property.
setSize(int) - Method in class jodd.mail.EmailAttachment
 
setSkipEmptyProps(boolean) - Method in class jodd.props.Props
Skips empty properties.
setSourceVersion(String) - Method in class jodd.compiler.JavaCompiler
 
setStart(int) - Method in class jodd.servlet.tag.LoopingTagSupport
Sets the first loop value (inclusive).
setStatus(String) - Method in class jodd.servlet.tag.IteratorTag
Specifies status variable name.
setStatus(String) - Method in class jodd.servlet.tag.LoopingTagSupport
Specifies status variable name.
setStatus(int) - Method in class jodd.servlet.wrapper.BufferResponseWrapper
 
setStatus(int, String) - Method in class jodd.servlet.wrapper.BufferResponseWrapper
 
setStatusCode(int) - Method in class jodd.io.http.HttpTransfer
Sets response status code.
setStatusPhrase(String) - Method in class jodd.io.http.HttpTransfer
Sets response status phrase.
setStep(int) - Method in class jodd.servlet.tag.LoopingTagSupport
Specifies the loop step.
setSubject(String) - Method in class jodd.mail.CommonEmail
Sets message subject.
setSuffixText(String) - Method in class jodd.servlet.HtmlTag
Adds suffix text that will be appended after the tags end.
setSystemJars(String[]) - Method in class jodd.io.findfile.ClassFinder
 
SetTag - Class in jodd.servlet.tag
Sets some value to scope.
SetTag() - Constructor for class jodd.servlet.tag.SetTag
 
setTargetVersion(String) - Method in class jodd.compiler.JavaCompiler
 
setTest(String) - Method in class jodd.servlet.tag.IfElseTag
 
setTest(String) - Method in class jodd.servlet.tag.IfTag
 
setText(String) - Method in class jodd.mail.EmailAddress
 
setTime(int, int, int, int) - Method in class jodd.datetime.JDateTime
Sets time, date is unchanged.
setTimeInMillis(long) - Method in class jodd.datetime.JDateTime
Sets the time based on current time in milliseconds.
setTimeToLive(int) - Static method in class jodd.servlet.CsrfShield
Sets time to live for tokens in seconds.
setTimeZone(TimeZone) - Method in class jodd.datetime.JDateTime
Sets time zone without changing the time.
setTo(String...) - Method in class jodd.mail.CommonEmail
Sets TO addresses.
setTo(int) - Method in class jodd.servlet.tag.LoopTag
Sets TO loop value (exclusive).
setTrackDST(boolean) - Method in class jodd.datetime.JDateTime
 
setTruncatedJulianDate(double) - Method in class jodd.datetime.JDateTime
 
setTruncatedJulianDate(double) - Method in class jodd.datetime.JulianDateStamp
 
setUploadDir(String) - Method in class jodd.servlet.upload.impl.DiskFileUploadFactory
 
setUploadPath(File) - Method in class jodd.servlet.upload.impl.AdaptiveFileUploadFactory
Specifies the upload path.
setUseJikes(boolean) - Method in class jodd.compiler.JavaCompiler
Enables or disables jikes compiler.
setValue(boolean) - Method in class jodd.mutable.MutableBoolean
Sets mutable value.
setValue(Boolean) - Method in class jodd.mutable.MutableBoolean
 
setValue(byte) - Method in class jodd.mutable.MutableByte
Sets mutable value.
setValue(Number) - Method in class jodd.mutable.MutableByte
Sets mutable value from a Number.
setValue(double) - Method in class jodd.mutable.MutableDouble
Sets mutable value.
setValue(Number) - Method in class jodd.mutable.MutableDouble
Sets mutable value from a Number.
setValue(float) - Method in class jodd.mutable.MutableFloat
Sets mutable value.
setValue(Number) - Method in class jodd.mutable.MutableFloat
Sets mutable value from a Number.
setValue(int) - Method in class jodd.mutable.MutableInteger
Sets mutable value.
setValue(Number) - Method in class jodd.mutable.MutableInteger
Sets mutable value from a Number.
setValue(long) - Method in class jodd.mutable.MutableLong
Sets mutable value.
setValue(Number) - Method in class jodd.mutable.MutableLong
Sets mutable value from a Number.
setValue(short) - Method in class jodd.mutable.MutableShort
Sets mutable value.
setValue(Number) - Method in class jodd.mutable.MutableShort
Sets mutable value from a Number.
setValue(T) - Method in class jodd.mutable.ValueHolder
Sets new value.
setValue(String, String) - Method in class jodd.props.Props
Sets default value.
setValue(String, String, String) - Method in class jodd.props.Props
Sets value on some profile.
setValue(String) - Method in class jodd.servlet.tag.CaseTag
 
setValue(Object) - Method in class jodd.servlet.tag.SetTag
 
setValue(String) - Method in class jodd.servlet.tag.SwitchTag
 
setValue(V) - Method in class jodd.util.KeyValue
Sets a value.
setValueTrimLeft(boolean) - Method in class jodd.props.Props
Specifies should the values be trimmed from the left.
setValueTrimRight(boolean) - Method in class jodd.props.Props
Specifies should the values be trimmed from the right.
setVar(String) - Method in class jodd.servlet.tag.IteratorTag
Specifies variable name that will be used for item during iteration.
setVerified(boolean) - Method in class jodd.mail.EmailAddress
 
setWeekDefinition(int, int) - Method in class jodd.datetime.JDateTime
Defines week definitions.
setWeekDefinitionAlt(int, int) - Method in class jodd.datetime.JDateTime
Defines week alternatively.
setYear(int) - Method in class jodd.datetime.DateTimeStamp
 
setYear(int) - Method in class jodd.datetime.JDateTime
Sets current year.
ShortArrayConverter - Class in jodd.typeconverter.impl
Converts given object to short[].
ShortArrayConverter(ConvertBean) - Constructor for class jodd.typeconverter.impl.ShortArrayConverter
 
ShortArrayList - Class in jodd.util.collection
ArrayList of short primitives.
ShortArrayList() - Constructor for class jodd.util.collection.ShortArrayList
Constructs an empty list with an initial capacity.
ShortArrayList(int) - Constructor for class jodd.util.collection.ShortArrayList
Constructs an empty list with the specified initial capacity.
ShortArrayList(short[]) - Constructor for class jodd.util.collection.ShortArrayList
Constructs a list containing the elements of the specified array.
ShortConverter - Class in jodd.typeconverter.impl
Converts given object to Short.
ShortConverter() - Constructor for class jodd.typeconverter.impl.ShortConverter
 
shorten(String, int, String) - Static method in class jodd.util.StringUtil
Shorten string to given length.
showCauseDetails - Variable in exception jodd.exception.UncheckedException
If set to true stack trace will be enhanced with cause's stack traces.
showPlus - Variable in class jodd.format.PrintfFormat
 
showSpace - Variable in class jodd.format.PrintfFormat
 
sign(int, String) - Method in class jodd.format.PrintfFormat
 
SimpleAuthenticator - Class in jodd.mail
Performs simple authentication when the server requires it.
SimpleAuthenticator(String, String) - Constructor for class jodd.mail.SimpleAuthenticator
 
SimpleQueue<E> - Class in jodd.util.collection
Simple Queue (FIFO) based on LinkedList.
SimpleQueue() - Constructor for class jodd.util.collection.SimpleQueue
 
SimpleStack<E> - Class in jodd.util.collection
Simple Stack (LIFO) class.
SimpleStack() - Constructor for class jodd.util.collection.SimpleStack
 
SINGLE_QUOTE - Static variable in interface jodd.util.StringPool
 
size() - Method in class jodd.cache.AbstractCacheMap
Returns current cache size.
size() - Method in interface jodd.cache.Cache
Returns current cache size.
size() - Method in class jodd.cache.NoCache
 
size() - Method in class jodd.io.FastByteArrayOutputStream
 
size() - Method in class jodd.io.FastCharArrayWriter
 
size - Variable in class jodd.mail.EmailAttachment
 
size() - Method in class jodd.servlet.filter.CharArrayResponseWrapper
Returns the size (number of characters) of written data.
size - Variable in class jodd.servlet.upload.FileUpload
 
size() - Method in class jodd.util.buffer.FastBooleanBuffer
Returns buffer size.
size() - Method in class jodd.util.buffer.FastBuffer
Returns buffer size.
size() - Method in class jodd.util.buffer.FastByteBuffer
Returns buffer size.
size() - Method in class jodd.util.buffer.FastCharBuffer
Returns buffer size.
size() - Method in class jodd.util.buffer.FastDoubleBuffer
Returns buffer size.
size() - Method in class jodd.util.buffer.FastFloatBuffer
Returns buffer size.
size() - Method in class jodd.util.buffer.FastIntBuffer
Returns buffer size.
size() - Method in class jodd.util.buffer.FastLongBuffer
Returns buffer size.
size() - Method in class jodd.util.buffer.FastShortBuffer
Returns buffer size.
size() - Method in interface jodd.util.collection.Bag
Returns the total number of items in the bag across all types.
size() - Method in class jodd.util.collection.BooleanArrayList
Returns the number of elements in this list.
size() - Method in class jodd.util.collection.ByteArrayList
Returns the number of elements in this list.
size() - Method in class jodd.util.collection.CharArrayList
Returns the number of elements in this list.
size() - Method in class jodd.util.collection.DoubleArrayList
Returns the number of elements in this list.
size() - Method in class jodd.util.collection.FloatArrayList
Returns the number of elements in this list.
size - Variable in class jodd.util.collection.HashBag
 
size() - Method in class jodd.util.collection.HashBag
Returns the number of elements in the bag.
size() - Method in class jodd.util.collection.IntArrayList
Returns the number of elements in this list.
size() - Method in class jodd.util.collection.IntHashMap
Returns the number of key-value mappings in this map.
size() - Method in class jodd.util.collection.LongArrayList
Returns the number of elements in this list.
size() - Method in class jodd.util.collection.SetMapAdapter
Returns the number of elements in this set (its cardinality).
size() - Method in class jodd.util.collection.ShortArrayList
Returns the number of elements in this list.
size() - Method in class jodd.util.collection.SimpleQueue
Returns queue size.
size() - Method in class jodd.util.collection.SimpleStack
Returns stack size.
size() - Method in class jodd.util.ref.ReferenceMap
 
skipBytes(int) - Method in class jodd.servlet.upload.MultipartRequestInputStream
Skips specified number of bytes.
skipEmptyProps - Variable in class jodd.props.PropsParser
Don't include empty properties.
skipToBoundary() - Method in class jodd.servlet.upload.MultipartRequestInputStream
Skips to the boundary and returns total number of bytes skipped.
SLASH - Static variable in interface jodd.util.StringPool
 
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.
SmtpServer - Class in jodd.mail
Represents simple plain SMTP server for sending emails.
SmtpServer(String) - Constructor for class jodd.mail.SmtpServer
SMTP server defined with its host and default port.
SmtpServer(String, int) - Constructor for class jodd.mail.SmtpServer
SMTP server defined with its host and port.
SmtpServer(String, Authenticator) - Constructor for class jodd.mail.SmtpServer
 
SmtpServer(String, int, String, String) - Constructor for class jodd.mail.SmtpServer
 
SmtpServer(String, String, String) - Constructor for class jodd.mail.SmtpServer
 
SmtpServer(String, int, Authenticator) - Constructor for class jodd.mail.SmtpServer
SMTP server defined with its host and authentication.
SmtpSslServer - Class in jodd.mail
Secure SMTP server (STARTTLS) for sending emails.
SmtpSslServer(String, Authenticator) - Constructor for class jodd.mail.SmtpSslServer
 
SmtpSslServer(String, String, String) - Constructor for class jodd.mail.SmtpSslServer
 
SmtpSslServer(String, int, Authenticator) - Constructor for class jodd.mail.SmtpSslServer
 
SmtpSslServer(String, int, String, String) - Constructor for class jodd.mail.SmtpSslServer
 
socket - Variable in class jodd.io.http.HttpTunnel.HttpTunnelConnection
 
socketBacklog - Variable in class jodd.io.http.HttpTunnel
Number of incoming sockets connection that can be hold before processing each.
sort(Object[], Comparator) - Method in class jodd.util.sort.DefaultSort
 
sort(Comparable[]) - Method in class jodd.util.sort.DefaultSort
 
sort(Object[], Comparator) - Method in class jodd.util.sort.FastMergeSort
 
sort(Comparable[]) - Method in class jodd.util.sort.FastMergeSort
 
sort(Object[], Comparator) - Method in class jodd.util.sort.FastQuickSort
 
sort(Comparable[]) - Method in class jodd.util.sort.FastQuickSort
 
sort(Object[], Comparator) - Method in interface jodd.util.sort.Sorter
 
sort(Comparable[]) - Method in interface jodd.util.sort.Sorter
 
SortedArrayList<E> - Class in jodd.util.collection
An extension of ArrayList that insures that all of the items added are sorted.
SortedArrayList(Comparator<E>) - Constructor for class jodd.util.collection.SortedArrayList
Constructs a new SortedArrayList.
SortedArrayList() - Constructor for class jodd.util.collection.SortedArrayList
Constructs a new SortedArrayList expecting elements are comparable.
SortedArrayList(Collection<? extends E>) - Constructor for class jodd.util.collection.SortedArrayList
Constructs a new SortedArrayList expecting elements are comparable.
Sorter - Interface in jodd.util.sort
 
SPACE - Static variable in class jodd.io.http.HttpTransfer
 
SPACE - Static variable in interface jodd.util.StringPool
 
span() - Method in class jodd.datetime.JStopWatch
Stops the stopwatch and returns total time span for last start-stop sequence.
spanTime - Variable in class jodd.datetime.JStopWatch
Last elapsed time.
SPECIAL_CHARS - Static variable in class jodd.util.CsvUtil
 
split(String) - Static method in class jodd.io.FileNameUtil
Splits filename into a array of four Strings containing prefix, path, basename and extension.
split(String, String) - Static method in class jodd.util.StringUtil
Splits a string in several parts (tokens) that are separated by delimiter.
splitc(String, String) - Static method in class jodd.util.StringUtil
Splits a string in several parts (tokens) that are separated by delimiter characters.
splitc(String, char) - Static method in class jodd.util.StringUtil
Splits a string in several parts (tokens) that are separated by single delimiter characters.
SqlDateConverter - Class in jodd.typeconverter.impl
Converts given object to java.sql.Date.
SqlDateConverter() - Constructor for class jodd.typeconverter.impl.SqlDateConverter
 
SqlTimeConverter - Class in jodd.typeconverter.impl
Converts given object to java.sql.Time.
SqlTimeConverter() - Constructor for class jodd.typeconverter.impl.SqlTimeConverter
 
SqlTimestampConverter - Class in jodd.typeconverter.impl
Converts given object to java.sql.Timestamp.
SqlTimestampConverter() - Constructor for class jodd.typeconverter.impl.SqlTimestampConverter
 
STAR - Static variable in interface jodd.util.StringPool
 
start() - Method in class jodd.datetime.JStopWatch
Starts the stopwatch.
start() - Method in class jodd.io.FileMonitor
Starts the file monitoring polling, after it was stopped.
start() - Method in class jodd.io.http.HttpTunnel
Starts HTTP tunnel.
start - Variable in class jodd.servlet.tag.LoopingTagSupport
 
start - Variable in class jodd.util.LoopIterator
 
startIndex - Variable in class jodd.servlet.HtmlTag
 
startNewResponse() - Method in class jodd.servlet.wrapper.LastModifiedData
Indicates usage of new response.
startsWith(String, String) - Static method in class jodd.servlet.jspfn.JoddJspFunctions
 
startsWithChar(String, char) - Static method in class jodd.util.StringUtil
Returns if string starts with given character.
startsWithIgnoreCase(String, String) - Static method in class jodd.servlet.jspfn.JoddJspFunctions
 
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.
startsWithOne(String, String[]) - Static method in class jodd.util.StringUtil
Checks if string starts with at least one string from the provided array.
startsWithOneIgnoreCase(String, String[]) - Static method in class jodd.util.StringUtil
Checks if string starts with at least one string from the provided array.
startTime - Variable in class jodd.datetime.JStopWatch
Last start time.
status - Variable in class jodd.servlet.tag.IteratorTag
 
status - Variable in class jodd.servlet.tag.LoopingTagSupport
 
statusCode - Variable in class jodd.io.http.HttpTransfer
 
statusPhrase - Variable in class jodd.io.http.HttpTransfer
 
step - Variable in class jodd.servlet.tag.LoopingTagSupport
 
step - Variable in class jodd.util.LoopIterator
 
stop() - Method in class jodd.datetime.JStopWatch
Stops the stopwatch if running.
stop() - Method in class jodd.io.FileMonitor
Stops the file monitor polling.
stop() - Method in class jodd.io.http.HttpTunnel
Stops the tunnel, shutdowns the thread pool and closes server socket.
stopBufferingForStatusCode(int) - Method in class jodd.servlet.wrapper.BufferResponseWrapper
 
stopTime - Variable in class jodd.datetime.JStopWatch
Last stop time.
store - Variable in class jodd.mail.ReceiveMailSession
 
str(String, byte) - Static method in class jodd.format.Printf
 
str(String, char) - Static method in class jodd.format.Printf
 
str(String, short) - Static method in class jodd.format.Printf
 
str(String, int) - Static method in class jodd.format.Printf
 
str(String, long) - Static method in class jodd.format.Printf
 
str(String, float) - Static method in class jodd.format.Printf
 
str(String, double) - Static method in class jodd.format.Printf
 
str(String, boolean) - Static method in class jodd.format.Printf
 
str(String, String) - Static method in class jodd.format.Printf
 
str(String, Byte) - Static method in class jodd.format.Printf
 
str(String, Character) - Static method in class jodd.format.Printf
 
str(String, Short) - Static method in class jodd.format.Printf
 
str(String, Integer) - Static method in class jodd.format.Printf
 
str(String, Long) - Static method in class jodd.format.Printf
 
str(String, Float) - Static method in class jodd.format.Printf
 
str(String, Double) - Static method in class jodd.format.Printf
 
str(String, Boolean) - Static method in class jodd.format.Printf
 
str(String, byte[]) - Static method in class jodd.format.Printf
 
str(String, char[]) - Static method in class jodd.format.Printf
 
str(String, short[]) - Static method in class jodd.format.Printf
 
str(String, int[]) - Static method in class jodd.format.Printf
 
str(String, long[]) - Static method in class jodd.format.Printf
 
str(String, float[]) - Static method in class jodd.format.Printf
 
str(String, double[]) - Static method in class jodd.format.Printf
 
str(String, boolean[]) - Static method in class jodd.format.Printf
 
str(String, String[]) - Static method in class jodd.format.Printf
 
str(String, Byte...) - Static method in class jodd.format.Printf
 
str(String, Character...) - Static method in class jodd.format.Printf
 
str(String, Short...) - Static method in class jodd.format.Printf
 
str(String, Integer...) - Static method in class jodd.format.Printf
 
str(String, Long...) - Static method in class jodd.format.Printf
 
str(String, Float...) - Static method in class jodd.format.Printf
 
str(String, Double...) - Static method in class jodd.format.Printf
 
str(String, Boolean...) - Static method in class jodd.format.Printf
 
str(String, Object...) - Static method in class jodd.format.Printf
 
str(String, Object) - Static method in class jodd.format.Printf
 
str - Variable in class jodd.io.AsciiInputStream
 
str - Variable in class jodd.io.StringInputStream
 
str(Object) - Static method in class jodd.util.PrettyStringBuilder
Static version for quick access.
STR_CHARSET - Static variable in class jodd.mail.ReceiveMailSession
 
stream - Variable in class jodd.servlet.filter.GzipResponseWrapper
The ServletOutputStream that has been returned by getOutputStream(), if any.
StreamGobbler - Class in jodd.io
Consumes a stream.
StreamGobbler(InputStream, String) - Constructor for class jodd.io.StreamGobbler
 
StreamGobbler(InputStream) - Constructor for class jodd.io.StreamGobbler
 
StreamGobbler(InputStream, OutputStream) - Constructor for class jodd.io.StreamGobbler
 
StreamGobbler(InputStream, String, OutputStream) - Constructor for class jodd.io.StreamGobbler
 
StreamUtil - Class in jodd.io
Optimized byte and character stream utilities.
StreamUtil() - Constructor for class jodd.io.StreamUtil
 
strict(String) - Static method in class jodd.servlet.HtmlEncoder
Encodes text int HTML-safe block and preserves format using smart spaces.
StringArrayConverter - Class in jodd.typeconverter.impl
Converts given object to String[].
StringArrayConverter() - Constructor for class jodd.typeconverter.impl.StringArrayConverter
 
stringAt(int) - Method in class jodd.util.StringBand
Returns string at given position.
StringBand - Class in jodd.util
StringBand is a faster alternative to StringBuilder.
StringBand() - Constructor for class jodd.util.StringBand
Creates an empty StringBand.
StringBand(int) - Constructor for class jodd.util.StringBand
Creates an empty StringBand with provided capacity.
StringBand(String) - Constructor for class jodd.util.StringBand
Creates StringBand with provided content.
StringBand(Object) - Constructor for class jodd.util.StringBand
 
StringConverter - Class in jodd.typeconverter.impl
Converts given object to String.
StringConverter() - Constructor for class jodd.typeconverter.impl.StringConverter
 
StringInputStream - Class in jodd.io
Simple InputStream subclass to fetch all bytes from a String.
StringInputStream(String) - Constructor for class jodd.io.StringInputStream
 
StringKeyedMapAdapter - Class in jodd.util.collection
Adapter for map whose keys are String values.
StringKeyedMapAdapter() - Constructor for class jodd.util.collection.StringKeyedMapAdapter
 
StringOutputStream - Class in jodd.io
Provides an OutputStream to an internal String.
StringOutputStream() - Constructor for class jodd.io.StringOutputStream
Creates new StringOutputStream, makes a new internal StringBuffer.
StringOutputStream(String) - Constructor for class jodd.io.StringOutputStream
 
StringPool - Interface in jodd.util
Pool of String constants to prevent repeating of hard-coded String literals in the code.
stringTemplateParser - Variable in class jodd.props.PropsData
 
StringTemplateParser - Class in jodd.util
Parser for string macro templates.
StringTemplateParser() - Constructor for class jodd.util.StringTemplateParser
 
StringTemplateParser.MacroResolver - Interface in jodd.util
Macro value resolver.
StringUtil - Class in jodd.util
Various String utilities.
StringUtil() - Constructor for class jodd.util.StringUtil
 
stripLeadingChar(String, char) - Static method in class jodd.util.StringUtil
Strips leading char if string starts with one.
stripSessionId(String) - Static method in class jodd.servlet.ServletUtil
Strips a servlet session ID from url.
stripTrailingChar(String, char) - Static method in class jodd.util.StringUtil
Strips trailing char if string ends with one.
strOffset - Variable in class jodd.io.AsciiInputStream
 
strOffset - Variable in class jodd.io.StringInputStream
 
sub(int, int, int, int, int, int, int, boolean) - Method in class jodd.datetime.JDateTime
 
sub(int, int, int, int, int, int, int) - Method in class jodd.datetime.JDateTime
 
sub(int, int, int, boolean) - Method in class jodd.datetime.JDateTime
 
sub(int, int, int) - Method in class jodd.datetime.JDateTime
 
sub(JulianDateStamp) - Method in class jodd.datetime.JulianDateStamp
Subtracts a JD from current instance.
sub(double) - Method in class jodd.datetime.JulianDateStamp
Subtracts a double from current instance.
subarray(T[], int, int) - Static method in class jodd.util.ArraysUtil
Returns subarray.
subarray(T[], int, int, Class) - Static method in class jodd.util.ArraysUtil
Returns subarray.
subarray(String[], int, int) - Static method in class jodd.util.ArraysUtil
Returns subarray.
subarray(byte[], int, int) - Static method in class jodd.util.ArraysUtil
Returns subarray.
subarray(char[], int, int) - Static method in class jodd.util.ArraysUtil
Returns subarray.
subarray(short[], int, int) - Static method in class jodd.util.ArraysUtil
Returns subarray.
subarray(int[], int, int) - Static method in class jodd.util.ArraysUtil
Returns subarray.
subarray(long[], int, int) - Static method in class jodd.util.ArraysUtil
Returns subarray.
subarray(float[], int, int) - Static method in class jodd.util.ArraysUtil
Returns subarray.
subarray(double[], int, int) - Static method in class jodd.util.ArraysUtil
Returns subarray.
subarray(boolean[], int, int) - Static method in class jodd.util.ArraysUtil
Returns subarray.
subDay(int, boolean) - Method in class jodd.datetime.JDateTime
 
subDay(int) - Method in class jodd.datetime.JDateTime
 
subHour(int, boolean) - Method in class jodd.datetime.JDateTime
 
subHour(int) - Method in class jodd.datetime.JDateTime
 
subject - Variable in class jodd.mail.CommonEmail
 
subject(String) - Method in class jodd.mail.Email
 
subMillisecond(int, boolean) - Method in class jodd.datetime.JDateTime
 
subMillisecond(int) - Method in class jodd.datetime.JDateTime
 
subMinute(int, boolean) - Method in class jodd.datetime.JDateTime
 
subMinute(int) - Method in class jodd.datetime.JDateTime
 
subMonth(int, boolean) - Method in class jodd.datetime.JDateTime
 
subMonth(int) - Method in class jodd.datetime.JDateTime
 
subSecond(int, boolean) - Method in class jodd.datetime.JDateTime
 
subSecond(int) - Method in class jodd.datetime.JDateTime
 
subSequence(int, int) - Method in class jodd.util.buffer.FastCharBuffer
Returns sub sequence.
subset(Properties, String, boolean) - Static method in class jodd.util.PropertiesUtil
Creates new Properties object from the original one, by copying those properties that have specified first part of the key name.
substring(String, int, int) - Static method in class jodd.servlet.jspfn.JoddJspFunctions
 
substringAfter(String, String) - Static method in class jodd.servlet.jspfn.JoddJspFunctions
 
substringBefore(String, String) - Static method in class jodd.servlet.jspfn.JoddJspFunctions
 
subTime(int, int, int, int, boolean) - Method in class jodd.datetime.JDateTime
 
subTime(int, int, int, boolean) - Method in class jodd.datetime.JDateTime
 
subTime(int, int, int, int) - Method in class jodd.datetime.JDateTime
 
subTime(int, int, int) - Method in class jodd.datetime.JDateTime
 
subYear(int, boolean) - Method in class jodd.datetime.JDateTime
 
subYear(int) - Method in class jodd.datetime.JDateTime
 
suffix - Variable in class jodd.servlet.HtmlTag
 
suffix(String, String) - Static method in class jodd.util.StringUtil
Appends suffix if doesn't exist.
SUN_BOOT_CLASS_PATH - Static variable in class jodd.util.SystemUtil
 
SUNDAY - Static variable in class jodd.datetime.JDateTime
 
SupportedIntrospector - Class in jodd.introspector
Introspector that caches all class descriptors.
SupportedIntrospector() - Constructor for class jodd.introspector.SupportedIntrospector
 
surround(String, String) - Static method in class jodd.util.StringUtil
 
surround(String, String, String) - Static method in class jodd.util.StringUtil
Surrounds the string with provided prefix and suffix if such missing from string.
SwitchTag - Class in jodd.servlet.tag
Switch tag provides string comparison of its value with inner case values.
SwitchTag() - Constructor for class jodd.servlet.tag.SwitchTag
 
systemJars - Variable in class jodd.io.findfile.ClassFinder
Array of system jars that are excluded from the search.
systemTimerResolution() - Static method in class jodd.util.SystemUtil
Calculates and returns java system timer resolution in miliseconds.
SystemUtil - Class in jodd.util
Various system utilities.
SystemUtil() - Constructor for class jodd.util.SystemUtil
 

T

TAB - Static variable in interface jodd.util.StringPool
 
tag - Variable in class jodd.servlet.HtmlTag
 
TAG_END - Static variable in class jodd.servlet.HtmlTag
 
TAG_START - Static variable in class jodd.servlet.HtmlTag
 
tagName - Variable in class jodd.servlet.HtmlTag
 
TagUtil - Class in jodd.servlet.tag
Various tag utilities.
TagUtil() - Constructor for class jodd.servlet.tag.TagUtil
 
targetHost - Variable in class jodd.io.http.HttpTunnel
Target host.
targetPort - Variable in class jodd.io.http.HttpTunnel
Target port.
TEMP_DIR - Static variable in class jodd.util.SystemUtil
 
tempFile - Variable in class jodd.servlet.upload.impl.AdaptiveFileUpload
 
tempFilePrefix - Static variable in class jodd.JoddDefault
Default temp file prefix.
test(boolean, Object, Object) - Static method in class jodd.servlet.jspfn.JoddJspFunctions
Tests condition and returns true of false value.
TEXT - Static variable in class jodd.servlet.HtmlEncoder
 
text(String) - Static method in class jodd.servlet.HtmlEncoder
Encodes a string to HTML-safe text.
text(Object) - Static method in class jodd.servlet.HtmlFormUtil
 
text(Object) - Static method in class jodd.servlet.jspfn.JoddJspFunctions
 
TextUtil - Class in jodd.util
Text is a string divided in lines.
TextUtil() - Constructor for class jodd.util.TextUtil
 
ThenTag - Class in jodd.servlet.tag
Then nested tag for IfElseTag.
ThenTag() - Constructor for class jodd.servlet.tag.ThenTag
 
THIS_REF - Static variable in class jodd.bean.BeanUtilBean
 
threadPoolSize - Variable in class jodd.io.http.HttpTunnel
The number of threads that can be executed in parallel.
ThreadUtil - Class in jodd.util
Thread utilities.
ThreadUtil() - Constructor for class jodd.util.ThreadUtil
 
threshold - Variable in class jodd.servlet.filter.GzipFilter
The threshold number to compress, (0 == no compression).
threshold - Variable in class jodd.servlet.filter.GzipResponseWrapper
The threshold number to compress.
throwException(Throwable) - Static method in class jodd.exception.ExceptionUtil
Throws checked exceptions in un-checked manner.
throwExceptionAlt(Throwable) - Static method in class jodd.exception.ExceptionUtil
Throws checked exceptions in un-checked manner.
throwTargetException(InvocationTargetException) - Static method in class jodd.exception.ExceptionUtil
Throws target of InvocationTargetException if it is exception.
THURSDAY - Static variable in class jodd.datetime.JDateTime
 
time - Variable in class jodd.datetime.JDateTime
DateTimeStamp for current date.
TimedCache<K,V> - Class in jodd.cache
Timed cache.
TimedCache(long) - Constructor for class jodd.cache.TimedCache
 
timeout - Variable in class jodd.cache.AbstractCacheMap
 
timer - Variable in class jodd.io.FileMonitor
 
timeToLive - Static variable in class jodd.servlet.CsrfShield
 
TimeUtil - Class in jodd.datetime
Date time calculations and utilities.
TimeUtil() - Constructor for class jodd.datetime.TimeUtil
 
timezone - Variable in class jodd.datetime.JDateTime
 
timeZone - Static variable in class jodd.datetime.JDateTimeDefault
 
TimeZoneUtil - Class in jodd.datetime
Misc timezone utilities.
TimeZoneUtil() - Constructor for class jodd.datetime.TimeZoneUtil
 
title(String) - Static method in class jodd.util.StringUtil
Makes a title-cased string from given input.
TMP_FILE_SUFFIX - Static variable in class jodd.servlet.upload.impl.AdaptiveFileUpload
 
to - Variable in class jodd.mail.CommonEmail
 
to(String) - Method in class jodd.mail.Email
 
to(String...) - Method in class jodd.mail.Email
 
toArray() - Method in class jodd.io.http.HttpTransfer
Converts HTTP transfer to byte array ready for sending.
toArray() - Method in class jodd.util.buffer.FastBooleanBuffer
Creates boolean array from buffered content.
toArray(int, int) - Method in class jodd.util.buffer.FastBooleanBuffer
Creates boolean subarray from buffered content.
toArray() - Method in class jodd.util.buffer.FastBuffer
Creates E array from buffered content.
toArray(int, int) - Method in class jodd.util.buffer.FastBuffer
Creates E subarray from buffered content.
toArray() - Method in class jodd.util.buffer.FastByteBuffer
Creates byte array from buffered content.
toArray(int, int) - Method in class jodd.util.buffer.FastByteBuffer
Creates byte subarray from buffered content.
toArray() - Method in class jodd.util.buffer.FastCharBuffer
Creates char array from buffered content.
toArray(int, int) - Method in class jodd.util.buffer.FastCharBuffer
Creates char subarray from buffered content.
toArray() - Method in class jodd.util.buffer.FastDoubleBuffer
Creates double array from buffered content.
toArray(int, int) - Method in class jodd.util.buffer.FastDoubleBuffer
Creates double subarray from buffered content.
toArray() - Method in class jodd.util.buffer.FastFloatBuffer
Creates float array from buffered content.
toArray(int, int) - Method in class jodd.util.buffer.FastFloatBuffer
Creates float subarray from buffered content.
toArray() - Method in class jodd.util.buffer.FastIntBuffer
Creates int array from buffered content.
toArray(int, int) - Method in class jodd.util.buffer.FastIntBuffer
Creates int subarray from buffered content.
toArray() - Method in class jodd.util.buffer.FastLongBuffer
Creates long array from buffered content.
toArray(int, int) - Method in class jodd.util.buffer.FastLongBuffer
Creates long subarray from buffered content.
toArray() - Method in class jodd.util.buffer.FastShortBuffer
Creates short array from buffered content.
toArray(int, int) - Method in class jodd.util.buffer.FastShortBuffer
Creates short subarray from buffered content.
toArray() - Method in class jodd.util.collection.BooleanArrayList
Returns an array containing all of the elements in this list in the correct order.
toArray() - Method in class jodd.util.collection.ByteArrayList
Returns an array containing all of the elements in this list in the correct order.
toArray() - Method in class jodd.util.collection.CharArrayList
Returns an array containing all of the elements in this list in the correct order.
toArray() - Method in class jodd.util.collection.DoubleArrayList
Returns an array containing all of the elements in this list in the correct order.
toArray() - Method in class jodd.util.collection.FloatArrayList
Returns an array containing all of the elements in this list in the correct order.
toArray() - Method in class jodd.util.collection.HashBag
Returns an array of all of bag's elements.
toArray(T[]) - Method in class jodd.util.collection.HashBag
Populates an array with all of this bag's elements.
toArray() - Method in class jodd.util.collection.IntArrayList
Returns an array containing all of the elements in this list in the correct order.
toArray() - Method in class jodd.util.collection.LongArrayList
Returns an array containing all of the elements in this list in the correct order.
toArray() - Method in class jodd.util.collection.ShortArrayList
Returns an array containing all of the elements in this list in the correct order.
toAscii(char) - Static method in class jodd.util.CharUtil
Returns ASCII value of a char.
toAsciiByteArray(char[]) - Static method in class jodd.util.CharUtil
Converts char array into ASCII array.
toAsciiByteArray(CharSequence) - Static method in class jodd.util.CharUtil
Converts char sequence into ASCII byte array.
toBigDecimal() - Method in class jodd.datetime.JulianDateStamp
Returns BigDecimal value of JD.
toBigDecimal(Object, BigDecimal) - Static method in class jodd.typeconverter.Convert
 
toBigDecimal(Object) - Static method in class jodd.typeconverter.Convert
 
toBigDecimal(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to BigDecimal.
toBigDecimal(Object, BigDecimal) - Method in class jodd.typeconverter.ConvertBean
Converts value to BigDecimal.
toBigInteger(Object) - Static method in class jodd.typeconverter.Convert
 
toBigInteger(Object, BigInteger) - Static method in class jodd.typeconverter.Convert
 
toBigInteger(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to BigInteger.
toBigInteger(Object, BigInteger) - Method in class jodd.typeconverter.ConvertBean
Converts value to BigInteger.
toBoolean(Object) - Static method in class jodd.typeconverter.Convert
 
toBoolean(Object, Boolean) - Static method in class jodd.typeconverter.Convert
 
toBoolean(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Boolean.
toBoolean(Object, Boolean) - Method in class jodd.typeconverter.ConvertBean
Converts value to Boolean.
toBooleanArray(Object) - Static method in class jodd.typeconverter.Convert
 
toBooleanArray(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to boolean[].
toBooleanValue(Object, boolean) - Static method in class jodd.typeconverter.Convert
 
toBooleanValue(Object) - Static method in class jodd.typeconverter.Convert
 
toBooleanValue(Object, boolean) - Method in class jodd.typeconverter.ConvertBean
Converts value to boolean.
toBooleanValue(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to boolean with common default value.
toByte(Object) - Static method in class jodd.typeconverter.Convert
 
toByte(Object, Byte) - Static method in class jodd.typeconverter.Convert
 
toByte(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Byte.
toByte(Object, Byte) - Method in class jodd.typeconverter.ConvertBean
Converts value to Byte.
toByteArray() - Method in class jodd.io.FastByteArrayOutputStream
 
toByteArray() - Method in class jodd.mail.EmailAttachment
Returns byte content of the attachment.
toByteArray() - Method in class jodd.servlet.filter.ByteArrayResponseWrapper
Get the underlying byte array.
toByteArray() - Method in class jodd.servlet.wrapper.Buffer
Returns buffered servlet output content as byte array.
toByteArray(char[]) - Static method in class jodd.util.CharUtil
Converts char array to byte array using default Jodd encoding.
toByteArray(char[], String) - Static method in class jodd.util.CharUtil
Converts char array to byte array using provided encoding.
toByteValue(Object, byte) - Static method in class jodd.typeconverter.Convert
 
toByteValue(Object) - Static method in class jodd.typeconverter.Convert
 
toByteValue(Object, byte) - Method in class jodd.typeconverter.ConvertBean
Converts value to byte.
toByteValue(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to byte with common default value.
toCalendar(Object) - Static method in class jodd.typeconverter.Convert
 
toCalendar(Object, Calendar) - Static method in class jodd.typeconverter.Convert
 
toCalendar(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Calendar.
toCalendar(Object, Calendar) - Method in class jodd.typeconverter.ConvertBean
Converts value to Calendar.
toCalendarDayOfWeek(int) - Static method in class jodd.datetime.TimeUtil
Returns Calendar day-of-week from provided JDateTime.
toCalendarMonth(int) - Static method in class jodd.datetime.TimeUtil
Returns Calendar month from provided JDateTime month.
toCamelCase(String, boolean, char) - Static method in class jodd.util.StringUtil
Converts separated string value to CamelCase.
toChar(byte) - Static method in class jodd.util.CharUtil
Converts (signed) byte to (unsigned) char.
toCharacter(Object) - Static method in class jodd.typeconverter.Convert
 
toCharacter(Object, Character) - Static method in class jodd.typeconverter.Convert
 
toCharacter(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Character.
toCharacter(Object, Character) - Method in class jodd.typeconverter.ConvertBean
Converts value to Character.
toCharacterArray(Object) - Static method in class jodd.typeconverter.Convert
 
toCharacterArray(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to char[].
toCharArray() - Method in class jodd.io.FastCharArrayWriter
 
toCharArray() - Method in class jodd.servlet.filter.CharArrayResponseWrapper
Get the underlying character array or null if writer not used.
toCharArray() - Method in class jodd.servlet.wrapper.Buffer
Returns buffered writer content as char array.
toCharArray(byte[]) - Static method in class jodd.util.CharUtil
Converts byte array of default Jodd encoding to char array.
toCharArray(byte[], String) - Static method in class jodd.util.CharUtil
Converts byte array of specific encoding to char array.
toCharValue(Object, char) - Static method in class jodd.typeconverter.Convert
 
toCharValue(Object) - Static method in class jodd.typeconverter.Convert
 
toCharValue(Object, char) - Method in class jodd.typeconverter.ConvertBean
Converts value to char.
toCharValue(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to char with common default value.
toClass(Object) - Static method in class jodd.typeconverter.Convert
 
toClass(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Class.
toClass(Type) - Static method in class jodd.util.ReflectUtil
Returns Class for the given type.
toClassArray(Object) - Static method in class jodd.typeconverter.Convert
 
toClassArray(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Class[].
toCsvString(Object...) - Static method in class jodd.util.CsvUtil
Parse fields as csv string,
toDate(Object) - Static method in class jodd.typeconverter.Convert
 
toDate(Object, Date) - Static method in class jodd.typeconverter.Convert
 
toDate(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Date.
toDate(Object, Date) - Method in class jodd.typeconverter.ConvertBean
Converts value to Date.
toDouble(Object) - Static method in class jodd.typeconverter.Convert
 
toDouble(Object, Double) - Static method in class jodd.typeconverter.Convert
 
toDouble(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Double.
toDouble(Object, Double) - Method in class jodd.typeconverter.ConvertBean
Converts value to Double.
toDoubleArray(Object) - Static method in class jodd.typeconverter.Convert
 
toDoubleArray(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to double[].
toDoubleValue(Object, double) - Static method in class jodd.typeconverter.Convert
 
toDoubleValue(Object) - Static method in class jodd.typeconverter.Convert
 
toDoubleValue(Object, double) - Method in class jodd.typeconverter.ConvertBean
Converts value to double.
toDoubleValue(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to double with common default value.
toFile(URI) - Static method in class jodd.io.FileUtil
Converts URI to file.
toFile(URL) - Static method in class jodd.io.FileUtil
Converts file URLs to file.
toFileName(URL) - Static method in class jodd.io.FileUtil
Converts file URLs to file name.
toFileNames(URL[]) - Static method in class jodd.io.FileUtil
Converts array of URLS to file names string.
toFloat(Object) - Static method in class jodd.typeconverter.Convert
 
toFloat(Object, Float) - Static method in class jodd.typeconverter.Convert
 
toFloat(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Float.
toFloat(Object, Float) - Method in class jodd.typeconverter.ConvertBean
Converts value to Float.
toFloatArray(Object) - Static method in class jodd.typeconverter.Convert
 
toFloatArray(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to float[].
toFloatValue(Object, float) - Static method in class jodd.typeconverter.Convert
 
toFloatValue(Object) - Static method in class jodd.typeconverter.Convert
 
toFloatValue(Object, float) - Method in class jodd.typeconverter.ConvertBean
Converts value to float.
toFloatValue(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to float with common default value.
toInteger(Object) - Static method in class jodd.typeconverter.Convert
 
toInteger(Object, Integer) - Static method in class jodd.typeconverter.Convert
 
toInteger(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Integer.
toInteger(Object, Integer) - Method in class jodd.typeconverter.ConvertBean
Converts value to Integer.
toIntegerArray(Object) - Static method in class jodd.typeconverter.Convert
 
toIntegerArray(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to int[].
toIntValue(Object, int) - Static method in class jodd.typeconverter.Convert
 
toIntValue(Object) - Static method in class jodd.typeconverter.Convert
 
toIntValue(Object, int) - Method in class jodd.typeconverter.ConvertBean
Converts value to int.
toIntValue(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to int with common default value.
toJDateTime(Object) - Static method in class jodd.typeconverter.Convert
 
toJDateTime(Object, JDateTime) - Static method in class jodd.typeconverter.Convert
 
toJDateTime(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to JDateTime.
toJDateTime(Object, JDateTime) - Method in class jodd.typeconverter.ConvertBean
Converts value to JDateTime.
toJulianDate(DateTimeStamp) - Static method in class jodd.datetime.TimeUtil
Calculates Astronomical Julian Date from given time stamp.
toJulianDate(int, int, int, int, int, int, int) - Static method in class jodd.datetime.TimeUtil
Calculates Astronomical Julian Date from given time.
toLong(Object) - Static method in class jodd.typeconverter.Convert
 
toLong(Object, Long) - Static method in class jodd.typeconverter.Convert
 
toLong(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Long.
toLong(Object, Long) - Method in class jodd.typeconverter.ConvertBean
Converts value to Long.
toLongArray(Object) - Static method in class jodd.typeconverter.Convert
 
toLongArray(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to long[].
toLongValue(Object, long) - Static method in class jodd.typeconverter.Convert
 
toLongValue(Object) - Static method in class jodd.typeconverter.Convert
 
toLongValue(Object, long) - Method in class jodd.typeconverter.ConvertBean
Converts value to long.
toLongValue(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to long with common default value.
toLowerAscii(char) - Static method in class jodd.util.CharUtil
Lowers uppercase ASCII char.
toLowerCase(String) - Static method in class jodd.servlet.jspfn.JoddJspFunctions
Converts all of the characters of the input string to lower case.
toPrettyString(Object) - Method in class jodd.util.PrettyStringBuilder
Returns pretty value from object value.
toRawByteArray(char[]) - Static method in class jodd.util.CharUtil
Converts char array into byte array by replacing each character with two bytes.
toRawCharArray(byte[]) - Static method in class jodd.util.CharUtil
 
toSafeString(Object) - Static method in class jodd.util.StringUtil
Converts safely an object to a string.
toShort(Object) - Static method in class jodd.typeconverter.Convert
 
toShort(Object, Short) - Static method in class jodd.typeconverter.Convert
 
toShort(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Short.
toShort(Object, Short) - Method in class jodd.typeconverter.ConvertBean
Converts value to Short.
toShortArray(Object) - Static method in class jodd.typeconverter.Convert
 
toShortArray(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to short[].
toShortValue(Object, short) - Static method in class jodd.typeconverter.Convert
 
toShortValue(Object) - Static method in class jodd.typeconverter.Convert
 
toShortValue(Object, short) - Method in class jodd.typeconverter.ConvertBean
Converts value to short.
toShortValue(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to short with common default value.
toSimpleByteArray(char[]) - Static method in class jodd.util.CharUtil
Converts char array into byte array by stripping the high byte of each character.
toSimpleByteArray(CharSequence) - Static method in class jodd.util.CharUtil
Converts char sequence into byte array.
toSimpleCharArray(byte[]) - Static method in class jodd.util.CharUtil
Converts byte array to char array by simply extending bytes to chars.
toString() - Method in class jodd.datetime.DateTimeStamp
Simple to string conversion.
toString(String) - Method in class jodd.datetime.JDateTime
Returns string representation of date/time in specified format.
toString() - Method in class jodd.datetime.JDateTime
Returns spring representation of current date/time in currently active format.
toString(JdtFormat) - Method in class jodd.datetime.JDateTime
 
toString() - Method in class jodd.datetime.JStopWatch
Returns total elapsed time as formatted string from the last start.
toString() - Method in class jodd.datetime.JulianDateStamp
Returns string representation of JD.
toString() - Method in class jodd.io.FastByteArrayOutputStream
 
toString(String) - Method in class jodd.io.FastByteArrayOutputStream
 
toString() - Method in class jodd.io.FastCharArrayWriter
 
toString() - Method in class jodd.io.findfile.ClassFinder.EntryData
 
toString() - Method in class jodd.io.http.HttpParams
Generates encoded string of parameters.
toString() - Method in class jodd.io.http.HttpTransfer
String representation of the HTTP transfer bytes.
toString() - Method in class jodd.io.StringOutputStream
Returns the content of the internal StringBuffer as a String, the result of all writing to this OutputStream.
toString() - Method in class jodd.mail.Email
 
toString() - Method in class jodd.mail.EmailAddress
 
toString() - Method in class jodd.mutable.MutableBoolean
Stringify the value.
toString() - Method in class jodd.mutable.MutableByte
Stringify the value.
toString() - Method in class jodd.mutable.MutableDouble
Stringify the value.
toString() - Method in class jodd.mutable.MutableFloat
Stringify the value.
toString() - Method in class jodd.mutable.MutableInteger
Stringify the value.
toString() - Method in class jodd.mutable.MutableLong
Stringify the value.
toString() - Method in class jodd.mutable.MutableShort
Stringify the value.
toString() - Method in class jodd.mutable.ValueHolder
Simple to-string representation.
toString() - Method in class jodd.props.PropsValue
 
toString() - Method in class jodd.servlet.filter.ByteArrayResponseWrapper
Get a string representation of the entire buffer.
toString() - Method in class jodd.servlet.filter.CharArrayResponseWrapper
Get a String representation of the entire buffer.
toString() - Method in class jodd.servlet.HtmlTag
 
toString() - Method in class jodd.servlet.tag.IteratorStatus
 
toString() - Method in class jodd.servlet.upload.FileUpload
Returns basic information about the uploaded file.
toString() - Method in class jodd.servlet.URLBuilder
Returns built URL.
toString(Object) - Static method in class jodd.typeconverter.Convert
 
toString(Object, String) - Static method in class jodd.typeconverter.Convert
 
toString(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to String.
toString(Object, String) - Method in class jodd.typeconverter.ConvertBean
Converts value to String.
toString(Object[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string.
toString(String[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string.
toString(byte[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string.
toString(char[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string.
toString(short[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string.
toString(int[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string.
toString(long[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string.
toString(float[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string.
toString(double[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string.
toString(boolean[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string.
toString() - Method in class jodd.util.buffer.FastCharBuffer
Returns buffer content as a string.
toString() - Method in class jodd.util.collection.HashBag
Implement a toString() method suitable for debugging.
toString() - Method in class jodd.util.LoopIterator
 
toString(Object) - Method in class jodd.util.PrettyStringBuilder
Returns pretty string representation of the object.
toString() - Method in class jodd.util.StringBand
Joins together all strings into one.
toString(Object) - Static method in class jodd.util.StringUtil
Converts safely an object to a string.
toStringArray(Object) - Static method in class jodd.typeconverter.Convert
 
toStringArray(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to String[].
toStringArray(String) - Static method in class jodd.util.CsvUtil
Converts CSV line to string array.
toStringArray(Object) - Static method in class jodd.util.StringUtil
Converts an object to a String Array.
total() - Method in class jodd.datetime.JStopWatch
Stops the stopwatch and returns total cumulative time in ms.
totalAttributes() - Method in class jodd.servlet.HtmlTag
Returns total number of attributes.
totalLaps() - Method in class jodd.datetime.JStopWatch
Returns the total number of laps up to this moment.
totalTime - Variable in class jodd.datetime.JStopWatch
Cumulative elapsed time.
touch(String) - Static method in class jodd.io.FileUtil
FileUtil.touch(java.io.File)
touch(File) - Static method in class jodd.io.FileUtil
Implements the Unix "touch" utility.
toUpperAscii(char) - Static method in class jodd.util.CharUtil
Uppers lowercase ASCII char.
toUpperCase(String) - Static method in class jodd.servlet.jspfn.JoddJspFunctions
Converts all of the characters of the input string to upper case.
trackDST - Variable in class jodd.datetime.JDateTime
 
trackDST - Static variable in class jodd.datetime.JDateTimeDefault
 
trim(String) - Static method in class jodd.servlet.jspfn.JoddJspFunctions
 
trimAll(String[]) - Static method in class jodd.util.StringUtil
Trims array of strings.
trimDown(String) - Static method in class jodd.util.StringUtil
Trims string and sets to null if trimmed string is empty.
trimDownAll(String[]) - Static method in class jodd.util.StringUtil
Trims array of strings where empty strings are set to null.
trimLeft(String) - Static method in class jodd.util.StringUtil
Trim whitespaces from the left.
trimRight(String) - Static method in class jodd.util.StringUtil
Trim whitespaces from the right.
trimToSize() - Method in class jodd.util.collection.BooleanArrayList
Trims the capacity of this instance to be the list's current size.
trimToSize() - Method in class jodd.util.collection.ByteArrayList
Trims the capacity of this instance to be the list's current size.
trimToSize() - Method in class jodd.util.collection.CharArrayList
Trims the capacity of this instance to be the list's current size.
trimToSize() - Method in class jodd.util.collection.DoubleArrayList
Trims the capacity of this instance to be the list's current size.
trimToSize() - Method in class jodd.util.collection.FloatArrayList
Trims the capacity of this instance to be the list's current size.
trimToSize() - Method in class jodd.util.collection.IntArrayList
Trims the capacity of this instance to be the list's current size.
trimToSize() - Method in class jodd.util.collection.LongArrayList
Trims the capacity of this instance to be the list's current size.
trimToSize() - Method in class jodd.util.collection.ShortArrayList
Trims the capacity of this instance to be the list's current size.
TRUE - Static variable in interface jodd.util.StringPool
 
truncate(String, int) - Static method in class jodd.util.StringUtil
Sets the maximum length of the string.
tryLock() - Method in class jodd.util.Mutex
Acquires a lock.
TUESDAY - Static variable in class jodd.datetime.JDateTime
 
tunnel() - Method in class jodd.io.http.HttpTunnel.HttpTunnelConnection
Performs the tunneling.
type - Variable in class jodd.introspector.ClassDescriptor
 
type - Variable in class jodd.io.StreamGobbler
 
TYPE_MULTIPART_FORM_DATA - Static variable in class jodd.servlet.ServletUtil
 
TypeConversionException - Exception in jodd.typeconverter
 
TypeConversionException(Throwable) - Constructor for exception jodd.typeconverter.TypeConversionException
 
TypeConversionException() - Constructor for exception jodd.typeconverter.TypeConversionException
 
TypeConversionException(String) - Constructor for exception jodd.typeconverter.TypeConversionException
 
TypeConversionException(String, Throwable) - Constructor for exception jodd.typeconverter.TypeConversionException
 
TypeConversionException(Object) - Constructor for exception jodd.typeconverter.TypeConversionException
 
TypeConversionException(Object, Throwable) - Constructor for exception jodd.typeconverter.TypeConversionException
 
TypeConverter<T> - Interface in jodd.typeconverter
Object converter interface.
TypeConverterManager - Class in jodd.typeconverter
Provides dynamic object conversion to a type.
TypeConverterManager() - Constructor for class jodd.typeconverter.TypeConverterManager
 
TypeConverterManagerBean - Class in jodd.typeconverter
Provides dynamic object conversion to a type.
TypeConverterManagerBean() - Constructor for class jodd.typeconverter.TypeConverterManagerBean
 
typeConverters - Variable in class jodd.typeconverter.ConvertBean
Common type converters, filled up during the registration.

U

uncapitalize(String) - Static method in class jodd.servlet.jspfn.JoddJspFunctions
 
uncapitalize(String) - Static method in class jodd.util.StringUtil
Uncapitalizes a String, changing the first letter to lower case.
UncheckedException - Exception in jodd.exception
Unchecked exception and also a wrapper for checked exceptions.
UncheckedException(Throwable) - Constructor for exception jodd.exception.UncheckedException
 
UncheckedException(Throwable, boolean) - Constructor for exception jodd.exception.UncheckedException
 
UncheckedException() - Constructor for exception jodd.exception.UncheckedException
 
UncheckedException(String) - Constructor for exception jodd.exception.UncheckedException
 
UncheckedException(String, Throwable) - Constructor for exception jodd.exception.UncheckedException
 
UncheckedException(String, Throwable, boolean) - Constructor for exception jodd.exception.UncheckedException
 
UNDERSCORE - Static variable in interface jodd.util.StringPool
 
unescapeJava(String) - Static method in class jodd.util.StringUtil
Unescapes a string using java rules.
ungzip(String) - Static method in class jodd.io.ZipUtil
Decompress gzip archive.
ungzip(File) - Static method in class jodd.io.ZipUtil
Decompress gzip archive.
UnicodeInputStream - Class in jodd.io
Unicode input stream detects and decodes BOM character.
UnicodeInputStream(InputStream) - Constructor for class jodd.io.UnicodeInputStream
Creates new unicode stream with default UTF-8 encoding.
UnicodeInputStream(InputStream, String) - Constructor for class jodd.io.UnicodeInputStream
Creates new unicode stream with provided default encoding.
uniqueSet() - Method in interface jodd.util.collection.Bag
Returns a Set of unique elements in the Bag.
uniqueSet() - Method in class jodd.util.collection.HashBag
 
unlock() - Method in class jodd.util.Mutex
Releases a lock.
unregister(Class) - Static method in class jodd.bean.BeanLoaderManager
 
unregister(Class) - Static method in class jodd.typeconverter.TypeConverterManager
 
unregister(Class) - Method in class jodd.typeconverter.TypeConverterManagerBean
 
unregisterAll() - Static method in class jodd.bean.BeanLoaderManager
Unregisters all loaders.
UnsetTag - Class in jodd.servlet.tag
Removes attribute from the scope.
UnsetTag() - Constructor for class jodd.servlet.tag.UnsetTag
 
unzip(String, String) - Static method in class jodd.io.ZipUtil
Extracts zip file content to the target directory.
unzip(String, String, String...) - Static method in class jodd.io.ZipUtil
Extracts zip file content to the target directory.
unzip(File, File) - Static method in class jodd.io.ZipUtil
Extracts zip file to the target directory.
unzip(File, File, String...) - Static method in class jodd.io.ZipUtil
Extracts zip file to the target directory.
updateLastModified(long) - Method in class jodd.servlet.wrapper.LastModifiedData
Updates last modified date.
uploadPath - Variable in class jodd.servlet.upload.impl.AdaptiveFileUpload
 
uploadPath - Variable in class jodd.servlet.upload.impl.AdaptiveFileUploadFactory
 
URI_CHARS - Static variable in class jodd.servlet.URLCoder
 
URIConverter - Class in jodd.typeconverter.impl
Convert given object to URI.
URIConverter() - Constructor for class jodd.typeconverter.impl.URIConverter
 
url - Variable in class jodd.servlet.URLBuilder
 
url(String, PageContext) - Static method in class jodd.servlet.URLCoder
 
url(String, String, PageContext) - Static method in class jodd.servlet.URLCoder
 
url(String, HttpServletRequest, HttpServletResponse) - Static method in class jodd.servlet.URLCoder
 
url(String, String, HttpServletRequest, HttpServletResponse) - Static method in class jodd.servlet.URLCoder
 
url(String) - Static method in class jodd.servlet.URLCoder
 
url(String, String) - Static method in class jodd.servlet.URLCoder
Faster smart URL encoding.
url1(String) - Static method in class jodd.servlet.URLCoder
 
URL_CHARS - Static variable in class jodd.servlet.URLCoder
 
URLBuilder - Class in jodd.servlet
Safe URL builder.
URLBuilder(HttpServletRequest, HttpServletResponse, String) - Constructor for class jodd.servlet.URLBuilder
 
URLCoder - Class in jodd.servlet
Encodes URLs better, significantly faster and more convenient.
URLCoder() - Constructor for class jodd.servlet.URLCoder
 
URLConverter - Class in jodd.typeconverter.impl
Converts given object to URL.
URLConverter() - Constructor for class jodd.typeconverter.impl.URLConverter
 
URLDecoder - Class in jodd.servlet
URL decoder.
URLDecoder() - Constructor for class jodd.servlet.URLDecoder
 
UrlTag - Class in jodd.servlet.tag
Url tag creates full URL.
UrlTag() - Constructor for class jodd.servlet.tag.UrlTag
 
usageCount - Variable in class jodd.introspector.ClassDescriptor
 
useDefaultFolder() - Method in class jodd.mail.ReceiveMailSession
Opens default folder: INBOX.
usedSize - Variable in class jodd.cache.FileLFUCache
 
useFolder(String) - Method in class jodd.mail.ReceiveMailSession
Opens new folder and closes previously opened folder.
useJikes - Variable in class jodd.compiler.JavaCompiler
 
USER - Static variable in class jodd.mail.ReceivedEmail
 
USER_DIR - Static variable in class jodd.util.SystemUtil
 
USER_HOME - Static variable in class jodd.util.SystemUtil
 
USER_NAME - Static variable in class jodd.util.SystemUtil
 
username - Variable in class jodd.mail.Pop3SslServer
 
username - Variable in class jodd.mail.SimpleAuthenticator
 
UTF_8 - Static variable in interface jodd.util.StringPool
 

V

valid - Variable in class jodd.servlet.upload.FileUpload
 
VALID_PATTERN - Static variable in class jodd.mail.EmailAddress
 
VALID_SCHEME_CHARS - Static variable in class jodd.servlet.ServletUtil
Valid characters in a scheme, as specified by RFC 1738.
validateHostIp(String) - Static method in class jodd.io.NetUtil
Validates IP address given as a string.
validUntil - Variable in class jodd.servlet.CsrfShield.Token
 
value - Variable in class jodd.mutable.MutableBoolean
The mutable value.
value - Variable in class jodd.mutable.MutableByte
The mutable value.
value - Variable in class jodd.mutable.MutableDouble
The mutable value.
value - Variable in class jodd.mutable.MutableFloat
The mutable value.
value - Variable in class jodd.mutable.MutableInteger
The mutable value.
value - Variable in class jodd.mutable.MutableLong
The mutable value.
value - Variable in class jodd.mutable.MutableShort
The mutable value.
value - Variable in class jodd.mutable.ValueHolder
 
value - Variable in class jodd.props.PropsValue
Original value.
value - Variable in class jodd.servlet.CsrfShield.Token
 
value(String) - Method in class jodd.servlet.JspValueResolver
Resolves values: attributes and parameters.
value(PageContext, String) - Static method in class jodd.servlet.ServletUtil
Returns non-null value of property/attribute.
value(HttpServletRequest, String) - Static method in class jodd.servlet.ServletUtil
Returns non-null value of property/attribute.
value(String) - Method in interface jodd.servlet.tag.FormTag.FieldResolver
Resolves form field value.
value - Variable in class jodd.servlet.tag.SetTag
 
value - Variable in class jodd.util.KeyValue
 
value - Variable in class jodd.util.LoopIterator
 
valueEnc(String, PageContext) - Static method in class jodd.servlet.jspfn.JoddJspFunctions
 
valueEnc(String) - Static method in class jodd.servlet.jspfn.JoddJspFunctions
 
valueFounded() - Method in class jodd.servlet.tag.SwitchTag
 
ValueHolder<T> - Class in jodd.mutable
Generic mutable value holder for holding objects.
ValueHolder() - Constructor for class jodd.mutable.ValueHolder
 
ValueHolder(T) - Constructor for class jodd.mutable.ValueHolder
 
valueOf(String) - Static method in enum jodd.props.PropsParser.ParseState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jodd.util.ref.ReferenceType
Returns the enum constant of this type with the specified name.
valueReferenceType - Variable in class jodd.util.ref.ReferenceMap
 
values() - Static method in enum jodd.props.PropsParser.ParseState
Returns an array containing the constants of this enum type, in the order they're declared.
values(Byte[]) - Static method in class jodd.util.ArraysUtil
Converts to primitive array.
values(Character[]) - Static method in class jodd.util.ArraysUtil
Converts to primitive array.
values(Short[]) - Static method in class jodd.util.ArraysUtil
Converts to primitive array.
values(Integer[]) - Static method in class jodd.util.ArraysUtil
Converts to primitive array.
values(Long[]) - Static method in class jodd.util.ArraysUtil
Converts to primitive array.
values(Float[]) - Static method in class jodd.util.ArraysUtil
Converts to primitive array.
values(Double[]) - Static method in class jodd.util.ArraysUtil
Converts to primitive array.
values(Boolean[]) - Static method in class jodd.util.ArraysUtil
Converts to primitive array.
values() - Method in class jodd.util.collection.IntHashMap
Returns a collection view of the values contained in this map.
values() - Static method in enum jodd.util.ref.ReferenceType
Returns an array containing the constants of this enum type, in the order they're declared.
valuesOf(byte[]) - Static method in class jodd.util.ArraysUtil
Converts to object array.
valuesOf(char[]) - Static method in class jodd.util.ArraysUtil
Converts to object array.
valuesOf(short[]) - Static method in class jodd.util.ArraysUtil
Converts to object array.
valuesOf(int[]) - Static method in class jodd.util.ArraysUtil
Converts to object array.
valuesOf(long[]) - Static method in class jodd.util.ArraysUtil
Converts to object array.
valuesOf(float[]) - Static method in class jodd.util.ArraysUtil
Converts to object array.
valuesOf(double[]) - Static method in class jodd.util.ArraysUtil
Converts to object array.
valuesOf(boolean[]) - Static method in class jodd.util.ArraysUtil
Converts to object array.
valueTrimLeft - Variable in class jodd.props.PropsParser
Trims left the value.
valueTrimRight - Variable in class jodd.props.PropsParser
Trims right the value.
var - Variable in class jodd.servlet.tag.IteratorTag
 
var - Variable in class jodd.servlet.tag.UrlTag
 

W

wait(Object) - Static method in class jodd.util.ThreadUtil
Waits for a object for synchronization purposes.
wait(Object, long) - Static method in class jodd.util.ThreadUtil
Waits for a object or a timeout for synchronization purposes.
waitForRelease(Semaphore) - Static method in class jodd.util.ConcurrentUtil
 
WeakIntrospector - Class in jodd.introspector
Smarter Introspector caches class data together with class loader information.
WeakIntrospector() - Constructor for class jodd.introspector.WeakIntrospector
 
WEDNESDAY - Static variable in class jodd.datetime.JDateTime
 
weekofmonth - Variable in class jodd.datetime.JDateTime
Week of month.
weekofyear - Variable in class jodd.datetime.JDateTime
Week of year, range: [1-52] or [1-53]
width - Variable in class jodd.format.PrintfFormat
 
Wildcard - Class in jodd.util
Checks whether a string or path matches a given wildcard pattern.
Wildcard() - Constructor for class jodd.util.Wildcard
 
WildcardFileFilter - Class in jodd.io.filter
FileFilter that matches file names against wildcard pattern (*, ?
WildcardFileFilter(String) - Constructor for class jodd.io.filter.WildcardFileFilter
Wildcard file filter.
WildcardFileScanner - Class in jodd.io.findfile
Wildcard pattern file scanner.
WildcardFileScanner(String) - Constructor for class jodd.io.findfile.WildcardFileScanner
 
WildcardFindFile - Class in jodd.io.findfile
FindFile that matches file names using *, ?
WildcardFindFile() - Constructor for class jodd.io.findfile.WildcardFindFile
 
WildcardFindFile(String) - Constructor for class jodd.io.findfile.WildcardFindFile
 
wildcards - Variable in class jodd.servlet.filter.GzipFilter
 
wrap(Throwable) - Static method in exception jodd.exception.UncheckedException
Wraps all exceptions in a UncheckedException
wrap(Throwable, String) - Static method in exception jodd.exception.UncheckedException
Wraps all exceptions in a UncheckedException
wrapChecked(Throwable) - Static method in exception jodd.exception.UncheckedException
Wraps checked exceptions in a UncheckedException.
wrapped - Variable in class jodd.servlet.filter.FastByteArrayServletOutputStream
 
write(int) - Method in class jodd.io.DebugOutputStream
 
write(byte[]) - Method in class jodd.io.DebugOutputStream
 
write(byte[], int, int) - Method in class jodd.io.DebugOutputStream
 
write(byte[], int, int) - Method in class jodd.io.FastByteArrayOutputStream
 
write(int) - Method in class jodd.io.FastByteArrayOutputStream
Writes single byte.
write(char[], int, int) - Method in class jodd.io.FastCharArrayWriter
 
write(int) - Method in class jodd.io.FastCharArrayWriter
Writes single byte.
write(String, int, int) - Method in class jodd.io.FastCharArrayWriter
 
write(byte[]) - Method in class jodd.io.StringOutputStream
Writes and appends byte array to StringOutputStream.
write(byte[], int, int) - Method in class jodd.io.StringOutputStream
Writes and appends a byte array to StringOutputStream.
write(int) - Method in class jodd.io.StringOutputStream
Writes and appends a single byte to StringOutputStream.
write(int) - Method in class jodd.servlet.filter.FastByteArrayServletOutputStream
Writes to wrapped buffer.
write(int) - Method in class jodd.servlet.filter.GzipResponseStream
Writes the specified byte to our output stream.
write(byte[]) - Method in class jodd.servlet.filter.GzipResponseStream
Writes b.length bytes from the specified byte array to our output stream.
write(byte[], int, int) - Method in class jodd.servlet.filter.GzipResponseStream
Writes len bytes from the specified byte array, starting at the specified offset, to our output stream.
write(String) - Method in class jodd.servlet.upload.impl.AdaptiveFileUpload
Writes file uploaded item.
write(File) - Method in class jodd.servlet.upload.impl.AdaptiveFileUpload
Writes file upload item to destination folder or to destination file.
writeBytes(String, byte[]) - Static method in class jodd.io.FileUtil
 
writeBytes(String, byte[], int, int) - Static method in class jodd.io.FileUtil
 
writeBytes(File, byte[]) - Static method in class jodd.io.FileUtil
 
writeBytes(File, byte[], int, int) - Static method in class jodd.io.FileUtil
 
writeChars(File, char[]) - Static method in class jodd.io.FileUtil
 
writeChars(String, char[]) - Static method in class jodd.io.FileUtil
 
writeChars(File, char[], String) - Static method in class jodd.io.FileUtil
 
writeChars(String, char[], String) - Static method in class jodd.io.FileUtil
 
writeContentToResponse(char[]) - Method in class jodd.servlet.wrapper.BufferResponseWrapper
Writes content to original output stream, using either output stream or writer, depending on how the content was buffered.
writeContentToResponse() - Method in class jodd.servlet.wrapper.BufferResponseWrapper
Writes unmodified buffered content original output stream, using either output stream or writer.
writeObject(String, Object) - Static method in class jodd.util.ObjectUtil
 
writeObject(File, Object) - Static method in class jodd.util.ObjectUtil
Writes serializable object to a file.
writeObjectAsXml(File, Object) - Static method in class jodd.util.ObjectUtil
Writes serializable object to a XML file.
writeObjectAsXml(String, Object) - Static method in class jodd.util.ObjectUtil
 
writer - Variable in class jodd.servlet.filter.CharArrayResponseWrapper
 
writer - Variable in class jodd.servlet.filter.GzipResponseWrapper
The PrintWriter that has been returned by getWriter(), if any.
writeStream(File, InputStream) - Static method in class jodd.io.FileUtil
 
writeStream(String, InputStream) - Static method in class jodd.io.FileUtil
 
writeString(String, String) - Static method in class jodd.io.FileUtil
 
writeString(String, String, String) - Static method in class jodd.io.FileUtil
 
writeString(File, String) - Static method in class jodd.io.FileUtil
 
writeString(File, String, String) - Static method in class jodd.io.FileUtil
 
writeTo(OutputStream) - Method in class jodd.io.FastByteArrayOutputStream
 
writeTo(Writer) - Method in class jodd.io.FastCharArrayWriter
 
writeToFile(File) - Method in class jodd.mail.EmailAttachment
Saves attachment to a file.
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.filter.GzipResponseStream
 
writeToStream(OutputStream) - Method in class jodd.mail.EmailAttachment
Saves attachment to output stream.
WWW_AUTHENTICATE - Static variable in class jodd.servlet.ServletUtil
 

X

X_PRIORITY - Static variable in class jodd.mail.CommonEmail
 

Y

Y - Static variable in interface jodd.util.StringPool
 
year - Variable in class jodd.datetime.DateTimeStamp
Year.
YES - Static variable in interface jodd.util.StringPool
 

Z

ZERO - Static variable in interface jodd.util.StringPool
 
zip(String) - Static method in class jodd.io.ZipUtil
Zips a file or a folder.
zip(File) - Static method in class jodd.io.ZipUtil
Zips a file or a folder.
ZIP_EXT - Static variable in class jodd.io.ZipUtil
 
ZipUtil - Class in jodd.io
Performs zip/gzip/zlib operations on files and directories.
ZipUtil() - Constructor for class jodd.io.ZipUtil
 
zlib(String) - Static method in class jodd.io.ZipUtil
Compresses a file into zlib archive.
zlib(File) - Static method in class jodd.io.ZipUtil
Compresses a file into zlib archive.
ZLIB_EXT - Static variable in class jodd.io.ZipUtil
 

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

Copyright © 2003-2012 Jodd Team