Uses of Class
wicket.util.lang.Bytes

Packages that use Bytes
wicket.markup.html.form HTML Forms and form components. 
wicket.protocol.http HTTP implementation. 
wicket.protocol.http.servlet Java Servlet specific implementation of Wicket http classes. 
wicket.util.lang Java utilities. 
 

Uses of Bytes in wicket.markup.html.form
 

Methods in wicket.markup.html.form that return Bytes
 Bytes Form.getMaxSize()
           
 

Methods in wicket.markup.html.form with parameters of type Bytes
 void Form.setMaxSize(Bytes maxSize)
           
 

Uses of Bytes in wicket.protocol.http
 

Methods in 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 wicket.protocol.http.servlet
 

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

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

Uses of Bytes in wicket.util.lang
 

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

Methods in 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.
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.