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

A

absolutePath(Class<?>, String) - Static method in class org.apache.wicket.util.lang.Packages
Takes a package and a relative path to a resource and returns an absolute path to the resource.
absolutePath(Package, String) - Static method in class org.apache.wicket.util.lang.Packages
Takes a package and a relative path to a resource and returns an absolute path to the resource.
absolutePath(String, String) - Static method in class org.apache.wicket.util.lang.Packages
Takes a package and a relative path to a resource and returns an absolute path to the resource.
AbstractConverter<C> - Class in org.apache.wicket.util.convert.converter
Base class for locale aware type converters.
AbstractConverter() - Constructor for class org.apache.wicket.util.convert.converter.AbstractConverter
 
AbstractCrypt - Class in org.apache.wicket.util.crypt
Abstract base class for JCE based ICrypt implementations.
AbstractCrypt() - Constructor for class org.apache.wicket.util.crypt.AbstractCrypt
Constructor
AbstractDecimalConverter<N extends Number> - Class in org.apache.wicket.util.convert.converter
Base class for all number converters.
AbstractDecimalConverter() - Constructor for class org.apache.wicket.util.convert.converter.AbstractDecimalConverter
 
AbstractIntegerConverter<I extends Number> - Class in org.apache.wicket.util.convert.converter
Base class for all number converters.
AbstractIntegerConverter() - Constructor for class org.apache.wicket.util.convert.converter.AbstractIntegerConverter
 
AbstractNumberConverter<N extends Number> - Class in org.apache.wicket.util.convert.converter
Base class for all number converters.
AbstractNumberConverter() - Constructor for class org.apache.wicket.util.convert.converter.AbstractNumberConverter
 
AbstractResourceStream - Class in org.apache.wicket.util.resource
 
AbstractResourceStream() - Constructor for class org.apache.wicket.util.resource.AbstractResourceStream
 
AbstractStringList - Class in org.apache.wicket.util.string
An abstract base class for string list implementations.
AbstractStringList() - Constructor for class org.apache.wicket.util.string.AbstractStringList
 
AbstractStringResourceStream - Class in org.apache.wicket.util.resource
Base class for string resources.
AbstractStringResourceStream() - Constructor for class org.apache.wicket.util.resource.AbstractStringResourceStream
Constructor.
AbstractStringResourceStream(String) - Constructor for class org.apache.wicket.util.resource.AbstractStringResourceStream
Constructor.
accept(RevisionVisitor) - Method in class org.apache.wicket.util.diff.AddDelta
 
accept(RevisionVisitor) - Method in class org.apache.wicket.util.diff.ChangeDelta
 
accept(RevisionVisitor) - Method in class org.apache.wicket.util.diff.DeleteDelta
 
accept(RevisionVisitor) - Method in class org.apache.wicket.util.diff.Delta
Accepts a visitor.
accept(RevisionVisitor) - Method in class org.apache.wicket.util.diff.Revision
Accepts a visitor.
accept(File) - Method in interface org.apache.wicket.util.file.Folder.FileFilter
 
accept(Folder) - Method in interface org.apache.wicket.util.file.Folder.FolderFilter
 
add(E) - Method in class org.apache.wicket.util.collections.ConcurrentHashSet
add(String) - Method in interface org.apache.wicket.util.file.IResourcePath
 
add(Folder) - Method in class org.apache.wicket.util.file.Path
 
add(String) - Method in class org.apache.wicket.util.file.Path
 
add(T) - Method in class org.apache.wicket.util.listener.ListenerCollection
Adds a listener to this set of listeners.
add(String) - Method in class org.apache.wicket.util.string.StringList
Adds a string to the back of this list.
add(int, String) - Method in class org.apache.wicket.util.string.StringList
Adds the string to the stringlist at position pos.
add(StringValue) - Method in class org.apache.wicket.util.string.StringList
Adds a string value to this list as a string.
add(Duration) - Method in class org.apache.wicket.util.time.Duration
Adds a given Duration to this Duration.
add(Duration) - Method in class org.apache.wicket.util.time.Time
Adds the given Duration to this Time object, moving the time into the future.
add(String, String) - Method in class org.apache.wicket.util.value.ValueMap
Adds the value to this ValueMap with the given key.
add(IModifiable, IChangeListener) - Method in interface org.apache.wicket.util.watch.IModificationWatcher
Adds an IModifiable object and an IChangeListener object to call when the modifiable object is modified.
add(IModifiable, IChangeListener) - Method in class org.apache.wicket.util.watch.ModificationWatcher
 
AddDelta - Class in org.apache.wicket.util.diff
Holds an add-delta between to revisions of a text.
AddDelta(int, Chunk) - Constructor for class org.apache.wicket.util.diff.AddDelta
Construct.
addDelta(Delta) - Method in class org.apache.wicket.util.diff.Revision
Adds a delta to this revision.
addHeader(String, String) - Method in class org.apache.wicket.util.upload.FileItemHeadersImpl
Method to add header values to this instance.
addValue(K, V) - Method in class org.apache.wicket.util.collections.MultiMap
Adds value to the specified key
advance(MetaPattern) - Method in class org.apache.wicket.util.parse.metapattern.parsers.MetaPatternParser
Advance parsing to the next element.
afterFirst(String, char) - Static method in class org.apache.wicket.util.string.Strings
Returns everything after the first occurrence of the given character in s.
afterFirst(char) - Method in class org.apache.wicket.util.string.StringValue
Gets the substring after the first occurrence given char.
afterFirstPathComponent(String, char) - Static method in class org.apache.wicket.util.string.Strings
Gets everything after the first path component of a path using a given separator.
afterLast(String, char) - Static method in class org.apache.wicket.util.string.Strings
Returns everything after the last occurrence of the given character in s.
afterLast(char) - Method in class org.apache.wicket.util.string.StringValue
Gets the substring after the last occurrence given char.
algorithm - Variable in class org.apache.wicket.util.diff.Diff
The differencing algorithm to use.
ALL_FILES - Static variable in interface org.apache.wicket.util.file.Folder.FileFilter
File filter that matches all files
AM - Static variable in class org.apache.wicket.util.time.TimeOfDay
Constant for AM time.
AMPERSAND - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for ampersand.
anchor - Variable in class org.apache.wicket.util.diff.Chunk
 
anchor() - Method in class org.apache.wicket.util.diff.Chunk
Returns the anchor position of the chunk.
ANY - Static variable in interface org.apache.wicket.util.visit.IVisitFilter
A visitor filter that allows all objects and their children to be visited
ANYTHING - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for anything (string).
ANYTHING_NON_EMPTY - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for anything non-empty (string).
append(CharSequence) - Method in class org.apache.wicket.util.resource.StringBufferResourceStream
Adds to this string buffer resource
append(Object) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Appends the string representation of the Object argument to this string buffer.
append(String) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Appends the string to this string buffer.
append(AppendingStringBuffer) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Appends the specified AppendingStringBuffer to this AppendingStringBuffer.
append(StringBuilder) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Appends the specified AppendingStringBuffer to this AppendingStringBuffer.
append(char[]) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Appends the string representation of the char array argument to this string buffer.
append(char[], int, int) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Appends the string representation of a subarray of the char array argument to this string buffer.
append(boolean) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Appends the string representation of the boolean argument to the string buffer.
append(char) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Appends the string representation of the char argument to this string buffer.
append(int) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Appends the string representation of the int argument to this string buffer.
append(long) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Appends the string representation of the long argument to this string buffer.
append(float) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Appends the string representation of the float argument to this string buffer.
append(double) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Appends the string representation of the double argument to this string buffer.
AppendingStringBuffer - Class in org.apache.wicket.util.string
This is a copy or combination of java.lang.StringBuffer and java.lang.String It has a special method getValue() which returns the internal char array.
AppendingStringBuffer() - Constructor for class org.apache.wicket.util.string.AppendingStringBuffer
Constructs a string buffer with no characters in it and an initial capacity of 16 characters.
AppendingStringBuffer(int) - Constructor for class org.apache.wicket.util.string.AppendingStringBuffer
Constructs a string buffer with no characters in it and an initial capacity specified by the length argument.
AppendingStringBuffer(CharSequence) - Constructor for class org.apache.wicket.util.string.AppendingStringBuffer
Constructs a string buffer so that it represents the same sequence of characters as the string argument; in other words, the initial contents of the string buffer is a copy of the argument string.
applyAdd(int, List<Object>) - Method in class org.apache.wicket.util.diff.Chunk
Add the text of this chunk to the target at the given position.
applyDelete(List<Object>) - Method in class org.apache.wicket.util.diff.Chunk
Delete this chunk from he given text.
applyTo(List<Object>) - Method in class org.apache.wicket.util.diff.AddDelta
 
applyTo(List<Object>) - Method in class org.apache.wicket.util.diff.ChangeDelta
 
applyTo(List<Object>) - Method in class org.apache.wicket.util.diff.DeleteDelta
 
applyTo(List<Object>) - Method in class org.apache.wicket.util.diff.Delta
Applies this delta as a patch to the given text.
applyTo(List<Object>) - Method in class org.apache.wicket.util.diff.Revision
Applies the series of deltas in this revision as patches to the given text.
Args - Class in org.apache.wicket.util.lang
 
Args() - Constructor for class org.apache.wicket.util.lang.Args
 
arrayequals(byte[], byte[], int) - Static method in class org.apache.wicket.util.upload.MultipartFormInputStream
Compares count first bytes in the arrays a and b.
ArrayListStack<T> - Class in org.apache.wicket.util.collections
A faster, smaller stack implementation.
ArrayListStack(int) - Constructor for class org.apache.wicket.util.collections.ArrayListStack
Construct.
ArrayListStack() - Constructor for class org.apache.wicket.util.collections.ArrayListStack
Construct.
ArrayListStack(Collection<T>) - Constructor for class org.apache.wicket.util.collections.ArrayListStack
Construct.
Arrays - Class in org.apache.wicket.util.lang
Arrays contains static methods which operate on arrays.
Arrays() - Constructor for class org.apache.wicket.util.lang.Arrays
 
arrayToString(Object[]) - Static method in class org.apache.wicket.util.diff.Diff
Converts an array of Object to a string using Diff.NL as the line separator.
arrayToString(Object[]) - Static method in class org.apache.wicket.util.diff.ToString
Converts an array of Object to a string Use the value of the line.separator system property the line separator.
arrayToString(Object[], String) - Static method in class org.apache.wicket.util.diff.ToString
Converts an array of Object to a string using the given line separator.
asString() - Method in class org.apache.wicket.util.resource.AbstractStringResourceStream
 
asString() - Method in interface org.apache.wicket.util.resource.IStringResourceStream
 
asString() - Method in class org.apache.wicket.util.resource.StringResourceStream
 
AT_SIGN - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for at.
atEnd() - Method in class org.apache.wicket.util.parse.metapattern.parsers.MetaPatternParser
Whether the internal cursor has advanced to the end of the input.
ATTACHMENT - Static variable in class org.apache.wicket.util.upload.FileUploadBase
Content-disposition value for file attachment.
AttributeMap - Class in org.apache.wicket.util.value
ValueMap for attributes.
AttributeMap() - Constructor for class org.apache.wicket.util.value.AttributeMap
Constructs an empty AttributeMap.
AttributeMap(Map<String, Object>) - Constructor for class org.apache.wicket.util.value.AttributeMap
Copy constructor.
available() - Method in class org.apache.wicket.util.upload.MultipartFormInputStream.ItemInputStream
Returns the number of bytes, which are currently available, without blocking.

B

BACKSLASH - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for backslash.
Base64 - Class in org.apache.wicket.util.crypt
Provides Base64 encoding and decoding with URL and filename safe alphabet as defined by RFC 3548, section 4.
Base64() - Constructor for class org.apache.wicket.util.crypt.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64(boolean) - Constructor for class org.apache.wicket.util.crypt.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in the given URL-safe mode.
Base64(int) - Constructor for class org.apache.wicket.util.crypt.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64(int, byte[]) - Constructor for class org.apache.wicket.util.crypt.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64(int, byte[], boolean) - Constructor for class org.apache.wicket.util.crypt.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
basePath(String, String) - Static method in class org.apache.wicket.util.file.Files
Strips off the given extension (probably returned from Files.extension()) from the path, yielding a base pathname.
beforeFirst(String, char) - Static method in class org.apache.wicket.util.string.Strings
Returns everything before the first occurrence of the given character in s.
beforeFirst(char) - Method in class org.apache.wicket.util.string.StringValue
Gets the substring before the first occurrence given char.
beforeLast(String, char) - Static method in class org.apache.wicket.util.string.Strings
Returns everything before the last occurrence of the given character in s.
beforeLast(char) - Method in class org.apache.wicket.util.string.StringValue
Gets the substring before the last occurrence given char.
beforeLastPathComponent(String, char) - Static method in class org.apache.wicket.util.string.Strings
Gets everything before the last path component of a path using a given separator.
benchmark(ICode, Logger) - Static method in class org.apache.wicket.util.time.Duration
Benchmark the given command.
benchmark(Runnable) - Static method in class org.apache.wicket.util.time.Duration
Benchmark the given command.
BigDecimalConverter - Class in org.apache.wicket.util.convert.converter
BigDecimal converter see IConverter
BigDecimalConverter() - Constructor for class org.apache.wicket.util.convert.converter.BigDecimalConverter
 
bigDecValue(Object) - Static method in class org.apache.wicket.util.lang.Objects
Evaluates the given object as a BigDecimal.
bigIntValue(Object) - Static method in class org.apache.wicket.util.lang.Objects
Evaluates the given object as a BigInteger.
BooleanConverter - Class in org.apache.wicket.util.convert.converter
Converts from Object to Boolean.
BooleanConverter() - Constructor for class org.apache.wicket.util.convert.converter.BooleanConverter
 
BooleanGroup - Class in org.apache.wicket.util.parse.metapattern
A Group that captures case-sensitive boolean values "true" or "false".
BooleanGroup() - Constructor for class org.apache.wicket.util.parse.metapattern.BooleanGroup
Constructs an IntegerGroup that parses Strings that match the INTEGER pattern in base 10.
booleanValue(Object) - Static method in class org.apache.wicket.util.lang.Objects
Evaluates the given object as a boolean: if it is a Boolean object, it's easy; if it's a Number or a Character, returns true for non-zero objects; and otherwise returns true for non-null objects.
BOUNDARY_PREFIX - Static variable in class org.apache.wicket.util.upload.MultipartFormInputStream
A byte sequence that precedes a boundary (CRLF--).
buildPath(Object[], Object[]) - Static method in class org.apache.wicket.util.diff.myers.MyersDiff
Computes the minimum diffpath that expresses de differences between the original and revised sequences, according to Gene Myers differencing algorithm.
buildRevision(PathNode, Object[], Object[]) - Static method in class org.apache.wicket.util.diff.myers.MyersDiff
Constructs a Revision from a difference path.
ByteArrayOutputStream - Class in org.apache.wicket.util.io
This class implements an output stream in which the data is written into a byte array.
ByteArrayOutputStream() - Constructor for class org.apache.wicket.util.io.ByteArrayOutputStream
Creates a new byte array output stream.
ByteArrayOutputStream(int) - Constructor for class org.apache.wicket.util.io.ByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
ByteConverter - Class in org.apache.wicket.util.convert.converter
Converts from Object to Byte.
ByteConverter() - Constructor for class org.apache.wicket.util.convert.converter.ByteConverter
 
ByteCountingOutputStream - Class in org.apache.wicket.util.io
Output stream that counts bytes written to it (but discards them).
ByteCountingOutputStream() - Constructor for class org.apache.wicket.util.io.ByteCountingOutputStream
 
Bytes - Class in org.apache.wicket.util.lang
Represents an immutable byte count.
bytes(long) - Static method in class org.apache.wicket.util.lang.Bytes
Instantiate immutable Bytes value object..
bytes(double) - Static method in class org.apache.wicket.util.lang.Bytes
Instantiate immutable Bytes value object..
bytes() - Method in class org.apache.wicket.util.lang.Bytes
Gets the byte count represented by this value object.

C

CachingSunJceCryptFactory - Class in org.apache.wicket.util.crypt
Default crypt factory.
CachingSunJceCryptFactory(String) - Constructor for class org.apache.wicket.util.crypt.CachingSunJceCryptFactory
Construct.
CalendarConverter - Class in org.apache.wicket.util.convert.converter
Converts to Calendar.
CalendarConverter() - Constructor for class org.apache.wicket.util.convert.converter.CalendarConverter
Construct.
CalendarConverter(IConverter<Date>) - Constructor for class org.apache.wicket.util.convert.converter.CalendarConverter
Construct.
capacity() - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Returns the current capacity of the String buffer.
capitalize(String) - Static method in class org.apache.wicket.util.string.Strings
Capitalizes a string.
ChangeDelta - Class in org.apache.wicket.util.diff
Holds an change-delta between to revisions of a text.
ChangeDelta(Chunk, Chunk) - Constructor for class org.apache.wicket.util.diff.ChangeDelta
Construct.
ChangeListenerSet - Class in org.apache.wicket.util.listener
Holds a set of IChangeListeners.
ChangeListenerSet() - Constructor for class org.apache.wicket.util.listener.ChangeListenerSet
 
CharacterConverter - Class in org.apache.wicket.util.convert.converter
Converts from Object to Character.
CharacterConverter() - Constructor for class org.apache.wicket.util.convert.converter.CharacterConverter
 
charAt(int) - Method in class org.apache.wicket.util.io.FullyBufferedReader
Get the character at the position provided
charAt(int) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
The specified character of the sequence currently represented by the string buffer, as indicated by the index argument, is returned.
CharEncoding - Class in org.apache.wicket.util.crypt
Character encoding names required of every implementation of the Java platform.
CharEncoding() - Constructor for class org.apache.wicket.util.crypt.CharEncoding
 
Checks - Class in org.apache.wicket.util.lang
 
Checks() - Constructor for class org.apache.wicket.util.lang.Checks
 
checkThreshold(int) - Method in class org.apache.wicket.util.io.ThresholdingOutputStream
Checks to see if writing the specified number of bytes would cause the configured threshold to be exceeded.
Chunk - Class in org.apache.wicket.util.diff
Holds a information about a part of the text involved in a differencing or patching operation.
Chunk(int, int) - Constructor for class org.apache.wicket.util.diff.Chunk
Creates a chunk that doesn't copy the original text.
Chunk(Object[], int, int) - Constructor for class org.apache.wicket.util.diff.Chunk
Creates a chunk and saves a copy the original chunk's text.
Chunk(Object[], int, int, int) - Constructor for class org.apache.wicket.util.diff.Chunk
Creates a chunk that will be displaced in the resulting text, and saves a copy the original chunk's text.
Chunk(List<Object>, int, int) - Constructor for class org.apache.wicket.util.diff.Chunk
Creates a chunk and saves a copy the original chunk's text.
Chunk(List<Object>, int, int, int) - Constructor for class org.apache.wicket.util.diff.Chunk
Creates a chunk that will be displaced in the resulting text, and saves a copy the original chunk's text.
chunk - Variable in class org.apache.wicket.util.diff.Chunk
 
chunk() - Method in class org.apache.wicket.util.diff.Chunk
Returns the text saved for this chunk.
ClassCryptFactory - Class in org.apache.wicket.util.crypt
Crypt factory that creates the ICrypt object by instantiating a provided class.
ClassCryptFactory(Class<?>, String) - Constructor for class org.apache.wicket.util.crypt.ClassCryptFactory
Construct.
Classes - Class in org.apache.wicket.util.lang
Utilities for dealing with classes.
ClassMetaCache<T> - Class in org.apache.wicket.util.collections
This class wraps a WeakHashMap that holds one ConcurrentHashMap per ClassLoader.
ClassMetaCache() - Constructor for class org.apache.wicket.util.collections.ClassMetaCache
 
ClassProvider<T> - Class in org.apache.wicket.util
A provider which holds a reference to a class in a WeakReference so that it can be collected by the GC when needed
ClassProvider(Class<T>) - Constructor for class org.apache.wicket.util.ClassProvider
Construct.
ClassVisitFilter - Class in org.apache.wicket.util.visit
IVisitFilter that restricts visitors to only visiting objects of the specified class
ClassVisitFilter(Class<?>) - Constructor for class org.apache.wicket.util.visit.ClassVisitFilter
Constructor
cleanupFilename(String) - Static method in class org.apache.wicket.util.file.Files
Replaces commonly unsupported characters with '_'
clear() - Method in class org.apache.wicket.util.collections.ConcurrentHashSet
clear() - Method in class org.apache.wicket.util.collections.IntHashMap
Removes all mappings from this map.
clear() - Method in class org.apache.wicket.util.collections.MicroMap
 
clear() - Method in class org.apache.wicket.util.collections.MiniMap
 
clear() - Method in class org.apache.wicket.util.resource.StringBufferResourceStream
Clears the string buffer resource.
clear() - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Clears the buffer contents, but leaves the allocated size intact
clear() - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
clear() - Method in class org.apache.wicket.util.value.ValueMap
 
clone() - Method in class org.apache.wicket.util.collections.ConcurrentHashSet
clone() - Method in class org.apache.wicket.util.collections.IntHashMap
Returns a shallow copy of this HashMap instance: the keys and values themselves are not cloned.
close() - Method in class org.apache.wicket.util.io.ByteArrayOutputStream
Closing a ByteArrayOutputStream has no effect.
close(URLConnection) - Static method in class org.apache.wicket.util.io.Connections
Closes a connection
close(Closeable) - Static method in class org.apache.wicket.util.io.IOUtils
Closes a closeable.
close() - Method in class org.apache.wicket.util.io.StringBufferWriter
 
close() - Method in class org.apache.wicket.util.io.ThresholdingOutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class org.apache.wicket.util.io.XmlReader
 
close() - Method in class org.apache.wicket.util.resource.AbstractStringResourceStream
 
close() - Method in class org.apache.wicket.util.resource.FileResourceStream
Closes this resource.
close() - Method in interface org.apache.wicket.util.resource.IResourceStream
Closes the resource.
close() - Method in class org.apache.wicket.util.resource.XSLTResourceStream
 
close() - Method in class org.apache.wicket.util.resource.ZipResourceStream
 
close() - Method in interface org.apache.wicket.util.upload.Closeable
Closes the object.
close() - Method in class org.apache.wicket.util.upload.LimitedInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class org.apache.wicket.util.upload.MultipartFormInputStream.ItemInputStream
Closes the input stream.
close(boolean) - Method in class org.apache.wicket.util.upload.MultipartFormInputStream.ItemInputStream
Closes the input stream.
Closeable - Interface in org.apache.wicket.util.upload
Interface of an object, which may be closed.
closeQuietly(URLConnection) - Static method in class org.apache.wicket.util.io.Connections
Closes a connection, ignoring any exceptions if they occur
closeQuietly(Closeable) - Static method in class org.apache.wicket.util.io.IOUtils
Unconditionally close a Closeable.
COLON - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for colon.
COMMA - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for comma.
CommaSeparatedVariableParser - Class in org.apache.wicket.util.parse.metapattern.parsers
Parses out strings separated by commas.
CommaSeparatedVariableParser(CharSequence) - Constructor for class org.apache.wicket.util.parse.metapattern.parsers.CommaSeparatedVariableParser
Construct a new parser with parameter 'input' to be parsed.
compare(Object[], Object[]) - Static method in class org.apache.wicket.util.diff.Diff
Compares the two input sequences.
compareTo(IntValue) - Method in class org.apache.wicket.util.value.IntValue
 
compareTo(LongValue) - Method in class org.apache.wicket.util.value.LongValue
Compares this Object to a given Object.
compareWithConversion(Object, Object) - Static method in class org.apache.wicket.util.lang.Objects
Compares two objects for equality, even if it has to convert one of them to the other type.
component(T, IVisit<R>) - Method in interface org.apache.wicket.util.visit.IVisitor
Called at each object in a visit.
ConcurrentHashSet<E> - Class in org.apache.wicket.util.collections
This class implements the Set interface, backed by a ConcurrentHashMap instance.
ConcurrentHashSet() - Constructor for class org.apache.wicket.util.collections.ConcurrentHashSet
Constructs a new, empty set; the backing ConcurrentHashMap instance has default initial capacity (16) and load factor (0.75).
ConcurrentHashSet(Collection<? extends E>) - Constructor for class org.apache.wicket.util.collections.ConcurrentHashSet
Constructs a new set containing the elements in the specified collection.
ConcurrentHashSet(int, float) - Constructor for class org.apache.wicket.util.collections.ConcurrentHashSet
Constructs a new, empty set; the backing ConcurrentHashMap instance has the specified initial capacity and the specified load factor.
ConcurrentHashSet(int) - Constructor for class org.apache.wicket.util.collections.ConcurrentHashSet
Constructs a new, empty set; the backing HashMap instance has the specified initial capacity and default load factor, which is 0.75.
Connections - Class in org.apache.wicket.util.io
URLConnection related utilities
contains(Object) - Method in class org.apache.wicket.util.collections.ConcurrentHashSet
contains(String) - Method in class org.apache.wicket.util.string.StringList
 
contains(Time) - Method in class org.apache.wicket.util.time.TimeFrame
Determines if this TimeFrame contains a given point in time.
containsKey(int) - Method in class org.apache.wicket.util.collections.IntHashMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class org.apache.wicket.util.collections.MicroMap
 
containsKey(Object) - Method in class org.apache.wicket.util.collections.MiniMap
 
containsKey(Object) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
containsValue(Object) - Method in class org.apache.wicket.util.collections.IntHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.apache.wicket.util.collections.MicroMap
 
containsValue(Object) - Method in class org.apache.wicket.util.collections.MiniMap
 
containsValue(Object) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
CONTENT_DISPOSITION - Static variable in class org.apache.wicket.util.upload.FileUploadBase
HTTP content disposition header name.
CONTENT_LENGTH - Static variable in class org.apache.wicket.util.upload.FileUploadBase
HTTP content length header name.
CONTENT_TYPE - Static variable in class org.apache.wicket.util.upload.FileUploadBase
HTTP content type header name.
contentEquals(InputStream, InputStream) - Static method in class org.apache.wicket.util.io.IOUtils
Compare the contents of two Streams to determine if they are equal or not.
contentEquals(Reader, Reader) - Static method in class org.apache.wicket.util.io.IOUtils
Compare the contents of two Readers to determine if they are equal or not.
ConversionException - Exception in org.apache.wicket.util.convert
Thrown for conversion exceptions.
ConversionException(String) - Constructor for exception org.apache.wicket.util.convert.ConversionException
Construct exception with message.
ConversionException(String, Throwable) - Constructor for exception org.apache.wicket.util.convert.ConversionException
Construct exception with message and cause.
ConversionException(Throwable) - Constructor for exception org.apache.wicket.util.convert.ConversionException
Construct exception with cause.
convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converter.BigDecimalConverter
 
convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converter.BooleanConverter
 
convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converter.ByteConverter
 
convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converter.CalendarConverter
 
convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converter.CharacterConverter
 
convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converter.DateConverter
 
convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converter.DoubleConverter
 
convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converter.FloatConverter
 
convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converter.IntegerConverter
 
convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converter.LongConverter
 
convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converter.ShortConverter
 
convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converter.SqlDateConverter
 
convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converter.SqlTimeConverter
 
convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converter.SqlTimestampConverter
 
convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converter.ZeroPaddingIntegerConverter
 
convertToObject(String, Locale) - Method in interface org.apache.wicket.util.convert.IConverter
Converts the given String value
convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.MaskConverter
Converts a string to an object using MaskFormatter.stringToValue(String).
convertToString(C, Locale) - Method in class org.apache.wicket.util.convert.converter.AbstractConverter
 
convertToString(N, Locale) - Method in class org.apache.wicket.util.convert.converter.AbstractNumberConverter
 
convertToString(Calendar, Locale) - Method in class org.apache.wicket.util.convert.converter.CalendarConverter
 
convertToString(Date, Locale) - Method in class org.apache.wicket.util.convert.converter.DateConverter
 
convertToString(Date, Locale) - Method in class org.apache.wicket.util.convert.converter.SqlDateConverter
 
convertToString(Time, Locale) - Method in class org.apache.wicket.util.convert.converter.SqlTimeConverter
 
convertToString(Timestamp, Locale) - Method in class org.apache.wicket.util.convert.converter.SqlTimestampConverter
 
convertToString(Integer, Locale) - Method in class org.apache.wicket.util.convert.converter.ZeroPaddingIntegerConverter
 
convertToString(C, Locale) - Method in interface org.apache.wicket.util.convert.IConverter
Converts the given value to a string.
convertToString(C, Locale) - Method in class org.apache.wicket.util.convert.MaskConverter
Converts the value to a string using MaskFormatter.valueToString(Object).
convertValue(Object, Class<T>) - Static method in class org.apache.wicket.util.lang.Objects
Returns the value converted numerically to the given class type This method also detects when arrays are being converted and converts the components of one array to the type of the other.
copy(File, File) - Static method in class org.apache.wicket.util.file.Files
make a copy of a file
copy(InputStream, OutputStream) - Static method in class org.apache.wicket.util.io.IOUtils
Copy bytes from an InputStream to an OutputStream.
copy(InputStream, Writer) - Static method in class org.apache.wicket.util.io.IOUtils
Copy bytes from an InputStream to chars on a Writer using the default character encoding of the platform.
copy(InputStream, Writer, String) - Static method in class org.apache.wicket.util.io.IOUtils
Copy bytes from an InputStream to chars on a Writer using the specified character encoding.
copy(Reader, Writer) - Static method in class org.apache.wicket.util.io.IOUtils
Copy chars from a Reader to a Writer.
copy(Reader, OutputStream) - Static method in class org.apache.wicket.util.io.IOUtils
Copy chars from a Reader to bytes on an OutputStream using the default character encoding of the platform, and calling flush.
copy(Reader, OutputStream, String) - Static method in class org.apache.wicket.util.io.IOUtils
Copy chars from a Reader to bytes on an OutputStream using the specified character encoding, and calling flush.
copy(InputStream, OutputStream) - Static method in class org.apache.wicket.util.io.Streams
Writes the input stream to the output stream.
copy(InputStream, OutputStream, int) - Static method in class org.apache.wicket.util.io.Streams
Writes the input stream to the output stream.
copyAndClose(InputStream, OutputStream) - Static method in class org.apache.wicket.util.io.Streams
Writes the input stream to the output stream.
copyOf(T[], int) - Static method in class org.apache.wicket.util.lang.Arrays
Copies specified number of elements in original array to a new array.
copyOfRange(T[], int, int) - Static method in class org.apache.wicket.util.lang.Arrays
Copies elements in original array to a new array, from index start(inclusive) to end(exclusive).
CopyOnWriteValueMap - Class in org.apache.wicket.util.value
An implementation of IValueMap that makes a copy when a caller tries to change an immutable Map.
CopyOnWriteValueMap(IValueMap) - Constructor for class org.apache.wicket.util.value.CopyOnWriteValueMap
Constructor.
count - Variable in class org.apache.wicket.util.diff.Chunk
 
countLinesTo(int) - Method in class org.apache.wicket.util.io.FullyBufferedReader
Counts lines starting where we last left off up to the index provided.
CR - Static variable in class org.apache.wicket.util.upload.MultipartFormInputStream
The Carriage Return ASCII character value.
createFile() - Method in interface org.apache.wicket.util.io.DeferredFileOutputStream.FileFactory
 
createInstance() - Method in class org.apache.wicket.util.LazyInitializer
Creates the lazy value
createItem(String, String, boolean, String) - Method in class org.apache.wicket.util.upload.DiskFileItemFactory
Create a new DiskFileItem instance from the supplied parameters and the local factory configuration.
createItem(String, String, boolean, String) - Method in interface org.apache.wicket.util.upload.FileItemFactory
Create a new FileItem instance from the supplied parameters and any local factory configuration.
crypt(byte[], int) - Method in class org.apache.wicket.util.crypt.AbstractCrypt
Crypts the given byte array
crypt(byte[], int) - Method in class org.apache.wicket.util.crypt.SunJceCrypt
Crypts the given byte array
crypt(byte[], int) - Method in class org.apache.wicket.util.crypt.TrivialCrypt
 
CryptFactoryCachingDecorator - Class in org.apache.wicket.util.crypt
ICryptFactory decorator that caches the call to ICryptFactory.newCrypt()
CryptFactoryCachingDecorator(ICryptFactory) - Constructor for class org.apache.wicket.util.crypt.CryptFactoryCachingDecorator
Construct.
CustomEntityResolver - Class in org.apache.wicket.util.xml
entity resolver that tries to locate a document type definition (DTD) using a set of custom entity resolvers
CustomEntityResolver() - Constructor for class org.apache.wicket.util.xml.CustomEntityResolver
 
CustomEntityResolver.EntityKey - Class in org.apache.wicket.util.xml
key for entity

consists of id + url

CustomEntityResolver.EntityLocator - Interface in org.apache.wicket.util.xml
entity locator

manages locating an entity

CustomEntityResolver.ServletApiEntityLocator - Class in org.apache.wicket.util.xml
entity locator for resources inside servlet-api.jar

D

DASH - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for dash.
DASH - Static variable in class org.apache.wicket.util.upload.MultipartFormInputStream
The dash (-) ASCII character value.
DateConverter - Class in org.apache.wicket.util.convert.converter
Converts from Object to Date.
DateConverter() - Constructor for class org.apache.wicket.util.convert.converter.DateConverter
 
days(double) - Static method in class org.apache.wicket.util.time.Duration
Retrieves the Duration based on days.
days(int) - Static method in class org.apache.wicket.util.time.Duration
Retrieves the Duration based on days.
days() - Method in class org.apache.wicket.util.time.Duration
Retrieves the number of days of the current Duration.
decode(String) - Method in class org.apache.wicket.util.crypt.Base64
Decodes a String containing containing characters in the Base64 alphabet.
decode(byte[]) - Method in class org.apache.wicket.util.crypt.Base64
Decodes a byte[] containing containing characters in the Base64 alphabet.
decode(String) - Static method in class org.apache.wicket.util.LongEncoder
Decodes value using the default alphabet:
decode(String, String) - Static method in class org.apache.wicket.util.LongEncoder
Decodes value using the specified alphabet
decodeBase64(String) - Static method in class org.apache.wicket.util.crypt.Base64
Decodes a Base64 String into octets
decodeBase64(byte[]) - Static method in class org.apache.wicket.util.crypt.Base64
Decodes Base64 data into octets
decodeInteger(byte[]) - Static method in class org.apache.wicket.util.crypt.Base64
Decodes a byte64-encoded integer according to crypto standards such as W3C's XML-Signature
decryptUrlSafe(String) - Method in class org.apache.wicket.util.crypt.AbstractCrypt
Decrypts a string into a string.
decryptUrlSafe(String) - Method in interface org.apache.wicket.util.crypt.ICrypt
Decrypts a string using URL and filename safe Base64 decoding.
decryptUrlSafe(String) - Method in class org.apache.wicket.util.crypt.NoCrypt
Decrypts a string into a string.
DEFAULT - Static variable in class org.apache.wicket.util.LongEncoder
default alphabet that should be safe to use in most circumstances, while still providing good shortening of long values
DEFAULT_BUFSIZE - Static variable in class org.apache.wicket.util.upload.MultipartFormInputStream
The default length of the buffer used for processing a request.
DEFAULT_CHARSET - Static variable in class org.apache.wicket.util.upload.DiskFileItem
Default content charset to be used when no explicit charset parameter is provided by the sender.
DEFAULT_CONTENT_TYPE - Static variable in class org.apache.wicket.util.resource.AbstractStringResourceStream
The content-type applied in case the resource stream's default constructor is used
DEFAULT_SIZE_THRESHOLD - Static variable in class org.apache.wicket.util.upload.DiskFileItemFactory
The default threshold above which uploads will be stored on disk.
defaultAlgorithm() - Method in class org.apache.wicket.util.diff.Diff
 
DeferredFileOutputStream - Class in org.apache.wicket.util.io
An output stream which will retain data in memory until a specified threshold is reached, and only then commit it to disk.
DeferredFileOutputStream(int, File) - Constructor for class org.apache.wicket.util.io.DeferredFileOutputStream
Constructs an instance of this class which will trigger an event at the specified threshold, and save data to a file beyond that point.
DeferredFileOutputStream(int, DeferredFileOutputStream.FileFactory) - Constructor for class org.apache.wicket.util.io.DeferredFileOutputStream
Constructs an instance of this class which will trigger an event at the specified threshold, and save data to a file beyond that point.
DeferredFileOutputStream.FileFactory - Interface in org.apache.wicket.util.io
The file factory for this deferred file output stream.
delete(File) - Method in class org.apache.wicket.util.file.FileDeleteStrategy
Deletes the file object, which may be a file or a directory.
delete(File) - Method in class org.apache.wicket.util.file.FolderDeleteStrategy
 
delete(int, int) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Removes the characters in a substring of this AppendingStringBuffer.
delete() - Method in class org.apache.wicket.util.upload.DiskFileItem
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
delete() - Method in interface org.apache.wicket.util.upload.FileItem
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
deleteCharAt(int) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Removes the character at the specified position in this AppendingStringBuffer (shortening the AppendingStringBuffer by one character).
DeleteDelta - Class in org.apache.wicket.util.diff
Holds a delete-delta between to revisions of a text.
DeleteDelta(Chunk) - Constructor for class org.apache.wicket.util.diff.DeleteDelta
Construct.
deleteQuietly(File) - Method in class org.apache.wicket.util.file.FileDeleteStrategy
Deletes the file object, which may be a file or a directory.
deleteQuietly(File) - Method in class org.apache.wicket.util.file.FolderDeleteStrategy
 
Delta - Class in org.apache.wicket.util.diff
Holds a "delta" difference between to revisions of a text.
Delta() - Constructor for class org.apache.wicket.util.diff.Delta
Creates an uninitialized delta.
Delta(Chunk, Chunk) - Constructor for class org.apache.wicket.util.diff.Delta
Creates a delta object with the given chunks from the original and revised texts.
deserialize(byte[]) - Method in interface org.apache.wicket.serialize.ISerializer
Reconstructs the object from its serialized state
destroy() - Method in class org.apache.wicket.util.file.FileCleaner
 
destroy() - Method in interface org.apache.wicket.util.file.IFileCleaner
Call this method to stop the cleaner and to free all allocated resources by it
destroy() - Method in interface org.apache.wicket.util.watch.IModificationWatcher
Stops this ModificationWatcher.
destroy() - Method in class org.apache.wicket.util.watch.ModificationWatcher
 
Diff - Class in org.apache.wicket.util.diff
Implements a differencing engine that works on arrays of Object.
Diff(Object[]) - Constructor for class org.apache.wicket.util.diff.Diff
Create a differencing object using the default algorithm
Diff(Object[], DiffAlgorithm) - Constructor for class org.apache.wicket.util.diff.Diff
Create a differencing object using the given algorithm
diff(Object[], Object[]) - Static method in class org.apache.wicket.util.diff.Diff
compute the difference between an original and a revision.
diff(Object[], Object[], DiffAlgorithm) - Static method in class org.apache.wicket.util.diff.Diff
compute the difference between an original and a revision.
diff(Object[]) - Method in class org.apache.wicket.util.diff.Diff
compute the difference between the original and a revision.
diff(Object[], Object[]) - Method in interface org.apache.wicket.util.diff.DiffAlgorithm
Computes the difference between the original sequence and the revised sequence and returns it as a Revision object.
diff(Object[], Object[]) - Method in class org.apache.wicket.util.diff.myers.MyersDiff
Computes the difference between the original sequence and the revised sequence and returns it as a Revision object.
DiffAlgorithm - Interface in org.apache.wicket.util.diff
A simple interface for implementations of differencing algorithms.
DifferentiationFailedException - Exception in org.apache.wicket.util.diff
Thrown whenever the differencing engine cannot produce the differences between two revisions of ta text.
DifferentiationFailedException() - Constructor for exception org.apache.wicket.util.diff.DifferentiationFailedException
Construct.
DifferentiationFailedException(String) - Constructor for exception org.apache.wicket.util.diff.DifferentiationFailedException
Construct.
DiffException - Exception in org.apache.wicket.util.diff
Base class for all exceptions emanating from this package.
DiffException() - Constructor for exception org.apache.wicket.util.diff.DiffException
Construct.
DiffException(String) - Constructor for exception org.apache.wicket.util.diff.DiffException
Construct.
DiffNode - Class in org.apache.wicket.util.diff.myers
A diffnode in a diffpath.
DiffNode(int, int, PathNode) - Constructor for class org.apache.wicket.util.diff.myers.DiffNode
Constructs a DiffNode.
DIGIT - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for digit.
DIGITS - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for digits.
discardBodyData() - Method in class org.apache.wicket.util.upload.MultipartFormInputStream
Reads body-data from the current encapsulation and discards it.
DiskFileItem - Class in org.apache.wicket.util.upload
The default implementation of the FileItem interface.
DiskFileItem(String, String, boolean, String, int, File, IFileCleaner) - Constructor for class org.apache.wicket.util.upload.DiskFileItem
Constructs a new DiskFileItem instance.
DiskFileItemFactory - Class in org.apache.wicket.util.upload
The default FileItemFactory implementation.
DiskFileItemFactory(IFileCleaner) - Constructor for class org.apache.wicket.util.upload.DiskFileItemFactory
Constructs an unconfigured instance of this class.
DiskFileItemFactory(int, File, IFileCleaner) - Constructor for class org.apache.wicket.util.upload.DiskFileItemFactory
Constructs a preconfigured instance of this class.
doDelete(File) - Method in class org.apache.wicket.util.file.FileDeleteStrategy
Actually deletes the file object, which may be a file or a directory.
DOLLAR_SIGN - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for dollar.
dontGoDeeper() - Method in interface org.apache.wicket.util.visit.IVisit
Prevents the visitor from visiting any children of the object currently visited
dontGoDeeper() - Method in class org.apache.wicket.util.visit.Visit
Prevents the visitor from visiting any children of the object currently visited
DOT - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for dot.
DOUBLE_QUOTED_STRING - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for a double quoted string.
DoubleConverter - Class in org.apache.wicket.util.convert.converter
Converts from Object to Double.
DoubleConverter() - Constructor for class org.apache.wicket.util.convert.converter.DoubleConverter
 
doubleValue(Object) - Static method in class org.apache.wicket.util.lang.Objects
Evaluates the given object as a double-precision floating-point number.
Duration - Class in org.apache.wicket.util.time
A Duration is an immutable length of time stored as a number of milliseconds.
Duration(long) - Constructor for class org.apache.wicket.util.time.Duration
Private constructor forces use of static factory methods.

E

eachDay(TimeOfDay, TimeOfDay) - Static method in class org.apache.wicket.util.time.TimeFrame
Creates an ITimeFrameSource source for start and end TimeOfDays.
editAll(Object[]) - Static method in class org.apache.wicket.util.diff.Diff
Edits all of the items in the input sequence.
elapsed(Time) - Static method in class org.apache.wicket.util.time.Duration
Calculates the amount of time elapsed since start time.
elapsedSince() - Method in class org.apache.wicket.util.time.Time
Calculates the amount of time that has elapsed since this Time value.
empty() - Method in class org.apache.wicket.util.collections.ArrayListStack
Tests if this stack is empty.
EMPTY_MAP - Static variable in class org.apache.wicket.util.value.ValueMap
an empty ValueMap.
encode(byte[]) - Method in class org.apache.wicket.util.crypt.Base64
Encodes a byte[] containing binary data, into a byte[] containing characters in the Base64 alphabet.
encode(long) - Static method in class org.apache.wicket.util.LongEncoder
Encodes the value into the default alphabet:
encode(long, String) - Static method in class org.apache.wicket.util.LongEncoder
Encodes value into the specified alphabet
encodeBase64(byte[]) - Static method in class org.apache.wicket.util.crypt.Base64
Encodes binary data using the base64 algorithm but does not chunk the output.
encodeBase64(byte[], boolean) - Static method in class org.apache.wicket.util.crypt.Base64
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeBase64(byte[], boolean, boolean) - Static method in class org.apache.wicket.util.crypt.Base64
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeBase64(byte[], boolean, boolean, int) - Static method in class org.apache.wicket.util.crypt.Base64
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeBase64Chunked(byte[]) - Static method in class org.apache.wicket.util.crypt.Base64
Encodes binary data using the base64 algorithm and chunks the encoded output into 76 character blocks
encodeBase64String(byte[]) - Static method in class org.apache.wicket.util.crypt.Base64
Encodes binary data using the base64 algorithm into 76 character blocks separated by CRLF.
encodeBase64URLSafe(byte[]) - Static method in class org.apache.wicket.util.crypt.Base64
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
encodeBase64URLSafeString(byte[]) - Static method in class org.apache.wicket.util.crypt.Base64
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
encodeInteger(BigInteger) - Static method in class org.apache.wicket.util.crypt.Base64
Encodes to a byte64-encoded integer according to crypto standards such as W3C's XML-Signature
encodeToString(byte[]) - Method in class org.apache.wicket.util.crypt.Base64
Encodes a byte[] containing binary data, into a String containing characters in the Base64 alphabet.
encryptUrlSafe(String) - Method in class org.apache.wicket.util.crypt.AbstractCrypt
Encrypt a string into a string using URL safe Base64 encoding.
encryptUrlSafe(String) - Method in interface org.apache.wicket.util.crypt.ICrypt
Encrypts a string using URL and filename safe Base64 encoding.
encryptUrlSafe(String) - Method in class org.apache.wicket.util.crypt.NoCrypt
Encrypt a string into a string
endsWith(CharSequence) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Tests if this AppendingStringBuffer ends with the specified suffix.
ensureCapacity(int) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Ensures that the capacity of the buffer is at least equal to the specified minimum.
ensureExists() - Method in class org.apache.wicket.util.file.Folder
Does a mkdirs() on this folder if it does not exist.
entrySet() - Method in class org.apache.wicket.util.collections.IntHashMap
Returns a collection view of the mappings contained in this map.
entrySet() - Method in class org.apache.wicket.util.collections.MicroMap
 
entrySet() - Method in class org.apache.wicket.util.collections.MiniMap
 
entrySet() - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
EnumeratedType - Class in org.apache.wicket.util.lang
A base class for defining enumerated types.
EnumeratedType(String) - Constructor for class org.apache.wicket.util.lang.EnumeratedType
Constructor.
equal(Object, Object) - Static method in class org.apache.wicket.util.lang.Objects
Returns true if a and b are equal.
equals(Object) - Method in class org.apache.wicket.util.collections.IntHashMap.Entry
 
equals(Object) - Method in class org.apache.wicket.util.lang.PackageName
 
EQUALS - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for equals.
equals(Object) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Compares this AppendingStringBuffer to the specified object.
equals(Object) - Method in class org.apache.wicket.util.string.PrependingStringBuffer
 
equals(Object) - Method in class org.apache.wicket.util.string.StringValue
equals(Object) - Method in class org.apache.wicket.util.time.TimeFrame
 
equals(Object) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
equals(Object) - Method in class org.apache.wicket.util.value.IntValue
Compares this Object to a given Object.
equals(Object) - Method in class org.apache.wicket.util.value.LongValue
Tests for equality.
equals(Object) - Method in class org.apache.wicket.util.xml.CustomEntityResolver.EntityKey
 
escapeMarkup(CharSequence) - Static method in class org.apache.wicket.util.string.Strings
Converts a Java String to an HTML markup string, but does not convert normal spaces to non-breaking space entities (<nbsp>).
escapeMarkup(CharSequence, boolean) - Static method in class org.apache.wicket.util.string.Strings
Converts a Java String to an HTML markup String by replacing illegal characters with HTML entities where appropriate.
escapeMarkup(CharSequence, boolean, boolean) - Static method in class org.apache.wicket.util.string.Strings
Converts a Java String to an HTML markup String by replacing illegal characters with HTML entities where appropriate.
Exceptions - Class in org.apache.wicket.util.lang
 
Exceptions.IThrowableVisitor<T> - Interface in org.apache.wicket.util.lang
Visitor used to visit Throwable chains
Exceptions.Visit<T> - Class in org.apache.wicket.util.lang
Represents a visit
Exceptions.Visit() - Constructor for class org.apache.wicket.util.lang.Exceptions.Visit
 
EXCLAMATION_POINT - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for excl.
exitWhenFinished() - Method in class org.apache.wicket.util.file.FileCleaningTracker
Call this method to cause the file cleaner thread to terminate when there are no more objects being tracked for deletion.
extension(String) - Static method in class org.apache.wicket.util.file.Files
Gets extension from path
extractPackageName(Class<?>) - Static method in class org.apache.wicket.util.lang.Packages
Determines the package name for the given class.

F

FIELD_SEPARATOR - Static variable in class org.apache.wicket.util.upload.MultipartFormInputStream
A byte sequence that that follows a delimiter that will be followed by an encapsulation ( CRLF).
File - Class in org.apache.wicket.util.file
Simple extension of File that adds an implementation of IModifiable for files.
File(File, String) - Constructor for class org.apache.wicket.util.file.File
Constructor.
File(File, String) - Constructor for class org.apache.wicket.util.file.File
Construct.
File(File) - Constructor for class org.apache.wicket.util.file.File
Construct.
File(String) - Constructor for class org.apache.wicket.util.file.File
Constructor.
File(String, String) - Constructor for class org.apache.wicket.util.file.File
Constructor.
File(URI) - Constructor for class org.apache.wicket.util.file.File
Constructor.
file(String) - Method in class org.apache.wicket.util.file.File
 
FileCleaner - Class in org.apache.wicket.util.file
Default implementation of IFileCleaner that uses Apache commons-io FileCleaningTracker to track and clean the temporary created files.
FileCleaner() - Constructor for class org.apache.wicket.util.file.FileCleaner
Construct.
FileCleaningTracker - Class in org.apache.wicket.util.file
Keeps track of files awaiting deletion, and deletes them when an associated marker object is reclaimed by the garbage collector.
FileCleaningTracker() - Constructor for class org.apache.wicket.util.file.FileCleaningTracker
 
FileDeleteStrategy - Class in org.apache.wicket.util.file
Strategy for deleting files.
FileDeleteStrategy(String) - Constructor for class org.apache.wicket.util.file.FileDeleteStrategy
Restricted constructor.
FileItem - Interface in org.apache.wicket.util.upload
This class represents a file or form item that was received within a multipart/form-data POST request.
FileItemFactory - Interface in org.apache.wicket.util.upload
A factory interface for creating FileItem instances.
FileItemHeaders - Interface in org.apache.wicket.util.upload
This class provides support for accessing the headers for a file or form item that was received within a multipart/form-data POST request.
FileItemHeadersImpl - Class in org.apache.wicket.util.upload
Default implementation of the FileItemHeaders interface.
FileItemHeadersImpl() - Constructor for class org.apache.wicket.util.upload.FileItemHeadersImpl
 
FileItemHeadersSupport - Interface in org.apache.wicket.util.upload
Interface that will indicate that FileItem or FileItemStream implementations will accept the headers read for the item.
FileItemIterator - Interface in org.apache.wicket.util.upload
An iterator, as returned by FileUploadBase.getItemIterator(RequestContext).
FileItemStream - Interface in org.apache.wicket.util.upload
This interface provides access to a file or form item that was received within a multipart/form-data POST request.
FileItemStream.ItemSkippedException - Exception in org.apache.wicket.util.upload
This exception is thrown, if an attempt is made to read data from the InputStream, which has been returned by FileItemStream.openStream(), after Iterator.hasNext() has been invoked on the iterator, which created the FileItemStream.
FileItemStream.ItemSkippedException() - Constructor for exception org.apache.wicket.util.upload.FileItemStream.ItemSkippedException
 
filename(String) - Static method in class org.apache.wicket.util.file.Files
Gets filename from path
FileResourceStream - Class in org.apache.wicket.util.resource
A FileResourceStream is an IResource implementation for files.
FileResourceStream(File) - Constructor for class org.apache.wicket.util.resource.FileResourceStream
Constructor.
FileResourceStream(File) - Constructor for class org.apache.wicket.util.resource.FileResourceStream
Constructor.
Files - Class in org.apache.wicket.util.file
File utility methods.
FileUpload - Class in org.apache.wicket.util.upload
High level API for processing file uploads.
FileUpload() - Constructor for class org.apache.wicket.util.upload.FileUpload
Constructs an uninitialised instance of this class.
FileUpload(FileItemFactory) - Constructor for class org.apache.wicket.util.upload.FileUpload
Constructs an instance of this class which uses the supplied factory to create FileItem instances.
FileUploadBase - Class in org.apache.wicket.util.upload
High level API for processing file uploads.
FileUploadBase() - Constructor for class org.apache.wicket.util.upload.FileUploadBase
 
FileUploadBase.FileSizeLimitExceededException - Exception in org.apache.wicket.util.upload
Thrown to indicate that A files size exceeds the configured maximum.
FileUploadBase.FileSizeLimitExceededException(String, long, long) - Constructor for exception org.apache.wicket.util.upload.FileUploadBase.FileSizeLimitExceededException
Constructs a SizeExceededException with the specified detail message, and actual and permitted sizes.
FileUploadBase.FileUploadIOException - Exception in org.apache.wicket.util.upload
This exception is thrown for hiding an inner FileUploadException in an IOException.
FileUploadBase.FileUploadIOException(FileUploadException) - Constructor for exception org.apache.wicket.util.upload.FileUploadBase.FileUploadIOException
Creates a FileUploadIOException with the given cause.
FileUploadBase.InvalidContentTypeException - Exception in org.apache.wicket.util.upload
Thrown to indicate that the request is not a multipart request.
FileUploadBase.InvalidContentTypeException() - Constructor for exception org.apache.wicket.util.upload.FileUploadBase.InvalidContentTypeException
Constructs a InvalidContentTypeException with no detail message.
FileUploadBase.InvalidContentTypeException(String) - Constructor for exception org.apache.wicket.util.upload.FileUploadBase.InvalidContentTypeException
Constructs an InvalidContentTypeException with the specified detail message.
FileUploadBase.IOFileUploadException - Exception in org.apache.wicket.util.upload
Thrown to indicate an IOException.
FileUploadBase.IOFileUploadException(String, IOException) - Constructor for exception org.apache.wicket.util.upload.FileUploadBase.IOFileUploadException
Creates a new instance with the given cause.
FileUploadBase.SizeException - Exception in org.apache.wicket.util.upload
This exception is thrown, if a requests permitted size is exceeded.
FileUploadBase.SizeException(String, long, long) - Constructor for exception org.apache.wicket.util.upload.FileUploadBase.SizeException
Creates a new instance.
FileUploadBase.SizeLimitExceededException - Exception in org.apache.wicket.util.upload
Thrown to indicate that the request size exceeds the configured maximum.
FileUploadBase.SizeLimitExceededException(String, long, long) - Constructor for exception org.apache.wicket.util.upload.FileUploadBase.SizeLimitExceededException
Constructs a SizeExceededException with the specified detail message, and actual and permitted sizes.
FileUploadException - Exception in org.apache.wicket.util.upload
Exception for errors encountered while processing the request.
FileUploadException() - Constructor for exception org.apache.wicket.util.upload.FileUploadException
Constructs a new FileUploadException without message.
FileUploadException(String) - Constructor for exception org.apache.wicket.util.upload.FileUploadException
Constructs a new FileUploadException with specified detail message.
FileUploadException(String, Throwable) - Constructor for exception org.apache.wicket.util.upload.FileUploadException
Creates a new FileUploadException with the given detail message and cause.
finalize() - Method in class org.apache.wicket.util.upload.DiskFileItem
Removes the file contents from the temporary storage.
find(Class<?>, String) - Method in interface org.apache.wicket.util.file.IResourceFinder
Looks for a given pathname along this path
find(Class<?>, String) - Method in class org.apache.wicket.util.file.Path
 
find(char) - Method in class org.apache.wicket.util.io.FullyBufferedReader
Find a char starting at the current input position
find(char, int) - Method in class org.apache.wicket.util.io.FullyBufferedReader
Find a char starting at the position provided
find(String) - Method in class org.apache.wicket.util.io.FullyBufferedReader
Find the string starting at the current input position
find(String, int) - Method in class org.apache.wicket.util.io.FullyBufferedReader
Find the string starting at the position provided
findByte(byte, int) - Method in class org.apache.wicket.util.upload.MultipartFormInputStream
Searches for a byte of specified value in the buffer, starting at the specified position.
findCause(Throwable, Class<T>) - Static method in class org.apache.wicket.util.lang.Exceptions
Looks for a cause of the specified type in throwable's chain
findOutOfQuotes(char, int) - Method in class org.apache.wicket.util.io.FullyBufferedReader
Find a char starting at the position provided.
findOutOfQuotes(char, int, char) - Method in class org.apache.wicket.util.io.FullyBufferedReader
Find a char starting at the position provided.
findSeparator() - Method in class org.apache.wicket.util.upload.MultipartFormInputStream
Searches for the boundary in the buffer region delimited by head and tail.
first() - Method in class org.apache.wicket.util.diff.Chunk
Returns the index of the first line of the chunk.
firstPathComponent(String, char) - Static method in class org.apache.wicket.util.string.Strings
Gets the first path component of a path using a given separator.
FloatConverter - Class in org.apache.wicket.util.convert.converter
Converts from Object to Float.
FloatConverter() - Constructor for class org.apache.wicket.util.convert.converter.FloatConverter
 
FLOATING_POINT_NUMBER - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for a floating point number.
FloatingPointGroup - Class in org.apache.wicket.util.parse.metapattern
A Group that captures floating point values (doubles and floats).
FloatingPointGroup() - Constructor for class org.apache.wicket.util.parse.metapattern.FloatingPointGroup
Constructs an FloatingPointGroup that parses Strings that match the FLOATING_POINT_NUMBER pattern.
flush() - Method in class org.apache.wicket.util.io.StringBufferWriter
 
flush() - Method in class org.apache.wicket.util.io.ThresholdingOutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
Folder - Class in org.apache.wicket.util.file
This folder subclass provides some type safety and extensibility for "files" that hold other files.
Folder(Folder, String) - Constructor for class org.apache.wicket.util.file.Folder
Constructor.
Folder(File) - Constructor for class org.apache.wicket.util.file.Folder
Construct.
Folder(String) - Constructor for class org.apache.wicket.util.file.Folder
Constructor.
Folder(String, String) - Constructor for class org.apache.wicket.util.file.Folder
Constructor.
Folder(URI) - Constructor for class org.apache.wicket.util.file.Folder
Constructor.
folder(String) - Method in class org.apache.wicket.util.file.Folder
 
Folder.FileFilter - Interface in org.apache.wicket.util.file
Filter for files
Folder.FolderFilter - Interface in org.apache.wicket.util.file
Filter for folders
FolderDeleteStrategy - Class in org.apache.wicket.util.file
A FileDeleteStrategy that can delete folders.
FolderDeleteStrategy() - Constructor for class org.apache.wicket.util.file.FolderDeleteStrategy
Construct.
forClass(Class<?>) - Static method in class org.apache.wicket.util.lang.PackageName
 
FORM_DATA - Static variable in class org.apache.wicket.util.upload.FileUploadBase
Content-disposition value for form data.
forPackage(Package) - Static method in class org.apache.wicket.util.lang.PackageName
 
fromEscapedUnicode(String) - Static method in class org.apache.wicket.util.string.Strings
Converts encoded \uxxxx to unicode chars and changes special saved chars to their original forms.
fromNow() - Method in class org.apache.wicket.util.time.Time
Retrieves the Duration from now to this Time value.
FullyBufferedReader - Class in org.apache.wicket.util.io
This is not a reader like e.g.
FullyBufferedReader(Reader) - Constructor for class org.apache.wicket.util.io.FullyBufferedReader
Read all the data from the resource into memory.
FullyBufferedReader(String) - Constructor for class org.apache.wicket.util.io.FullyBufferedReader
Construct.

G

Generics - Class in org.apache.wicket.util.lang
Generics related utilities
get() - Method in class org.apache.wicket.util.ClassProvider
Provides an instance of type T
get(Class<?>) - Method in class org.apache.wicket.util.collections.ClassMetaCache
Gets value from cache or returns null if not in cache
get(int) - Method in class org.apache.wicket.util.collections.IntHashMap
Returns the value to which the specified key is mapped in this identity hash map, or null if the map contains no mapping for this key.
get(Object) - Method in class org.apache.wicket.util.collections.MicroMap
 
get(Object) - Method in class org.apache.wicket.util.collections.MiniMap
 
get(C) - Method in interface org.apache.wicket.util.IContextProvider
Provides an instance of type T
get() - Method in interface org.apache.wicket.util.IProvider
Provides an instance of type T
get() - Method in class org.apache.wicket.util.LazyInitializer
 
get() - Method in class org.apache.wicket.util.NullProvider
 
get(Matcher) - Method in class org.apache.wicket.util.parse.metapattern.Group
Threadsafe method to retrieve contents of this captured group.
get(int) - Method in class org.apache.wicket.util.string.AbstractStringList
 
get(int) - Method in interface org.apache.wicket.util.string.IStringSequence
Gets a string at a given index in the sequence
get(int) - Method in class org.apache.wicket.util.string.StringList
Gets the string at the given index.
get(Calendar, int) - Method in class org.apache.wicket.util.time.Time
Retrieves the value of a field from the given Calendar.
get(int) - Method in class org.apache.wicket.util.time.Time
Retrieves the value of a field.
get() - Method in class org.apache.wicket.util.time.TimeMap
Retrieves an Object for the current Time value.
get(Time) - Method in class org.apache.wicket.util.time.TimeMap
Retrieves an Object for the given Time value.
get() - Method in class org.apache.wicket.util.upload.DiskFileItem
Returns the contents of the file as an array of bytes.
get() - Method in interface org.apache.wicket.util.upload.FileItem
Returns the contents of the file item as an array of bytes.
get(Object) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
get() - Method in class org.apache.wicket.util.ValueProvider
 
getActualSize() - Method in exception org.apache.wicket.util.upload.FileUploadBase.SizeException
Retrieves the actual size of the request.
getAsBoolean(String) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getAsBoolean(String, boolean) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getAsBoolean(String) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves a Boolean value by key.
getAsBoolean(String, boolean) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves a boolean value by key.
getAsBoolean(String) - Method in class org.apache.wicket.util.value.ValueMap
 
getAsBoolean(String, boolean) - Method in class org.apache.wicket.util.value.ValueMap
 
getAsDouble(String) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getAsDouble(String, double) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getAsDouble(String) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves a Double value by key.
getAsDouble(String, double) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves a double value by key.
getAsDouble(String) - Method in class org.apache.wicket.util.value.ValueMap
 
getAsDouble(String, double) - Method in class org.apache.wicket.util.value.ValueMap
 
getAsDuration(String) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getAsDuration(String, Duration) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getAsDuration(String) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves a Duration value by key.
getAsDuration(String, Duration) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves a Duration value by key.
getAsDuration(String) - Method in class org.apache.wicket.util.value.ValueMap
 
getAsDuration(String, Duration) - Method in class org.apache.wicket.util.value.ValueMap
 
getAsEnum(String, Class<T>) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getAsEnum(String, T) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getAsEnum(String, Class<T>, T) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getAsEnum(String, Class<T>) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves an Enum value by key.
getAsEnum(String, T) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves an Enum value by key.
getAsEnum(String, Class<T>, T) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves an Enum value by key.
getAsEnum(String, Class<T>) - Method in class org.apache.wicket.util.value.ValueMap
 
getAsEnum(String, T) - Method in class org.apache.wicket.util.value.ValueMap
 
getAsEnum(String, Class<T>, T) - Method in class org.apache.wicket.util.value.ValueMap
 
getAsInteger(String) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getAsInteger(String, int) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getAsInteger(String) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves an Integer value by key.
getAsInteger(String, int) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves an integer value by key.
getAsInteger(String) - Method in class org.apache.wicket.util.value.ValueMap
 
getAsInteger(String, int) - Method in class org.apache.wicket.util.value.ValueMap
 
getAsLong(String) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getAsLong(String, long) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getAsLong(String) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves a Long value by key.
getAsLong(String, long) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves a long value by key.
getAsLong(String) - Method in class org.apache.wicket.util.value.ValueMap
 
getAsLong(String, long) - Method in class org.apache.wicket.util.value.ValueMap
 
getAsTime(String) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getAsTime(String, Time) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getAsTime(String) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves a Time value by key.
getAsTime(String, Time) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves a Time value by key.
getAsTime(String) - Method in class org.apache.wicket.util.value.ValueMap
 
getAsTime(String, Time) - Method in class org.apache.wicket.util.value.ValueMap
 
getBoolean(Matcher) - Method in class org.apache.wicket.util.parse.metapattern.BooleanGroup
 
getBoolean(Matcher, boolean) - Method in class org.apache.wicket.util.parse.metapattern.BooleanGroup
Gets a boolean by parsing the String matched by this capturing group.
getBoolean(String) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getBoolean(String) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves a boolean value by key.
getBoolean(String) - Method in class org.apache.wicket.util.value.ValueMap
 
getBoundary(String) - Method in class org.apache.wicket.util.upload.FileUploadBase
Retrieves the boundary from the Content-type header.
getByteCount() - Method in class org.apache.wicket.util.io.ThresholdingOutputStream
Returns the number of bytes that have been written to this output stream.
getBytesIso8859_1(String) - Static method in class org.apache.wicket.util.crypt.StringUtils
Encodes the given string into a sequence of bytes using the ISO-8859-1 charset, storing the result into a new byte array.
getBytesRead() - Method in class org.apache.wicket.util.upload.MultipartFormInputStream.ItemInputStream
Returns the number of bytes, which have been read by the stream.
getBytesUnchecked(String, String) - Static method in class org.apache.wicket.util.crypt.StringUtils
Encodes the given string into a sequence of bytes using the named charset, storing the result into a new byte array.
getBytesUsAscii(String) - Static method in class org.apache.wicket.util.crypt.StringUtils
Encodes the given string into a sequence of bytes using the US-ASCII charset, storing the result into a new byte array.
getBytesUtf16(String) - Static method in class org.apache.wicket.util.crypt.StringUtils
Encodes the given string into a sequence of bytes using the UTF-16 charset, storing the result into a new byte array.
getBytesUtf16Be(String) - Static method in class org.apache.wicket.util.crypt.StringUtils
Encodes the given string into a sequence of bytes using the UTF-16BE charset, storing the result into a new byte array.
getBytesUtf16Le(String) - Static method in class org.apache.wicket.util.crypt.StringUtils
Encodes the given string into a sequence of bytes using the UTF-16LE charset, storing the result into a new byte array.
getBytesUtf8(String) - Static method in class org.apache.wicket.util.crypt.StringUtils
Encodes the given string into a sequence of bytes using the UTF-8 charset, storing the result into a new byte array.
getCause() - Method in exception org.apache.wicket.util.upload.FileUploadBase.FileUploadIOException
Returns the exceptions cause.
getCause() - Method in exception org.apache.wicket.util.upload.FileUploadBase.IOFileUploadException
Returns the exceptions cause.
getCause() - Method in exception org.apache.wicket.util.upload.FileUploadException
 
getCharacterEncoding() - Method in interface org.apache.wicket.util.upload.RequestContext
Retrieve the character encoding for the request.
getCharacterEncoding() - Method in class org.apache.wicket.util.upload.ServletRequestContext
Retrieve the character encoding for the request.
getChars(int, int, char[], int) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Characters are copied from this string buffer into the destination character array dst.
getCharSequence(String) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getCharSequence(String) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves a CharSequence by key.
getCharSequence(String) - Method in class org.apache.wicket.util.value.ValueMap
 
getCharset() - Method in class org.apache.wicket.util.resource.AbstractStringResourceStream
 
getCharSet() - Method in class org.apache.wicket.util.upload.DiskFileItem
Returns the content charset passed by the agent or null if not defined.
getColumnNumber() - Method in class org.apache.wicket.util.io.FullyBufferedReader
Get the column number.
getContentLength() - Method in interface org.apache.wicket.util.upload.RequestContext
Retrieve the content length of the request.
getContentLength() - Method in class org.apache.wicket.util.upload.ServletRequestContext
Retrieve the content length of the request.
getContentType() - Method in class org.apache.wicket.util.resource.AbstractResourceStream
 
getContentType() - Method in class org.apache.wicket.util.resource.AbstractStringResourceStream
 
getContentType() - Method in class org.apache.wicket.util.resource.FileResourceStream
 
getContentType() - Method in interface org.apache.wicket.util.resource.IResourceStream
Gets the mime type of this resource
getContentType() - Method in class org.apache.wicket.util.resource.XSLTResourceStream
Returns always null
getContentType() - Method in class org.apache.wicket.util.resource.ZipResourceStream
 
getContentType() - Method in class org.apache.wicket.util.upload.DiskFileItem
Returns the content type passed by the agent or null if not defined.
getContentType() - Method in interface org.apache.wicket.util.upload.FileItem
Returns the content type passed by the browser or null if not defined.
getContentType() - Method in interface org.apache.wicket.util.upload.FileItemStream
Returns the content type passed by the browser or null if not defined.
getContentType() - Method in interface org.apache.wicket.util.upload.RequestContext
Retrieve the content type of the request.
getContentType() - Method in class org.apache.wicket.util.upload.ServletRequestContext
Retrieve the content type of the request.
getConverter() - Method in exception org.apache.wicket.util.convert.ConversionException
Gets the used converter.
getData() - Method in class org.apache.wicket.util.io.DeferredFileOutputStream
Returns the data for this output stream as an array of bytes, assuming that the data has been retained in memory.
getDateFormat(Locale) - Method in class org.apache.wicket.util.convert.converter.DateConverter
 
getDateFormat(Locale) - Method in class org.apache.wicket.util.convert.converter.SqlDateConverter
 
getDayOfMonth() - Method in class org.apache.wicket.util.time.Time
Retrieves the day of month field of the current Calendar.
getDayOfMonth(Calendar) - Method in class org.apache.wicket.util.time.Time
Retrieves the day of month field of the given Calendar.
getDeleteFailures() - Method in class org.apache.wicket.util.file.FileCleaningTracker
Return the file paths that failed to delete.
getDelta(int) - Method in class org.apache.wicket.util.diff.Revision
Retrieves a delta from this revision by position.
getDouble(Matcher) - Method in class org.apache.wicket.util.parse.metapattern.FloatingPointGroup
 
getDouble(Matcher, double) - Method in class org.apache.wicket.util.parse.metapattern.FloatingPointGroup
Gets double by parsing the String matched by this capturing group.
getDouble(String) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getDouble(String, double) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getDouble(String) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves a double value by key.
getDouble(String, double) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves a double value by key, using a default value if not found.
getDouble(String) - Method in class org.apache.wicket.util.value.ValueMap
 
getDouble(String, double) - Method in class org.apache.wicket.util.value.ValueMap
 
getDuration() - Method in class org.apache.wicket.util.time.TimeFrame
Retrieves the Duration of this TimeFrame.
getDuration(String) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getDuration(String) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves a Duration by key.
getDuration(String) - Method in class org.apache.wicket.util.value.ValueMap
 
getEncoding() - Method in class org.apache.wicket.util.io.XmlReader
Return the encoding used while reading the markup file.
getEnd() - Method in class org.apache.wicket.util.time.TimeFrame
Retrieves the end Time of this TimeFrame.
getEntries() - Method in interface org.apache.wicket.util.watch.IModificationWatcher
Retrieves a key set of all IModifiable objects currently being monitored.
getEntries() - Method in class org.apache.wicket.util.watch.ModificationWatcher
 
getExtension() - Method in class org.apache.wicket.util.file.File
 
getFieldName() - Method in class org.apache.wicket.util.upload.DiskFileItem
Returns the name of the field in the multipart form corresponding to this file item.
getFieldName() - Method in interface org.apache.wicket.util.upload.FileItem
Returns the name of the field in the multipart form corresponding to this file item.
getFieldName() - Method in interface org.apache.wicket.util.upload.FileItemStream
Returns the name of the field in the multipart form corresponding to this file item.
getFieldName(FileItemHeaders) - Method in class org.apache.wicket.util.upload.FileUploadBase
Retrieves the field name from the Content-disposition header.
getFile() - Method in class org.apache.wicket.util.io.DeferredFileOutputStream
Returns the data for this output stream as a File, assuming that the data was written to disk.
getFile() - Method in class org.apache.wicket.util.resource.FileResourceStream
 
getFileItemFactory() - Method in class org.apache.wicket.util.upload.FileUpload
Returns the factory class used when creating file items.
getFileItemFactory() - Method in class org.apache.wicket.util.upload.FileUploadBase
Returns the factory class used when creating file items.
getFileName(FileItemHeaders) - Method in class org.apache.wicket.util.upload.FileUploadBase
Retrieves the file name from the Content-disposition header.
getFiles() - Method in class org.apache.wicket.util.file.Folder
 
getFiles(Folder.FileFilter) - Method in class org.apache.wicket.util.file.Folder
 
getFileSizeMax() - Method in class org.apache.wicket.util.upload.FileUploadBase
Returns the maximum allowed size of a single uploaded file, as opposed to FileUploadBase.getSizeMax().
getFilterPath(boolean, ServletContext, String) - Method in class org.apache.wicket.util.file.WebXmlFile
Gets Wicket filter path via ServletContext and the filter name
getFilterPath(boolean, String, InputStream) - Method in class org.apache.wicket.util.file.WebXmlFile
Gets Wicket filter path via filter name and InputStream.
getFirstValue(K) - Method in class org.apache.wicket.util.collections.MultiMap
Gets the first value in the value list
getFloat(Matcher) - Method in class org.apache.wicket.util.parse.metapattern.FloatingPointGroup
 
getFloat(Matcher, float) - Method in class org.apache.wicket.util.parse.metapattern.FloatingPointGroup
Gets float by parsing the String matched by this capturing group.
getFolders() - Method in class org.apache.wicket.util.file.Folder
Gets all folders in this folder, except "." and ".."
getFolders(Folder.FolderFilter) - Method in class org.apache.wicket.util.file.Folder
 
getFolders() - Method in class org.apache.wicket.util.file.Path
 
getFormat() - Method in exception org.apache.wicket.util.convert.ConversionException
Get the used format.
getHeader(String) - Method in interface org.apache.wicket.util.upload.FileItemHeaders
Returns the value of the specified part header as a String.
getHeader(String) - Method in class org.apache.wicket.util.upload.FileItemHeadersImpl
 
getHeaderEncoding() - Method in class org.apache.wicket.util.upload.FileUploadBase
Retrieves the character encoding used when reading the headers of an individual part.
getHeaderEncoding() - Method in class org.apache.wicket.util.upload.MultipartFormInputStream
Retrieves the character encoding used when reading the headers of an individual part.
getHeaderNames() - Method in interface org.apache.wicket.util.upload.FileItemHeaders
Returns an Enumeration of all the header names.
getHeaderNames() - Method in class org.apache.wicket.util.upload.FileItemHeadersImpl
 
getHeaders() - Method in class org.apache.wicket.util.upload.DiskFileItem
Returns the file item headers.
getHeaders(String) - Method in interface org.apache.wicket.util.upload.FileItemHeaders
Returns all the values of the specified item header as an Enumeration of String objects.
getHeaders(String) - Method in class org.apache.wicket.util.upload.FileItemHeadersImpl
 
getHeaders() - Method in interface org.apache.wicket.util.upload.FileItemHeadersSupport
Returns the collection of headers defined locally within this item.
getHour() - Method in class org.apache.wicket.util.time.Time
Retrieves the hour field of the current Calendar.
getHour(Calendar) - Method in class org.apache.wicket.util.time.Time
Retrieves the hour field of the given Calendar.
getInputStream() - Method in class org.apache.wicket.util.resource.AbstractStringResourceStream
 
getInputStream() - Method in class org.apache.wicket.util.resource.FileResourceStream
 
getInputStream() - Method in interface org.apache.wicket.util.resource.IResourceStream
Gets the resource stream.
getInputStream() - Method in class org.apache.wicket.util.resource.XSLTResourceStream
 
getInputStream() - Method in class org.apache.wicket.util.resource.ZipResourceStream
 
getInputStream() - Method in class org.apache.wicket.util.upload.DiskFileItem
Returns an InputStream that can be used to retrieve the contents of the file.
getInputStream() - Method in interface org.apache.wicket.util.upload.FileItem
Returns an InputStream that can be used to retrieve the contents of the file.
getInputStream() - Method in interface org.apache.wicket.util.upload.RequestContext
Retrieve the input stream for the request.
getInputStream() - Method in class org.apache.wicket.util.upload.ServletRequestContext
Retrieve the input stream for the request.
getInt(Matcher) - Method in class org.apache.wicket.util.parse.metapattern.IntegerGroup
 
getInt(Matcher, int) - Method in class org.apache.wicket.util.parse.metapattern.IntegerGroup
Gets an int by parsing the String matched by this capturing group.
getInt(String, int) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getInt(String) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getInt(String) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves an int value by key.
getInt(String, int) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves an int value by key, using a default value if not found.
getInt(String) - Method in class org.apache.wicket.util.value.ValueMap
 
getInt(String, int) - Method in class org.apache.wicket.util.value.ValueMap
 
getIntValue() - Method in class org.apache.wicket.util.parse.metapattern.parsers.IntegerVariableAssignmentParser
Gets the int part (eg the '9' from 'x = 9').
getItemIterator(RequestContext) - Method in class org.apache.wicket.util.upload.FileUploadBase
Processes an RFC 1867 compliant multipart/form-data stream.
getItemIterator(HttpServletRequest) - Method in class org.apache.wicket.util.upload.ServletFileUpload
Processes an RFC 1867 compliant multipart/form-data stream.
getKey() - Method in class org.apache.wicket.util.collections.IntHashMap.Entry
 
getKey() - Method in class org.apache.wicket.util.crypt.AbstractCrypt
Get encryption private key
getKey() - Method in class org.apache.wicket.util.parse.metapattern.parsers.VariableAssignmentParser
Gets the key part (eg 'foo' in 'foo=bar').
getKey(String) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getKey(String) - Method in interface org.apache.wicket.util.value.IValueMap
Provided that the hash key is a String and you need to access the value ignoring the key's case (upper- or lowercase letters), then you may use this method to get the correct writing.
getKey(String) - Method in class org.apache.wicket.util.value.ValueMap
 
getLastModified(File) - Static method in class org.apache.wicket.util.file.Files
get last modification timestamp for file
getLastModified(URL) - Static method in class org.apache.wicket.util.io.Connections
Gets last modified date of the given URL
getLevenshteinDistance(CharSequence, CharSequence) - Static method in class org.apache.wicket.util.string.Strings
Find the Levenshtein distance between two Strings.
getLineNumber() - Method in class org.apache.wicket.util.io.FullyBufferedReader
Get the line number.
getList() - Method in class org.apache.wicket.util.string.StringList
 
getLocale() - Method in exception org.apache.wicket.util.convert.ConversionException
Get the used locale.
getLocale() - Method in class org.apache.wicket.util.resource.AbstractResourceStream
 
getLocale() - Method in interface org.apache.wicket.util.resource.IResourceStream
 
getLocaleFromFilename(String) - Static method in class org.apache.wicket.util.resource.ResourceUtils
Extract the locale from the filename
getLocalFileFromUrl(URL) - Static method in class org.apache.wicket.util.file.Files
for urls that point to local files (e.g.
getLocalFileFromUrl(String) - Static method in class org.apache.wicket.util.file.Files
for urls that point to local files (e.g.
getLog() - Method in class org.apache.wicket.util.thread.Task
Gets the log for this Task.
getLong(Matcher) - Method in class org.apache.wicket.util.parse.metapattern.IntegerGroup
 
getLong(Matcher, long) - Method in class org.apache.wicket.util.parse.metapattern.IntegerGroup
Gets a long by parsing the String matched by this capturing group.
getLong(String, long) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getLong(String) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getLong(String) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves a long value by key.
getLong(String, long) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves a long value by key, using a default value if not found.
getLong(String) - Method in class org.apache.wicket.util.value.ValueMap
 
getLong(String, long) - Method in class org.apache.wicket.util.value.ValueMap
 
getLongValue() - Method in class org.apache.wicket.util.parse.metapattern.parsers.IntegerVariableAssignmentParser
Gets the int part as a long.
getMinute() - Method in class org.apache.wicket.util.time.Time
Retrieves the minute field of the current Calendar.
getMinute(Calendar) - Method in class org.apache.wicket.util.time.Time
Retrieves the minute field of the given Calendar.
getMonth() - Method in class org.apache.wicket.util.time.Time
Retrieves the month field of the current Calendar.
getMonth(Calendar) - Method in class org.apache.wicket.util.time.Time
Retrieves the month field of the given Calendar.
getName() - Method in class org.apache.wicket.util.lang.PackageName
 
getName() - Method in class org.apache.wicket.util.parse.metapattern.parsers.TagNameParser
Gets the tag name part (eg 'form' in 'html:form' or 'form')
getName() - Method in class org.apache.wicket.util.upload.DiskFileItem
Returns the original filename in the client's filesystem.
getName() - Method in interface org.apache.wicket.util.upload.FileItem
Returns the original filename in the client's filesystem, as provided by the browser (or other client software).
getName() - Method in interface org.apache.wicket.util.upload.FileItemStream
Returns the original filename in the client's filesystem, as provided by the browser (or other client software).
getNamespace() - Method in class org.apache.wicket.util.parse.metapattern.parsers.TagNameParser
Get the namespace part (eg 'html' in 'html:form') converted to all lower case characters.
getNestedFiles() - Method in class org.apache.wicket.util.file.Folder
 
getNestedFiles(Folder.FileFilter) - Method in class org.apache.wicket.util.file.Folder
Gets files in this folder matching a given filter recursively.
getNumberFormat(Locale) - Method in class org.apache.wicket.util.convert.converter.AbstractDecimalConverter
 
getNumberFormat(Locale) - Method in class org.apache.wicket.util.convert.converter.AbstractIntegerConverter
 
getNumberFormat(Locale) - Method in class org.apache.wicket.util.convert.converter.AbstractNumberConverter
 
getNumericType(int, int, boolean) - Static method in class org.apache.wicket.util.lang.Objects
Returns the constant from the NumericTypes interface that best expresses the type of an operation, which can be either numeric or not, on the two given types.
getNumericType(Object) - Static method in class org.apache.wicket.util.lang.Objects
Returns a constant from the NumericTypes interface that represents the numeric type of the given object.
getNumericType(Object, Object) - Static method in class org.apache.wicket.util.lang.Objects
Returns the constant from the NumericTypes interface that best expresses the type of a numeric operation on the two given objects.
getNumericType(Object, Object, boolean) - Static method in class org.apache.wicket.util.lang.Objects
Returns the constant from the NumericTypes interface that best expresses the type of an operation, which can be either numeric or not, on the two given objects.
getOriginal() - Method in class org.apache.wicket.util.diff.Delta
Accessor method to return the chunk representing the original sequence of items
getOutputStream() - Method in class org.apache.wicket.util.upload.DiskFileItem
Returns an OutputStream that can be used for storing the contents of the file.
getOutputStream() - Method in interface org.apache.wicket.util.upload.FileItem
Returns an OutputStream that can be used for storing the contents of the file.
getParameters() - Method in class org.apache.wicket.util.resource.XSLTResourceStream
 
getParent() - Method in interface org.apache.wicket.util.IHierarchical
 
getParentFolder() - Method in class org.apache.wicket.util.file.File
 
getParsedHeaders(String) - Method in class org.apache.wicket.util.upload.FileUploadBase
Parses the header-part and returns as key/value pairs.
getPermittedSize() - Method in exception org.apache.wicket.util.upload.FileUploadBase.SizeException
Retrieves the permitted size of the request.
getPosition() - Method in class org.apache.wicket.util.io.FullyBufferedReader
Gets the current input position
getPreloaded() - Static method in class org.apache.wicket.util.xml.CustomEntityResolver
get default instances of custom entity resolver with preloaded well-known entities
getPriority() - Method in class org.apache.wicket.util.thread.Task
Gets the thread priority
getProgressListener() - Method in class org.apache.wicket.util.upload.FileUploadBase
Returns the progress listener.
getRemovedValue() - Method in class org.apache.wicket.util.collections.MostRecentlyUsedMap
 
getRepository() - Method in class org.apache.wicket.util.upload.DiskFileItemFactory
Returns the directory used to temporarily store files that are larger than the configured size threshold.
getResourceKey() - Method in exception org.apache.wicket.util.convert.ConversionException
 
getResult() - Method in class org.apache.wicket.util.visit.Visit
Gets the result of the visit/traversal.
getRevised() - Method in class org.apache.wicket.util.diff.Delta
Accessor method to return the chunk representing the updated sequence of items.
getRootCause(Throwable) - Method in class org.apache.wicket.util.lang.Exceptions
Gets root cause of the throwable
getSecond() - Method in class org.apache.wicket.util.time.Time
Retrieves the seconds field of the current Calendar.
getSecond(Calendar) - Method in class org.apache.wicket.util.time.Time
Retrieves the seconds field of the given Calendar.
getSize() - Method in class org.apache.wicket.util.upload.DiskFileItem
Returns the size of the file.
getSize() - Method in interface org.apache.wicket.util.upload.FileItem
Returns the size of the file item.
getSizeMax() - Method in class org.apache.wicket.util.upload.FileUploadBase
Returns the maximum allowed size of a complete request, as opposed to FileUploadBase.getFileSizeMax().
getSizeThreshold() - Method in class org.apache.wicket.util.upload.DiskFileItemFactory
Returns the size threshold beyond which files are written directly to disk.
getSourceValue() - Method in exception org.apache.wicket.util.convert.ConversionException
Gets the tried value.
getStart() - Method in class org.apache.wicket.util.time.TimeFrame
Retrieves the start Time of this TimeFrame.
getStoreLocation() - Method in class org.apache.wicket.util.upload.DiskFileItem
Returns the File object for the FileItem's data's temporary location on the disk.
getStream() - Method in class org.apache.wicket.util.io.DeferredFileOutputStream
Returns the current output stream.
getStream() - Method in class org.apache.wicket.util.io.ThresholdingOutputStream
Returns the underlying output stream, to which the corresponding OutputStream methods in this class will ultimately delegate.
getString() - Method in class org.apache.wicket.util.resource.AbstractStringResourceStream
 
getString() - Method in class org.apache.wicket.util.resource.StringBufferResourceStream
 
getString() - Method in class org.apache.wicket.util.resource.StringResourceStream
 
getString(String) - Method in class org.apache.wicket.util.upload.DiskFileItem
Returns the contents of the file as a String, using the specified encoding.
getString() - Method in class org.apache.wicket.util.upload.DiskFileItem
Returns the contents of the file as a String, using the default character encoding.
getString(String) - Method in interface org.apache.wicket.util.upload.FileItem
Returns the contents of the file item as a String, using the specified encoding.
getString() - Method in interface org.apache.wicket.util.upload.FileItem
Returns the contents of the file item as a String, using the default character encoding.
getString(String, String) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getString(String) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getString(String, String) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves a String by key, using a default value if not found.
getString(String) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves a String by key.
getString(String, String) - Method in class org.apache.wicket.util.value.ValueMap
 
getString(String) - Method in class org.apache.wicket.util.value.ValueMap
 
getStringArray(String) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getStringArray(String) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves a String array by key.
getStringArray(String) - Method in class org.apache.wicket.util.value.ValueMap
 
getStringBuffer() - Method in class org.apache.wicket.util.io.StringBufferWriter
 
getStringValue(String) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getStringValue(String) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves a StringValue object by key.
getStringValue(String) - Method in class org.apache.wicket.util.value.ValueMap
 
getStyle() - Method in class org.apache.wicket.util.resource.AbstractResourceStream
 
getStyle() - Method in interface org.apache.wicket.util.resource.IResourceStream
 
getSubstring(int) - Method in class org.apache.wicket.util.io.FullyBufferedReader
Get the characters from the position marker to toPos.
getSubstring(int, int) - Method in class org.apache.wicket.util.io.FullyBufferedReader
Get the characters from in between both positions including the char at fromPos, excluding the char at toPos
getTargetType() - Method in exception org.apache.wicket.util.convert.ConversionException
Gets the target property type.
getTargetType() - Method in class org.apache.wicket.util.convert.converter.AbstractConverter
 
getTargetType() - Method in class org.apache.wicket.util.convert.converter.BigDecimalConverter
 
getTargetType() - Method in class org.apache.wicket.util.convert.converter.BooleanConverter
 
getTargetType() - Method in class org.apache.wicket.util.convert.converter.ByteConverter
 
getTargetType() - Method in class org.apache.wicket.util.convert.converter.CharacterConverter
 
getTargetType() - Method in class org.apache.wicket.util.convert.converter.DateConverter
 
getTargetType() - Method in class org.apache.wicket.util.convert.converter.DoubleConverter
 
getTargetType() - Method in class org.apache.wicket.util.convert.converter.FloatConverter
 
getTargetType() - Method in class org.apache.wicket.util.convert.converter.IntegerConverter
 
getTargetType() - Method in class org.apache.wicket.util.convert.converter.LongConverter
 
getTargetType() - Method in class org.apache.wicket.util.convert.converter.ShortConverter
 
getTargetType() - Method in class org.apache.wicket.util.convert.converter.SqlDateConverter
 
getTargetType() - Method in class org.apache.wicket.util.convert.converter.SqlTimeConverter
 
getTargetType() - Method in class org.apache.wicket.util.convert.converter.SqlTimestampConverter
 
getTargetType() - Method in class org.apache.wicket.util.convert.converter.ZeroPaddingIntegerConverter
 
getTempFile() - Method in class org.apache.wicket.util.upload.DiskFileItem
Creates and returns a File representing a uniquely named temporary file in the configured repository path.
getThreshold() - Method in class org.apache.wicket.util.io.ThresholdingOutputStream
Returns the threshold, in bytes, at which an event will be triggered.
getTime(String) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getTime(String) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves a Time object by key.
getTime(String) - Method in class org.apache.wicket.util.value.ValueMap
 
getTimeFrame() - Method in interface org.apache.wicket.util.time.ITimeFrameSource
Retrieves the current TimeFrame value.
getTimeFrame() - Method in class org.apache.wicket.util.time.TimeFrame
Implementation of ITimeFrameSource that simply returns this TimeFrame.
getTrackCount() - Method in class org.apache.wicket.util.file.FileCleaningTracker
Retrieve the number of files currently being tracked, and therefore awaiting deletion.
getUniqueFilterPath(boolean, FilterConfig) - Method in class org.apache.wicket.util.file.WebXmlFile
Gets unique Wicket filter path via FilterConfig
getUniqueFilterPath(boolean, String, InputStream) - Method in class org.apache.wicket.util.file.WebXmlFile
Gets unique filter path via filter name and InputStream.
getValue() - Method in class org.apache.wicket.util.collections.IntHashMap.Entry
 
getValue() - Method in class org.apache.wicket.util.parse.metapattern.parsers.VariableAssignmentParser
Gets the value part (eg 'bar' in 'foo=bar').
getValue() - Method in class org.apache.wicket.util.string.AppendingStringBuffer
This method returns the internal char array.
getValue(String) - Method in class org.apache.wicket.util.string.interpolator.MapVariableInterpolator
Retrieves a value for a variable name during interpolation.
getValue(String) - Method in class org.apache.wicket.util.string.interpolator.VariableInterpolator
Retrieves a value for a variable name during interpolation.
getValues(Class<? extends EnumeratedType>) - Static method in class org.apache.wicket.util.lang.EnumeratedType
Gets the enumerated type values for a given subclass of EnumeratedType.
getValues() - Method in class org.apache.wicket.util.parse.metapattern.parsers.ListParser
Gets the parsed values.
getVariable() - Method in class org.apache.wicket.util.parse.metapattern.parsers.IntegerVariableAssignmentParser
Gets the variable part (eg the 'x' from 'x = 9').
getVariables() - Method in exception org.apache.wicket.util.convert.ConversionException
Returns the map of variables for this exception.
getVariation() - Method in class org.apache.wicket.util.resource.AbstractResourceStream
 
getVariation() - Method in interface org.apache.wicket.util.resource.IResourceStream
 
getWord() - Method in class org.apache.wicket.util.parse.metapattern.parsers.WordParser
Gets the word including the optional whitespace surrounding the word.
getYear() - Method in class org.apache.wicket.util.time.Time
Retrieves the year field of the current Calendar.
getYear(Calendar) - Method in class org.apache.wicket.util.time.Time
Retrieves the year field of the given Calendar.
gigabytes(long) - Static method in class org.apache.wicket.util.lang.Bytes
Instantiate immutable Bytes value object..
gigabytes(double) - Static method in class org.apache.wicket.util.lang.Bytes
Instantiate immutable Bytes value object..
gigabytes() - Method in class org.apache.wicket.util.lang.Bytes
Gets the byte count in gigabytes.
GMT - Static variable in class org.apache.wicket.util.time.Time
time zone for greenwich mean time
greaterThan(Bytes) - Method in class org.apache.wicket.util.lang.Bytes
Compares this Bytes with another Bytes instance.
greaterThan(int) - Method in class org.apache.wicket.util.value.IntValue
Compares this IntValue with a primitive int value.
greaterThan(IntValue) - Method in class org.apache.wicket.util.value.IntValue
Compares this IntValue with another IntValue.
greaterThan(long) - Method in class org.apache.wicket.util.value.LongValue
Compares this LongValue with a primitive long value.
greaterThan(LongValue) - Method in class org.apache.wicket.util.value.LongValue
Compares this LongValue with another LongValue.
greaterThanOrEqual(long) - Method in class org.apache.wicket.util.value.LongValue
Compares this LongValue with a primitive long value.
greaterThanOrEqual(LongValue) - Method in class org.apache.wicket.util.value.LongValue
Compares this LongValue with another LongValue.
Group - Class in org.apache.wicket.util.parse.metapattern
A Group is a piece of a regular expression (referenced by some Java field or local variable) that forms a "capturing group" within the larger regular expression.
Group(MetaPattern) - Constructor for class org.apache.wicket.util.parse.metapattern.Group
Constructor.
GroupAlreadyBoundException - Exception in org.apache.wicket.util.parse.metapattern
Thrown if an attempt is made to re-bind a Group to a second capturing group or MetaPattern.
GroupAlreadyBoundException() - Constructor for exception org.apache.wicket.util.parse.metapattern.GroupAlreadyBoundException
Constructor.
GroupNotBoundException - Exception in org.apache.wicket.util.parse.metapattern
Thrown if a group is not bound.
GroupNotBoundException() - Constructor for exception org.apache.wicket.util.parse.metapattern.GroupNotBoundException
Constructor.

H

hashCode() - Method in class org.apache.wicket.util.collections.IntHashMap.Entry
 
hashCode(Object...) - Static method in class org.apache.wicket.util.lang.Objects
returns hashcode of the objects by calling obj.hashcode().
hashCode() - Method in class org.apache.wicket.util.lang.PackageName
 
hashCode(long) - Static method in class org.apache.wicket.util.lang.Primitives
Returns a basic integer hash code for a long value.
hashCode() - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Returns a hash code for this AppendingStringBuffer.
hashCode() - Method in class org.apache.wicket.util.string.PrependingStringBuffer
 
hashCode() - Method in class org.apache.wicket.util.string.StringValue
hashCode() - Method in class org.apache.wicket.util.time.TimeFrame
 
hashCode() - Method in class org.apache.wicket.util.value.IntValue
Returns the hash code for this Object.
hashCode() - Method in class org.apache.wicket.util.value.LongValue
Returns the hash code for this Object.
hashCode() - Method in class org.apache.wicket.util.xml.CustomEntityResolver.EntityKey
 
hasNext() - Method in class org.apache.wicket.util.collections.ReverseListIterator
 
hasNext() - Method in interface org.apache.wicket.util.string.IStringIterator
 
hasNext() - Method in interface org.apache.wicket.util.upload.FileItemIterator
Returns, whether another instance of FileItemStream is available.
HEADER_PART_SIZE_MAX - Static variable in class org.apache.wicket.util.upload.MultipartFormInputStream
The maximum length of header-part that will be processed (10 kilobytes = 10240 bytes.).
HEADER_SEPARATOR - Static variable in class org.apache.wicket.util.upload.MultipartFormInputStream
A byte sequence that marks the end of header-part (CRLFCRLF).
HEXADECIMAL_DIGIT - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for hex digit.
HEXADECIMAL_DIGITS - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for hex digits.
hour() - Method in class org.apache.wicket.util.time.TimeOfDay
Retrieves the hour of the day.
hours(double) - Static method in class org.apache.wicket.util.time.Duration
Retrieves the Duration based on hours.
hours(int) - Static method in class org.apache.wicket.util.time.Duration
Retrieves the Duration based on hours.
hours() - Method in class org.apache.wicket.util.time.Duration
Retrieves the number of hours of the current Duration.

I

i - Variable in class org.apache.wicket.util.diff.myers.PathNode
Position in the original sequence.
IChangeListener - Interface in org.apache.wicket.util.listener
Generic "something changed" listener interface.
IClusterable - Interface in org.apache.wicket
Wicket version of Serializable.
ICode - Interface in org.apache.wicket.util.thread
Interface to an arbitrary piece of code that runs and can do logging.
IContextProvider<T,C> - Interface in org.apache.wicket.util
An object that can provide instances of type T depending on context parameter of type C
IConverter<C> - Interface in org.apache.wicket.util.convert
Converts input to output and vice versa.
ICrypt - Interface in org.apache.wicket.util.crypt
Encryption and decryption implementations are accessed through this interface.
ICryptFactory - Interface in org.apache.wicket.util.crypt
Interface used to generate crypt objects
IFileCleaner - Interface in org.apache.wicket.util.file
Keeps track of files awaiting deletion, and deletes them when an associated marker object is reclaimed by the garbage collector.
IFixedLocationResourceStream - Interface in org.apache.wicket.util.resource
Non-dynamic resource streams point to fixed locations, like a file or a url.
IHierarchical<T> - Interface in org.apache.wicket.util
Represents an object that is a part of a hierarchy
IModifiable - Interface in org.apache.wicket.util.watch
Interface to get the last time something was modified.
IModificationWatcher - Interface in org.apache.wicket.util.watch
Monitors one or more IModifiable objects, calling a IChangeListener when a given object's modification time changes.
indexOf(String) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Returns the index within this string of the first occurrence of the specified substring.
indexOf(String, int) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
indexOf(CharSequence, char) - Static method in class org.apache.wicket.util.string.Strings
returns the zero-based index of a character within a char sequence.
init(Chunk, Chunk) - Method in class org.apache.wicket.util.diff.Delta
Initializes the delta with the given chunks from the original and revised texts.
init() - Method in class org.apache.wicket.util.io.XmlReader
Reads and parses markup from a resource such as file.
inputStream() - Method in class org.apache.wicket.util.file.File
 
insert(int, char[], int, int) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Inserts the string representation of a subarray of the str array argument into this string buffer.
insert(int, Object) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Inserts the string representation of the Object argument into this string buffer.
insert(int, String) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Inserts the string into this string buffer.
insert(int, StringBuilder) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Inserts the string into this string buffer.
insert(int, char[]) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Inserts the string representation of the char array argument into this string buffer.
insert(int, boolean) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Inserts the string representation of the boolean argument into this string buffer.
insert(int, char) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Inserts the string representation of the char argument into this string buffer.
insert(int, int) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Inserts the string representation of the second int argument into this string buffer.
insert(int, long) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Inserts the string representation of the long argument into this string buffer.
insert(int, float) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Inserts the string representation of the float argument into this string buffer.
insert(int, double) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Inserts the string representation of the double argument into this string buffer.
insertDelta(Delta) - Method in class org.apache.wicket.util.diff.Revision
Adds a delta to the start of this revision.
INSTANCE - Static variable in class org.apache.wicket.util.convert.converter.BooleanConverter
The singleton instance for a boolean converter
INSTANCE - Static variable in class org.apache.wicket.util.convert.converter.ByteConverter
The singleton instance for a byte converter
INSTANCE - Static variable in class org.apache.wicket.util.convert.converter.CharacterConverter
The singleton instance for a character converter
INSTANCE - Static variable in class org.apache.wicket.util.convert.converter.DoubleConverter
The singleton instance for a double converter
INSTANCE - Static variable in class org.apache.wicket.util.convert.converter.FloatConverter
The singleton instance for a float converter
INSTANCE - Static variable in class org.apache.wicket.util.convert.converter.IntegerConverter
The singleton instance for a integer converter
INSTANCE - Static variable in class org.apache.wicket.util.convert.converter.LongConverter
The singleton instance for a long converter
INSTANCE - Static variable in class org.apache.wicket.util.convert.converter.ShortConverter
The singleton instance for a short converter
INTEGER - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for an integer (of any size).
IntegerConverter - Class in org.apache.wicket.util.convert.converter
Converts from Object to Integer.
IntegerConverter() - Constructor for class org.apache.wicket.util.convert.converter.IntegerConverter
 
IntegerGroup - Class in org.apache.wicket.util.parse.metapattern
A Group that captures integer values (positive and negative whole numbers, not Java ints).
IntegerGroup() - Constructor for class org.apache.wicket.util.parse.metapattern.IntegerGroup
Constructs an IntegerGroup that parses Strings that match the INTEGER pattern in base 10.
IntegerGroup(MetaPattern) - Constructor for class org.apache.wicket.util.parse.metapattern.IntegerGroup
Constructs an IntegerGroup that parses Strings that match the given pattern in base 10.
IntegerGroup(MetaPattern, int) - Constructor for class org.apache.wicket.util.parse.metapattern.IntegerGroup
Constructs an IntegerGroup that parses Strings that match the given pattern in the given radix.
IntegerVariableAssignmentParser - Class in org.apache.wicket.util.parse.metapattern.parsers
Parses integer variable assignments, such as "x = 9" or "x=9".
IntegerVariableAssignmentParser(CharSequence) - Constructor for class org.apache.wicket.util.parse.metapattern.parsers.IntegerVariableAssignmentParser
Construct.
interpolate(String, Map<?, ?>) - Static method in class org.apache.wicket.util.string.interpolator.MapVariableInterpolator
Interpolates a String with the arguments defined in the given Map.
interrupt() - Method in class org.apache.wicket.util.thread.Task
Interrupts the Task as soon as it has the opportunity.
IntHashMap<V> - Class in org.apache.wicket.util.collections
This is an integer hashmap that has the exact same features and interface as a normal Map except that the key is directly an integer.
IntHashMap(int, float) - Constructor for class org.apache.wicket.util.collections.IntHashMap
Constructs an empty HashMap with the specified initial capacity and load factor.
IntHashMap(int) - Constructor for class org.apache.wicket.util.collections.IntHashMap
Constructs an empty HashMap with the specified initial capacity and the default load factor (0.75).
IntHashMap() - Constructor for class org.apache.wicket.util.collections.IntHashMap
Constructs an empty HashMap with the default initial capacity (16) and the default load factor (0.75).
IntHashMap.Entry<V> - Class in org.apache.wicket.util.collections
 
IntValue - Class in org.apache.wicket.util.value
A base class based on the Java int primitive for value classes that want to implement standard operations on that value without the pain of aggregating an Integer object.
IntValue(int) - Constructor for class org.apache.wicket.util.value.IntValue
Constructor.
IOUtils - Class in org.apache.wicket.util.io
General IO Stream manipulation.
IOUtils() - Constructor for class org.apache.wicket.util.io.IOUtils
Instances should NOT be constructed in standard programming.
IProvider<T> - Interface in org.apache.wicket.util
An object that can provide instances of type T
IResourceFinder - Interface in org.apache.wicket.util.file
Knows how to find resources.
IResourcePath - Interface in org.apache.wicket.util.file
Knows how to manage paths and folders, and how to find resources in them.
IResourceStream - Interface in org.apache.wicket.util.resource
Interface to a streamed resource.
isAllowingDuplicates() - Method in class org.apache.wicket.util.listener.ListenerCollection
Whether or not added listeners should be checked for duplicates.
isAllowingNulls() - Method in class org.apache.wicket.util.listener.ListenerCollection
Whether or not to allow nulls in listener collection.
isArrayByteBase64(byte[]) - Static method in class org.apache.wicket.util.crypt.Base64
Tests a given byte array to see if it contains only valid characters within the Base64 alphabet.
isBase64(byte) - Static method in class org.apache.wicket.util.crypt.Base64
Returns whether or not the octet is in the base 64 alphabet.
isBootstrap() - Method in class org.apache.wicket.util.diff.myers.PathNode
Is this a bootstrap node?
isClosed() - Method in interface org.apache.wicket.util.upload.Closeable
Returns, whether the object is already closed.
isClosed() - Method in class org.apache.wicket.util.upload.LimitedInputStream
Returns, whether this stream is already closed.
isClosed() - Method in class org.apache.wicket.util.upload.MultipartFormInputStream.ItemInputStream
Returns, whether the stream is closed.
isContinue() - Method in class org.apache.wicket.util.visit.Visit
Checks if the visit/traversal should continue
isDontGoDeeper() - Method in class org.apache.wicket.util.visit.Visit
Checks if the visit/traversal has been stopped from visiting children of the currently visited object
isEmpty() - Method in class org.apache.wicket.util.collections.ConcurrentHashSet
isEmpty() - Method in class org.apache.wicket.util.collections.IntHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class org.apache.wicket.util.collections.MicroMap
 
isEmpty() - Method in class org.apache.wicket.util.collections.MiniMap
 
isEmpty(CharSequence) - Static method in class org.apache.wicket.util.string.Strings
Checks whether the string is considered empty.
isEmpty() - Method in class org.apache.wicket.util.string.StringValue
Returns whether the text is null or empty
isEmpty() - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
isEqual(Object, Object) - Static method in class org.apache.wicket.util.lang.Objects
Returns true if object1 is equal to object2 in either the sense that they are the same object or, if both are non-null if they are equal in the equals() sense.
isEqual(String, String) - Static method in class org.apache.wicket.util.string.Strings
Checks whether two strings are equals taken care of 'null' values and treating 'null' same as trim(string).equals("")
ISerializer - Interface in org.apache.wicket.serialize
A serializer that can be used to convert an object to byte array and back
isFalse(boolean, String, Object...) - Static method in class org.apache.wicket.util.lang.Args
Check if argument is false
isFormField() - Method in class org.apache.wicket.util.upload.DiskFileItem
Determines whether or not a FileItem instance represents a simple form field.
isFormField() - Method in interface org.apache.wicket.util.upload.FileItem
Determines whether or not a FileItem instance represents a simple form field.
isFormField() - Method in interface org.apache.wicket.util.upload.FileItemStream
Determines whether or not a FileItem instance represents a simple form field.
isFull() - Method in class org.apache.wicket.util.collections.MicroMap
 
isFull() - Method in class org.apache.wicket.util.collections.MiniMap
 
isImmutable() - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
isImmutable() - Method in interface org.apache.wicket.util.value.IValueMap
Returns whether or not this IValueMap is immutable.
isImmutable() - Method in class org.apache.wicket.util.value.ValueMap
 
isInMemory() - Method in class org.apache.wicket.util.io.DeferredFileOutputStream
Determines whether or not the data for this output stream has been retained in memory.
isInMemory() - Method in class org.apache.wicket.util.upload.DiskFileItem
Provides a hint as to whether or not the file contents will be read from memory.
isInMemory() - Method in interface org.apache.wicket.util.upload.FileItem
Provides a hint as to whether or not the file contents will be read from memory.
isLowerCaseNames() - Method in class org.apache.wicket.util.upload.ParameterParser
Returns true if parameter names are to be converted to lower case when name/value pairs are parsed.
isMultipartContent(RequestContext) - Static method in class org.apache.wicket.util.upload.FileUploadBase
Utility method that determines whether the request contains multipart content.
isMultipartContent(HttpServletRequest) - Static method in class org.apache.wicket.util.upload.ServletFileUpload
Utility method that determines whether the request contains multipart content.
isNull() - Method in class org.apache.wicket.util.string.StringValue
Returns whether the text is null.
ISO_8859_1 - Static variable in class org.apache.wicket.util.crypt.CharEncoding
CharEncodingISO Latin Alphabet No.
isSnake() - Method in class org.apache.wicket.util.diff.myers.DiffNode
Is this node a Snake node?
isSnake() - Method in class org.apache.wicket.util.diff.myers.PathNode
Is this node a Snake node?
isSnake() - Method in class org.apache.wicket.util.diff.myers.Snake
Is this node a Snake node?
isStopped() - Method in class org.apache.wicket.util.visit.Visit
Checks if the visit/traversal has been stopped
isThresholdExceeded() - Method in class org.apache.wicket.util.io.ThresholdingOutputStream
Determines whether or not the configured threshold has been exceeded for this output stream.
IStringIterator - Interface in org.apache.wicket.util.string
Typesafe string iterator interface
IStringResourceStream - Interface in org.apache.wicket.util.resource
A resource that can be converted to a String representation, possibly using an explicit Charset.
IStringSequence - Interface in org.apache.wicket.util.string
Typesafe interface to an ordered sequence of strings.
isTrue(boolean, String, Object...) - Static method in class org.apache.wicket.util.lang.Args
Check if argument is true
isTrue(String) - Static method in class org.apache.wicket.util.string.Strings
Converts the text in s to a corresponding boolean.
isUrlSafe() - Method in class org.apache.wicket.util.crypt.Base64
Returns our current encode mode.
iterator() - Method in class org.apache.wicket.util.collections.ConcurrentHashSet
iterator() - Method in class org.apache.wicket.util.collections.ReverseListIterator
 
iterator(Iterator<?>) - Static method in class org.apache.wicket.util.lang.Generics
Silences generics warning when need to cast iterator types
iterator() - Method in class org.apache.wicket.util.listener.ListenerCollection
Returns an iterator that can iterate the listeners.
iterator() - Method in class org.apache.wicket.util.string.AbstractStringList
 
iterator() - Method in interface org.apache.wicket.util.string.IStringSequence
 
iterator() - Method in class org.apache.wicket.util.string.StringList
Returns a typesafe iterator over this collection of strings.
ITimeFrameSource - Interface in org.apache.wicket.util.time
An ITimeFrameSource produces TimeFrame values.
IValueMap - Interface in org.apache.wicket.util.value
A Map interface that holds values, parses Strings, and exposes a variety of convenience methods.
IVisit<R> - Interface in org.apache.wicket.util.visit
Allows visitors to control the visit/traversal
IVisitFilter - Interface in org.apache.wicket.util.visit
A filter that can be used to restrict the types of objects visited by the visitor
IVisitor<T,R> - Interface in org.apache.wicket.util.visit
Generic visitor interface for traversals.

J

j - Variable in class org.apache.wicket.util.diff.myers.PathNode
Position in the revised sequence.
join() - Method in class org.apache.wicket.util.string.AbstractStringList
Joins this sequence of strings using a comma separator.
join(String) - Method in class org.apache.wicket.util.string.AbstractStringList
Joins this sequence of strings using a separator
join(int, int, String) - Method in class org.apache.wicket.util.string.AbstractStringList
Joins this sequence of strings from first index to last using a separator
join(String, List<String>) - Static method in class org.apache.wicket.util.string.Strings
Joins string fragments using the specified separator
join(String, String...) - Static method in class org.apache.wicket.util.string.Strings
Joins string fragments using the specified separator

K

keySet() - Method in class org.apache.wicket.util.collections.IntHashMap
Returns a set view of the keys contained in this map.
keySet() - Method in class org.apache.wicket.util.collections.MicroMap
 
keySet() - Method in class org.apache.wicket.util.collections.MiniMap
 
keySet() - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
kilobytes(long) - Static method in class org.apache.wicket.util.lang.Bytes
Instantiate immutable Bytes value object..
kilobytes(double) - Static method in class org.apache.wicket.util.lang.Bytes
Instantiate immutable Bytes value object..
kilobytes() - Method in class org.apache.wicket.util.lang.Bytes
Gets the byte count in kilobytes.

L

last() - Method in class org.apache.wicket.util.diff.Chunk
Returns the index of the last line of the chunk.
lastIndexOf(String) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Returns the index within this string of the rightmost occurrence of the specified substring.
lastIndexOf(String, int) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Returns the index within this string of the last occurrence of the specified substring.
lastModifiedTime() - Method in class org.apache.wicket.util.file.File
Returns a Time object representing the most recent time this file was modified.
lastModifiedTime() - Method in class org.apache.wicket.util.resource.AbstractResourceStream
 
lastModifiedTime() - Method in class org.apache.wicket.util.resource.AbstractStringResourceStream
 
lastModifiedTime() - Method in class org.apache.wicket.util.resource.FileResourceStream
 
lastModifiedTime() - Method in class org.apache.wicket.util.resource.XSLTResourceStream
Returns always null
lastModifiedTime() - Method in class org.apache.wicket.util.resource.ZipResourceStream
 
lastModifiedTime() - Method in interface org.apache.wicket.util.watch.IModifiable
Gets the last time this modifiable thing changed.
lastPathComponent(String, char) - Static method in class org.apache.wicket.util.string.Strings
Gets the last path component of a path using a given separator.
LazyInitializer<T> - Class in org.apache.wicket.util
An abstraction for lazy-initializing values.
LazyInitializer() - Constructor for class org.apache.wicket.util.LazyInitializer
 
LEFT_CURLY - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for left curly braces.
LEFT_PAREN - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for left paren.
LEFT_SQUARE - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for left square bracket.
length() - Method in class org.apache.wicket.util.resource.AbstractResourceStream
 
length() - Method in class org.apache.wicket.util.resource.AbstractStringResourceStream
 
length() - Method in class org.apache.wicket.util.resource.FileResourceStream
 
length() - Method in interface org.apache.wicket.util.resource.IResourceStream
Gets the size of this resource
length() - Method in class org.apache.wicket.util.resource.XSLTResourceStream
 
length() - Method in class org.apache.wicket.util.resource.ZipResourceStream
 
length() - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Returns the length (character count) of this string buffer.
length() - Method in class org.apache.wicket.util.string.PrependingStringBuffer
Returns the size of this PrependingStringBuffer
lengthInBytes(String, Charset) - Static method in class org.apache.wicket.util.string.Strings
Calculates the length of string in bytes, uses specified charset if provided.
lessThan(int) - Method in class org.apache.wicket.util.value.IntValue
Compares this IntValue with a primitive int value.
lessThan(IntValue) - Method in class org.apache.wicket.util.value.IntValue
Compares this IntValue with another IntValue.
lessThan(long) - Method in class org.apache.wicket.util.value.LongValue
Compares this LongValue with a primitive long value.
lessThan(LongValue) - Method in class org.apache.wicket.util.value.LongValue
Compares this LongValue with another LongValue.
lessThanOrEqual(long) - Method in class org.apache.wicket.util.value.LongValue
Compares this LongValue with a primitive long value.
lessThanOrEqual(LongValue) - Method in class org.apache.wicket.util.value.LongValue
Compares this LongValue with another LongValue.
LF - Static variable in class org.apache.wicket.util.upload.MultipartFormInputStream
The Line Feed ASCII character value.
LimitedInputStream - Class in org.apache.wicket.util.upload
An input stream, which limits its data size.
LimitedInputStream(InputStream, long) - Constructor for class org.apache.wicket.util.upload.LimitedInputStream
Creates a new instance.
LINE_SEPARATOR - Static variable in class org.apache.wicket.util.string.Strings
The line separator for the current platform.
ListenerCollection<T> - Class in org.apache.wicket.util.listener
Represents a collection of listeners.
ListenerCollection() - Constructor for class org.apache.wicket.util.listener.ListenerCollection
 
ListenerCollection.INotifier<T> - Interface in org.apache.wicket.util.listener
Used to notify a listener.
ListParser - Class in org.apache.wicket.util.parse.metapattern.parsers
Parses an arbitrary list format with a pattern for list entries and a pattern for list separators.
ListParser(MetaPattern, MetaPattern, CharSequence) - Constructor for class org.apache.wicket.util.parse.metapattern.parsers.ListParser
Constructs a list parser from an entry MetaPattern, a separator MetaPattern and an input character sequence.
loadFromXml(Properties, InputStream) - Static method in class org.apache.wicket.util.io.Streams
Loads properties from an XML input stream into the provided properties object.
locale - Variable in class org.apache.wicket.util.resource.ResourceUtils.PathLocale
 
locateInputSource() - Method in interface org.apache.wicket.util.xml.CustomEntityResolver.EntityLocator
 
locateInputSource() - Method in class org.apache.wicket.util.xml.CustomEntityResolver.ServletApiEntityLocator
resolve servlet api resource, where e.g.
locationAsString() - Method in class org.apache.wicket.util.resource.FileResourceStream
 
locationAsString() - Method in interface org.apache.wicket.util.resource.IFixedLocationResourceStream
 
Lock - Class in org.apache.wicket.util.thread
Type-safe monitor class to be used in place of Object for readability.
Lock() - Constructor for class org.apache.wicket.util.thread.Lock
 
LongConverter - Class in org.apache.wicket.util.convert.converter
Converts from Object to Long.
LongConverter() - Constructor for class org.apache.wicket.util.convert.converter.LongConverter
 
LongEncoder - Class in org.apache.wicket.util
Encodes long values into the specified alphabet.
longValue(Object) - Static method in class org.apache.wicket.util.lang.Objects
Evaluates the given object as a long integer.
LongValue - Class in org.apache.wicket.util.value
A base class based on the Java long primitive for value classes that want to implement standard operations on that value without the pain of aggregating a Long object.
LongValue(long) - Constructor for class org.apache.wicket.util.value.LongValue
Constructor.

M

makeImmutable() - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
makeImmutable() - Method in interface org.apache.wicket.util.value.IValueMap
Makes this IValueMap immutable by changing the underlying map representation to a Collections.unmodifiableMap.
makeImmutable() - Method in class org.apache.wicket.util.value.ValueMap
 
MapVariableInterpolator - Class in org.apache.wicket.util.string.interpolator
Interpolates variables into a String from a Map.
MapVariableInterpolator(String, Map<?, ?>) - Constructor for class org.apache.wicket.util.string.interpolator.MapVariableInterpolator
Constructor.
MapVariableInterpolator(String, Map<?, ?>, boolean) - Constructor for class org.apache.wicket.util.string.interpolator.MapVariableInterpolator
Constructor.
MaskConverter<C> - Class in org.apache.wicket.util.convert
A converter that takes a mask into account.
MaskConverter(MaskFormatter) - Constructor for class org.apache.wicket.util.convert.MaskConverter
Construct.
MaskConverter(String) - Constructor for class org.apache.wicket.util.convert.MaskConverter
Construct; converts to Strings.
MaskConverter(String, Class<?>) - Constructor for class org.apache.wicket.util.convert.MaskConverter
Construct.
matcher(CharSequence) - Method in class org.apache.wicket.util.parse.metapattern.MetaPattern
Creates a matcher against a given input character sequence.
matcher(CharSequence, int) - Method in class org.apache.wicket.util.parse.metapattern.MetaPattern
Creates a matcher with the given regexp compile flags.
matcher() - Method in class org.apache.wicket.util.parse.metapattern.parsers.MetaPatternParser
Gets the matcher.
matches() - Method in class org.apache.wicket.util.parse.metapattern.parsers.ListParser
Parse the input and add the elements to an internal list to be accessed by
matches() - Method in class org.apache.wicket.util.parse.metapattern.parsers.MetaPatternParser
Whether the matcher matches the pattern.
MAX - Static variable in class org.apache.wicket.util.lang.Bytes
Maximum bytes value
max(T, T) - Static method in class org.apache.wicket.util.value.LongValue
Returns the max of the two long values.
MAX_ENTRIES - Static variable in class org.apache.wicket.util.collections.MicroMap
The maximum number of entries this map supports.
MAXIMUM - Static variable in class org.apache.wicket.util.time.Duration
Constant for maximum duration.
maxNullSafe(T, T) - Static method in class org.apache.wicket.util.value.LongValue
Null-safe version of LongValue.max(T, T).
megabytes(long) - Static method in class org.apache.wicket.util.lang.Bytes
Instantiate immutable Bytes value object..
megabytes(double) - Static method in class org.apache.wicket.util.lang.Bytes
Instantiate immutable Bytes value object..
megabytes() - Method in class org.apache.wicket.util.lang.Bytes
Gets the byte count in megabytes.
MetaPattern - Class in org.apache.wicket.util.parse.metapattern
Useful class for constructing readable and reusable regular expressions.
MetaPattern(String) - Constructor for class org.apache.wicket.util.parse.metapattern.MetaPattern
Constructor for a simple pattern.
MetaPattern(MetaPattern) - Constructor for class org.apache.wicket.util.parse.metapattern.MetaPattern
Copy constructor.
MetaPattern(MetaPattern...) - Constructor for class org.apache.wicket.util.parse.metapattern.MetaPattern
Constructs from an array of MetaPatterns.
MetaPattern(List<MetaPattern>) - Constructor for class org.apache.wicket.util.parse.metapattern.MetaPattern
Constructs from a list of MetaPatterns
MetaPatternParser - Class in org.apache.wicket.util.parse.metapattern.parsers
Base class for various MetaPattern based parsers.
MetaPatternParser(CharSequence) - Constructor for class org.apache.wicket.util.parse.metapattern.parsers.MetaPatternParser
Construct the parser.
MetaPatternParser(MetaPattern, CharSequence) - Constructor for class org.apache.wicket.util.parse.metapattern.parsers.MetaPatternParser
Construct the parser and initialize the matcher with the pattern given.
MicroMap<K,V> - Class in org.apache.wicket.util.collections
An implementation of the java.util.Map interface which can only hold a single object.
MicroMap() - Constructor for class org.apache.wicket.util.collections.MicroMap
Constructor
MicroMap(K, V) - Constructor for class org.apache.wicket.util.collections.MicroMap
Constructs map with a single key and value pair.
MIDNIGHT - Static variable in class org.apache.wicket.util.time.TimeOfDay
Constant for midnight.
militaryTime(int, int, int) - Static method in class org.apache.wicket.util.time.TimeOfDay
Retrieves a TimeOfDay value on a 24-hour clock.
millis(long) - Static method in class org.apache.wicket.util.time.Time
Retrieves a Time instance based on the given milliseconds.
milliseconds(double) - Static method in class org.apache.wicket.util.time.Duration
Retrieves the Duration based on milliseconds.
milliseconds(long) - Static method in class org.apache.wicket.util.time.Duration
Retrieves the Duration based on milliseconds.
MiniMap<K,V> - Class in org.apache.wicket.util.collections
A fixed size map implementation.
MiniMap(int) - Constructor for class org.apache.wicket.util.collections.MiniMap
Constructor
MiniMap(Map<? extends K, ? extends V>, int) - Constructor for class org.apache.wicket.util.collections.MiniMap
Constructor
MINUS - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for minus.
minute() - Method in class org.apache.wicket.util.time.TimeOfDay
Retrieves the minute.
minutes(double) - Static method in class org.apache.wicket.util.time.Duration
Retrieves the Duration based on minutes.
minutes(int) - Static method in class org.apache.wicket.util.time.Duration
Retrieves the Duration based on minutes.
minutes() - Method in class org.apache.wicket.util.time.Duration
Retrieves the number of minutes of the current Duration.
mkdirs(File) - Static method in class org.apache.wicket.util.file.Files
Utility method for creating a directory.
ModificationWatcher - Class in org.apache.wicket.util.watch
Monitors one or more IModifiable objects, calling a IChangeListener when a given object's modification time changes.
ModificationWatcher() - Constructor for class org.apache.wicket.util.watch.ModificationWatcher
Default constructor for two-phase construction.
ModificationWatcher(Duration) - Constructor for class org.apache.wicket.util.watch.ModificationWatcher
Constructor that accepts a Duration argument representing the poll frequency.
MostRecentlyUsedMap<K,V> - Class in org.apache.wicket.util.collections
Holds a map of most recently used items of a given maximum size.
MostRecentlyUsedMap(int) - Constructor for class org.apache.wicket.util.collections.MostRecentlyUsedMap
Constructor
MultiMap<K,V> - Class in org.apache.wicket.util.collections
A simple multimap
MultiMap() - Constructor for class org.apache.wicket.util.collections.MultiMap
Constructor
MultiMap(int, float) - Constructor for class org.apache.wicket.util.collections.MultiMap
Constructor
MultiMap(int) - Constructor for class org.apache.wicket.util.collections.MultiMap
Constructor
MultiMap(Map<? extends K, ? extends List<V>>) - Constructor for class org.apache.wicket.util.collections.MultiMap
Constructor
MULTIPART - Static variable in class org.apache.wicket.util.upload.FileUploadBase
Part of HTTP content type header.
MULTIPART_FORM_DATA - Static variable in class org.apache.wicket.util.upload.FileUploadBase
HTTP content type header for multipart forms.
MULTIPART_MIXED - Static variable in class org.apache.wicket.util.upload.FileUploadBase
HTTP content type header for multiple uploads.
MultipartFormInputStream - Class in org.apache.wicket.util.upload
Low level API for processing file uploads.
MultipartFormInputStream() - Constructor for class org.apache.wicket.util.upload.MultipartFormInputStream
Deprecated. Use #MultipartStream(InputStream, byte[], org.apache.wicket.util.uploadMultipartStream.ProgressNotifier) , or #MultipartStream(InputStream, byte[], int, org.apache.wicket.util.uploadMultipartStream.ProgressNotifier)
MultipartFormInputStream(InputStream, byte[], int) - Constructor for class org.apache.wicket.util.upload.MultipartFormInputStream
Deprecated. Use #MultipartStream(InputStream, byte[], int, org.apache.wicket.util.uploadMultipartStream.ProgressNotifier) .
MultipartFormInputStream.IllegalBoundaryException - Exception in org.apache.wicket.util.upload
Thrown upon attempt of setting an invalid boundary token.
MultipartFormInputStream.IllegalBoundaryException() - Constructor for exception org.apache.wicket.util.upload.MultipartFormInputStream.IllegalBoundaryException
Constructs an IllegalBoundaryException with no detail message.
MultipartFormInputStream.IllegalBoundaryException(String) - Constructor for exception org.apache.wicket.util.upload.MultipartFormInputStream.IllegalBoundaryException
Constructs an IllegalBoundaryException with the specified detail message.
MultipartFormInputStream.ItemInputStream - Class in org.apache.wicket.util.upload
An InputStream for reading an items contents.
MultipartFormInputStream.MalformedStreamException - Exception in org.apache.wicket.util.upload
Thrown to indicate that the input stream fails to follow the required syntax.
MultipartFormInputStream.MalformedStreamException() - Constructor for exception org.apache.wicket.util.upload.MultipartFormInputStream.MalformedStreamException
Constructs a MalformedStreamException with no detail message.
MultipartFormInputStream.MalformedStreamException(String) - Constructor for exception org.apache.wicket.util.upload.MultipartFormInputStream.MalformedStreamException
Constructs an MalformedStreamException with the specified detail message.
MyersDiff - Class in org.apache.wicket.util.diff.myers
A clean-room implementation of Eugene Myers differencing algorithm.
MyersDiff() - Constructor for class org.apache.wicket.util.diff.myers.MyersDiff
Constructs an instance of the Myers differencing algorithm.

N

name(Class<?>) - Static method in class org.apache.wicket.util.lang.Classes
Gets the name of the given class or null if the class is null.
newArrayList(int) - Static method in class org.apache.wicket.util.lang.Generics
Creates a new ArrayList
newArrayList() - Static method in class org.apache.wicket.util.lang.Generics
Creates a new ArrayList
newConcurrentHashMap() - Static method in class org.apache.wicket.util.lang.Generics
Creates a new ConcurrentHashMap
newConcurrentHashMap(int) - Static method in class org.apache.wicket.util.lang.Generics
Creates a new ConcurrentHashMap
newConversionException(String, Object, Locale) - Method in class org.apache.wicket.util.convert.converter.AbstractConverter
Creates a conversion exception for throwing
newCrypt() - Method in class org.apache.wicket.util.crypt.ClassCryptFactory
 
newCrypt() - Method in class org.apache.wicket.util.crypt.CryptFactoryCachingDecorator
 
newCrypt() - Method in interface org.apache.wicket.util.crypt.ICryptFactory
 
newCrypt() - Method in class org.apache.wicket.util.crypt.NoCryptFactory
 
newDelta(Chunk, Chunk) - Static method in class org.apache.wicket.util.diff.Delta
Returns a Delta that corresponds to the given chunks in the original and revised text respectively.
newFileItemHeaders() - Method in class org.apache.wicket.util.upload.FileUploadBase
Creates a new instance of FileItemHeaders.
newHashMap() - Static method in class org.apache.wicket.util.lang.Generics
Creates a new HashMap
newHashMap(int) - Static method in class org.apache.wicket.util.lang.Generics
Creates a new HashMap
newInteger(int, long) - Static method in class org.apache.wicket.util.lang.Objects
Returns a new Number object of an appropriate type to hold the given integer value.
newNumberFormat(Locale) - Method in class org.apache.wicket.util.convert.converter.AbstractDecimalConverter
Creates a new NumberFormat for the given locale.
newString(byte[], String) - Static method in class org.apache.wicket.util.crypt.StringUtils
Constructs a new String by decoding the specified array of bytes using the given charset.
newStringIso8859_1(byte[]) - Static method in class org.apache.wicket.util.crypt.StringUtils
Constructs a new String by decoding the specified array of bytes using the ISO-8859-1 charset.
newStringUsAscii(byte[]) - Static method in class org.apache.wicket.util.crypt.StringUtils
Constructs a new String by decoding the specified array of bytes using the US-ASCII charset.
newStringUtf16(byte[]) - Static method in class org.apache.wicket.util.crypt.StringUtils
Constructs a new String by decoding the specified array of bytes using the UTF-16 charset.
newStringUtf16Be(byte[]) - Static method in class org.apache.wicket.util.crypt.StringUtils
Constructs a new String by decoding the specified array of bytes using the UTF-16BE charset.
newStringUtf16Le(byte[]) - Static method in class org.apache.wicket.util.crypt.StringUtils
Constructs a new String by decoding the specified array of bytes using the UTF-16LE charset.
newStringUtf8(byte[]) - Static method in class org.apache.wicket.util.crypt.StringUtils
Constructs a new String by decoding the specified array of bytes using the UTF-8 charset.
next() - Method in class org.apache.wicket.util.collections.ReverseListIterator
 
next() - Method in interface org.apache.wicket.util.string.IStringIterator
 
next() - Method in class org.apache.wicket.util.time.TimeOfDay
Retrieves the next occurrence of this TimeOfDay in local time.
next(Calendar) - Method in class org.apache.wicket.util.time.TimeOfDay
Retrieves the next occurrence of this TimeOfDay on the given Calendar.
next() - Method in interface org.apache.wicket.util.upload.FileItemIterator
Returns the next available FileItemStream.
NL - Static variable in class org.apache.wicket.util.diff.Diff
The standard line separator.
NoCrypt - Class in org.apache.wicket.util.crypt
Due to legal reasons in some countries the JRE is shipped without a security provider.
NoCrypt() - Constructor for class org.apache.wicket.util.crypt.NoCrypt
Constructor
NoCryptFactory - Class in org.apache.wicket.util.crypt
Crypt factory implementation for noop NoCrypt class
NoCryptFactory() - Constructor for class org.apache.wicket.util.crypt.NoCryptFactory
Construct.
NON_WORD - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for non-word.
NONE - Static variable in class org.apache.wicket.util.time.Duration
Constant for no duration.
NOON - Static variable in class org.apache.wicket.util.time.TimeOfDay
Constant for noon.
NORMAL - Static variable in class org.apache.wicket.util.file.FileDeleteStrategy
The singleton instance for normal file deletion, which does not permit the deletion of directories that are not empty.
notEmpty(T, String) - Static method in class org.apache.wicket.util.lang.Args
Checks argument is not empty (not null and has a non-whitespace character)
notEmpty(String, String, Object...) - Static method in class org.apache.wicket.util.lang.Checks
Checks argument is not empty (not null and has a non-whitespace character)
notEmptyShort(String, String) - Static method in class org.apache.wicket.util.lang.Checks
Checks argument is not empty (not null and has a non-whitespace character)
notify(T) - Method in interface org.apache.wicket.util.listener.ListenerCollection.INotifier
 
notify(ListenerCollection.INotifier<T>) - Method in class org.apache.wicket.util.listener.ListenerCollection
Notifies each listener in this
notifyIgnoringExceptions(ListenerCollection.INotifier<T>) - Method in class org.apache.wicket.util.listener.ListenerCollection
Notifies each listener in this set ignoring exceptions.
notifyListener(IChangeListener) - Method in class org.apache.wicket.util.listener.ChangeListenerSet
 
notifyListeners() - Method in class org.apache.wicket.util.listener.ChangeListenerSet
 
notNull(T, String) - Static method in class org.apache.wicket.util.lang.Args
Checks argument is not null
notNull(Object, String, Object...) - Static method in class org.apache.wicket.util.lang.Checks
Checks value is not null
notNullShort(Object, String) - Static method in class org.apache.wicket.util.lang.Checks
Checks value is not null
now() - Static method in class org.apache.wicket.util.time.Time
Retrieves a Time instance based on the current time.
now() - Static method in class org.apache.wicket.util.time.TimeOfDay
Retrieves the TimeOfDay representing 'now'.
now(Calendar) - Static method in class org.apache.wicket.util.time.TimeOfDay
Retrieves the TimeOfDay representing 'now' on the given Calendar.
NullProvider<T> - Class in org.apache.wicket.util
Provider that provides nulls.
NullProvider() - Constructor for class org.apache.wicket.util.NullProvider
 

O

Objects - Class in org.apache.wicket.util.lang
Object utilities.
of(Class<T>) - Static method in class org.apache.wicket.util.ClassProvider
Creates a provider for the specified class
of(T) - Static method in class org.apache.wicket.util.ValueProvider
Creates a provider for the specified value
onChange() - Method in interface org.apache.wicket.util.listener.IChangeListener
Client method that is called to indicate that something changed.
ONE_DAY - Static variable in class org.apache.wicket.util.time.Duration
Constant for one day.
ONE_HOUR - Static variable in class org.apache.wicket.util.time.Duration
Constant for one hour.
ONE_MINUTE - Static variable in class org.apache.wicket.util.time.Duration
Constant for on minute.
ONE_SECOND - Static variable in class org.apache.wicket.util.time.Duration
Constant for one second.
ONE_WEEK - Static variable in class org.apache.wicket.util.time.Duration
Constant for one week.
openStream() - Method in interface org.apache.wicket.util.upload.FileItemStream
Creates an InputStream, which allows to read the items contents.
OPTIONAL_STRING - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for an optional string.
OPTIONAL_WHITESPACE - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for optional whitespace.
OPTIONAL_WORD - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for an optional word.
OptionalMetaPattern - Class in org.apache.wicket.util.parse.metapattern
Makes any MetaPattern optional by enclosing the pattern in an optionality expression.
OptionalMetaPattern(String) - Constructor for class org.apache.wicket.util.parse.metapattern.OptionalMetaPattern
Constructor
OptionalMetaPattern(MetaPattern) - Constructor for class org.apache.wicket.util.parse.metapattern.OptionalMetaPattern
Constructor
OptionalMetaPattern(List<MetaPattern>) - Constructor for class org.apache.wicket.util.parse.metapattern.OptionalMetaPattern
Constructor
OptionalMetaPattern(MetaPattern[]) - Constructor for class org.apache.wicket.util.parse.metapattern.OptionalMetaPattern
Constructor
org.apache.wicket - package org.apache.wicket
 
org.apache.wicket.serialize - package org.apache.wicket.serialize
 
org.apache.wicket.util - package org.apache.wicket.util
 
org.apache.wicket.util.collections - package org.apache.wicket.util.collections
Useful collections.
org.apache.wicket.util.convert - package org.apache.wicket.util.convert
Conversion support.
org.apache.wicket.util.convert.converter - package org.apache.wicket.util.convert.converter
Default converter implementations.
org.apache.wicket.util.crypt - package org.apache.wicket.util.crypt
Encryption support for forms.
org.apache.wicket.util.diff - package org.apache.wicket.util.diff
The diff package implements the differencing engine that JRCS uses.
org.apache.wicket.util.diff.myers - package org.apache.wicket.util.diff.myers
The diff.myers package implements Gene Myers' differencing algorithm.
org.apache.wicket.util.file - package org.apache.wicket.util.file
File utilities.
org.apache.wicket.util.io - package org.apache.wicket.util.io
Input/Output utilities.
org.apache.wicket.util.lang - package org.apache.wicket.util.lang
 
org.apache.wicket.util.listener - package org.apache.wicket.util.listener
Listener/ Observer utilities.
org.apache.wicket.util.parse.metapattern - package org.apache.wicket.util.parse.metapattern
Regular Expressions meta pattern support.
org.apache.wicket.util.parse.metapattern.parsers - package org.apache.wicket.util.parse.metapattern.parsers
Regular Expressions meta pattern parsers.
org.apache.wicket.util.resource - package org.apache.wicket.util.resource
Base support for resources.
org.apache.wicket.util.string - package org.apache.wicket.util.string
String utilities.
org.apache.wicket.util.string.interpolator - package org.apache.wicket.util.string.interpolator
Support for String-variable interpolation.
org.apache.wicket.util.thread - package org.apache.wicket.util.thread
Threading utilities.
org.apache.wicket.util.time - package org.apache.wicket.util.time
Utilities for working with Time(s).
org.apache.wicket.util.upload - package org.apache.wicket.util.upload
Protocol independent upload utilities.
org.apache.wicket.util.value - package org.apache.wicket.util.value
This package provides casting utilities.
org.apache.wicket.util.visit - package org.apache.wicket.util.visit
 
org.apache.wicket.util.watch - package org.apache.wicket.util.watch
This package provides modification watchers.
org.apache.wicket.util.xml - package org.apache.wicket.util.xml
 
orig - Variable in class org.apache.wicket.util.diff.Diff
The original sequence.
original - Variable in class org.apache.wicket.util.diff.Delta
 
outputStream() - Method in class org.apache.wicket.util.file.File
Creates a buffered output stream that writes to this file.
overlaps(TimeFrame) - Method in class org.apache.wicket.util.time.TimeFrame
Determines if two TimeFrames overlap.

P

PackageName - Class in org.apache.wicket.util.lang
A type-safe package name class since Package is unreliable (it's not a Package object, but rather a sometimes-available holder for versioning information).
Packages - Class in org.apache.wicket.util.lang
Utilities for dealing with packages.
ParameterParser - Class in org.apache.wicket.util.upload
A simple parser intended to parse sequences of name/value pairs.
ParameterParser() - Constructor for class org.apache.wicket.util.upload.ParameterParser
Default ParameterParser constructor.
parent(String) - Static method in class org.apache.wicket.util.lang.Packages
Gets the parent package name.
parse(Format, Object, Locale) - Method in class org.apache.wicket.util.convert.converter.AbstractConverter
Parses a value using one of the java.util.text format classes.
parse(Object, double, double, Locale) - Method in class org.apache.wicket.util.convert.converter.AbstractNumberConverter
Parses a value as a String and returns a Number.
parse(String, char[]) - Method in class org.apache.wicket.util.upload.ParameterParser
Extracts a map of name/value pairs from the given string.
parse(String, char) - Method in class org.apache.wicket.util.upload.ParameterParser
Extracts a map of name/value pairs from the given string.
parse(char[], char) - Method in class org.apache.wicket.util.upload.ParameterParser
Extracts a map of name/value pairs from the given array of characters.
parse(char[], int, int, char) - Method in class org.apache.wicket.util.upload.ParameterParser
Extracts a map of name/value pairs from the given array of characters.
parseDate(Calendar, String) - Static method in class org.apache.wicket.util.time.Time
Retrieves a Time instance by parsing 'yyyy.MM.dd' format.
parseDate(String) - Static method in class org.apache.wicket.util.time.Time
Retrieves a Time instance by parsing 'yyyy.MM.dd' format using a local time Calendar.
parseRequest(RequestContext) - Method in class org.apache.wicket.util.upload.FileUploadBase
Processes an RFC 1867 compliant multipart/form-data stream.
parseRequest(HttpServletRequest) - Method in class org.apache.wicket.util.upload.ServletFileUpload
Processes an RFC 1867 compliant multipart/form-data stream.
patch(List<Object>) - Method in class org.apache.wicket.util.diff.Delta
Applies this delta as a patch to the given text.
patch(Object[]) - Method in class org.apache.wicket.util.diff.Revision
Applies the series of deltas in this revision as patches to the given text.
PatchFailedException - Exception in org.apache.wicket.util.diff
Thrown whenever a delta cannot be applied as a patch to a given text.
PatchFailedException() - Constructor for exception org.apache.wicket.util.diff.PatchFailedException
Construct.
PatchFailedException(String) - Constructor for exception org.apache.wicket.util.diff.PatchFailedException
Construct.
Path - Class in org.apache.wicket.util.file
Maintains a list of folders as a path.
Path() - Constructor for class org.apache.wicket.util.file.Path
Constructor
Path(Folder) - Constructor for class org.apache.wicket.util.file.Path
Constructor
Path(Folder[]) - Constructor for class org.apache.wicket.util.file.Path
Constructor
path - Variable in class org.apache.wicket.util.resource.ResourceUtils.PathLocale
 
PathNode - Class in org.apache.wicket.util.diff.myers
A node in a diffpath.
PathNode(int, int, PathNode) - Constructor for class org.apache.wicket.util.diff.myers.PathNode
Concatenates a new path node with an existing diffpath.
pattern() - Method in class org.apache.wicket.util.parse.metapattern.MetaPattern
Gets the regular expression Pattern for this MetaPattern by compiling it.
pattern(int) - Method in class org.apache.wicket.util.parse.metapattern.MetaPattern
Gets the regular expression Pattern for this MetaPattern by compiling it using the given flags.
peek() - Method in class org.apache.wicket.util.collections.ArrayListStack
Looks at the object at the top of this stack without removing it.
PERCENT - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for percent.
PERL_INTERPOLATION - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for perl interpolation.
PIPE - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for pipe.
PLUS - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for plus.
PM - Static variable in class org.apache.wicket.util.time.TimeOfDay
Constant for PM time.
pop() - Method in class org.apache.wicket.util.collections.ArrayListStack
Removes the object at the top of this stack and returns that object.
POSITIVE_INTEGER - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for a positive integer.
POUND_SIGN - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for pound.
prepend(CharSequence) - Method in class org.apache.wicket.util.resource.StringBufferResourceStream
Prepends to this string buffer resource
prepend(char) - Method in class org.apache.wicket.util.string.PrependingStringBuffer
Prepends one char to this PrependingStringBuffer
prepend(String) - Method in class org.apache.wicket.util.string.PrependingStringBuffer
Prepends the string to this PrependingStringBuffer
prepend(String) - Method in class org.apache.wicket.util.string.StringList
Adds the given string to the front of the list.
PrependingStringBuffer - Class in org.apache.wicket.util.string
This is a prepending stringbuffer optimized for constantly prepending strings to the front of the buffer.
PrependingStringBuffer() - Constructor for class org.apache.wicket.util.string.PrependingStringBuffer
Default constructor, the internal initial buffer size will be 16
PrependingStringBuffer(int) - Constructor for class org.apache.wicket.util.string.PrependingStringBuffer
Constructs this PrependingStringBuffer with the given buffer size.
PrependingStringBuffer(String) - Constructor for class org.apache.wicket.util.string.PrependingStringBuffer
Constructs and direct inserts the given string.
prev - Variable in class org.apache.wicket.util.diff.myers.PathNode
The previous node in the path.
previousSnake() - Method in class org.apache.wicket.util.diff.myers.PathNode
Skips sequences of DiffNodes until a Snake or bootstrap node is found, or the end of the path is reached.
Primitives - Class in org.apache.wicket.util.lang
Utilities for working with primitives types and values.
Primitives() - Constructor for class org.apache.wicket.util.lang.Primitives
 
printStackTrace(PrintStream) - Method in exception org.apache.wicket.util.upload.FileUploadException
Prints this throwable and its backtrace to the specified print stream.
printStackTrace(PrintWriter) - Method in exception org.apache.wicket.util.upload.FileUploadException
Prints this throwable and its backtrace to the specified print writer.
ProgressListener - Interface in org.apache.wicket.util.upload
The ProgressListener may be used to display a progress bar or do stuff like that.
push(T) - Method in class org.apache.wicket.util.collections.ArrayListStack
Pushes an item onto the top of this stack.
put(Class<?>, T) - Method in class org.apache.wicket.util.collections.ClassMetaCache
Puts value into cache
put(int, V) - Method in class org.apache.wicket.util.collections.IntHashMap
Associates the specified value with the specified key in this map.
put(K, V) - Method in class org.apache.wicket.util.collections.MicroMap
 
put(K, V) - Method in class org.apache.wicket.util.collections.MiniMap
 
put(ITimeFrameSource, Object) - Method in class org.apache.wicket.util.time.TimeMap
Associates an Object with a dynamic TimeFrame.
put(String, Object) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
put(String, Object) - Method in class org.apache.wicket.util.value.ValueMap
 
put(CustomEntityResolver.EntityKey, CustomEntityResolver.EntityLocator) - Method in class org.apache.wicket.util.xml.CustomEntityResolver
add custom entity resolver
putAll(IntHashMap<V>) - Method in class org.apache.wicket.util.collections.IntHashMap
Copies all of the mappings from the specified map to this map These mappings will replace any mappings that this map had for any of the keys currently in the specified map.
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.wicket.util.collections.MicroMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.wicket.util.collections.MiniMap
 
putAll(Map<? extends String, ?>) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
putAll(Map<? extends String, ?>) - Method in class org.apache.wicket.util.value.ValueMap
 

R

raiseError(long, long) - Method in class org.apache.wicket.util.upload.LimitedInputStream
Called to indicate, that the input streams limit has been exceeded.
randomEdit(Object[]) - Static method in class org.apache.wicket.util.diff.Diff
Performs random edits on the input sequence.
randomEdit(Object[], long) - Static method in class org.apache.wicket.util.diff.Diff
Performs random edits on the input sequence.
randomSequence(int) - Static method in class org.apache.wicket.util.diff.Diff
Generate a random sequence of the given size.
randomSequence(int, long) - Static method in class org.apache.wicket.util.diff.Diff
Generate a random sequence of the given size.
rangeString() - Method in class org.apache.wicket.util.diff.Chunk
Provide a string representation of the numeric range of this chunk.
rangeString(StringBuilder) - Method in class org.apache.wicket.util.diff.Chunk
Provide a string representation of the numeric range of this chunk.
rangeString(StringBuilder, String) - Method in class org.apache.wicket.util.diff.Chunk
Provide a string representation of the numeric range of this chunk.
RCS_EOL - Static variable in class org.apache.wicket.util.diff.Diff
The line separator to use in RCS format output.
rcsfrom() - Method in class org.apache.wicket.util.diff.Chunk
Returns the from index of the chunk in RCS terms.
rcsto() - Method in class org.apache.wicket.util.diff.Chunk
Returns the to index of the chunk in RCS terms.
read(char[], int, int) - Method in class org.apache.wicket.util.io.XmlReader
 
read() - Method in class org.apache.wicket.util.upload.LimitedInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class org.apache.wicket.util.upload.LimitedInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class org.apache.wicket.util.upload.MultipartFormInputStream.ItemInputStream
Returns the next byte in the stream.
read(byte[], int, int) - Method in class org.apache.wicket.util.upload.MultipartFormInputStream.ItemInputStream
Reads bytes into the given buffer.
readBodyData(OutputStream) - Method in class org.apache.wicket.util.upload.MultipartFormInputStream
Reads body-data from the current encapsulation and writes its contents into the output Stream.
readBoundary() - Method in class org.apache.wicket.util.upload.MultipartFormInputStream
Skips a boundary token, and checks whether more encapsulations are contained in the stream.
readByte() - Method in class org.apache.wicket.util.upload.MultipartFormInputStream
Reads a byte from the buffer, and refills it as necessary.
readBytes(File) - Static method in class org.apache.wicket.util.file.Files
read binary file fully
readHeaders() - Method in class org.apache.wicket.util.upload.MultipartFormInputStream
Reads the header-part of the current encapsulation.
readObject() - Method in class org.apache.wicket.util.file.File
 
ReadOnlyIterator<T> - Class in org.apache.wicket.util.collections
Base class for read-only iterators.
ReadOnlyIterator() - Constructor for class org.apache.wicket.util.collections.ReadOnlyIterator
 
readResolve() - Method in class org.apache.wicket.util.lang.EnumeratedType
Method to ensure that == works after deserialization
readString() - Method in class org.apache.wicket.util.file.File
 
readString(InputStream) - Static method in class org.apache.wicket.util.io.Streams
Reads a stream as a string.
readString(InputStream, CharSequence) - Static method in class org.apache.wicket.util.io.Streams
Reads a string using a character encoding.
readString(Reader) - Static method in class org.apache.wicket.util.io.Streams
Reads all input from a reader into a string.
relativeClass(Class<?>, String) - Static method in class org.apache.wicket.util.lang.Classes
Takes a Class and a relative path to a class and returns any class at that relative path.
remove(Object) - Method in class org.apache.wicket.util.collections.ConcurrentHashSet
remove(int) - Method in class org.apache.wicket.util.collections.IntHashMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class org.apache.wicket.util.collections.MicroMap
 
remove(Object) - Method in class org.apache.wicket.util.collections.MiniMap
 
remove() - Method in class org.apache.wicket.util.collections.ReadOnlyIterator
 
remove() - Method in class org.apache.wicket.util.collections.ReverseListIterator
 
remove() - Method in class org.apache.wicket.util.file.File
 
remove(File) - Static method in class org.apache.wicket.util.file.Files
Deletes a normal file.
remove() - Method in class org.apache.wicket.util.file.Folder
Removes this folder and everything in it, recursively.
remove(T) - Method in class org.apache.wicket.util.listener.ListenerCollection
Removes a listener from this set.
remove(int) - Method in class org.apache.wicket.util.string.StringList
Removes the string at the given index.
remove(Object) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
remove(Object) - Method in class org.apache.wicket.util.value.ValueMap
 
remove(IModifiable) - Method in interface org.apache.wicket.util.watch.IModificationWatcher
Removes all entries associated with an IModifiable object.
remove(IModifiable) - Method in class org.apache.wicket.util.watch.ModificationWatcher
 
removeAsync(File, IFileCleaner) - Static method in class org.apache.wicket.util.file.Files
Schedules a file for removal asynchronously.
removedValue - Variable in class org.apache.wicket.util.collections.MostRecentlyUsedMap
Value most recently removed from map
removeEldestEntry(Map.Entry<K, V>) - Method in class org.apache.wicket.util.collections.MostRecentlyUsedMap
 
removeFiles() - Method in class org.apache.wicket.util.file.Folder
Removes all the files in this folder.
removeFolder(File) - Static method in class org.apache.wicket.util.file.Files
Deletes a folder by recursively removing the files and folders inside it.
removeFolderAsync(File, IFileCleaner) - Static method in class org.apache.wicket.util.file.Files
Schedules a folder and all files inside it for asynchronous removal.
removeLast() - Method in class org.apache.wicket.util.string.StringList
Removes the last string in this list.
removeValue(K, V) - Method in class org.apache.wicket.util.collections.MultiMap
Removes value from the specified key
repeat(int, String) - Static method in class org.apache.wicket.util.string.StringList
Returns a list of a string repeated a given number of times.
repeat(int, char) - Static method in class org.apache.wicket.util.string.StringValue
 
repeat(int, String) - Static method in class org.apache.wicket.util.string.StringValue
 
replace(int, int, String) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Replaces the characters in a substring of this AppendingStringBuffer with characters in the specified String.
replaceAll(CharSequence, CharSequence, CharSequence) - Static method in class org.apache.wicket.util.string.Strings
Replace all occurrences of one string replaceWith another string.
replaceAll(CharSequence, CharSequence) - Method in class org.apache.wicket.util.string.StringValue
Replaces on this text.
replaceHtmlEscapeNumber(String) - Static method in class org.apache.wicket.util.string.Strings
Replace HTML numbers like 值 by the appropriate character.
replaceValues(K, V) - Method in class org.apache.wicket.util.collections.MultiMap
Replaces all existing values with the specified value.
RequestContext - Interface in org.apache.wicket.util.upload
Abstracts access to the request information needed for file uploads.
reset() - Method in class org.apache.wicket.util.io.ByteArrayOutputStream
 
reset() - Method in class org.apache.wicket.util.io.StringBufferWriter
resets the buffer.
resolveEntity(String, String) - Method in class org.apache.wicket.util.xml.CustomEntityResolver
 
resolveScope(Class<?>) - Static method in class org.apache.wicket.util.lang.Packages
Resolve scope for the given class by extracting it's package name and converting all dots to slashes.
ResourceStreamNotFoundException - Exception in org.apache.wicket.util.resource
Thrown if a required resource cannot be found.
ResourceStreamNotFoundException() - Constructor for exception org.apache.wicket.util.resource.ResourceStreamNotFoundException
Constructor
ResourceStreamNotFoundException(String) - Constructor for exception org.apache.wicket.util.resource.ResourceStreamNotFoundException
Constructor
ResourceStreamNotFoundException(Throwable) - Constructor for exception org.apache.wicket.util.resource.ResourceStreamNotFoundException
Constructor
ResourceStreamNotFoundException(String, Throwable) - Constructor for exception org.apache.wicket.util.resource.ResourceStreamNotFoundException
Constructor
ResourceUtils - Class in org.apache.wicket.util.resource
 
ResourceUtils.PathLocale - Class in org.apache.wicket.util.resource
 
ResourceUtils.PathLocale(String, Locale) - Constructor for class org.apache.wicket.util.resource.ResourceUtils.PathLocale
 
reversedNotify(ListenerCollection.INotifier<T>) - Method in class org.apache.wicket.util.listener.ListenerCollection
Notifies each listener in this in reversed order
ReverseListIterator<E> - Class in org.apache.wicket.util.collections
An iterator over List which goes from the end to the start
ReverseListIterator(List<E>) - Constructor for class org.apache.wicket.util.collections.ReverseListIterator
Construct.
revised - Variable in class org.apache.wicket.util.diff.Delta
 
Revision - Class in org.apache.wicket.util.diff
A Revision holds the series of deltas that describe the differences between two sequences.
Revision() - Constructor for class org.apache.wicket.util.diff.Revision
Creates an empty Revision.
RevisionVisitor - Interface in org.apache.wicket.util.diff
Definition of a Visitor interface for Revisions See "Design Patterns" by the Gang of Four
RIGHT_CURLY - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for right curly braces.
RIGHT_PAREN - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for right paren.
RIGHT_SQUARE - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for right square bracket.
run(Logger) - Method in interface org.apache.wicket.util.thread.ICode
Override this method to provide the code to run as a Task.
run(Duration, ICode) - Method in class org.apache.wicket.util.thread.Task
Runs this Task at the given frequency.

S

search(T) - Method in class org.apache.wicket.util.collections.ArrayListStack
Returns the 1-based position where an object is on this stack.
second() - Method in class org.apache.wicket.util.time.TimeOfDay
Retrieves the second.
seconds(double) - Static method in class org.apache.wicket.util.time.Duration
Retrieves the Duration based on seconds.
seconds(int) - Static method in class org.apache.wicket.util.time.Duration
Retrieves the Duration based on seconds.
seconds() - Method in class org.apache.wicket.util.time.Duration
Retrieves the number of seconds of the current Duration.
SEMICOLON - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for semicolon.
serialize(Object) - Method in interface org.apache.wicket.serialize.ISerializer
Converts the object to byte array
ServletFileUpload - Class in org.apache.wicket.util.upload
High level API for processing file uploads.
ServletFileUpload() - Constructor for class org.apache.wicket.util.upload.ServletFileUpload
Constructs an uninitialised instance of this class.
ServletFileUpload(FileItemFactory) - Constructor for class org.apache.wicket.util.upload.ServletFileUpload
Constructs an instance of this class which uses the supplied factory to create FileItem instances.
ServletRequestContext - Class in org.apache.wicket.util.upload
Provides access to the request information needed for a request made to an HTTP servlet.
ServletRequestContext(HttpServletRequest) - Constructor for class org.apache.wicket.util.upload.ServletRequestContext
Construct a context for this request.
setBoundary(byte[]) - Method in class org.apache.wicket.util.upload.MultipartFormInputStream
Changes the boundary token used for partitioning the stream.
setCharAt(int, char) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
The character at the specified index of this string buffer is set to ch.
setCharset(Charset) - Method in class org.apache.wicket.util.resource.AbstractStringResourceStream
Sets the character set used for reading this resource.
setCharset(Charset) - Method in interface org.apache.wicket.util.resource.IStringResourceStream
Sets the character set used for converting this resource to a String.
setConverter(IConverter<?>) - Method in exception org.apache.wicket.util.convert.ConversionException
Sets the used converter.
setDaemon(boolean) - Method in class org.apache.wicket.util.thread.Task
Sets daemon or not.
setFieldName(String) - Method in class org.apache.wicket.util.upload.DiskFileItem
Sets the field name used to reference this file item.
setFieldName(String) - Method in interface org.apache.wicket.util.upload.FileItem
Sets the field name used to reference this file item.
setFileItemFactory(FileItemFactory) - Method in class org.apache.wicket.util.upload.FileUpload
Sets the factory class to use when creating file items.
setFileItemFactory(FileItemFactory) - Method in class org.apache.wicket.util.upload.FileUploadBase
Sets the factory class to use when creating file items.
setFileSizeMax(long) - Method in class org.apache.wicket.util.upload.FileUploadBase
Sets the maximum allowed size of a single uploaded file, as opposed to FileUploadBase.getSizeMax().
setFormat(Format) - Method in exception org.apache.wicket.util.convert.ConversionException
Sets the used format.
setFormField(boolean) - Method in class org.apache.wicket.util.upload.DiskFileItem
Specifies whether or not a FileItem instance represents a simple form field.
setFormField(boolean) - Method in interface org.apache.wicket.util.upload.FileItem
Specifies whether or not a FileItem instance represents a simple form field.
setHeaderEncoding(String) - Method in class org.apache.wicket.util.upload.FileUploadBase
Specifies the character encoding to be used when reading the headers of individual part.
setHeaderEncoding(String) - Method in class org.apache.wicket.util.upload.MultipartFormInputStream
Specifies the character encoding to be used when reading the headers of individual parts.
setHeaders(FileItemHeaders) - Method in class org.apache.wicket.util.upload.DiskFileItem
Sets the file item headers.
setHeaders(FileItemHeaders) - Method in interface org.apache.wicket.util.upload.FileItemHeadersSupport
Sets the headers read from within an item.
setKey(String) - Method in class org.apache.wicket.util.crypt.AbstractCrypt
Set encryption private key
setKey(String) - Method in interface org.apache.wicket.util.crypt.ICrypt
Sets private encryption key.
setKey(String) - Method in class org.apache.wicket.util.crypt.NoCrypt
Set encryption private key
setLastModified(Time) - Method in class org.apache.wicket.util.resource.AbstractStringResourceStream
 
setLength(int) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Sets the length of this String buffer.
setLocale(Locale) - Method in exception org.apache.wicket.util.convert.ConversionException
Sets the used locale.
setLocale(Locale) - Method in class org.apache.wicket.util.resource.AbstractResourceStream
 
setLocale(Locale) - Method in interface org.apache.wicket.util.resource.IResourceStream
This method shouldn't be used from the outside.
setLog(Logger) - Method in class org.apache.wicket.util.thread.Task
Sets log for user code to log to when task runs.
setLowerCaseNames(boolean) - Method in class org.apache.wicket.util.upload.ParameterParser
Sets the flag if parameter names are to be converted to lower case when name/value pairs are parsed.
setNumberFormat(Locale, NumberFormat) - Method in class org.apache.wicket.util.convert.converter.AbstractDecimalConverter
 
setPattern(MetaPattern) - Method in class org.apache.wicket.util.parse.metapattern.parsers.MetaPatternParser
 
setPosition(int) - Method in class org.apache.wicket.util.io.FullyBufferedReader
Position the reader at the index provided.
setPositionMarker(int) - Method in class org.apache.wicket.util.io.FullyBufferedReader
Remember the current position in markup
setPriority(int) - Method in class org.apache.wicket.util.thread.Task
Sets the priority of the thread
setProgressListener(ProgressListener) - Method in class org.apache.wicket.util.upload.FileUploadBase
Sets the progress listener.
setRepository(File) - Method in class org.apache.wicket.util.upload.DiskFileItemFactory
Sets the directory used to temporarily store files that are larger than the configured size threshold.
setResourceKey(String) - Method in exception org.apache.wicket.util.convert.ConversionException
Set the resource key for the message that should be displayed.
setSizeMax(long) - Method in class org.apache.wicket.util.upload.FileUploadBase
Sets the maximum allowed size of a complete request, as opposed to FileUploadBase.setFileSizeMax(long).
setSizeThreshold(int) - Method in class org.apache.wicket.util.upload.DiskFileItemFactory
Sets the size threshold beyond which files are written directly to disk.
setSourceValue(Object) - Method in exception org.apache.wicket.util.convert.ConversionException
Sets the tried value.
setStartTime(Time) - Method in class org.apache.wicket.util.thread.Task
Sets start time for this task.
setStringBuffer(AppendingStringBuffer) - Method in class org.apache.wicket.util.io.StringBufferWriter
 
setStyle(String) - Method in class org.apache.wicket.util.resource.AbstractResourceStream
 
setStyle(String) - Method in interface org.apache.wicket.util.resource.IResourceStream
This method shouldn't be used from the outside.
setTargetType(Class<?>) - Method in exception org.apache.wicket.util.convert.ConversionException
Sets the target property type.
setValue(V) - Method in class org.apache.wicket.util.collections.IntHashMap.Entry
 
setVariable(String, Object) - Method in exception org.apache.wicket.util.convert.ConversionException
Sets a variable that will be used in substitution
setVariables(Map<?, ?>) - Method in class org.apache.wicket.util.string.interpolator.MapVariableInterpolator
Sets the Map of variables.
setVariation(String) - Method in class org.apache.wicket.util.resource.AbstractResourceStream
 
setVariation(String) - Method in interface org.apache.wicket.util.resource.IResourceStream
This method shouldn't be used from the outside.
ShortConverter - Class in org.apache.wicket.util.convert.converter
Converts from Object to Short.
ShortConverter() - Constructor for class org.apache.wicket.util.convert.converter.ShortConverter
 
shuffle(Object[]) - Static method in class org.apache.wicket.util.diff.Diff
Shuffles around the items in the input sequence.
shuffle(Object[], long) - Static method in class org.apache.wicket.util.diff.Diff
Shuffles around the items in the input sequence.
simpleName(Class<C>) - Static method in class org.apache.wicket.util.lang.Classes
Gets the name of a given class without the prefixed package path
size() - Method in class org.apache.wicket.util.collections.ConcurrentHashSet
size() - Method in class org.apache.wicket.util.collections.IntHashMap
Returns the number of key-value mappings in this map.
size() - Method in class org.apache.wicket.util.collections.MicroMap
 
size() - Method in class org.apache.wicket.util.collections.MiniMap
 
size() - Method in class org.apache.wicket.util.diff.Chunk
Returns the size of the chunk.
size() - Method in class org.apache.wicket.util.diff.Revision
Returns the number of deltas in this revision.
size() - Method in class org.apache.wicket.util.file.Path
 
size() - Method in class org.apache.wicket.util.io.ByteArrayOutputStream
Gets the size.
size() - Method in class org.apache.wicket.util.io.ByteCountingOutputStream
 
size() - Method in class org.apache.wicket.util.io.FullyBufferedReader
Get the number of character read from the source resource.
size() - Method in class org.apache.wicket.util.string.AbstractStringList
 
size() - Method in interface org.apache.wicket.util.string.IStringSequence
 
size() - Method in class org.apache.wicket.util.string.StringList
 
size() - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
skip(long) - Method in class org.apache.wicket.util.upload.MultipartFormInputStream.ItemInputStream
Skips the given number of bytes.
skipPreamble() - Method in class org.apache.wicket.util.upload.MultipartFormInputStream
Finds the beginning of the first encapsulation.
SLASH - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for slash.
sleep() - Method in class org.apache.wicket.util.time.Duration
Sleeps for the current Duration.
slice(List<T>, int, int) - Static method in class org.apache.wicket.util.diff.Chunk
Retrieves the specified part from a List.
slice(Object[], int, int) - Static method in class org.apache.wicket.util.diff.Chunk
Retrieves a slice from an Object array.
Snake - Class in org.apache.wicket.util.diff.myers
Represents a snake in a diffpath.
Snake(int, int, PathNode) - Constructor for class org.apache.wicket.util.diff.myers.Snake
Constructs a snake node.
sort() - Method in class org.apache.wicket.util.string.StringList
Sorts this string list alphabetically.
split(String, char) - Static method in class org.apache.wicket.util.string.Strings
Simpler, faster version of String.split() for splitting on a simple character.
SqlDateConverter - Class in org.apache.wicket.util.convert.converter
Converts to Date.
SqlDateConverter() - Constructor for class org.apache.wicket.util.convert.converter.SqlDateConverter
 
SqlTimeConverter - Class in org.apache.wicket.util.convert.converter
Converts to Time.
SqlTimeConverter() - Constructor for class org.apache.wicket.util.convert.converter.SqlTimeConverter
 
SqlTimestampConverter - Class in org.apache.wicket.util.convert.converter
Converts to Timestamp.
SqlTimestampConverter() - Constructor for class org.apache.wicket.util.convert.converter.SqlTimestampConverter
Construct.
SqlTimestampConverter(int) - Constructor for class org.apache.wicket.util.convert.converter.SqlTimestampConverter
Construct.
SqlTimestampConverter(int, int) - Constructor for class org.apache.wicket.util.convert.converter.SqlTimestampConverter
Construct.
STAR - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for star.
start(Duration) - Method in interface org.apache.wicket.util.watch.IModificationWatcher
Starts watching at a given Duration polling rate.
start(Duration) - Method in class org.apache.wicket.util.watch.ModificationWatcher
 
START_OF_UNIX_TIME - Static variable in class org.apache.wicket.util.time.Time
the beginning of UNIX time: January 1, 1970, 0:00 GMT.
startsWith(CharSequence, int) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Tests if this AppendingStringBuffer starts with the specified prefix beginning a specified index.
startsWith(CharSequence) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Tests if this AppendingStringBuffer starts with the specified prefix.
startsWith(String, String, boolean) - Static method in class org.apache.wicket.util.string.Strings
Extended String.startsWith(String) with support for case sensitivity
stop(T) - Method in class org.apache.wicket.util.lang.Exceptions.Visit
Stops visit with specified resut
stop() - Method in class org.apache.wicket.util.lang.Exceptions.Visit
Stops visit
stop() - Method in class org.apache.wicket.util.thread.Task
Stops this Task as soon as it has the opportunity.
stop() - Method in interface org.apache.wicket.util.visit.IVisit
Stops the visit/traversal
stop(R) - Method in interface org.apache.wicket.util.visit.IVisit
Stops the visit/traversal and returns result
stop() - Method in class org.apache.wicket.util.visit.Visit
Stops the visit/traversal
stop(R) - Method in class org.apache.wicket.util.visit.Visit
Stops the visit/traversal and returns result
STREAM_TERMINATOR - Static variable in class org.apache.wicket.util.upload.MultipartFormInputStream
A byte sequence that that follows a delimiter of the last encapsulation in the stream ( --).
Streams - Class in org.apache.wicket.util.io
Utilities methods for working with input and output streams.
STRING - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for a string.
string - Variable in class org.apache.wicket.util.string.interpolator.VariableInterpolator
The String to interpolate into
StringBufferResourceStream - Class in org.apache.wicket.util.resource
A string resource that can be appended to.
StringBufferResourceStream() - Constructor for class org.apache.wicket.util.resource.StringBufferResourceStream
Constructor.
StringBufferResourceStream(String) - Constructor for class org.apache.wicket.util.resource.StringBufferResourceStream
Constructor.
StringBufferWriter - Class in org.apache.wicket.util.io
 
StringBufferWriter() - Constructor for class org.apache.wicket.util.io.StringBufferWriter
Constructor
StringList - Class in org.apache.wicket.util.string
A typesafe, mutable list of strings supporting a variety of convenient operations as well as expected operations from List such as add(), size(), remove(), iterator(), get(int index) and toArray().
StringList() - Constructor for class org.apache.wicket.util.string.StringList
Constructor.
StringList(int) - Constructor for class org.apache.wicket.util.string.StringList
Constructor.
StringResourceStream - Class in org.apache.wicket.util.resource
A StringResourceStream is an IResource implementation for strings.
StringResourceStream(CharSequence) - Constructor for class org.apache.wicket.util.resource.StringResourceStream
Construct.
StringResourceStream(CharSequence, String) - Constructor for class org.apache.wicket.util.resource.StringResourceStream
Construct.
Strings - Class in org.apache.wicket.util.string
A variety of static String utility methods.
stringToArray(String) - Static method in class org.apache.wicket.util.diff.ToString
Breaks a string into an array of strings.
StringUtils - Class in org.apache.wicket.util.crypt
Converts String to and from bytes using the encodings required by the Java specification.
StringUtils() - Constructor for class org.apache.wicket.util.crypt.StringUtils
 
stringValue(Object) - Static method in class org.apache.wicket.util.lang.Objects
Evaluates the given object as a String.
stringValue(Object, boolean) - Static method in class org.apache.wicket.util.lang.Objects
Evaluates the given object as a String and trims it if the trim flag is true.
StringValue - Class in org.apache.wicket.util.string
Holds an immutable String value and optionally a Locale, with methods to convert to various types.
StringValue(String) - Constructor for class org.apache.wicket.util.string.StringValue
Private constructor to force use of static factory methods.
StringValue(String, Locale) - Constructor for class org.apache.wicket.util.string.StringValue
Private constructor to force use of static factory methods.
StringValueConversionException - Exception in org.apache.wicket.util.string
Thrown when a string value cannot be converted to some type.
StringValueConversionException(String) - Constructor for exception org.apache.wicket.util.string.StringValueConversionException
Constructor.
StringValueConversionException(String, Throwable) - Constructor for exception org.apache.wicket.util.string.StringValueConversionException
Constructor.
stripEnding(String, String) - Static method in class org.apache.wicket.util.string.Strings
Strips the ending from the string s.
stripJSessionId(String) - Static method in class org.apache.wicket.util.string.Strings
Strip any jsessionid and possibly other redundant info that might be in our way.
subSequence(int, int) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Returns a new character sequence that is a subsequence of this sequence.
substring(int) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Returns a new String that contains a subsequence of characters currently contained in this AppendingStringBuffer.The substring begins at the specified index and extends to the end of the AppendingStringBuffer.
substring(int, int) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Returns a new String that contains a subsequence of characters currently contained in this AppendingStringBuffer.
subtract(Duration) - Method in class org.apache.wicket.util.time.Duration
Subtracts a given Duration from this Duration.
subtract(Duration) - Method in class org.apache.wicket.util.time.Time
Subtracts the given Duration from this Time object, moving the time into the past.
subtract(Time) - Method in class org.apache.wicket.util.time.Time
Subtract time from this and returns the difference as a Duration object.
SunJceCrypt - Class in org.apache.wicket.util.crypt
Provide some simple means to encrypt and decrypt strings such as passwords.
SunJceCrypt() - Constructor for class org.apache.wicket.util.crypt.SunJceCrypt
Constructor
sync() - Method in class org.apache.wicket.util.file.File
Force contents of file to physical storage
SystemVariableInterpolator - Class in org.apache.wicket.util.string.interpolator
Convenient way of interpolating system properties.
SystemVariableInterpolator(String) - Constructor for class org.apache.wicket.util.string.interpolator.SystemVariableInterpolator
Constructor.

T

TagNameParser - Class in org.apache.wicket.util.parse.metapattern.parsers
Parses XML tag names and attribute names which may include optional namespaces like "namespace:name" or "name".
TagNameParser(CharSequence) - Constructor for class org.apache.wicket.util.parse.metapattern.parsers.TagNameParser
Constructs a tag name parser for a given input character sequence.
Task - Class in org.apache.wicket.util.thread
Runs a block of code periodically.
Task(String) - Constructor for class org.apache.wicket.util.thread.Task
Constructor.
terabytes(long) - Static method in class org.apache.wicket.util.lang.Bytes
Instantiate immutable Bytes value object..
terabytes(double) - Static method in class org.apache.wicket.util.lang.Bytes
Instantiate immutable Bytes value object..
terabytes() - Method in class org.apache.wicket.util.lang.Bytes
Gets the byte count in terabytes.
ThresholdingOutputStream - Class in org.apache.wicket.util.io
An output stream which triggers an event when a specified number of bytes of data have been written to it.
ThresholdingOutputStream(int) - Constructor for class org.apache.wicket.util.io.ThresholdingOutputStream
Constructs an instance of this class which will trigger an event at the specified threshold.
thresholdReached() - Method in class org.apache.wicket.util.io.DeferredFileOutputStream
Switches the underlying output stream from a memory based stream to one that is backed by disk.
thresholdReached() - Method in class org.apache.wicket.util.io.ThresholdingOutputStream
Indicates that the configured threshold has been reached, and that a subclass should take whatever action necessary on this event.
TILDE - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for tilde.
Time - Class in org.apache.wicket.util.time
An immutable Time class that represents a specific point in time.
time(int, int, int, TimeOfDay.Meridian) - Static method in class org.apache.wicket.util.time.TimeOfDay
Retrieves a TimeOfDay on a 12-hour clock.
time(int, int, TimeOfDay.Meridian) - Static method in class org.apache.wicket.util.time.TimeOfDay
Retrieves a TimeOfDay on a 12-hour clock.
TimeFrame - Class in org.apache.wicket.util.time
Immutable class which represents an interval of time with a beginning and an end.
TimeMap - Class in org.apache.wicket.util.time
This class maps ITimeFrames to Objects.
TimeMap() - Constructor for class org.apache.wicket.util.time.TimeMap
 
TimeOfDay - Class in org.apache.wicket.util.time
An immutable time of day value represented as milliseconds since the most recent midnight.
TimeOfDay.Meridian - Class in org.apache.wicket.util.time
Typesafe AM/PM enumeration.
to(Class<?>) - Method in class org.apache.wicket.util.string.StringValue
Converts this StringValue to a given type.
toArray() - Method in class org.apache.wicket.util.string.AbstractStringList
Returns this String sequence as an array of Strings.
toArray() - Method in class org.apache.wicket.util.string.StringList
Converts this string list to a string array.
toBoolean(String) - Static method in class org.apache.wicket.util.string.Strings
Converts the string s to a Boolean.
toBoolean() - Method in class org.apache.wicket.util.string.StringValue
Convert this text to a boolean.
toBoolean(boolean) - Method in class org.apache.wicket.util.string.StringValue
Convert to primitive types, returning default value if text is null.
toBooleanObject() - Method in class org.apache.wicket.util.string.StringValue
Convert this text to a boolean.
toByteArray() - Method in class org.apache.wicket.util.io.ByteArrayOutputStream
Writes to a byte array.
toByteArray(InputStream) - Static method in class org.apache.wicket.util.io.IOUtils
Get the contents of an InputStream as a byte[].
toByteArray(Reader) - Static method in class org.apache.wicket.util.io.IOUtils
Get the contents of a Reader as a byte[] using the default character encoding of the platform.
toByteArray(Reader, String) - Static method in class org.apache.wicket.util.io.IOUtils
Get the contents of a Reader as a byte[] using the specified character encoding.
toChar(String) - Static method in class org.apache.wicket.util.string.Strings
Converts the 1 character string s to a character.
toChar() - Method in class org.apache.wicket.util.string.StringValue
Convert this text to a char.
toChar(char) - Method in class org.apache.wicket.util.string.StringValue
Convert to primitive types, returning default value if text is null.
toCharacter() - Method in class org.apache.wicket.util.string.StringValue
Convert this text to a Character.
toCharArray(InputStream) - Static method in class org.apache.wicket.util.io.IOUtils
Get the contents of an InputStream as a character array using the default character encoding of the platform.
toCharArray(InputStream, String) - Static method in class org.apache.wicket.util.io.IOUtils
Get the contents of an InputStream as a character array using the specified character encoding.
toCharArray(Reader) - Static method in class org.apache.wicket.util.io.IOUtils
Get the contents of a Reader as a character array.
toDate() - Method in class org.apache.wicket.util.time.Time
Retrieves a Date object for this Time object.
toDateString() - Method in class org.apache.wicket.util.time.Time
Converts this Time value to a date String using the date formatter 'yyyy.MM.dd'.
toDateString(Calendar) - Method in class org.apache.wicket.util.time.Time
Converts this Time value to a date String using the formatter 'yyyy.MM.dd'.
toDouble() - Method in class org.apache.wicket.util.string.StringValue
Convert this text to a double.
toDouble(double) - Method in class org.apache.wicket.util.string.StringValue
Convert to primitive types, returning default value if text is null.
toDoubleObject() - Method in class org.apache.wicket.util.string.StringValue
Convert this text to a Double.
toDuration() - Method in class org.apache.wicket.util.string.StringValue
Convert this text to a Duration instance.
toDuration(Duration) - Method in class org.apache.wicket.util.string.StringValue
Convert to primitive types, returning default value if text is null.
toEscapedUnicode(String) - Static method in class org.apache.wicket.util.string.Strings
Converts unicodes to encoded \uxxxx.
toHexString(byte[]) - Static method in class org.apache.wicket.util.string.Strings
convert byte array to hex string
toInt() - Method in class org.apache.wicket.util.string.StringValue
Convert this text to an int.
toInt(int) - Method in class org.apache.wicket.util.string.StringValue
Convert to primitive types, returning default value if text is null.
toInteger() - Method in class org.apache.wicket.util.string.StringValue
Convert this text to an Integer.
tokenize(String) - Static method in class org.apache.wicket.util.string.StringList
Extracts tokens from a comma and space delimited string.
tokenize(String, String) - Static method in class org.apache.wicket.util.string.StringList
Extracts tokens from a delimited string.
toList() - Method in class org.apache.wicket.util.string.AbstractStringList
Returns this String sequence as an array of Strings.
toLong() - Method in class org.apache.wicket.util.string.StringValue
Convert this text to a long.
toLong(long) - Method in class org.apache.wicket.util.string.StringValue
Convert to primitive types, returning default value if text is null.
toLongObject() - Method in class org.apache.wicket.util.string.StringValue
Convert this text to a Long.
toMultilineMarkup(CharSequence) - Static method in class org.apache.wicket.util.string.Strings
Converts a String to multiline HTML markup by replacing newlines with line break entities (<br/>) and multiple occurrences of newline with paragraph break entities (<p>).
toOptionalBoolean() - Method in class org.apache.wicket.util.string.StringValue
Convert to object types, returning null if text is null.
toOptionalCharacter() - Method in class org.apache.wicket.util.string.StringValue
Convert to object types, returning null if text is null.
toOptionalDouble() - Method in class org.apache.wicket.util.string.StringValue
Convert to object types, returning null if text is null.
toOptionalDuration() - Method in class org.apache.wicket.util.string.StringValue
Convert to object types, returning null if text is null.
toOptionalInteger() - Method in class org.apache.wicket.util.string.StringValue
Convert to object types, returning null if text is null.
toOptionalLong() - Method in class org.apache.wicket.util.string.StringValue
Convert to object types, returning null if text is null.
toOptionalString() - Method in class org.apache.wicket.util.string.StringValue
Convert to object types, returning null if text is null.
toOptionalTime() - Method in class org.apache.wicket.util.string.StringValue
Convert to object types, returning null if text is null.
toQuotedString() - Method in class org.apache.wicket.util.file.File
 
toRCSString(StringBuilder, String) - Method in class org.apache.wicket.util.diff.AddDelta
 
toRCSString(StringBuilder, String) - Method in class org.apache.wicket.util.diff.ChangeDelta
 
toRCSString(StringBuilder, String) - Method in class org.apache.wicket.util.diff.DeleteDelta
 
toRCSString(StringBuilder, String) - Method in class org.apache.wicket.util.diff.Delta
Converts this delta into its RCS style string representation.
toRCSString(String) - Method in class org.apache.wicket.util.diff.Delta
Converts this delta into its RCS style string representation.
toRCSString(StringBuilder, String) - Method in class org.apache.wicket.util.diff.Revision
Converts this revision into its RCS style string representation.
toRCSString(StringBuilder) - Method in class org.apache.wicket.util.diff.Revision
Converts this revision into its RCS style string representation.
toRCSString(String) - Method in class org.apache.wicket.util.diff.Revision
Converts this delta into its RCS style string representation.
toRCSString() - Method in class org.apache.wicket.util.diff.Revision
Converts this delta into its RCS style string representation using the default line separator.
toRfc1123TimestampString() - Method in class org.apache.wicket.util.time.Time
return timestamp string in RFC1123 format

Contrary to SimpleDateFormat this is thread-safe.

toString() - Method in class org.apache.wicket.util.collections.IntHashMap.Entry
 
toString(StringBuilder) - Method in class org.apache.wicket.util.diff.AddDelta
 
toString(StringBuilder) - Method in class org.apache.wicket.util.diff.ChangeDelta
 
toString(StringBuilder) - Method in class org.apache.wicket.util.diff.Chunk
Provide a string image of the chunk using the an empty prefix and postfix.
toString(StringBuilder, String, String) - Method in class org.apache.wicket.util.diff.Chunk
Provide a string image of the chunk using the given prefix and postfix.
toString(StringBuilder) - Method in class org.apache.wicket.util.diff.DeleteDelta
 
toString(StringBuilder) - Method in class org.apache.wicket.util.diff.Delta
Converts this delta into its Unix diff style string representation.
toString() - Method in class org.apache.wicket.util.diff.myers.PathNode
toString(StringBuilder) - Method in class org.apache.wicket.util.diff.Revision
Converts this revision into its Unix diff style string representation.
ToString - Class in org.apache.wicket.util.diff
This class delegates handling of the to a StringBuilder based version.
ToString() - Constructor for class org.apache.wicket.util.diff.ToString
Construct.
toString() - Method in class org.apache.wicket.util.diff.ToString
Default implementation of the toString() method that delegates work to a StringBuffer base version.
toString(StringBuilder) - Method in class org.apache.wicket.util.diff.ToString
Place a string image of the object in a StringBuffer.
toString() - Method in class org.apache.wicket.util.file.FileDeleteStrategy
Gets a string describing the delete strategy.
toString() - Method in class org.apache.wicket.util.file.Path
 
toString() - Method in class org.apache.wicket.util.io.ByteArrayOutputStream
 
toString(String) - Method in class org.apache.wicket.util.io.ByteArrayOutputStream
This as a string using the provided encoding.
toString() - Method in class org.apache.wicket.util.io.FullyBufferedReader
 
toString(InputStream) - Static method in class org.apache.wicket.util.io.IOUtils
Get the contents of an InputStream as a String using the default character encoding of the platform.
toString(InputStream, String) - Static method in class org.apache.wicket.util.io.IOUtils
Get the contents of an InputStream as a String using the specified character encoding.
toString(Reader) - Static method in class org.apache.wicket.util.io.IOUtils
Get the contents of a Reader as a String.
toString() - Method in class org.apache.wicket.util.io.XmlReader
 
toString() - Method in class org.apache.wicket.util.lang.Bytes
Converts this byte count to a string using the default locale.
toString(Locale) - Method in class org.apache.wicket.util.lang.Bytes
Converts this byte count to a string using the given locale.
toString() - Method in class org.apache.wicket.util.lang.PackageName
 
toString() - Method in class org.apache.wicket.util.parse.metapattern.Group
 
toString() - Method in class org.apache.wicket.util.parse.metapattern.MetaPattern
Converts this MetaPattern to a String.
toString() - Method in class org.apache.wicket.util.parse.metapattern.OptionalMetaPattern
 
toString() - Method in class org.apache.wicket.util.resource.FileResourceStream
 
toString() - Method in class org.apache.wicket.util.resource.StringResourceStream
 
toString() - Method in class org.apache.wicket.util.string.AbstractStringList
Converts this object to a string representation
toString() - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Converts to a string representing the data in this AppendingStringBuffer.
toString() - Method in class org.apache.wicket.util.string.interpolator.VariableInterpolator
Interpolates using variables.
toString() - Method in class org.apache.wicket.util.string.PrependingStringBuffer
 
toString(Object) - Static method in class org.apache.wicket.util.string.Strings
Converts the given object to a string.
toString(Throwable) - Static method in class org.apache.wicket.util.string.Strings
Converts a Throwable to a string.
toString() - Method in class org.apache.wicket.util.string.StringValue
 
toString(String) - Method in class org.apache.wicket.util.string.StringValue
Convert to primitive types, returning default value if text is null.
toString() - Method in class org.apache.wicket.util.thread.Task
 
toString() - Method in class org.apache.wicket.util.time.Duration
Retrieves the String representation of this Duration in days, hours, minutes, seconds or milliseconds, as appropriate.
toString(Locale) - Method in class org.apache.wicket.util.time.Duration
Retrieves the String representation of this Duration in days, hours, minutes, seconds or milliseconds, as appropriate.
toString() - Method in class org.apache.wicket.util.time.Time
Converts this Time value to a String suitable for use in a file system name.
toString(Calendar, String) - Method in class org.apache.wicket.util.time.Time
Converts this Time object to a String using the given Calendar and format.
toString(String) - Method in class org.apache.wicket.util.time.Time
Converts this Time value to a String using the given format.
toString() - Method in class org.apache.wicket.util.time.TimeFrame
Converts this TimeFrame to a String representation.
toString() - Method in class org.apache.wicket.util.time.TimeOfDay
 
toString() - Method in class org.apache.wicket.util.upload.DiskFileItem
 
toString() - Method in class org.apache.wicket.util.upload.MultipartFormInputStream
Returns a string representation of this object.
toString() - Method in class org.apache.wicket.util.upload.ServletRequestContext
 
toString() - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
toString() - Method in class org.apache.wicket.util.value.IntValue
Converts this LongValue to a String.
toString() - Method in class org.apache.wicket.util.value.LongValue
Converts this LongValue to a String.
toString() - Method in class org.apache.wicket.util.value.ValueMap
Generates a String representation of this object.
totalLength() - Method in class org.apache.wicket.util.string.AbstractStringList
 
totalLength() - Method in class org.apache.wicket.util.string.StringList
 
toTime() - Method in class org.apache.wicket.util.string.StringValue
Convert this text to a time instance.
toTime(Time) - Method in class org.apache.wicket.util.string.StringValue
Convert to primitive types, returning default value if text is null.
track(File, Object) - Method in class org.apache.wicket.util.file.FileCleaner
 
track(File, Object, FileDeleteStrategy) - Method in class org.apache.wicket.util.file.FileCleaner
 
track(File, Object) - Method in class org.apache.wicket.util.file.FileCleaningTracker
Track the specified file, using the provided marker, deleting the file when the marker instance is garbage collected.
track(File, Object, FileDeleteStrategy) - Method in class org.apache.wicket.util.file.FileCleaningTracker
Track the specified file, using the provided marker, deleting the file when the marker instance is garbage collected.
track(String, Object) - Method in class org.apache.wicket.util.file.FileCleaningTracker
Track the specified file, using the provided marker, deleting the file when the marker instance is garbage collected.
track(String, Object, FileDeleteStrategy) - Method in class org.apache.wicket.util.file.FileCleaningTracker
Track the specified file, using the provided marker, deleting the file when the marker instance is garbage collected.
track(File, Object) - Method in interface org.apache.wicket.util.file.IFileCleaner
Track the specified file, using the provided marker, deleting the file when the marker instance is garbage collected.
track(File, Object, FileDeleteStrategy) - Method in interface org.apache.wicket.util.file.IFileCleaner
Track the specified file, using the provided marker, deleting the file when the marker instance is garbage collected.
TrivialCrypt - Class in org.apache.wicket.util.crypt
THIS CLASS IS FOR TESTING PURPOSES ONLY.
TrivialCrypt() - Constructor for class org.apache.wicket.util.crypt.TrivialCrypt
Constructor

U

UNDERSCORE - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for underscore.
unescapeMarkup(String) - Static method in class org.apache.wicket.util.string.Strings
Unescapes the escaped entities in the markup passed.
update(long, long, int) - Method in interface org.apache.wicket.util.upload.ProgressListener
Updates the listeners status information.
US_ASCII - Static variable in class org.apache.wicket.util.crypt.CharEncoding
Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set.
UTF_16 - Static variable in class org.apache.wicket.util.crypt.CharEncoding
Sixteen-bit Unicode Transformation Format, The byte order specified by a mandatory initial byte-order mark (either order accepted on input, big-endian used on output)
UTF_16BE - Static variable in class org.apache.wicket.util.crypt.CharEncoding
Sixteen-bit Unicode Transformation Format, big-endian byte order.
UTF_16LE - Static variable in class org.apache.wicket.util.crypt.CharEncoding
Sixteen-bit Unicode Transformation Format, little-endian byte order.
UTF_8 - Static variable in class org.apache.wicket.util.crypt.CharEncoding
Eight-bit Unicode Transformation Format.

V

value - Variable in class org.apache.wicket.util.value.IntValue
the int value
value - Variable in class org.apache.wicket.util.value.LongValue
the long value
ValueMap - Class in org.apache.wicket.util.value
A IValueMap implementation that holds values, parses Strings, and exposes a variety of convenience methods.
ValueMap() - Constructor for class org.apache.wicket.util.value.ValueMap
Constructs empty ValueMap.
ValueMap(Map<? extends String, ?>) - Constructor for class org.apache.wicket.util.value.ValueMap
Copy constructor.
ValueMap(String) - Constructor for class org.apache.wicket.util.value.ValueMap
Constructor.
ValueMap(String, String) - Constructor for class org.apache.wicket.util.value.ValueMap
Constructor.
ValueMap(String, String, MetaPattern) - Constructor for class org.apache.wicket.util.value.ValueMap
Constructor.
valueOf(String, Locale) - Static method in class org.apache.wicket.util.lang.Bytes
Converts a string to a number of bytes.
valueOf(String) - Static method in class org.apache.wicket.util.lang.Bytes
Converts a string to a number of bytes.
valueOf(Collection<?>) - Static method in class org.apache.wicket.util.string.StringList
Converts a collection of objects into a list of string values by using the conversion methods of the StringValue class.
valueOf(Object[]) - Static method in class org.apache.wicket.util.string.StringList
Converts an array of objects into a list of strings by using the object to string conversion method of the StringValue class.
valueOf(String) - Static method in class org.apache.wicket.util.string.StringList
Returns a string list with just one string in it.
valueOf(String[]) - Static method in class org.apache.wicket.util.string.StringList
Converts a string array to a string list.
valueOf(double) - Static method in class org.apache.wicket.util.string.StringValue
Converts the given input to an instance of StringValue.
valueOf(double, int, Locale) - Static method in class org.apache.wicket.util.string.StringValue
Converts the given input to an instance of StringValue.
valueOf(double, Locale) - Static method in class org.apache.wicket.util.string.StringValue
Converts the given input to an instance of StringValue.
valueOf(Object) - Static method in class org.apache.wicket.util.string.StringValue
Converts the given input to an instance of StringValue.
valueOf(Object, Locale) - Static method in class org.apache.wicket.util.string.StringValue
Converts the given input to an instance of StringValue.
valueOf(String) - Static method in class org.apache.wicket.util.string.StringValue
Converts the given input to an instance of StringValue.
valueOf(String, Locale) - Static method in class org.apache.wicket.util.string.StringValue
Converts the given input to an instance of StringValue.
valueOf(AppendingStringBuffer) - Static method in class org.apache.wicket.util.string.StringValue
Converts the given input to an instance of StringValue.
valueOf(long) - Static method in class org.apache.wicket.util.time.Duration
Retrieves the given long as a Duration.
valueOf(String) - Static method in class org.apache.wicket.util.time.Duration
Converts the given String to a new Duration object.
valueOf(String, Locale) - Static method in class org.apache.wicket.util.time.Duration
Converts the given String to a new Duration object.
valueOf(long) - Static method in class org.apache.wicket.util.time.Time
Deprecated. use Time.millis(long) instead
valueOf(Calendar, String) - Static method in class org.apache.wicket.util.time.Time
Retrieves a Time instance by parsing 'yyyy.MM.dd-h.mma' format.
valueOf(Calendar, TimeOfDay) - Static method in class org.apache.wicket.util.time.Time
Retrieves a Time instance based on the given Calendar and TimeOfDay objects.
valueOf(Date) - Static method in class org.apache.wicket.util.time.Time
Retrieves a Time instance based on the given Date object.
valueOf(String) - Static method in class org.apache.wicket.util.time.Time
Retrieves a Time instance by parsing 'yyyy.MM.dd-h.mma' format.
valueOf(String, String) - Static method in class org.apache.wicket.util.time.Time
Retrieves a Time instance by parsing 'pattern' format.
valueOf(TimeOfDay) - Static method in class org.apache.wicket.util.time.Time
Retrieves a Time instance based on the given TimeOfDay object.
valueOf(Time, Duration) - Static method in class org.apache.wicket.util.time.TimeFrame
Creates a TimeFrame for a start Time and Duration.
valueOf(Time, Time) - Static method in class org.apache.wicket.util.time.TimeFrame
Creates a TimeFrame for given start and end Times.
valueOf(Calendar, String) - Static method in class org.apache.wicket.util.time.TimeOfDay
Converts a time String and Calendar to a TimeOfDay instance.
valueOf(Calendar, Time) - Static method in class org.apache.wicket.util.time.TimeOfDay
Converts a Time instance and Calendar to a TimeOfDay instance.
valueOf(Duration) - Static method in class org.apache.wicket.util.time.TimeOfDay
Converts a Duration instance to a TimeOfDay instance.
valueOf(long) - Static method in class org.apache.wicket.util.time.TimeOfDay
Converts a long value to a TimeOfDay instance.
valueOf(String) - Static method in class org.apache.wicket.util.time.TimeOfDay
Converts a String value to a TimeOfDay instance.
valueOf(Time) - Static method in class org.apache.wicket.util.time.TimeOfDay
Converts a String value to a TimeOfDay instance.
ValueProvider<T> - Class in org.apache.wicket.util
Provider that always provides the specified value.
ValueProvider(T) - Constructor for class org.apache.wicket.util.ValueProvider
Construct.
values() - Method in class org.apache.wicket.util.collections.IntHashMap
Returns a collection view of the values contained in this map.
values() - Method in class org.apache.wicket.util.collections.MicroMap
 
values() - Method in class org.apache.wicket.util.collections.MiniMap
 
values() - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
VARIABLE_NAME - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for a variable name.
VariableAssignmentParser - Class in org.apache.wicket.util.parse.metapattern.parsers
Parses key value assignment statements like "foo=bar" but also supporting namespaces like "wicket:foo=bar".
VariableAssignmentParser(CharSequence) - Constructor for class org.apache.wicket.util.parse.metapattern.parsers.VariableAssignmentParser
Construct a variable assignment parser against a given input character sequence
VariableAssignmentParser(CharSequence, MetaPattern) - Constructor for class org.apache.wicket.util.parse.metapattern.parsers.VariableAssignmentParser
Construct a variable assignment parser against a given input character sequence
VariableInterpolator - Class in org.apache.wicket.util.string.interpolator
Base class for variable interpolators.
VariableInterpolator(String) - Constructor for class org.apache.wicket.util.string.interpolator.VariableInterpolator
Constructor.
VariableInterpolator(String, boolean) - Constructor for class org.apache.wicket.util.string.interpolator.VariableInterpolator
Constructor.
verify(List<Object>) - Method in class org.apache.wicket.util.diff.AddDelta
 
verify(List<Object>) - Method in class org.apache.wicket.util.diff.ChangeDelta
 
verify(List<Object>) - Method in class org.apache.wicket.util.diff.Chunk
Verifies that this chunk's saved text matches the corresponding text in the given sequence.
verify(List<Object>) - Method in class org.apache.wicket.util.diff.DeleteDelta
 
verify(List<Object>) - Method in class org.apache.wicket.util.diff.Delta
Verifies that this delta can be used to patch the given text.
visit(Revision) - Method in interface org.apache.wicket.util.diff.RevisionVisitor
 
visit(DeleteDelta) - Method in interface org.apache.wicket.util.diff.RevisionVisitor
 
visit(ChangeDelta) - Method in interface org.apache.wicket.util.diff.RevisionVisitor
 
visit(AddDelta) - Method in interface org.apache.wicket.util.diff.RevisionVisitor
 
visit(Throwable, Exceptions.Visit<T>) - Method in interface org.apache.wicket.util.lang.Exceptions.IThrowableVisitor
Visit a throwable
visit(Throwable, Exceptions.IThrowableVisitor<T>) - Static method in class org.apache.wicket.util.lang.Exceptions
Visits the Throwable's chain
Visit<R> - Class in org.apache.wicket.util.visit
Implementation of IVisit used by traversal algorithms
Visit() - Constructor for class org.apache.wicket.util.visit.Visit
 
visit(Iterable<? super S>, IVisitor<S, R>) - Static method in class org.apache.wicket.util.visit.Visits
Visits container and its children pre-order (parent first).
visit(Iterable<? super S>, IVisitor<S, R>, IVisitFilter) - Static method in class org.apache.wicket.util.visit.Visits
Visits container and its children pre-order (parent first).
visitChildren(Object) - Method in class org.apache.wicket.util.visit.ClassVisitFilter
Controls whether or not the object's children will be visited
visitChildren(Object) - Method in interface org.apache.wicket.util.visit.IVisitFilter
Controls whether or not the object's children will be visited
visitChildren(Iterable<? super S>, IVisitor<S, R>, IVisitFilter) - Static method in class org.apache.wicket.util.visit.Visits
Visits children of the specified Iterable pre-order (parent first).
visitChildren(Iterable<? super S>, IVisitor<S, R>) - Static method in class org.apache.wicket.util.visit.Visits
Visits children of the specified Iterable pre-order (parent first).
visitObject(Object) - Method in class org.apache.wicket.util.visit.ClassVisitFilter
Controls whether or not the object will be visited
visitObject(Object) - Method in interface org.apache.wicket.util.visit.IVisitFilter
Controls whether or not the object will be visited
visitPostOrder(S, IVisitor<S, R>) - Static method in class org.apache.wicket.util.visit.Visits
Visits the specified object and any of its children using a post-order (child first) traversal.
visitPostOrder(Object, IVisitor<S, R>, IVisitFilter) - Static method in class org.apache.wicket.util.visit.Visits
Visits the specified object and any of its children using a post-order (child first) traversal.
Visits - Class in org.apache.wicket.util.visit
Utility class that contains visitor/traversal related code

W

wait(Object) - Method in class org.apache.wicket.util.time.Duration
Wait for this duration on the given monitor
WebXmlFile - Class in org.apache.wicket.util.file
A utility class providing helper methods in dealing with web.xml
WebXmlFile() - Constructor for class org.apache.wicket.util.file.WebXmlFile
Construct.
WHITESPACE - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for whitespace.
withinRange(T, T, T, String) - Static method in class org.apache.wicket.util.lang.Args
Checks if argument is within a range
withinRange(T, T, T, String) - Static method in class org.apache.wicket.util.lang.Checks
Checks if argument is within a range
withinRangeShort(T, T, T, String) - Static method in class org.apache.wicket.util.lang.Checks
Checks if argument is within a range
WORD - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for a word.
WordParser - Class in org.apache.wicket.util.parse.metapattern.parsers
Matches a 'word' surrounded by whitespace.
WordParser(CharSequence) - Constructor for class org.apache.wicket.util.parse.metapattern.parsers.WordParser
Construct.
write(File) - Method in class org.apache.wicket.util.file.File
Writes the given file to this one
write(InputStream) - Method in class org.apache.wicket.util.file.File
Writes the given input stream to this file
write(String) - Method in class org.apache.wicket.util.file.File
Write the given string to this file
write(byte[], int, int) - Method in class org.apache.wicket.util.io.ByteArrayOutputStream
 
write(int) - Method in class org.apache.wicket.util.io.ByteArrayOutputStream
Calls the write(byte[]) method.
write(int) - Method in class org.apache.wicket.util.io.ByteCountingOutputStream
 
write(byte[], int, int) - Method in class org.apache.wicket.util.io.ByteCountingOutputStream
 
write(byte[], OutputStream) - Static method in class org.apache.wicket.util.io.IOUtils
Writes bytes from a byte[] to an OutputStream.
write(byte[], Writer) - Static method in class org.apache.wicket.util.io.IOUtils
Writes bytes from a byte[] to chars on a Writer using the default character encoding of the platform.
write(byte[], Writer, String) - Static method in class org.apache.wicket.util.io.IOUtils
Writes bytes from a byte[] to chars on a Writer using the specified character encoding.
write(char[], Writer) - Static method in class org.apache.wicket.util.io.IOUtils
Writes chars from a char[] to a Writer using the default character encoding of the platform.
write(char[], OutputStream) - Static method in class org.apache.wicket.util.io.IOUtils
Writes chars from a char[] to bytes on an OutputStream.
write(char[], OutputStream, String) - Static method in class org.apache.wicket.util.io.IOUtils
Writes chars from a char[] to bytes on an OutputStream using the specified character encoding.
write(String, Writer) - Static method in class org.apache.wicket.util.io.IOUtils
Writes chars from a String to a Writer.
write(String, OutputStream) - Static method in class org.apache.wicket.util.io.IOUtils
Writes chars from a String to bytes on an OutputStream using the default character encoding of the platform.
write(String, OutputStream, String) - Static method in class org.apache.wicket.util.io.IOUtils
Writes chars from a String to bytes on an OutputStream using the specified character encoding.
write(StringBuilder, Writer) - Static method in class org.apache.wicket.util.io.IOUtils
Writes chars from a AppendingStringBuffer to a Writer.
write(StringBuilder, OutputStream) - Static method in class org.apache.wicket.util.io.IOUtils
Writes chars from a AppendingStringBuffer to bytes on an OutputStream using the default character encoding of the platform.
write(StringBuilder, OutputStream, String) - Static method in class org.apache.wicket.util.io.IOUtils
Writes chars from a AppendingStringBuffer to bytes on an OutputStream using the specified character encoding.
write(char) - Method in class org.apache.wicket.util.io.StringBufferWriter
Writers the char to the buffer
write(char[]) - Method in class org.apache.wicket.util.io.StringBufferWriter
 
write(char[], int, int) - Method in class org.apache.wicket.util.io.StringBufferWriter
 
write(String) - Method in class org.apache.wicket.util.io.StringBufferWriter
 
write(String, int, int) - Method in class org.apache.wicket.util.io.StringBufferWriter
 
write(int) - Method in class org.apache.wicket.util.io.ThresholdingOutputStream
Writes the specified byte to this output stream.
write(byte[]) - Method in class org.apache.wicket.util.io.ThresholdingOutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - Method in class org.apache.wicket.util.io.ThresholdingOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(File) - Method in class org.apache.wicket.util.upload.DiskFileItem
A convenience method to write an uploaded item to disk.
write(File) - Method in interface org.apache.wicket.util.upload.FileItem
A convenience method to write an uploaded item to disk.
writeObject(Serializable) - Method in class org.apache.wicket.util.file.File
 
writeTo(File, InputStream) - Static method in class org.apache.wicket.util.file.Files
Writes the given input stream to the given file
writeTo(File, InputStream, int) - Static method in class org.apache.wicket.util.file.Files
Writes the given input stream to the given file
writeTo(OutputStream) - Method in class org.apache.wicket.util.io.ByteArrayOutputStream
Write to the given output stream.

X

XML_ATTRIBUTE_NAME - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for an XML attribute name.
XML_ELEMENT_NAME - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for an XML element name.
XmlReader - Class in org.apache.wicket.util.io
This is a simple XmlReader.
XmlReader(InputStream, String) - Constructor for class org.apache.wicket.util.io.XmlReader
Construct.
XSLTResourceStream - Class in org.apache.wicket.util.resource
IResourceStream that applies XSLT on an input IResourceStream.
XSLTResourceStream(IResourceStream, IResourceStream) - Constructor for class org.apache.wicket.util.resource.XSLTResourceStream
Construct.

Z

ZeroPaddingIntegerConverter - Class in org.apache.wicket.util.convert.converter
Converts from Object to Integer, adding zero-padding.
ZeroPaddingIntegerConverter(int) - Constructor for class org.apache.wicket.util.convert.converter.ZeroPaddingIntegerConverter
Constructs this converter.
ZipResourceStream - Class in org.apache.wicket.util.resource
An IResourceStream that ZIPs a directory's contents on the fly
ZipResourceStream(File, boolean) - Constructor for class org.apache.wicket.util.resource.ZipResourceStream
Construct.
ZipResourceStream(File) - Constructor for class org.apache.wicket.util.resource.ZipResourceStream
Construct.

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

Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.