Uses of Interface
org.apache.wicket.util.io.IClusterable
Packages that use IClusterable
Package
Description
Conversion support.
Default converter implementations.
Regular Expressions meta pattern support.
Base support for resources.
String utilities.
Support for String-variable interpolation.
-
Uses of IClusterable in org.apache.wicket.util
Classes in org.apache.wicket.util that implement IClusterableModifier and TypeClassDescriptionclassAn abstraction for lazy-initializing values. -
Uses of IClusterable in org.apache.wicket.util.convert
Subinterfaces of IClusterable in org.apache.wicket.util.convertModifier and TypeInterfaceDescriptioninterfaceIConverter<C>Converts input to output and vice versa.Classes in org.apache.wicket.util.convert that implement IClusterableModifier and TypeClassDescriptionclassA converter that takes a mask into account. -
Uses of IClusterable in org.apache.wicket.util.convert.converter
Classes in org.apache.wicket.util.convert.converter that implement IClusterableModifier and TypeClassDescriptionclassBase class for locale aware type converters.classAbstractDateConverter<D extends Date>A base class for all Date related convertersclassAbstractDecimalConverter<N extends Number>Base class for all converters of decimal numbers.classAbstractIntegerConverter<I extends Number>Base class for all converters of integer numbers.classAbstractJavaTimeConverter<T extends Temporal>A base class for all java.time.** related convertersclassAbstractNumberConverter<N extends Number>Base class for all number converters.classBigDecimal converterclassBigInteger converter seeIConverterclassConverts from Object to Boolean.classConverts from Object to Byte.classConverts toCalendar.classConverts from Object to Character.classConverts from Object to Date.classConverts from Object to Double.classConverts from Object to Float.classConverts from Object to Integer.classConverts from Object toLocalDate.classConverts from Object toLocalDateTime.classConverts from Object toLocalTime.classConverts from Object to Long.classConverts from Object to Short.classConverts toDate.classConverts toTime.classConverts toTimestamp.classConverts toZonedDateTime. -
Uses of IClusterable in org.apache.wicket.util.lang
Classes in org.apache.wicket.util.lang that implement IClusterableModifier and TypeClassDescriptionclassA base class for defining enumerated types.classA type-safe package name class since Package is unreliable (it's not a Package object, but rather a sometimes-available holder for versioning information). -
Uses of IClusterable in org.apache.wicket.util.parse.metapattern
Classes in org.apache.wicket.util.parse.metapattern that implement IClusterableModifier and TypeClassDescriptionfinal classA Group that captures case-sensitive boolean values "true" or "false".final classA Group that captures floating point values (doubles and floats).classA 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.final classA Group that captures integer values (positive and negative whole numbers, not Java ints).classUseful class for constructing readable and reusable regular expressions.final classMakes any MetaPattern optional by enclosing the pattern in an optionality expression. -
Uses of IClusterable in org.apache.wicket.util.resource
Subinterfaces of IClusterable in org.apache.wicket.util.resourceModifier and TypeInterfaceDescriptioninterfaceInterface to a streamed resource.interfaceSpecial IResourceStream implementation that a Resource can return when it directly wants to write to an output stream instead of return theIResourceStream.getInputStream().interfaceA resource that can be converted to a String representation, possibly using an explicit Charset.Classes in org.apache.wicket.util.resource that implement IClusterableModifier and TypeClassDescriptionclassclassBase implementation of an IResourceStreamWriter so that you only have to override theIResourceStreamWriter.write(java.io.OutputStream).classBase class for string resources.classA FileResourceStream is an IResource implementation for files.classA FileSystemResourceStream is an IResourceStream implementation for Java NIO paths.classA IResourceStream that wraps another resource streamclassA string resource that can be appended to.final classA StringResourceStream is an IResource implementation for strings.classIResourceStreamthat applies XSLT on an inputIResourceStream.classAn IResourceStream that ZIPs a directory's contents on the fly -
Uses of IClusterable in org.apache.wicket.util.string
Classes in org.apache.wicket.util.string that implement IClusterableModifier and TypeClassDescriptionclassHolds an immutable String value and optionally a Locale, with methods to convert to various types. -
Uses of IClusterable in org.apache.wicket.util.string.interpolator
Classes in org.apache.wicket.util.string.interpolator that implement IClusterableModifier and TypeClassDescriptionclassInterpolates variables into aStringfrom aMap.final classConvenient way of interpolating system properties.classBase class for variable interpolators.