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.html.form HTML Forms and form components. 
org.apache.wicket.protocol.http HTTP implementation. 
org.apache.wicket.protocol.http.servlet Java Servlet specific implementation of Wicket http classes. 
org.apache.wicket.settings   
org.apache.wicket.util.lang Java utilities. 
 

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

Methods in org.apache.wicket.devutils.inspector that return Bytes
protected  Bytes SessionTotalSizeModel.load()
           
protected  Bytes SessionSizeModel.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
 WebRequest UploadWebRequest.newMultipartWebRequest(Bytes maxsize)
           
 

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.protocol.http
 

Methods in org.apache.wicket.protocol.http with parameters of type Bytes
abstract  WebRequest WebRequest.newMultipartWebRequest(Bytes maxSize)
          Create a runtime context type specific (e.g.
 

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

Methods in org.apache.wicket.protocol.http.servlet with parameters of type Bytes
 WebRequest ServletWebRequest.newMultipartWebRequest(Bytes maxsize)
           
 

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

Uses of Bytes in org.apache.wicket.settings
 

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

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

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.
 



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