Uses of Interface
org.apache.wicket.util.io.IClusterable
-
Packages that use IClusterable Package Description org.apache.wicket.util org.apache.wicket.util.convert Conversion support.org.apache.wicket.util.convert.converter Default converter implementations.org.apache.wicket.util.lang org.apache.wicket.util.parse.metapattern Regular Expressions meta pattern support.org.apache.wicket.util.resource Base support for resources.org.apache.wicket.util.string String utilities.org.apache.wicket.util.string.interpolator Support for String-variable interpolation.org.apache.wicket.util.time Utilities for working withTime(s). -
-
Uses of IClusterable in org.apache.wicket.util
Classes in org.apache.wicket.util that implement IClusterable Modifier and Type Class Description classLazyInitializer<T>An abstraction for lazy-initializing values. -
Uses of IClusterable in org.apache.wicket.util.convert
Subinterfaces of IClusterable in org.apache.wicket.util.convert Modifier and Type Interface Description interfaceIConverter<C>Converts input to output and vice versa.Classes in org.apache.wicket.util.convert that implement IClusterable Modifier and Type Class Description classMaskConverter<C>A 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 IClusterable Modifier and Type Class Description classAbstractConverter<C>Base 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.classBigDecimalConverterBigDecimal converterclassBigIntegerConverterBigInteger converter seeIConverterclassBooleanConverterConverts from Object to Boolean.classByteConverterConverts from Object to Byte.classCalendarConverterConverts toCalendar.classCharacterConverterConverts from Object to Character.classDateConverterConverts from Object to Date.classDoubleConverterConverts from Object to Double.classFloatConverterConverts from Object to Float.classIntegerConverterConverts from Object to Integer.classLocalDateConverterConverts from Object toLocalDate.classLocalDateTimeConverterConverts from Object toLocalDateTime.classLocalTimeConverterConverts from Object toLocalTime.classLongConverterConverts from Object to Long.classShortConverterConverts from Object to Short.classSqlDateConverterConverts toDate.classSqlTimeConverterConverts toTime.classSqlTimestampConverterConverts toTimestamp.classZonedDateTimeConverterConverts toZonedDateTime. -
Uses of IClusterable in org.apache.wicket.util.lang
Classes in org.apache.wicket.util.lang that implement IClusterable Modifier and Type Class Description classEnumeratedTypeA base class for defining enumerated types.classPackageNameA 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 IClusterable Modifier and Type Class Description classBooleanGroupA Group that captures case-sensitive boolean values "true" or "false".classFloatingPointGroupA Group that captures floating point values (doubles and floats).classGroupA 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.classIntegerGroupA Group that captures integer values (positive and negative whole numbers, not Java ints).classMetaPatternUseful class for constructing readable and reusable regular expressions.classOptionalMetaPatternMakes 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.resource Modifier and Type Interface Description interfaceIResourceStreamInterface to a streamed resource.interfaceIResourceStreamWriterSpecial IResourceStream implementation that a Resource can return when it directly wants to write to an output stream instead of return theIResourceStream.getInputStream().interfaceIStringResourceStreamA resource that can be converted to a String representation, possibly using an explicit Charset.Classes in org.apache.wicket.util.resource that implement IClusterable Modifier and Type Class Description classAbstractResourceStreamclassAbstractResourceStreamWriterBase implementation of an IResourceStreamWriter so that you only have to override theIResourceStreamWriter.write(java.io.OutputStream).classAbstractStringResourceStreamBase class for string resources.classFileResourceStreamA FileResourceStream is an IResource implementation for files.classFileSystemResourceStreamA FileSystemResourceStream is an IResourceStream implementation for Java NIO paths.classResourceStreamWrapperA IResourceStream that wraps another resource streamclassStringBufferResourceStreamA string resource that can be appended to.classStringResourceStreamA StringResourceStream is an IResource implementation for strings.classXSLTResourceStreamIResourceStreamthat applies XSLT on an inputIResourceStream.classZipResourceStreamAn 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 IClusterable Modifier and Type Class Description classStringValueHolds 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 IClusterable Modifier and Type Class Description classMapVariableInterpolatorInterpolates variables into aStringfrom aMap.classSystemVariableInterpolatorConvenient way of interpolating system properties.classVariableInterpolatorBase class for variable interpolators. -
Uses of IClusterable in org.apache.wicket.util.time
Classes in org.apache.wicket.util.time that implement IClusterable Modifier and Type Class Description static classTimeOfDay.MeridianDeprecated.Typesafe AM/PM enumeration.
-