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

Packages that use Bytes
org.apache.wicket.devutils.inspector Classes that make debugging Wicket HTML applications easier. 
org.apache.wicket.extensions.ajax.markup.html.form.upload   
org.apache.wicket.markup Base package for markup. 
org.apache.wicket.markup.html.form HTML Forms and form components. 
org.apache.wicket.pageStore.memory   
org.apache.wicket.protocol.http.servlet Java Servlet specific implementation of Wicket http classes. 
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.inspector
 

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

Uses of Bytes in org.apache.wicket.extensions.ajax.markup.html.form.upload
 

Methods in org.apache.wicket.extensions.ajax.markup.html.form.upload with parameters of type Bytes
 MultipartServletWebRequest UploadWebRequest.newMultipartWebRequest(Bytes maxsize)
           
 

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.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 MultipartServletWebRequestImpl.newMultipartWebRequest(Bytes maxSize)
           
 MultipartServletWebRequest ServletWebRequest.newMultipartWebRequest(Bytes maxSize)
          Creates multipart web request from this request.
 MultipartServletWebRequest MultipartServletWebRequestImpl.newMultipartWebRequest(Bytes maxSize, FileItemFactory factory)
           
 MultipartServletWebRequest ServletWebRequest.newMultipartWebRequest(Bytes maxSize, FileItemFactory factory)
          Creates multipart web request from this request.
 

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

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.
 

Methods in org.apache.wicket.settings with parameters of type Bytes
 void IApplicationSettings.setDefaultMaximumUploadSize(Bytes defaultUploadSize)
          Sets the default maximum size for uploads.
 

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

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

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

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(String string)
          Converts a string to a number of bytes.
static Bytes Bytes.valueOf(String string, 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 ZipResourceStream.length()
           
 Bytes AbstractStringResourceStream.length()
           
 Bytes FileResourceStream.length()
           
 Bytes XSLTResourceStream.length()
           
 Bytes IResourceStream.length()
          Gets the size of this resource
 Bytes AbstractResourceStream.length()
           
 Bytes WebExternalResourceStream.length()
           
 Bytes UrlResourceStream.length()
           
 Bytes AbstractResourceStreamWriter.length()
          Default implementation to return -1.
 Bytes PackageResourceStream.length()
           
 



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