Uses of Class
org.apache.wicket.util.lang.Bytes

Packages that use Bytes
org.apache.wicket.devutils.diskstore   
org.apache.wicket.devutils.inspector Classes that make debugging Wicket HTML applications easier. 
org.apache.wicket.markup Base package for markup. 
org.apache.wicket.markup.html.form HTML Forms and form components. 
org.apache.wicket.pageStore   
org.apache.wicket.pageStore.memory   
org.apache.wicket.protocol.http.servlet Java Servlet specific implementation of Wicket http classes. 
org.apache.wicket.request.resource.caching.version   
org.apache.wicket.settings   
org.apache.wicket.settings.def   
org.apache.wicket.util.lang Java utilities. 
org.apache.wicket.util.resource Base support for resources. 
 

Uses of Bytes in org.apache.wicket.devutils.diskstore
 

Constructors in org.apache.wicket.devutils.diskstore with parameters of type Bytes
DebugDiskDataStore(java.lang.String applicationName, java.io.File fileStoreFolder, Bytes maxSizePerSession)
          Construct.
 

Uses of Bytes in org.apache.wicket.devutils.inspector
 

Methods in org.apache.wicket.devutils.inspector that return Bytes
protected  Bytes SessionSizeModel.load()
           
 

Uses of Bytes in org.apache.wicket.markup
 

Methods in org.apache.wicket.markup that return Bytes
 Bytes MarkupResourceStream.length()
           
 

Uses of Bytes in org.apache.wicket.markup.html.form
 

Methods in org.apache.wicket.markup.html.form that return Bytes
 Bytes Form.getMaxSize()
          Gets the maximum size for uploads.
 

Methods in org.apache.wicket.markup.html.form with parameters of type Bytes
 void Form.setMaxSize(Bytes maxSize)
          Sets the maximum size for uploads.
 

Uses of Bytes in org.apache.wicket.pageStore
 

Constructors in org.apache.wicket.pageStore with parameters of type Bytes
DiskDataStore(java.lang.String applicationName, java.io.File fileStoreFolder, Bytes maxSizePerSession)
          Construct.
 

Uses of Bytes in org.apache.wicket.pageStore.memory
 

Constructors in org.apache.wicket.pageStore.memory with parameters of type Bytes
MemorySizeEvictionStrategy(Bytes maxBytes)
          Construct.
 

Uses of Bytes in org.apache.wicket.protocol.http.servlet
 

Methods in org.apache.wicket.protocol.http.servlet with parameters of type Bytes
 MultipartServletWebRequest ServletWebRequest.newMultipartWebRequest(Bytes maxSize, java.lang.String upload)
          Creates multipart web request from this request.
 MultipartServletWebRequest MultipartServletWebRequestImpl.newMultipartWebRequest(Bytes maxSize, java.lang.String upload)
           
 MultipartServletWebRequest ServletWebRequest.newMultipartWebRequest(Bytes maxSize, java.lang.String upload, FileItemFactory factory)
          Creates multipart web request from this request.
 MultipartServletWebRequest MultipartServletWebRequestImpl.newMultipartWebRequest(Bytes maxSize, java.lang.String upload, FileItemFactory factory)
           
 

Constructors in org.apache.wicket.protocol.http.servlet with parameters of type Bytes
MultipartServletWebRequestImpl(javax.servlet.http.HttpServletRequest request, java.lang.String filterPrefix, Bytes maxSize, java.lang.String upload)
          Constructor.
MultipartServletWebRequestImpl(javax.servlet.http.HttpServletRequest request, java.lang.String filterPrefix, Bytes maxSize, java.lang.String upload, FileItemFactory factory)
          Constructor
 

Uses of Bytes in org.apache.wicket.request.resource.caching.version
 

Constructors in org.apache.wicket.request.resource.caching.version with parameters of type Bytes
MessageDigestResourceVersion(java.lang.String algorithm, Bytes bufferSize)
          create an instance of the message digest resource version provider using the specified algorithm.
 

Uses of Bytes in org.apache.wicket.settings
 

Methods in org.apache.wicket.settings that return Bytes
 Bytes IApplicationSettings.getDefaultMaximumUploadSize()
          Gets the default maximum size for uploads.
 Bytes IStoreSettings.getMaxSizePerSession()
           
 

Methods in org.apache.wicket.settings with parameters of type Bytes
 void IApplicationSettings.setDefaultMaximumUploadSize(Bytes defaultUploadSize)
          Sets the default maximum size for uploads.
 void IStoreSettings.setMaxSizePerSession(Bytes maxSizePerSession)
          Sets the maximum size of the File where page instances per session are stored.
 

Uses of Bytes in org.apache.wicket.settings.def
 

Methods in org.apache.wicket.settings.def that return Bytes
 Bytes ApplicationSettings.getDefaultMaximumUploadSize()
           
 Bytes StoreSettings.getMaxSizePerSession()
           
 

Methods in org.apache.wicket.settings.def with parameters of type Bytes
 void ApplicationSettings.setDefaultMaximumUploadSize(Bytes defaultMaximumUploadSize)
           
 void StoreSettings.setMaxSizePerSession(Bytes maxSizePerSession)
           
 

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

Fields in org.apache.wicket.util.lang declared as Bytes
static Bytes Bytes.MAX
          Maximum bytes value
 

Methods in org.apache.wicket.util.lang that return Bytes
static Bytes Bytes.bytes(double bytes)
          Instantiate immutable Bytes value object..
static Bytes Bytes.bytes(long bytes)
          Instantiate immutable Bytes value object..
static Bytes Bytes.gigabytes(double gigabytes)
          Instantiate immutable Bytes value object..
static Bytes Bytes.gigabytes(long gigabytes)
          Instantiate immutable Bytes value object..
static Bytes Bytes.kilobytes(double kilobytes)
          Instantiate immutable Bytes value object..
static Bytes Bytes.kilobytes(long kilobytes)
          Instantiate immutable Bytes value object..
static Bytes Bytes.megabytes(double megabytes)
          Instantiate immutable Bytes value object..
static Bytes Bytes.megabytes(long megabytes)
          Instantiate immutable Bytes value object..
static Bytes Bytes.terabytes(double terabytes)
          Instantiate immutable Bytes value object..
static Bytes Bytes.terabytes(long terabytes)
          Instantiate immutable Bytes value object..
static Bytes Bytes.valueOf(java.lang.String string)
          Converts a string to a number of bytes.
static Bytes Bytes.valueOf(java.lang.String string, java.util.Locale locale)
          Converts a string to a number of bytes.
 

Methods in org.apache.wicket.util.lang with parameters of type Bytes
 boolean Bytes.greaterThan(Bytes other)
          Compares this Bytes with another Bytes instance.
 

Uses of Bytes in org.apache.wicket.util.resource
 

Methods in org.apache.wicket.util.resource that return Bytes
 Bytes WebExternalResourceStream.length()
           
 Bytes UrlResourceStream.length()
           
 Bytes PackageResourceStream.length()
           
 Bytes AbstractResourceStreamWriter.length()
          Default implementation to return -1.
 Bytes ZipResourceStream.length()
           
 Bytes XSLTResourceStream.length()
           
 Bytes IResourceStream.length()
          Gets the size of this resource
 Bytes FileResourceStream.length()
           
 Bytes AbstractStringResourceStream.length()
           
 Bytes AbstractResourceStream.length()
           
 



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