Uses of Interface
org.apache.wicket.util.io.IClusterable

Packages that use IClusterable
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 with Time(s). 
org.apache.wicket.util.upload Protocol independent upload utilities. 
 

Uses of IClusterable in org.apache.wicket.util
 

Classes in org.apache.wicket.util that implement IClusterable
 class LazyInitializer<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
 interface IConverter<C>
          Converts input to output and vice versa.
 

Classes in org.apache.wicket.util.convert that implement IClusterable
 class MaskConverter<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
 class AbstractConverter<C>
          Base class for locale aware type converters.
 class AbstractDecimalConverter<N extends Number>
          Base class for all number converters.
 class AbstractIntegerConverter<I extends Number>
          Base class for all number converters.
 class AbstractNumberConverter<N extends Number>
          Base class for all number converters.
 class BigDecimalConverter
          BigDecimal converter see IConverter
 class BigIntegerConverter
          BigInteger converter see IConverter
 class BooleanConverter
          Converts from Object to Boolean.
 class ByteConverter
          Converts from Object to Byte.
 class CalendarConverter
          Converts to Calendar.
 class CharacterConverter
          Converts from Object to Character.
 class DateConverter
          Converts from Object to Date.
 class DoubleConverter
          Converts from Object to Double.
 class FloatConverter
          Converts from Object to Float.
 class IntegerConverter
          Converts from Object to Integer.
 class LongConverter
          Converts from Object to Long.
 class ShortConverter
          Converts from Object to Short.
 class SqlDateConverter
          Converts to Date.
 class SqlTimeConverter
          Converts to Time.
 class SqlTimestampConverter
          Converts to Timestamp.
 class ZeroPaddingIntegerConverter
          Converts from Object to Integer, adding zero-padding.
 

Uses of IClusterable in org.apache.wicket.util.lang
 

Classes in org.apache.wicket.util.lang that implement IClusterable
 class EnumeratedType
          A base class for defining enumerated types.
 class PackageName
          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).
 

Uses of IClusterable in org.apache.wicket.util.parse.metapattern
 

Classes in org.apache.wicket.util.parse.metapattern that implement IClusterable
 class BooleanGroup
          A Group that captures case-sensitive boolean values "true" or "false".
 class FloatingPointGroup
          A Group that captures floating point values (doubles and floats).
 class Group
          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.
 class IntegerGroup
          A Group that captures integer values (positive and negative whole numbers, not Java ints).
 class MetaPattern
          Useful class for constructing readable and reusable regular expressions.
 class OptionalMetaPattern
          Makes 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
 interface IResourceStream
          Interface to a streamed resource.
 interface IResourceStreamWriter
          Special IResourceStream implementation that a Resource can return when it directly wants to write to an output stream instead of return the IResourceStream.getInputStream().
 interface IStringResourceStream
          A resource that can be converted to a String representation, possibly using an explicit Charset.
 

Classes in org.apache.wicket.util.resource that implement IClusterable
 class AbstractResourceStream
           
 class AbstractResourceStreamWriter
          Base implementation of an IResourceStreamWriter so that you only have to override the IResourceStreamWriter.write(java.io.OutputStream).
 class AbstractStringResourceStream
          Base class for string resources.
 class FileResourceStream
          A FileResourceStream is an IResource implementation for files.
 class ResourceStreamWrapper
          A IResourceStream that wraps another resource stream
 class StringBufferResourceStream
          A string resource that can be appended to.
 class StringResourceStream
          A StringResourceStream is an IResource implementation for strings.
 class XSLTResourceStream
          IResourceStream that applies XSLT on an input IResourceStream.
 class ZipResourceStream
          An 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
 class StringValue
          Holds 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
 class MapVariableInterpolator
          Interpolates variables into a String from a Map.
 class SystemVariableInterpolator
          Convenient way of interpolating system properties.
 class VariableInterpolator
          Base class for variable interpolators.
 

Uses of IClusterable in org.apache.wicket.util.time
 

Classes in org.apache.wicket.util.time that implement IClusterable
static class TimeOfDay.Meridian
          Typesafe AM/PM enumeration.
 

Uses of IClusterable in org.apache.wicket.util.upload
 

Subinterfaces of IClusterable in org.apache.wicket.util.upload
 interface FileItem
           This class represents a file or form item that was received within a multipart/form-data POST request.
 

Classes in org.apache.wicket.util.upload that implement IClusterable
 class DiskFileItem
           The default implementation of the FileItem interface.
 



Copyright © 2006–2014 Apache Software Foundation. All rights reserved.