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

A

absolutePath(Class<?>, String) - Static method in class org.apache.wicket.util.lang.Packages
Takes a package and a 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 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 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
AbstractDateConverter<D extends Date> - Class in org.apache.wicket.util.convert.converter
A base class for all Date related converters
AbstractDateConverter() - Constructor for class org.apache.wicket.util.convert.converter.AbstractDateConverter
 
AbstractDecimalConverter<N extends Number> - Class in org.apache.wicket.util.convert.converter
Base class for all converters of decimal numbers.
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 converters of integer numbers.
AbstractIntegerConverter() - Constructor for class org.apache.wicket.util.convert.converter.AbstractIntegerConverter
 
AbstractJavaTimeConverter<T extends Temporal> - Class in org.apache.wicket.util.convert.converter
A base class for all java.time.** related converters
AbstractJavaTimeConverter() - Constructor for class org.apache.wicket.util.convert.converter.AbstractJavaTimeConverter
 
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
 
AbstractResourceStreamWriter - Class in org.apache.wicket.util.resource
Base implementation of an IResourceStreamWriter so that you only have to override the IResourceStreamWriter.write(java.io.OutputStream).
AbstractResourceStreamWriter() - Constructor for class org.apache.wicket.util.resource.AbstractResourceStreamWriter
 
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(int, String) - Method in class org.apache.wicket.util.string.StringList
Adds the string to the stringlist at position pos.
add(String) - Method in class org.apache.wicket.util.string.StringList
Adds a string to the back of this list.
add(String, String) - Method in class org.apache.wicket.util.value.ValueMap
Adds the value to this ValueMap with the given key.
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
Deprecated.
Adds a given Duration to this Duration.
add(Duration) - Method in class org.apache.wicket.util.time.Time
Deprecated.
Adds the given Duration to this Time object, moving the time into the future.
add(IModifiable, IChangeListener<IModifiable>) - 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<IModifiable>) - Method in class org.apache.wicket.util.watch.ModificationWatcher
 
add(T) - Method in class org.apache.wicket.util.listener.ListenerCollection
Adds a listener to this set of listeners.
addDelta(Delta) - Method in class org.apache.wicket.util.diff.Revision
Adds a delta to this revision.
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.
addHeaders - Variable in class org.apache.wicket.util.license.ApacheLicenseHeaderTestCase
 
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(char) - Method in class org.apache.wicket.util.string.StringValue
Gets the substring after the first occurrence given char.
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.
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(char) - Method in class org.apache.wicket.util.string.StringValue
Gets the substring after the last occurrence given char.
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.
afterRead(int) - Method in class org.apache.wicket.util.io.ProxyInputStream
Invoked by the read methods after the proxied call has returned successfully.
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
Deprecated.
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).
ApacheLicenseHeaderTestCase - Class in org.apache.wicket.util.license
Testcase used in the different wicket projects for testing for the correct ASL license headers.
ApacheLicenseHeaderTestCase() - Constructor for class org.apache.wicket.util.license.ApacheLicenseHeaderTestCase
Construct.
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(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(double) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Appends the string representation of the double 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(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(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(StringBuilder) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Appends the specified AppendingStringBuffer to this AppendingStringBuffer.
append(AppendingStringBuffer) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Appends the specified AppendingStringBuffer to this AppendingStringBuffer.
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
Class with methods for asserting conditions on arguments.
Args() - Constructor for class org.apache.wicket.util.lang.Args
 
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.
AttributeMap - Class in org.apache.wicket.util.value
Map of values, extending ValueMap with methods for generating (HTML) markup 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.io.ProxyInputStream
Invokes the delegate's available() method.

B

BACKSLASH - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for backslash.
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(char) - Method in class org.apache.wicket.util.string.StringValue
Gets the substring before the first occurrence given char.
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.
beforeLast(char) - Method in class org.apache.wicket.util.string.StringValue
Gets the substring before the last 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.
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.
beforeRead(int) - Method in class org.apache.wicket.util.io.ProxyInputStream
Invoked by the read methods before the call is proxied.
benchmark(Runnable) - Static method in class org.apache.wicket.util.time.Duration
Deprecated.
Benchmark the given command.
benchmark(ICode, Logger) - Static method in class org.apache.wicket.util.time.Duration
Deprecated.
Benchmark the given command.
BigDecimalConverter - Class in org.apache.wicket.util.convert.converter
BigDecimal converter
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.
BigIntegerConverter - Class in org.apache.wicket.util.convert.converter
BigInteger converter see IConverter
BigIntegerConverter() - Constructor for class org.apache.wicket.util.convert.converter.BigIntegerConverter
 
bigIntValue(Object) - Static method in class org.apache.wicket.util.lang.Objects
Evaluates the given object as a BigInteger.
BOMInputStream - Class in org.apache.wicket.util.io
This class is used to wrap a stream that includes an encoded ByteOrderMark as its first bytes.
BOMInputStream(InputStream) - Constructor for class org.apache.wicket.util.io.BOMInputStream
Constructs a new BOM InputStream that excludes a ByteOrderMark.UTF_8 BOM.
BOMInputStream(InputStream, boolean) - Constructor for class org.apache.wicket.util.io.BOMInputStream
Constructs a new BOM InputStream that detects a a ByteOrderMark.UTF_8 and optionally includes it.
BOMInputStream(InputStream, boolean, ByteOrderMark...) - Constructor for class org.apache.wicket.util.io.BOMInputStream
Constructs a new BOM InputStream that detects the specified BOMs and optionally includes them.
BOMInputStream(InputStream, ByteOrderMark...) - Constructor for class org.apache.wicket.util.io.BOMInputStream
Constructs a new BOM InputStream that excludes the specified BOMs.
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.
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
 
ByteOrderMark - Class in org.apache.wicket.util.io
Byte Order Mark (BOM) representation - see BOMInputStream.
ByteOrderMark(String, int...) - Constructor for class org.apache.wicket.util.io.ByteOrderMark
Construct a new BOM.
bytes() - Method in class org.apache.wicket.util.lang.Bytes
Gets the byte count represented by this value object.
bytes(double) - Static method in class org.apache.wicket.util.lang.Bytes
Instantiate immutable Bytes value object..
bytes(long) - Static method in class org.apache.wicket.util.lang.Bytes
Instantiate immutable Bytes value object..
Bytes - Class in org.apache.wicket.util.lang
Represents an immutable byte count.

C

CachingSunJceCryptFactory - Class in org.apache.wicket.util.crypt
Deprecated.
use a lambda expression instead TODO remove in Wicket 10
CachingSunJceCryptFactory(String) - Constructor for class org.apache.wicket.util.crypt.CachingSunJceCryptFactory
Deprecated.
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<T> - 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
 
checkModified() - Method in class org.apache.wicket.util.watch.ModificationWatcher
Checks which IModifiables were modified and notifies their listeners
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 - 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.
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.
CipherUtils - Class in org.apache.wicket.util.crypt
Utility class meant to help building Cipher.
CipherUtils() - Constructor for class org.apache.wicket.util.crypt.CipherUtils
 
ClassCryptFactory - Class in org.apache.wicket.util.crypt
Deprecated.
use a lambda expression instead TODO remove in Wicket 10
ClassCryptFactory(Class<?>, String) - Constructor for class org.apache.wicket.util.crypt.ClassCryptFactory
Deprecated.
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
 
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.IntHashMap
Removes all mappings from this map.
clear() - Method in class org.apache.wicket.util.collections.MicroMap
Deprecated.
 
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.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() - Method in class org.apache.wicket.util.io.ProxyInputStream
Invokes the delegate's close() method.
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.AbstractResourceStreamWriter
Closes the resource.
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 class org.apache.wicket.util.resource.FileSystemResourceStream
 
close() - Method in interface org.apache.wicket.util.resource.IResourceStream
Closes the resource.
close() - Method in class org.apache.wicket.util.resource.ResourceStreamWrapper
 
close() - Method in class org.apache.wicket.util.resource.XSLTResourceStream
 
close() - Method in class org.apache.wicket.util.resource.ZipResourceStream
 
close(Closeable) - Static method in class org.apache.wicket.util.io.IOUtils
Closes a closeable.
close(URLConnection) - Static method in class org.apache.wicket.util.io.Connections
Closes a connection
closeQuietly(Closeable) - Static method in class org.apache.wicket.util.io.IOUtils
Unconditionally close a Closeable.
closeQuietly(URLConnection) - Static method in class org.apache.wicket.util.io.Connections
Closes a connection, ignoring any exceptions if they occur
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.
Comparators - Class in org.apache.wicket.util.lang
 
Comparators() - Constructor for class org.apache.wicket.util.lang.Comparators
 
compare(Object[], Object[]) - Static method in class org.apache.wicket.util.diff.Diff
Compares the two input sequences.
compare(URL, URL) - Method in class org.apache.wicket.util.collections.UrlExternalFormComparator
 
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.
Connections - Class in org.apache.wicket.util.io
URLConnection related utilities
contains(String) - Method in class org.apache.wicket.util.string.StringList
 
contains(Time) - Method in class org.apache.wicket.util.time.TimeFrame
Deprecated.
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
Deprecated.
 
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
Deprecated.
 
containsValue(Object) - Method in class org.apache.wicket.util.collections.MiniMap
 
containsValue(Object) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
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.AbstractDateConverter
 
convertToObject(String, Locale) - Method in class org.apache.wicket.util.convert.converter.AbstractJavaTimeConverter
 
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.BigIntegerConverter
 
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.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 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(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).
convertToString(D, Locale) - Method in class org.apache.wicket.util.convert.converter.AbstractDateConverter
 
convertToString(Calendar, Locale) - Method in class org.apache.wicket.util.convert.converter.CalendarConverter
 
convertToString(N, Locale) - Method in class org.apache.wicket.util.convert.converter.AbstractNumberConverter
 
convertToString(T, Locale) - Method in class org.apache.wicket.util.convert.converter.AbstractJavaTimeConverter
 
convertValue(Object, Class<T>) - Static method in class org.apache.wicket.util.lang.Objects
Convert between basic Java types, i.e.
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, 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.
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, 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(Reader, Writer) - Static method in class org.apache.wicket.util.io.IOUtils
Copy chars from a Reader to a Writer.
copyAndClose(InputStream, OutputStream) - Static method in class org.apache.wicket.util.io.Streams
Writes the input stream to the output stream.
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.
createCipher(SecretKey, AlgorithmParameterSpec, int) - Method in class org.apache.wicket.util.crypt.SunJceCrypt
Creates the Cipher that will do the de-/encryption.
createDateLike(long) - Method in class org.apache.wicket.util.convert.converter.AbstractDateConverter
Creates a new instance of D out of the passed date(time) as long
createDateLike(long) - Method in class org.apache.wicket.util.convert.converter.DateConverter
 
createDateLike(long) - Method in class org.apache.wicket.util.convert.converter.SqlDateConverter
 
createDateLike(long) - Method in class org.apache.wicket.util.convert.converter.SqlTimeConverter
 
createDateLike(long) - Method in class org.apache.wicket.util.convert.converter.SqlTimestampConverter
 
createFile() - Method in interface org.apache.wicket.util.io.DeferredFileOutputStream.FileFactory
 
createInstance() - Method in class org.apache.wicket.util.LazyInitializer
Creates the lazy value
createKeySpec() - Method in class org.apache.wicket.util.crypt.SunJceCrypt
 
createParameterSpec() - Method in class org.apache.wicket.util.crypt.SunJceCrypt
 
createTemporal(TemporalAccessor) - Method in class org.apache.wicket.util.convert.converter.AbstractJavaTimeConverter
Creates a new instance of D out of the passed date(time) as long
createTemporal(TemporalAccessor) - Method in class org.apache.wicket.util.convert.converter.LocalDateConverter
 
createTemporal(TemporalAccessor) - Method in class org.apache.wicket.util.convert.converter.LocalDateTimeConverter
 
createTemporal(TemporalAccessor) - Method in class org.apache.wicket.util.convert.converter.LocalTimeConverter
 
createTemporal(TemporalAccessor) - Method in class org.apache.wicket.util.convert.converter.ZonedDateTimeConverter
 
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.
cssIgnore - Variable in class org.apache.wicket.util.license.ApacheLicenseHeaderTestCase
 
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
CustomEntityResolver.EntityLocator - Interface in org.apache.wicket.util.xml
entity locator
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.
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() - Method in class org.apache.wicket.util.time.Duration
Deprecated.
Retrieves the number of days of the current Duration.
days(double) - Static method in class org.apache.wicket.util.time.Duration
Deprecated.
Retrieves the Duration based on days.
days(int) - Static method in class org.apache.wicket.util.time.Duration
Deprecated.
Retrieves the Duration based on days.
decode(String) - Static method in class org.apache.wicket.util.LongEncoder
Decodes value using the default alphabet: "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
decode(String, String) - Method in class org.apache.wicket.util.encoding.UrlDecoder
 
decode(String, String) - Static method in class org.apache.wicket.util.LongEncoder
Decodes value using the specified alphabet
decode(String, Charset) - Method in class org.apache.wicket.util.encoding.UrlDecoder
 
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_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_CRYPT_METHOD - Static variable in class org.apache.wicket.util.crypt.SunJceCrypt
Name of the default encryption method
defaultAlgorithm() - Method in class org.apache.wicket.util.diff.Diff
 
defaultIfEmpty(String, String) - Static method in class org.apache.wicket.util.string.Strings
Returns the original string if this one is not empty (i.e.
defaultIfNull(T, T) - Static method in class org.apache.wicket.util.lang.Objects
Returns the original object if this one is != null.
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(int, int) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Removes the characters in a substring of this AppendingStringBuffer.
delete(File) - Method in class org.apache.wicket.util.file.FolderDeleteStrategy
 
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.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.
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(Object[]) - Method in class org.apache.wicket.util.diff.Diff
compute the difference between the original and a revision.
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[]) - 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 org.suigeneris.jrcs.diff.Revision 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 org.suigeneris.jrcs.diff.Revision Revision object.
diff(Object[], Object[], DiffAlgorithm) - Static method in class org.apache.wicket.util.diff.Diff
compute the difference between an original and a revision.
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
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.
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.
dumpAllThreads(Logger) - Static method in class org.apache.wicket.util.lang.Threads
Creates a dump of all the threads' state and stack traces similar to what JVM produces when signal SIGQUIT is send to the process on Unix machine.
dumpSingleThread(Logger, Thread) - Static method in class org.apache.wicket.util.lang.Threads
Creates a dump of the threads' state and stack traces similar to the one that the JVM produces when signal SIGQUIT is send to the process on Unix machine.
Duration - Class in org.apache.wicket.util.time
Deprecated.
Since Wicket 9 this class is obsolete and no more used. It will be removed in Wicket 10. Use Duration instead
Duration(long) - Constructor for class org.apache.wicket.util.time.Duration
Deprecated.
Private constructor forces use of static factory methods.
Durations - Class in org.apache.wicket.util.time
Utility class for Duration
Durations() - Constructor for class org.apache.wicket.util.time.Durations
 

E

eachDay(TimeOfDay, TimeOfDay) - Static method in class org.apache.wicket.util.time.TimeFrame
Deprecated.
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
Deprecated.
Calculates the amount of time elapsed since start time.
elapsedSince() - Method in class org.apache.wicket.util.time.Time
Deprecated.
Calculates the amount of time that has elapsed since this Time value.
elapsedSince(Instant) - Static method in class org.apache.wicket.util.time.Durations
Calculates the duration between a given Instant and the current one.
EMPTY_MAP - Static variable in class org.apache.wicket.util.value.ValueMap
an empty ValueMap.
encode(long) - Static method in class org.apache.wicket.util.LongEncoder
Encodes the value into the default alphabet: "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
encode(long, String) - Static method in class org.apache.wicket.util.LongEncoder
Encodes value into the specified alphabet
encode(String, String) - Method in class org.apache.wicket.util.encoding.UrlEncoder
 
encode(String, Charset) - Method in class org.apache.wicket.util.encoding.UrlEncoder
 
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.
Entry() - Constructor for class org.apache.wicket.util.watch.ModificationWatcher.Entry
 
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
Deprecated.
 
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.io.ByteOrderMark
Indicates if this BOM's bytes equals another.
equals(Object) - Method in class org.apache.wicket.util.lang.PackageName
 
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
Deprecated.
 
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
 
EQUALS - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for equals.
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
EXCLAMATION_POINT - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for excl.
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

file(String) - Method in class org.apache.wicket.util.file.File
 
File - Class in org.apache.wicket.util.file
Simple extension of File that adds an implementation of IModifiable for files.
File(File) - Constructor for class org.apache.wicket.util.file.File
Construct.
File(File, String) - 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(File, String) - Constructor for class org.apache.wicket.util.file.File
Constructor.
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.
FileCleanerTrackerAdapter - Class in org.apache.wicket.util.file
Adapts IFileCleaner to FileCleaningTracker
FileCleanerTrackerAdapter(IFileCleaner) - Constructor for class org.apache.wicket.util.file.FileCleanerTrackerAdapter
Creates an adaptor for a fileCleaner
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.
FileSystemResourceStream - Class in org.apache.wicket.util.resource
A FileSystemResourceStream is an IResourceStream implementation for Java NIO paths.
FileSystemResourceStream(File) - Constructor for class org.apache.wicket.util.resource.FileSystemResourceStream
Constructor.
FileSystemResourceStream(Path) - Constructor for class org.apache.wicket.util.resource.FileSystemResourceStream
Constructor.
FileSystemResourceStream(File) - Constructor for class org.apache.wicket.util.resource.FileSystemResourceStream
Constructor.
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(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
Looks for pathname in the provided folder.
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
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.
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(String) - Method in class org.apache.wicket.util.file.Folder
 
Folder - Class in org.apache.wicket.util.file
This folder subclass provides some type safety and extensibility for "files" that hold other files.
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(Folder, String) - Constructor for class org.apache.wicket.util.file.Folder
Constructor.
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
 
forPackage(Package) - Static method in class org.apache.wicket.util.lang.PackageName
 
freeDiskSpace() - Method in class org.apache.wicket.util.file.Folder
 
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
Deprecated.
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

generateKey(String, int, SecureRandom) - Static method in class org.apache.wicket.util.crypt.CipherUtils
Generate a new SecretKey based on the given algorithm and with the given length.
generatePBEKey(String, String, String, byte[], int, int) - Static method in class org.apache.wicket.util.crypt.CipherUtils
 
generateSecretKey() - Method in class org.apache.wicket.util.crypt.SunJceCrypt
Generate the de-/encryption key.
Generics - Class in org.apache.wicket.util.lang
Generics related utilities
get() - Method in class org.apache.wicket.util.LazyInitializer
 
get() - Method in class org.apache.wicket.util.NullProvider
 
get() - Method in class org.apache.wicket.util.time.TimeMap
Deprecated.
Retrieves an Object for the current Time value.
get() - Method in class org.apache.wicket.util.ValueProvider
 
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(int) - Method in class org.apache.wicket.util.io.ByteOrderMark
The byte at the specified position.
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(int) - Method in class org.apache.wicket.util.time.Time
Deprecated.
Retrieves the value of a field.
get(Class<?>) - Method in class org.apache.wicket.util.collections.ClassMetaCache
Gets value from cache or returns null if not in cache
get(Object) - Method in class org.apache.wicket.util.collections.MicroMap
Deprecated.
 
get(Object) - Method in class org.apache.wicket.util.collections.MiniMap
 
get(Object) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
get(Calendar, int) - Method in class org.apache.wicket.util.time.Time
Deprecated.
Retrieves the value of a field from the given Calendar.
get(Matcher) - Method in class org.apache.wicket.util.parse.metapattern.Group
Threadsafe method to retrieve contents of this captured group.
get(Time) - Method in class org.apache.wicket.util.time.TimeMap
Deprecated.
Retrieves an Object for the given Time value.
getAsBoolean(String) - 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) - Method in class org.apache.wicket.util.value.ValueMap
 
getAsBoolean(String, boolean) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getAsBoolean(String, boolean) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves a boolean value by key.
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) - 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.CopyOnWriteValueMap
 
getAsDouble(String, double) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves a double value by key.
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) - 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.CopyOnWriteValueMap
 
getAsDuration(String, Duration) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves a Duration value by key.
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, Class<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, Class<T>, T) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getAsEnum(String, Class<T>, T) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves an Enum value by key.
getAsEnum(String, Class<T>, T) - Method in class org.apache.wicket.util.value.ValueMap
 
getAsEnum(String, T) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getAsEnum(String, T) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves an Enum value by key.
getAsEnum(String, T) - Method in class org.apache.wicket.util.value.ValueMap
 
getAsInstant(String) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getAsInstant(String) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves a Time value by key.
getAsInstant(String) - Method in class org.apache.wicket.util.value.ValueMap
 
getAsInteger(String) - 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) - Method in class org.apache.wicket.util.value.ValueMap
 
getAsInteger(String, int) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getAsInteger(String, int) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves an integer value by key.
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) - 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.CopyOnWriteValueMap
 
getAsLong(String, long) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves a long value by key.
getAsLong(String, long) - Method in class org.apache.wicket.util.value.ValueMap
 
getAsTime(String, Instant) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getAsTime(String, Instant) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves a Time value by key.
getAsTime(String, Instant) - Method in class org.apache.wicket.util.value.ValueMap
 
getBOM() - Method in class org.apache.wicket.util.io.BOMInputStream
Return the BOM (Byte Order Mark).
getBOMCharsetName() - Method in class org.apache.wicket.util.io.BOMInputStream
Return the BOM charset Name - ByteOrderMark.getCharsetName().
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
 
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.
getByteCount() - Method in class org.apache.wicket.util.io.ThresholdingOutputStream
Returns the number of bytes that have been written to this output stream.
getBytes() - Method in class org.apache.wicket.util.io.ByteOrderMark
Return a copy of the BOM's bytes.
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.
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.
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
 
getCharsetName() - Method in class org.apache.wicket.util.io.ByteOrderMark
Return the name of the Charset the BOM represents.
getColumnNumber() - Method in class org.apache.wicket.util.io.FullyBufferedReader
Get the column number.
getContentType() - Method in class org.apache.wicket.util.resource.AbstractResourceStream
 
getContentType() - Method in class org.apache.wicket.util.resource.AbstractResourceStreamWriter
 
getContentType() - Method in class org.apache.wicket.util.resource.AbstractStringResourceStream
 
getContentType() - Method in class org.apache.wicket.util.resource.FileResourceStream
 
getContentType() - Method in class org.apache.wicket.util.resource.FileSystemResourceStream
 
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.ResourceStreamWrapper
 
getContentType() - Method in class org.apache.wicket.util.resource.XSLTResourceStream
Returns always null
getContentType() - Method in class org.apache.wicket.util.resource.ZipResourceStream
 
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.AbstractDateConverter
 
getDateFormat(Locale) - Method in class org.apache.wicket.util.convert.converter.SqlTimeConverter
 
getDateFormat(Locale) - Method in class org.apache.wicket.util.convert.converter.SqlTimestampConverter
 
getDateTimeFormatter() - Method in class org.apache.wicket.util.convert.converter.AbstractJavaTimeConverter
 
getDateTimeFormatter() - Method in class org.apache.wicket.util.convert.converter.LocalDateConverter
 
getDateTimeFormatter() - Method in class org.apache.wicket.util.convert.converter.LocalDateTimeConverter
 
getDateTimeFormatter() - Method in class org.apache.wicket.util.convert.converter.LocalTimeConverter
 
getDateTimeFormatter() - Method in class org.apache.wicket.util.convert.converter.ZonedDateTimeConverter
 
getDateTimeFormatter(Locale) - Method in class org.apache.wicket.util.convert.converter.AbstractJavaTimeConverter
 
getDayOfMonth() - Method in class org.apache.wicket.util.time.Time
Deprecated.
Retrieves the day of month field of the current Calendar.
getDayOfMonth(Calendar) - Method in class org.apache.wicket.util.time.Time
Deprecated.
Retrieves the day of month field of the given Calendar.
getDelegate() - Method in class org.apache.wicket.util.resource.ResourceStreamWrapper
Returns the wrapped delegate.
getDelta(int) - Method in class org.apache.wicket.util.diff.Revision
Retrieves a delta from this revision by position.
getDouble(String) - 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) - Method in class org.apache.wicket.util.value.ValueMap
 
getDouble(String, double) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
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, double) - Method in class org.apache.wicket.util.value.ValueMap
 
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.
getDuration() - Method in class org.apache.wicket.util.time.TimeFrame
Deprecated.
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
Deprecated.
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
 
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
 
getFiles() - Method in class org.apache.wicket.util.file.Folder
 
getFiles(Folder.FileFilter) - Method in class org.apache.wicket.util.file.Folder
 
getFilterPath(boolean, String, InputStream) - Method in class org.apache.wicket.util.file.WebXmlFile
Gets Wicket filter path via filter name and InputStream.
getFilterPath(boolean, ServletContext, String) - Method in class org.apache.wicket.util.file.WebXmlFile
Gets Wicket filter path via ServletContext and the filter name
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
 
getFormat() - Method in exception org.apache.wicket.util.convert.ConversionException
Get the used format.
getHour() - Method in class org.apache.wicket.util.time.Time
Deprecated.
Retrieves the hour field of the current Calendar.
getHour(Calendar) - Method in class org.apache.wicket.util.time.Time
Deprecated.
Retrieves the hour field of the given Calendar.
getInputStream() - Method in class org.apache.wicket.util.resource.AbstractResourceStreamWriter
this method should not be used as it is not required for resource writers
getInputStream() - Method in class org.apache.wicket.util.resource.AbstractStringResourceStream
 
getInputStream() - Method in class org.apache.wicket.util.resource.FileResourceStream
 
getInputStream() - Method in class org.apache.wicket.util.resource.FileSystemResourceStream
 
getInputStream() - Method in interface org.apache.wicket.util.resource.IResourceStream
Gets the resource stream.
getInputStream() - Method in class org.apache.wicket.util.resource.ResourceStreamWrapper
 
getInputStream() - Method in class org.apache.wicket.util.resource.XSLTResourceStream
 
getInputStream() - Method in class org.apache.wicket.util.resource.ZipResourceStream
 
getInstant(String) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
getInstant(String) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves a Instant object by key.
getInstant(String) - Method in class org.apache.wicket.util.value.ValueMap
 
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) - Method in class org.apache.wicket.util.value.ValueMap
 
getInt(String, int) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
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, int) - Method in class org.apache.wicket.util.value.ValueMap
 
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.
getIntValue() - Method in class org.apache.wicket.util.parse.metapattern.parsers.IntegerVariableAssignmentParser
Gets the int part (eg the '9' from 'x = 9').
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 class org.apache.wicket.util.resource.AbstractResourceStreamWriter
 
getLocale() - Method in interface org.apache.wicket.util.resource.IResourceStream
 
getLocale() - Method in class org.apache.wicket.util.resource.ResourceStreamWrapper
 
getLocaleFromFilename(String) - Static method in class org.apache.wicket.util.resource.ResourceUtils
Extract the locale from the filename taking into account possible minimized resource name.
getLocalFileFromUrl(String) - Static method in class org.apache.wicket.util.file.Files
for urls that point to local files (e.g.
getLocalFileFromUrl(URL) - 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(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) - Method in class org.apache.wicket.util.value.ValueMap
 
getLong(String, long) - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
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, long) - Method in class org.apache.wicket.util.value.ValueMap
 
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.
getLongValue() - Method in class org.apache.wicket.util.parse.metapattern.parsers.IntegerVariableAssignmentParser
Gets the int part as a long.
getMaxValue(Class<? extends Number>) - Static method in class org.apache.wicket.util.lang.Numbers
Returns the maximum value for the numberType's type
getMinifiedName(String, String) - Static method in class org.apache.wicket.util.resource.ResourceUtils
Return the minified version for a given resource name.
getMinute() - Method in class org.apache.wicket.util.time.Time
Deprecated.
Retrieves the minute field of the current Calendar.
getMinute(Calendar) - Method in class org.apache.wicket.util.time.Time
Deprecated.
Retrieves the minute field of the given Calendar.
getMinValue(Class<? extends Number>) - Static method in class org.apache.wicket.util.lang.Numbers
Returns the minimum value for the numberType's type
getMonth() - Method in class org.apache.wicket.util.time.Time
Deprecated.
Retrieves the month field of the current Calendar.
getMonth(Calendar) - Method in class org.apache.wicket.util.time.Time
Deprecated.
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')
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.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
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
 
getPath() - Method in class org.apache.wicket.util.resource.FileSystemResourceStream
 
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
getRemovedValue() - Method in class org.apache.wicket.util.collections.MostRecentlyUsedMap
 
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
Deprecated.
Retrieves the seconds field of the current Calendar.
getSecond(Calendar) - Method in class org.apache.wicket.util.time.Time
Deprecated.
Retrieves the seconds field of the given Calendar.
getSourceValue() - Method in exception org.apache.wicket.util.convert.ConversionException
Gets the tried value.
getStart() - Method in class org.apache.wicket.util.time.TimeFrame
Deprecated.
Retrieves the start Time of this TimeFrame.
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.value.CopyOnWriteValueMap
 
getString(String) - Method in interface org.apache.wicket.util.value.IValueMap
Retrieves a String by key.
getString(String) - Method in class org.apache.wicket.util.value.ValueMap
 
getString(String, 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, 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 class org.apache.wicket.util.resource.AbstractResourceStreamWriter
 
getStyle() - Method in interface org.apache.wicket.util.resource.IResourceStream
 
getStyle() - Method in class org.apache.wicket.util.resource.ResourceStreamWrapper
 
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.BigIntegerConverter
 
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.LocalDateConverter
 
getTargetType() - Method in class org.apache.wicket.util.convert.converter.LocalDateTimeConverter
 
getTargetType() - Method in class org.apache.wicket.util.convert.converter.LocalTimeConverter
 
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.ZonedDateTimeConverter
 
getThreshold() - Method in class org.apache.wicket.util.io.ThresholdingOutputStream
Returns the threshold, in bytes, at which an event will be triggered.
getTimeFrame() - Method in interface org.apache.wicket.util.time.ITimeFrameSource
Deprecated.
Retrieves the current TimeFrame value.
getTimeFrame() - Method in class org.apache.wicket.util.time.TimeFrame
Deprecated.
Implementation of ITimeFrameSource that simply returns this TimeFrame.
getUniqueFilterPath(boolean, String, InputStream) - Method in class org.apache.wicket.util.file.WebXmlFile
Gets unique filter path via filter name and InputStream.
getUniqueFilterPath(boolean, FilterConfig) - Method in class org.apache.wicket.util.file.WebXmlFile
Gets unique Wicket filter path via FilterConfig
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() - Method in class org.apache.wicket.util.parse.metapattern.parsers.ListParser
Gets the parsed values.
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.
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 class org.apache.wicket.util.resource.AbstractResourceStreamWriter
 
getVariation() - Method in interface org.apache.wicket.util.resource.IResourceStream
 
getVariation() - Method in class org.apache.wicket.util.resource.ResourceStreamWrapper
 
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
Deprecated.
Retrieves the year field of the current Calendar.
getYear(Calendar) - Method in class org.apache.wicket.util.time.Time
Deprecated.
Retrieves the year field of the given Calendar.
gigabytes() - Method in class org.apache.wicket.util.lang.Bytes
Gets the byte count in gigabytes.
gigabytes(double) - Static method in class org.apache.wicket.util.lang.Bytes
Instantiate immutable Bytes value object..
gigabytes(long) - Static method in class org.apache.wicket.util.lang.Bytes
Instantiate immutable Bytes value object..
GMT - Static variable in class org.apache.wicket.util.time.Time
Deprecated.
time zone for greenwich mean time
greaterThan(int) - Method in class org.apache.wicket.util.value.IntValue
Compares this IntValue with a primitive int value.
greaterThan(long) - Method in class org.apache.wicket.util.value.LongValue
Compares this LongValue with a primitive long value.
greaterThan(Bytes) - Method in class org.apache.wicket.util.lang.Bytes
Compares this Bytes with another Bytes instance.
greaterThan(IntValue) - Method in class org.apache.wicket.util.value.IntValue
Compares this IntValue with another IntValue.
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

handleIOException(IOException) - Method in class org.apache.wicket.util.io.ProxyInputStream
Handle any IOExceptions thrown.
hasBOM() - Method in class org.apache.wicket.util.io.BOMInputStream
Indicates whether the stream contains one of the specified BOMs.
hasBOM(ByteOrderMark) - Method in class org.apache.wicket.util.io.BOMInputStream
Indicates whether the stream contains the specified BOM.
hashCode() - Method in class org.apache.wicket.util.collections.IntHashMap.Entry
 
hashCode() - Method in class org.apache.wicket.util.io.ByteOrderMark
Return the hashcode for this BOM.
hashCode() - Method in class org.apache.wicket.util.lang.PackageName
 
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
Deprecated.
 
hashCode() - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
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
 
hashCode(long) - Static method in class org.apache.wicket.util.lang.Primitives
Returns a basic integer hash code for a long value.
hashCode(Object...) - Static method in class org.apache.wicket.util.lang.Objects
returns hashcode of the objects by calling obj.hashcode().
hasNext() - Method in class org.apache.wicket.util.collections.ReverseListIterator
 
hasNext() - Method in interface org.apache.wicket.util.string.IStringIterator
 
HEADER_INSTANCE - Static variable in class org.apache.wicket.util.encoding.UrlEncoder
Encoder used to encode a header.
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
Deprecated.
Retrieves the hour of the day.
hours() - Method in class org.apache.wicket.util.time.Duration
Deprecated.
Retrieves the number of hours of the current Duration.
hours(double) - Static method in class org.apache.wicket.util.time.Duration
Deprecated.
Retrieves the Duration based on hours.
hours(int) - Static method in class org.apache.wicket.util.time.Duration
Deprecated.
Retrieves the Duration based on hours.
htmlIgnore - Variable in class org.apache.wicket.util.license.ApacheLicenseHeaderTestCase
 

I

i - Variable in class org.apache.wicket.util.diff.myers.PathNode
Position in the original sequence.
IChangeListener<T> - Interface in org.apache.wicket.util.listener
Generic "something changed" listener interface.
IClusterable - Interface in org.apache.wicket.util.io
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.
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(CharSequence, char) - Static method in class org.apache.wicket.util.string.Strings
returns the zero-based index of a character within a char sequence.
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.
init() - Method in class org.apache.wicket.util.io.XmlReader
Reads and parses markup from a resource such as file.
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.
inputStream() - Method in class org.apache.wicket.util.file.File
 
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, 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, 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, double) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Inserts the string representation of the double 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, 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, 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, StringBuffer) - 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.
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
Instants - Class in org.apache.wicket.util.time
Utility class for Instant
Instants() - Constructor for class org.apache.wicket.util.time.Instants
 
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() - 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(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(int, float) - Constructor for class org.apache.wicket.util.collections.IntHashMap
Constructs an empty HashMap with the specified initial capacity and load factor.
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.
IResourceFinder - Interface in org.apache.wicket.util.file
Knows how to find resources.
IResourceStream - Interface in org.apache.wicket.util.resource
Interface to a streamed resource.
IResourceStreamWriter - Interface in org.apache.wicket.util.resource
Special IResourceStream implementation that a Resource can return when it directly wants to write to an output stream instead of return the IResourceStream.getInputStream().
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.
isBootstrap() - Method in class org.apache.wicket.util.diff.myers.PathNode
Is this a bootstrap node?
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.IntHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class org.apache.wicket.util.collections.MicroMap
Deprecated.
 
isEmpty() - Method in class org.apache.wicket.util.collections.MiniMap
 
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
 
isEmpty(CharSequence) - Static method in class org.apache.wicket.util.string.Strings
Checks whether the string is considered empty.
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("")
isFalse(boolean, String, Object...) - Static method in class org.apache.wicket.util.lang.Args
Check if argument is false
isFull() - Method in class org.apache.wicket.util.collections.MicroMap
Deprecated.
 
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.
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.
iterator() - Method in class org.apache.wicket.util.collections.ReverseListIterator
 
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.
iterator(Iterator<?>) - Static method in class org.apache.wicket.util.lang.Generics
Silences generics warning when need to cast iterator types
ITimeFrameSource - Interface in org.apache.wicket.util.time
Deprecated.
Since Wicket 9 this class is obsolete and no more used. It will be removed in Wicket 10
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.
javaIgnore - Variable in class org.apache.wicket.util.license.ApacheLicenseHeaderTestCase
 
javaScriptIgnore - Variable in class org.apache.wicket.util.license.ApacheLicenseHeaderTestCase
 
join() - Method in class org.apache.wicket.util.string.AbstractStringList
Joins this sequence of strings using a comma 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) - Method in class org.apache.wicket.util.string.AbstractStringList
Joins this sequence of strings using a separator
join(String, String...) - Static method in class org.apache.wicket.util.string.Strings
Joins string fragments using the specified separator
join(String, List<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
Deprecated.
 
keySet() - Method in class org.apache.wicket.util.collections.MiniMap
 
keySet() - Method in class org.apache.wicket.util.value.CopyOnWriteValueMap
 
kilobytes() - Method in class org.apache.wicket.util.lang.Bytes
Gets the byte count in kilobytes.
kilobytes(double) - Static method in class org.apache.wicket.util.lang.Bytes
Instantiate immutable Bytes value object..
kilobytes(long) - Static method in class org.apache.wicket.util.lang.Bytes
Instantiate immutable Bytes value object..

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 - Variable in class org.apache.wicket.util.watch.ModificationWatcher.Entry
 
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.AbstractResourceStreamWriter
Just returns now.
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.FileSystemResourceStream
 
lastModifiedTime() - Method in class org.apache.wicket.util.resource.ResourceStreamWrapper
 
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.io.ByteOrderMark
Return the length of the BOM's bytes.
length() - Method in class org.apache.wicket.util.resource.AbstractResourceStream
 
length() - Method in class org.apache.wicket.util.resource.AbstractResourceStreamWriter
Default implementation to returns null, i.e.
length() - Method in class org.apache.wicket.util.resource.AbstractStringResourceStream
 
length() - Method in class org.apache.wicket.util.resource.FileResourceStream
 
length() - Method in class org.apache.wicket.util.resource.FileSystemResourceStream
 
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.ResourceStreamWrapper
 
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(long) - Method in class org.apache.wicket.util.value.LongValue
Compares this LongValue with a primitive long value.
lessThan(IntValue) - Method in class org.apache.wicket.util.value.IntValue
Compares this IntValue with another IntValue.
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.
LINE_SEPARATOR - Static variable in class org.apache.wicket.util.string.Strings
The line separator for the current platform.
list(File) - Static method in class org.apache.wicket.util.file.Files
List all files inside the given file.
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.
listeners - Variable in class org.apache.wicket.util.watch.ModificationWatcher.Entry
 
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.
LocalDateConverter - Class in org.apache.wicket.util.convert.converter
Converts from Object to LocalDate.
LocalDateConverter() - Constructor for class org.apache.wicket.util.convert.converter.LocalDateConverter
 
LocalDateTimeConverter - Class in org.apache.wicket.util.convert.converter
Converts from Object to LocalDateTime.
LocalDateTimeConverter() - Constructor for class org.apache.wicket.util.convert.converter.LocalDateTimeConverter
 
locale - Variable in class org.apache.wicket.util.resource.ResourceUtils.PathLocale
 
LocalTimeConverter - Class in org.apache.wicket.util.convert.converter
Converts from Object to LocalTime.
LocalTimeConverter() - Constructor for class org.apache.wicket.util.convert.converter.LocalTimeConverter
 
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 class org.apache.wicket.util.resource.FileSystemResourceStream
 
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.
mark(int) - Method in class org.apache.wicket.util.io.BOMInputStream
Invokes the delegate's mark(int) method.
mark(int) - Method in class org.apache.wicket.util.io.ProxyInputStream
Invokes the delegate's mark(int) method.
markSupported() - Method in class org.apache.wicket.util.io.ProxyInputStream
Invokes the delegate's markSupported() method.
markupFiles() - Method in class org.apache.wicket.util.markup.xhtml.WellFormedXmlTestCase
Checks xml well formedness of html markup files under the current working directory.
MaskConverter<C> - Class in org.apache.wicket.util.convert
A converter that takes a mask into account.
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.
MaskConverter(MaskFormatter) - Constructor for class org.apache.wicket.util.convert.MaskConverter
Construct.
matcher() - Method in class org.apache.wicket.util.parse.metapattern.parsers.MetaPatternParser
Gets the matcher.
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.
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(T, T) - Static method in class org.apache.wicket.util.lang.Comparators
 
max(T, T) - Static method in class org.apache.wicket.util.value.LongValue
Returns the max of the two long values.
MAX - Static variable in class org.apache.wicket.util.lang.Bytes
Maximum bytes value
MAX_ENTRIES - Static variable in class org.apache.wicket.util.collections.MicroMap
Deprecated.
The maximum number of entries this map supports.
MAXIMUM - Static variable in class org.apache.wicket.util.time.Duration
Deprecated.
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() - Method in class org.apache.wicket.util.lang.Bytes
Gets the byte count in megabytes.
megabytes(double) - Static method in class org.apache.wicket.util.lang.Bytes
Instantiate immutable Bytes value object..
megabytes(long) - Static method in class org.apache.wicket.util.lang.Bytes
Instantiate immutable Bytes value object..
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(List<MetaPattern>) - Constructor for class org.apache.wicket.util.parse.metapattern.MetaPattern
Constructs from a list of MetaPatterns
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.
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
Deprecated, for removal: This API element is subject to removal in a future version.
Please use Map.of(Object, Object) instead
MicroMap() - Constructor for class org.apache.wicket.util.collections.MicroMap
Deprecated.
Constructor
MicroMap(K, V) - Constructor for class org.apache.wicket.util.collections.MicroMap
Deprecated.
Constructs map with a single key and value pair.
MIDNIGHT - Static variable in class org.apache.wicket.util.time.TimeOfDay
Deprecated.
Constant for midnight.
militaryTime(int, int, int) - Static method in class org.apache.wicket.util.time.TimeOfDay
Deprecated.
Retrieves a TimeOfDay value on a 24-hour clock.
millis(long) - Static method in class org.apache.wicket.util.time.Time
Deprecated.
Retrieves a Time instance based on the given milliseconds.
milliseconds(double) - Static method in class org.apache.wicket.util.time.Duration
Deprecated.
Retrieves the Duration based on milliseconds.
milliseconds(long) - Static method in class org.apache.wicket.util.time.Duration
Deprecated.
Retrieves the Duration based on milliseconds.
min(T, T) - Static method in class org.apache.wicket.util.lang.Comparators
 
min(T, T) - Static method in class org.apache.wicket.util.value.LongValue
Returns the min of the two long values.
MIN_POSTFIX_DEFAULT - Static variable in class org.apache.wicket.util.resource.ResourceUtils
The default postfix for minified names (ex: /css/mystyle.min.css)
MIN_POSTFIX_DEFAULT_AS_EXTENSION - Static variable in class org.apache.wicket.util.resource.ResourceUtils
The default postfix for minified names (ex: /css/mystyle.min.css)
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
Deprecated.
Retrieves the minute.
minutes() - Method in class org.apache.wicket.util.time.Duration
Deprecated.
Retrieves the number of minutes of the current Duration.
minutes(double) - Static method in class org.apache.wicket.util.time.Duration
Deprecated.
Retrieves the Duration based on minutes.
minutes(int) - Static method in class org.apache.wicket.util.time.Duration
Deprecated.
Retrieves the Duration based on minutes.
mkdirs(File) - Static method in class org.apache.wicket.util.file.Files
Utility method for creating a directory.
modifiable - Variable in class org.apache.wicket.util.watch.ModificationWatcher.Entry
 
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.
ModificationWatcher.Entry - Class in org.apache.wicket.util.watch
Container class for holding modifiable entries to watch.
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) - Constructor for class org.apache.wicket.util.collections.MultiMap
Constructor
MultiMap(int, float) - 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
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() - Static method in class org.apache.wicket.util.lang.Generics
Creates a new ArrayList
newArrayList(int) - 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
Deprecated.
 
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.
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.
newNumberFormat(Locale) - Method in class org.apache.wicket.util.convert.converter.AbstractIntegerConverter
 
newNumberFormat(Locale) - Method in class org.apache.wicket.util.convert.converter.AbstractNumberConverter
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
Deprecated.
Retrieves the next occurrence of this TimeOfDay in local time.
next(Calendar) - Method in class org.apache.wicket.util.time.TimeOfDay
Deprecated.
Retrieves the next occurrence of this TimeOfDay on the given Calendar.
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
 
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
Deprecated.
Constant for no duration.
NOON - Static variable in class org.apache.wicket.util.time.TimeOfDay
Deprecated.
Constant for noon.
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)
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(T, String, Object...) - Static method in class org.apache.wicket.util.lang.Args
Checks argument is not null or empty
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(ListenerCollection.INotifier<T>) - Method in class org.apache.wicket.util.listener.ListenerCollection
Notifies each listener in this
notify(T) - Method in interface org.apache.wicket.util.listener.ListenerCollection.INotifier
 
notifyIgnoringExceptions(ListenerCollection.INotifier<T>) - Method in class org.apache.wicket.util.listener.ListenerCollection
Notifies each listener in this set ignoring exceptions.
notifyListeners(T) - Method in class org.apache.wicket.util.listener.ChangeListenerSet
Notifies all change listeners of a change in t
notNull(Object, String, Object...) - Static method in class org.apache.wicket.util.lang.Checks
Checks value is not null
notNull(T, String) - Static method in class org.apache.wicket.util.lang.Args
Checks argument 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
Deprecated.
Retrieves a Time instance based on the current time.
now() - Static method in class org.apache.wicket.util.time.TimeOfDay
Deprecated.
Retrieves the TimeOfDay representing 'now'.
now(Calendar) - Static method in class org.apache.wicket.util.time.TimeOfDay
Deprecated.
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
 
Numbers - Class in org.apache.wicket.util.lang
 

O

Objects - Class in org.apache.wicket.util.lang
Object utilities.
of(T) - Static method in class org.apache.wicket.util.ValueProvider
Creates a provider for the specified value
onChange(T) - 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
Deprecated.
Constant for one day.
ONE_HOUR - Static variable in class org.apache.wicket.util.time.Duration
Deprecated.
Constant for one hour.
ONE_MINUTE - Static variable in class org.apache.wicket.util.time.Duration
Deprecated.
Constant for on minute.
ONE_SECOND - Static variable in class org.apache.wicket.util.time.Duration
Deprecated.
Constant for one second.
ONE_WEEK - Static variable in class org.apache.wicket.util.time.Duration
Deprecated.
Constant for one week.
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(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
OptionalMetaPattern(MetaPattern[]) - Constructor for class org.apache.wicket.util.parse.metapattern.OptionalMetaPattern
Constructor
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.encoding - package org.apache.wicket.util.encoding
 
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.license - package org.apache.wicket.util.license
 
org.apache.wicket.util.listener - package org.apache.wicket.util.listener
Listener/ Observer utilities.
org.apache.wicket.util.markup.xhtml - package org.apache.wicket.util.markup.xhtml
 
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.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
Deprecated.
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.
parent(String) - Static method in class org.apache.wicket.util.lang.Packages
Gets the parent package name.
parse(Object, BigDecimal, BigDecimal, Locale) - Method in class org.apache.wicket.util.convert.converter.AbstractNumberConverter
Parses a value as a String and returns a Number.
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.
parseDate(String) - Static method in class org.apache.wicket.util.time.Time
Deprecated.
Retrieves a Time instance by parsing 'yyyy.MM.dd' format using a local time Calendar.
parseDate(Calendar, String) - Static method in class org.apache.wicket.util.time.Time
Deprecated.
Retrieves a Time instance by parsing 'yyyy.MM.dd' format.
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.
patch(List<Object>) - Method in class org.apache.wicket.util.diff.Delta
Applies this delta as a patch 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 - Variable in class org.apache.wicket.util.resource.ResourceUtils.PathLocale
 
Path - Class in org.apache.wicket.util.file
An IResourceFinder that looks for its resources in a filesystem path.
Path(String) - Constructor for class org.apache.wicket.util.file.Path
Constructor
Path(Folder) - Constructor for class org.apache.wicket.util.file.Path
Constructor
PATH_INSTANCE - Static variable in class org.apache.wicket.util.encoding.UrlDecoder
Encoder used to decode components of a path.

For example: http://org.acme/foo/thispart/orthispart?butnot=thispart
PATH_INSTANCE - Static variable in class org.apache.wicket.util.encoding.UrlEncoder
Encoder used to encode segments of a path.

For example: http://org.acme/foo/thispart/orthispart?butnot=thispart
PathLocale(String, Locale) - Constructor for 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.
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
Deprecated.
Constant for PM time.
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(char) - Method in class org.apache.wicket.util.string.PrependingStringBuffer
Prepends one char to this PrependingStringBuffer
prepend(CharSequence) - Method in class org.apache.wicket.util.resource.StringBufferResourceStream
Prepends to this string buffer resource
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
 
propertiesIgnore - Variable in class org.apache.wicket.util.license.ApacheLicenseHeaderTestCase
 
ProxyInputStream - Class in org.apache.wicket.util.io
A Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods are being called.
ProxyInputStream(InputStream) - Constructor for class org.apache.wicket.util.io.ProxyInputStream
Constructs a new ProxyInputStream.
put(int, V) - Method in class org.apache.wicket.util.collections.IntHashMap
Associates the specified value with the specified key in this map.
put(Class<?>, T) - Method in class org.apache.wicket.util.collections.ClassMetaCache
Puts value into cache
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(K, V) - Method in class org.apache.wicket.util.collections.MicroMap
Deprecated.
 
put(K, V) - Method in class org.apache.wicket.util.collections.MiniMap
 
put(ITimeFrameSource, Object) - Method in class org.apache.wicket.util.time.TimeMap
Deprecated.
Associates an Object with a dynamic TimeFrame.
put(CustomEntityResolver.EntityKey, CustomEntityResolver.EntityLocator) - Method in class org.apache.wicket.util.xml.CustomEntityResolver
add custom entity resolver
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
 
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.wicket.util.collections.MicroMap
Deprecated.
 
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.wicket.util.collections.MiniMap
 
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.
putAttribute(String, boolean) - Method in class org.apache.wicket.util.value.AttributeMap
Put a boolean attribute, removing it if value is false or using the key as value otherwise, i.e.
putAttribute(String, CharSequence) - Method in class org.apache.wicket.util.value.AttributeMap
Put a string attribute, removing it if the string is empty (nor null).

Q

QUERY_INSTANCE - Static variable in class org.apache.wicket.util.encoding.UrlDecoder
Encoder used to decode name or value components of a query string.

For example: http://org.acme/notthis/northis/oreventhis?buthis=isokay&asis=thispart
QUERY_INSTANCE - Static variable in class org.apache.wicket.util.encoding.UrlEncoder
Encoder used to encode name or value components of a query string.

For example: http://org.acme/notthis/northis/oreventhis?buthis=isokay&asis=thispart

R

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.
randomSalt() - Static method in class org.apache.wicket.util.crypt.SunJceCrypt
Create a random salt to be used for this crypt.
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() - Method in class org.apache.wicket.util.io.BOMInputStream
Invokes the delegate's read() method, detecting and optionally skipping BOM.
read() - Method in class org.apache.wicket.util.io.ProxyInputStream
Invokes the delegate's read() method.
read(byte[]) - Method in class org.apache.wicket.util.io.BOMInputStream
Invokes the delegate's read(byte[]) method, detecting and optionally skipping BOM.
read(byte[]) - Method in class org.apache.wicket.util.io.ProxyInputStream
Invokes the delegate's read(byte[]) method.
read(byte[], int, int) - Method in class org.apache.wicket.util.io.BOMInputStream
Invokes the delegate's read(byte[], int, int) method, detecting and optionally skipping BOM.
read(byte[], int, int) - Method in class org.apache.wicket.util.io.ProxyInputStream
Invokes the delegate's read(byte[], int, int) method.
read(char[], int, int) - Method in class org.apache.wicket.util.io.XmlReader
 
readBytes(File) - Static method in class org.apache.wicket.util.file.Files
read binary file fully
readNonCaching(URL) - Static method in class org.apache.wicket.util.io.Streams
Sets the connection to a URL as non-caching and returns the input stream.
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() - 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() - Method in class org.apache.wicket.util.file.Folder
Removes this folder and everything in it, recursively.
remove(int) - Method in class org.apache.wicket.util.collections.IntHashMap
Removes the mapping for this key from this map if present.
remove(int) - Method in class org.apache.wicket.util.string.StringList
Removes the string at the given index.
remove(File) - Static method in class org.apache.wicket.util.file.Files
Deletes a normal file.
remove(Object) - Method in class org.apache.wicket.util.collections.MicroMap
Deprecated.
 
remove(Object) - Method in class org.apache.wicket.util.collections.MiniMap
 
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
 
remove(T) - Method in class org.apache.wicket.util.listener.ListenerCollection
Removes a listener from this set.
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, char) - Static method in class org.apache.wicket.util.string.StringValue
 
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, 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) - Method in class org.apache.wicket.util.string.StringValue
Replaces on this text.
replaceAll(CharSequence, CharSequence, CharSequence) - Static method in class org.apache.wicket.util.string.Strings
Replace all occurrences of one string replaceWith another string.
replaceHtmlEscapeNumber(String) - Static method in class org.apache.wicket.util.string.Strings
Replace HTML numbers like &#20540; by the appropriate character.
replaceValues(K, V) - Method in class org.apache.wicket.util.collections.MultiMap
Replaces all existing values with the specified value.
reset() - Method in class org.apache.wicket.util.io.BOMInputStream
Invokes the delegate's reset() method.
reset() - Method in class org.apache.wicket.util.io.ByteArrayOutputStream
 
reset() - Method in class org.apache.wicket.util.io.ProxyInputStream
Invokes the delegate's reset() method.
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(String, Throwable) - Constructor for exception org.apache.wicket.util.resource.ResourceStreamNotFoundException
Constructor
ResourceStreamNotFoundException(Throwable) - Constructor for exception org.apache.wicket.util.resource.ResourceStreamNotFoundException
Constructor
ResourceStreamWrapper - Class in org.apache.wicket.util.resource
A IResourceStream that wraps another resource stream
ResourceStreamWrapper(IResourceStream) - Constructor for class org.apache.wicket.util.resource.ResourceStreamWrapper
Creates the wrapper around the delegate resource stream.
ResourceUtils - Class in org.apache.wicket.util.resource
 
ResourceUtils() - Constructor for class org.apache.wicket.util.resource.ResourceUtils
 
ResourceUtils.PathLocale - Class in org.apache.wicket.util.resource
 
reversedNotify(ListenerCollection.INotifier<T>) - Method in class org.apache.wicket.util.listener.ListenerCollection
Notifies each listener in this in reversed order
reversedNotifyIgnoringExceptions(ListenerCollection.INotifier<T>) - Method in class org.apache.wicket.util.listener.ListenerCollection
Notifies each listener in this set in reverse order ignoring exceptions
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
RFC_7231_DATE_FORMATTER - Static variable in class org.apache.wicket.util.time.Instants
 
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(Duration, ICode) - Method in class org.apache.wicket.util.thread.Task
Runs this Task at the given frequency.
run(Logger) - Method in interface org.apache.wicket.util.thread.ICode
Override this method to provide the code to run as a Task.

S

SALT - Static variable in class org.apache.wicket.util.crypt.SunJceCrypt
Deprecated.
TODO remove in Wicket 10
second() - Method in class org.apache.wicket.util.time.TimeOfDay
Deprecated.
Retrieves the second.
seconds() - Method in class org.apache.wicket.util.time.Duration
Deprecated.
Retrieves the number of seconds of the current Duration.
seconds(double) - Static method in class org.apache.wicket.util.time.Duration
Deprecated.
Retrieves the Duration based on seconds.
seconds(int) - Static method in class org.apache.wicket.util.time.Duration
Deprecated.
Retrieves the Duration based on seconds.
SEMICOLON - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for semicolon.
SESSION_ID_PARAM_NAME - Static variable in class org.apache.wicket.util.string.Strings
The name of the parameter used to keep the session id.
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.
setFormat(Format) - Method in exception org.apache.wicket.util.convert.ConversionException
Sets the used format.
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
Deprecated, for removal: This API element is subject to removal in a future version.
TODO remove in Wicket 10
setKey(String) - Method in class org.apache.wicket.util.crypt.NoCrypt
Set encryption private key
setLastModified(Instant) - 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 class org.apache.wicket.util.resource.AbstractResourceStreamWriter
 
setLocale(Locale) - Method in interface org.apache.wicket.util.resource.IResourceStream
This method shouldn't be used from the outside.
setLocale(Locale) - Method in class org.apache.wicket.util.resource.ResourceStreamWrapper
 
setLog(Logger) - Method in class org.apache.wicket.util.thread.Task
Sets log for user code to log to when task runs.
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
setResourceKey(String) - Method in exception org.apache.wicket.util.convert.ConversionException
Set the resource key for the message that should be displayed.
setSourceValue(Object) - Method in exception org.apache.wicket.util.convert.ConversionException
Sets the tried value.
setStartTime(Instant) - 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 class org.apache.wicket.util.resource.AbstractResourceStreamWriter
 
setStyle(String) - Method in interface org.apache.wicket.util.resource.IResourceStream
This method shouldn't be used from the outside.
setStyle(String) - Method in class org.apache.wicket.util.resource.ResourceStreamWrapper
 
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 class org.apache.wicket.util.resource.AbstractResourceStreamWriter
 
setVariation(String) - Method in interface org.apache.wicket.util.resource.IResourceStream
This method shouldn't be used from the outside.
setVariation(String) - Method in class org.apache.wicket.util.resource.ResourceStreamWrapper
 
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<?>) - Static method in class org.apache.wicket.util.lang.Classes
Gets the simple name (without the package) of the given class or null if the class is null.
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
Deprecated.
 
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.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.io.BOMInputStream
Invokes the delegate's skip(long) method, detecting and optionallyskipping BOM.
skip(long) - Method in class org.apache.wicket.util.io.ProxyInputStream
Invokes the delegate's skip(long) method.
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
Deprecated.
Sleeps for the current Duration.
slice(Object[], int, int) - Static method in class org.apache.wicket.util.diff.Chunk
Retrieves a slice from an Object array.
slice(List<T>, int, int) - Static method in class org.apache.wicket.util.diff.Chunk
Retrieves the specified part from a List.
SLOW - Static variable in interface org.apache.wicket.util.WicketTestTag
 
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
Deprecated.
the beginning of UNIX time: January 1, 1970, 0:00 GMT.
startsWith(CharSequence) - Method in class org.apache.wicket.util.string.AppendingStringBuffer
Tests if this AppendingStringBuffer starts with the specified prefix.
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(String, String, boolean) - Static method in class org.apache.wicket.util.string.Strings
Extended String.startsWith(String) with support for case sensitivity
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() - Method in class org.apache.wicket.util.visit.Visit
Stops the visit/traversal
stop(R) - Method in interface org.apache.wicket.util.visit.IVisit
Stops the visit/traversal and returns result
stop(R) - Method in class org.apache.wicket.util.visit.Visit
Stops the visit/traversal and returns result
stop(T) - Method in class org.apache.wicket.util.lang.Exceptions.Visit
Stops visit with specified resut
Streams - Class in org.apache.wicket.util.io
Utilities methods for working with input and output streams.
string - Variable in class org.apache.wicket.util.string.interpolator.VariableInterpolator
The String to interpolate into
STRING - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for a string.
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
Deprecated.
Subtracts a given Duration from this Duration.
subtract(Duration) - Method in class org.apache.wicket.util.time.Time
Deprecated.
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
Deprecated.
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
Deprecated, for removal: This API element is subject to removal in a future version.
TODO remove in Wicket 10
SunJceCrypt(byte[], int) - Constructor for class org.apache.wicket.util.crypt.SunJceCrypt
Constructor.
SunJceCrypt(String) - Constructor for class org.apache.wicket.util.crypt.SunJceCrypt
Deprecated, for removal: This API element is subject to removal in a future version.
TODO remove in Wicket 10
SunJceCrypt(String, byte[], int) - Constructor for class org.apache.wicket.util.crypt.SunJceCrypt
Constructor that uses a custom encryption method (cipher).
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() - Method in class org.apache.wicket.util.lang.Bytes
Gets the byte count in terabytes.
terabytes(double) - Static method in class org.apache.wicket.util.lang.Bytes
Instantiate immutable Bytes value object..
terabytes(long) - Static method in class org.apache.wicket.util.lang.Bytes
Instantiate immutable Bytes value object..
Threads - Class in org.apache.wicket.util.lang
A utility class for dealing with Threads.
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(int, int, int, TimeOfDay.Meridian) - Static method in class org.apache.wicket.util.time.TimeOfDay
Deprecated.
Retrieves a TimeOfDay on a 12-hour clock.
time(int, int, TimeOfDay.Meridian) - Static method in class org.apache.wicket.util.time.TimeOfDay
Deprecated.
Retrieves a TimeOfDay on a 12-hour clock.
Time - Class in org.apache.wicket.util.time
Deprecated.
Since Wicket 9 this class is obsolete and no more used. It will be removed in Wicket 10. Use Instant instead
TimeFrame - Class in org.apache.wicket.util.time
Deprecated.
Since Wicket 9 this class is obsolete and no more used. It will be removed in Wicket 10
TimeMap - Class in org.apache.wicket.util.time
Deprecated.
Since Wicket 9 this class is obsolete and no more used. It will be removed in Wicket 10
TimeMap() - Constructor for class org.apache.wicket.util.time.TimeMap
Deprecated.
 
TimeOfDay - Class in org.apache.wicket.util.time
Deprecated.
Since Wicket 9 this class is obsolete and no more used. It will be removed in Wicket 10
TimeOfDay.Meridian - Class in org.apache.wicket.util.time
Deprecated.
Typesafe AM/PM enumeration.
to(Class<T>) - 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() - 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 boolean, returning default value if text is inconvertible.
toBoolean(String) - Static method in class org.apache.wicket.util.string.Strings
Converts the string s to a Boolean.
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() - 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 character, returning default value if text is inconvertible.
toChar(String) - Static method in class org.apache.wicket.util.string.Strings
Converts the 1 character string s to a character.
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.
toCharSequence() - Method in class org.apache.wicket.util.value.AttributeMap
Representation as encoded markup attributes.
toDate() - Method in class org.apache.wicket.util.time.Time
Deprecated.
Retrieves a Date object for this Time object.
toDateString() - Method in class org.apache.wicket.util.time.Time
Deprecated.
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
Deprecated.
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 double, returning default value if text is inconvertible.
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 duration, returning default value if text is inconvertible.
toEnum(CharSequence, Class<T>) - Static method in class org.apache.wicket.util.string.Strings
Return this value as en enum value.
toEnum(Class<T>) - Method in class org.apache.wicket.util.string.StringValue
Convert this text to an enum.
toEnum(Class<T>, T) - Method in class org.apache.wicket.util.string.StringValue
Convert this text to an enum.
toEnum(T) - Method in class org.apache.wicket.util.string.StringValue
Convert this text to an enum.
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
toInstant() - Method in class org.apache.wicket.util.string.StringValue
Convert this text to an Instant instance.
toInstant(Instant) - Method in class org.apache.wicket.util.string.StringValue
Convert to Instant, returning default value if text is inconvertible.
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 integer, returning default value if text is inconvertible.
toInteger() - Method in class org.apache.wicket.util.string.StringValue
Convert this text to an Integer.
toJavaDuration() - Method in class org.apache.wicket.util.time.Duration
Deprecated.
Builds a Duration out of a wicket Duration.
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 long integer, returning default value if text is inconvertible.
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>).
toOptional(Class<T>) - Method in class org.apache.wicket.util.string.StringValue
Converts this StringValue to a given type or null if the value is empty.
toOptionalBoolean() - Method in class org.apache.wicket.util.string.StringValue
Convert to object types, returning null if text is null or empty.
toOptionalCharacter() - Method in class org.apache.wicket.util.string.StringValue
Convert to object types, returning null if text is null or empty.
toOptionalDouble() - Method in class org.apache.wicket.util.string.StringValue
Convert to object types, returning null if text is null or empty.
toOptionalDuration() - Method in class org.apache.wicket.util.string.StringValue
Convert to object types, returning null if text is null or empty.
toOptionalEnum(Class<T>) - Method in class org.apache.wicket.util.string.StringValue
Convert to enum, returning null if text is null or empty.
toOptionalInstant() - Method in class org.apache.wicket.util.string.StringValue
Convert to object types, returning null if text is null or empty.
toOptionalInteger() - Method in class org.apache.wicket.util.string.StringValue
Convert to object types, returning null if text is null or empty.
toOptionalLong() - Method in class org.apache.wicket.util.string.StringValue
Convert to object types, returning null if text is null or empty.
toOptionalString() - 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() - Method in class org.apache.wicket.util.diff.Revision
Converts this delta into its RCS style string representation using the default line separator.
toRCSString(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.Revision
Converts this delta 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(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(StringBuilder, String) - Method in class org.apache.wicket.util.diff.Revision
Converts this revision into its RCS style string representation.
toRfc1123TimestampString() - Method in class org.apache.wicket.util.time.Time
Deprecated.
Returns this time stamp in RFC1123 string format.
toRFC7231Format(Instant) - Static method in class org.apache.wicket.util.time.Instants
Formats a given Instant as required by RFC7231 for dates.
toString() - Method in class org.apache.wicket.util.collections.IntHashMap.Entry
 
toString() - Method in class org.apache.wicket.util.diff.myers.PathNode
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() - Method in class org.apache.wicket.util.file.Path
 
toString() - Method in class org.apache.wicket.util.io.ByteArrayOutputStream
 
toString() - Method in class org.apache.wicket.util.io.ByteOrderMark
Provide a String representation of the BOM.
toString() - Method in class org.apache.wicket.util.io.FullyBufferedReader
 
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() - 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.FileSystemResourceStream
 
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() - Method in class org.apache.wicket.util.string.StringValue
 
toString() - Method in class org.apache.wicket.util.thread.Task
 
toString() - Method in class org.apache.wicket.util.time.Duration
Deprecated.
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
Deprecated.
Converts this Time value to a String suitable for use in a file system name.
toString() - Method in class org.apache.wicket.util.time.TimeFrame
Deprecated.
Converts this TimeFrame to a String representation.
toString() - Method in class org.apache.wicket.util.time.TimeOfDay
Deprecated.
 
toString() - Method in class org.apache.wicket.util.value.AttributeMap
Representation as encoded markup attributes.
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.
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(Object) - Static method in class org.apache.wicket.util.string.Strings
Converts the given object to a string.
toString(String) - Method in class org.apache.wicket.util.io.ByteArrayOutputStream
This as a string using the provided encoding.
toString(String) - Method in class org.apache.wicket.util.string.StringValue
Convert to primitive types, returning default value if text is null.
toString(String) - Method in class org.apache.wicket.util.time.Time
Deprecated.
Converts this Time value to a String using the given format.
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) - 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(StringBuilder) - Method in class org.apache.wicket.util.diff.Revision
Converts this revision into its Unix diff style string representation.
toString(StringBuilder) - Method in class org.apache.wicket.util.diff.ToString
Place a string image of the object in a StringBuffer.
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(Throwable) - Static method in class org.apache.wicket.util.string.Strings
Converts a Throwable to a string.
toString(Duration, Locale) - Static method in class org.apache.wicket.util.time.Durations
 
toString(Calendar, String) - Method in class org.apache.wicket.util.time.Time
Deprecated.
Converts this Time object to a String using the given Calendar and format.
toString(Locale) - Method in class org.apache.wicket.util.lang.Bytes
Converts this byte count to a string using the given locale.
toString(Locale) - Method in class org.apache.wicket.util.time.Duration
Deprecated.
Retrieves the String representation of this Duration in days, hours, minutes, seconds or milliseconds, as appropriate.
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.
totalLength() - Method in class org.apache.wicket.util.string.AbstractStringList
 
totalLength() - Method in class org.apache.wicket.util.string.StringList
 
track(File, Object) - Method in class org.apache.wicket.util.file.FileCleaner
 
track(File, Object) - Method in class org.apache.wicket.util.file.FileCleanerTrackerAdapter
 
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 class org.apache.wicket.util.file.FileCleaner
 
track(File, Object, FileDeleteStrategy) - Method in class org.apache.wicket.util.file.FileCleanerTrackerAdapter
 
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.
track(String, Object) - Method in class org.apache.wicket.util.file.FileCleanerTrackerAdapter
 
track(String, Object, FileDeleteStrategy) - Method in class org.apache.wicket.util.file.FileCleanerTrackerAdapter
 
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
 

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.
UrlDecoder - Class in org.apache.wicket.util.encoding
Adapted from Spring Framework's UriUtils class, but defines instances for query string decoding versus URL path component decoding.
UrlEncoder - Class in org.apache.wicket.util.encoding
Adapted from Spring Framework's UriUtils class, but defines instances for query string encoding versus URL path component encoding.
UrlEncoder(UrlEncoder.Type) - Constructor for class org.apache.wicket.util.encoding.UrlEncoder
Allow subclass to call constructor.
UrlExternalFormComparator - Class in org.apache.wicket.util.collections
A comparator of URL instances.
UrlExternalFormComparator() - Constructor for class org.apache.wicket.util.collections.UrlExternalFormComparator
 
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_16BE - Static variable in class org.apache.wicket.util.io.ByteOrderMark
UTF-16BE BOM (Big-Endian)
UTF_16LE - Static variable in class org.apache.wicket.util.crypt.CharEncoding
Sixteen-bit Unicode Transformation Format, little-endian byte order.
UTF_16LE - Static variable in class org.apache.wicket.util.io.ByteOrderMark
UTF-16LE BOM (Little-Endian)
UTF_32BE - Static variable in class org.apache.wicket.util.io.ByteOrderMark
UTF-32BE BOM (Big-Endian)
UTF_32LE - Static variable in class org.apache.wicket.util.io.ByteOrderMark
UTF-32LE BOM (Little-Endian)
UTF_8 - Static variable in class org.apache.wicket.util.crypt.CharEncoding
Eight-bit Unicode Transformation Format.
UTF_8 - Static variable in class org.apache.wicket.util.io.ByteOrderMark
UTF-8 BOM
UTF_BOM - Static variable in class org.apache.wicket.util.io.ByteOrderMark
Unicode BOM character; external form depends on the encoding.

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(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.
ValueMap(Map<? extends String, ?>) - Constructor for class org.apache.wicket.util.value.ValueMap
Copy constructor.
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(long) - Static method in class org.apache.wicket.util.time.Duration
Deprecated.
Retrieves the given long as a Duration.
valueOf(long) - Static method in class org.apache.wicket.util.time.TimeOfDay
Deprecated.
Converts a long value to a TimeOfDay instance.
valueOf(Object) - 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.StringList
Converts an array of objects into a list of strings by using the object to string conversion method of the StringValue class.
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.lang.Bytes
Converts a string to a number of bytes.
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.StringValue
Converts the given input to an instance of StringValue.
valueOf(String) - Static method in class org.apache.wicket.util.time.Duration
Deprecated.
Converts the given String to a new Duration object.
valueOf(String) - Static method in class org.apache.wicket.util.time.Time
Deprecated.
Retrieves a Time instance by parsing 'yyyy.MM.dd-h.mma' format.
valueOf(String) - Static method in class org.apache.wicket.util.time.TimeOfDay
Deprecated.
Converts a String value to a TimeOfDay instance.
valueOf(String[]) - Static method in class org.apache.wicket.util.string.StringList
Converts a string array to a string list.
valueOf(String, String) - Static method in class org.apache.wicket.util.time.Time
Deprecated.
Retrieves a Time instance by parsing 'pattern' format.
valueOf(String, Locale) - Static method in class org.apache.wicket.util.lang.Bytes
Converts a string to a number of bytes.
valueOf(String, Locale) - 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.time.Duration
Deprecated.
Converts the given String to a new Duration object.
valueOf(Calendar, String) - Static method in class org.apache.wicket.util.time.Time
Deprecated.
Retrieves a Time instance by parsing 'yyyy.MM.dd-h.mma' format.
valueOf(Calendar, String) - Static method in class org.apache.wicket.util.time.TimeOfDay
Deprecated.
Converts a time String and Calendar to a TimeOfDay instance.
valueOf(Calendar, Time) - Static method in class org.apache.wicket.util.time.TimeOfDay
Deprecated.
Converts a Time instance and Calendar to a TimeOfDay instance.
valueOf(Calendar, TimeOfDay) - Static method in class org.apache.wicket.util.time.Time
Deprecated.
Retrieves a Time instance based on the given Calendar and TimeOfDay objects.
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(Date) - Static method in class org.apache.wicket.util.time.Time
Deprecated.
Retrieves a Time instance based on the given Date object.
valueOf(AppendingStringBuffer) - Static method in class org.apache.wicket.util.string.StringValue
Converts the given input to an instance of StringValue.
valueOf(Duration) - Static method in class org.apache.wicket.util.time.TimeOfDay
Deprecated.
Converts a Duration instance to a TimeOfDay instance.
valueOf(Time) - Static method in class org.apache.wicket.util.time.TimeOfDay
Deprecated.
Converts a String value to a TimeOfDay instance.
valueOf(TimeOfDay) - Static method in class org.apache.wicket.util.time.Time
Deprecated.
Retrieves a Time instance based on the given TimeOfDay object.
valueOf(Time, Duration) - Static method in class org.apache.wicket.util.time.TimeFrame
Deprecated.
Creates a TimeFrame for a start Time and Duration.
valueOf(Time, Time) - Static method in class org.apache.wicket.util.time.TimeFrame
Deprecated.
Creates a TimeFrame for given start and end Times.
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
Deprecated.
 
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.
velocityIgnore - Variable in class org.apache.wicket.util.license.ApacheLicenseHeaderTestCase
 
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(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).
visit(Throwable, Exceptions.IThrowableVisitor<T>) - Static method in class org.apache.wicket.util.lang.Exceptions
Visits the Throwable's chain
visit(Throwable, Exceptions.Visit<T>) - Method in interface org.apache.wicket.util.lang.Exceptions.IThrowableVisitor
Visit a throwable
visit(AddDelta) - Method in interface org.apache.wicket.util.diff.RevisionVisitor
 
visit(ChangeDelta) - Method in interface org.apache.wicket.util.diff.RevisionVisitor
 
visit(DeleteDelta) - Method in interface org.apache.wicket.util.diff.RevisionVisitor
 
visit(Revision) - Method in interface org.apache.wicket.util.diff.RevisionVisitor
 
Visit<R> - Class in org.apache.wicket.util.visit
Implementation of IVisit used by traversal algorithms
Visit() - Constructor for class org.apache.wicket.util.lang.Exceptions.Visit
 
Visit() - Constructor for class org.apache.wicket.util.visit.Visit
 
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).
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(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
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(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.
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.
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
Deprecated.
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.
WellFormedXmlTestCase - Class in org.apache.wicket.util.markup.xhtml
Usable by tests to check that the html markup files are well formed.
WellFormedXmlTestCase() - Constructor for class org.apache.wicket.util.markup.xhtml.WellFormedXmlTestCase
 
WHITESPACE - Static variable in class org.apache.wicket.util.parse.metapattern.MetaPattern
Constant for whitespace.
WicketTestTag - Interface in org.apache.wicket.util
JUnit Category marker.
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(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.ByteArrayOutputStream
 
write(byte[], int, int) - Method in class org.apache.wicket.util.io.ByteCountingOutputStream
 
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(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) - 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(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(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(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(int) - Method in class org.apache.wicket.util.io.ThresholdingOutputStream
Writes the specified byte to this output stream.
write(InputStream) - Method in class org.apache.wicket.util.file.File
Writes the given input stream to this file
write(OutputStream) - Method in interface org.apache.wicket.util.resource.IResourceStreamWriter
Implement this method to write the resource data directly the the given OutputStream.
write(String) - Method in class org.apache.wicket.util.file.File
Write the given string to this file
write(String) - Method in class org.apache.wicket.util.io.StringBufferWriter
 
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(StringBuilder, Writer) - Static method in class org.apache.wicket.util.io.IOUtils
Writes chars from a AppendingStringBuffer to a Writer.
write(String, int, int) - Method in class org.apache.wicket.util.io.StringBufferWriter
 
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(String, Writer) - Static method in class org.apache.wicket.util.io.IOUtils
Writes chars from a String to a Writer.
write(File) - Method in class org.apache.wicket.util.file.File
Writes the given file to this one
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.
xmlIgnore - Variable in class org.apache.wicket.util.license.ApacheLicenseHeaderTestCase
 
xmlPrologIgnore - Variable in class org.apache.wicket.util.license.ApacheLicenseHeaderTestCase
 
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

ZipResourceStream - Class in org.apache.wicket.util.resource
An IResourceStream that ZIPs a directory's contents on the fly
ZipResourceStream(File) - Constructor for class org.apache.wicket.util.resource.ZipResourceStream
Construct.
ZipResourceStream(File, boolean) - Constructor for class org.apache.wicket.util.resource.ZipResourceStream
Construct.
ZonedDateTimeConverter - Class in org.apache.wicket.util.convert.converter
Converts to ZonedDateTime.
ZonedDateTimeConverter() - Constructor for class org.apache.wicket.util.convert.converter.ZonedDateTimeConverter
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes All Packages