Uses of Class
org.apache.wicket.util.lang.Bytes
-
Packages that use Bytes Package Description org.apache.wicket.core.util.resource org.apache.wicket.devutils.inspector Classes that make debugging Wicket HTML applications easier.org.apache.wicket.extensions.ajax 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.disk 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.util.file File utilities.org.apache.wicket.util.lang org.apache.wicket.util.resource Base support for resources. -
-
Uses of Bytes in org.apache.wicket.core.util.resource
Methods in org.apache.wicket.core.util.resource that return Bytes Modifier and Type Method Description Bytes
PackageResourceStream. length()
Bytes
UrlResourceStream. length()
Bytes
WebExternalResourceStream. length()
-
Uses of Bytes in org.apache.wicket.devutils.inspector
Methods in org.apache.wicket.devutils.inspector that return Bytes Modifier and Type Method Description Bytes
SessionSizeModel. getObject()
-
Uses of Bytes in org.apache.wicket.extensions.ajax
Methods in org.apache.wicket.extensions.ajax that return Bytes Modifier and Type Method Description Bytes
AjaxFileDropBehavior. getFileMaxSize()
Bytes
AjaxFileDropBehavior. getMaxSize()
Methods in org.apache.wicket.extensions.ajax with parameters of type Bytes Modifier and Type Method Description void
AjaxFileDropBehavior. setFileMaxSize(Bytes fileMaxSize)
Set an optional maximum size per file.void
AjaxFileDropBehavior. setMaxSize(Bytes maxSize)
Set the maximum upload size. -
Uses of Bytes in org.apache.wicket.markup
Methods in org.apache.wicket.markup that return Bytes Modifier and Type Method Description Bytes
MarkupResourceStream. length()
-
Uses of Bytes in org.apache.wicket.markup.html.form
Methods in org.apache.wicket.markup.html.form that return Bytes Modifier and Type Method Description Bytes
Form. getFileMaxSize()
Gets maximum size for each file of an upload.Bytes
Form. getMaxSize()
Gets the maximum size for uploads.Methods in org.apache.wicket.markup.html.form with parameters of type Bytes Modifier and Type Method Description void
Form. setFileMaxSize(Bytes fileMaxSize)
Sets maximum size of each file in upload request.void
Form. setMaxSize(Bytes maxSize)
Sets the maximum size for uploads. -
Uses of Bytes in org.apache.wicket.pageStore
Methods in org.apache.wicket.pageStore that return Bytes Modifier and Type Method Description Bytes
AbstractPersistentPageStore.PersistedPage. getPageSize()
Bytes
IPersistedPage. getPageSize()
Size of page.Bytes
DiskPageStore. getTotalSize()
Bytes
FilePageStore. getTotalSize()
Bytes
InMemoryPageStore. getTotalSize()
Bytes
IPersistentPageStore. getTotalSize()
Get total size of all pages stored in all contexts.Constructors in org.apache.wicket.pageStore with parameters of type Bytes Constructor Description DiskPageStore(String applicationName, File fileStoreFolder, Bytes maxSizePerSession)
Create a store that supportsSerializedPage
s only.FilePageStore(String applicationName, File fileStoreFolder, Bytes maxSizePerSession)
Create a store that supportsSerializedPage
s only.InMemoryPageStore(String applicationName, Bytes maxBytes)
Keep page up tomaxBytes
for each session.InSessionPageStore(Bytes maxBytes)
Keep page up tomaxBytes
persistent in each session.SizeLimitedData(Bytes maxBytes)
-
Uses of Bytes in org.apache.wicket.pageStore.disk
Methods in org.apache.wicket.pageStore.disk that return Bytes Modifier and Type Method Description Bytes
PageWindowManager.FileWindow. getPageSize()
-
Uses of Bytes in org.apache.wicket.protocol.http.servlet
Methods in org.apache.wicket.protocol.http.servlet that return Bytes Modifier and Type Method Description Bytes
MultipartServletWebRequest. getFileMaxSize()
Bytes
MultipartServletWebRequest. getMaxSize()
Methods in org.apache.wicket.protocol.http.servlet with parameters of type Bytes Modifier and Type Method Description MultipartServletWebRequest
MultipartServletWebRequestImpl. newMultipartWebRequest(Bytes maxSize, String upload)
MultipartServletWebRequest
MultipartServletWebRequestImpl. newMultipartWebRequest(Bytes maxSize, String upload, org.apache.commons.fileupload.FileItemFactory factory)
MultipartServletWebRequest
ServletWebRequest. newMultipartWebRequest(Bytes maxSize, String upload)
Creates multipart web request from this request.MultipartServletWebRequest
ServletWebRequest. newMultipartWebRequest(Bytes maxSize, String upload, org.apache.commons.fileupload.FileItemFactory factory)
Creates multipart web request from this request.void
MultipartServletWebRequest. setFileMaxSize(Bytes fileMaxSize)
void
MultipartServletWebRequest. setMaxSize(Bytes maxSize)
Constructors in org.apache.wicket.protocol.http.servlet with parameters of type Bytes Constructor Description MultipartServletWebRequestImpl(javax.servlet.http.HttpServletRequest request, String filterPrefix, Bytes maxSize, String upload)
Constructor.MultipartServletWebRequestImpl(javax.servlet.http.HttpServletRequest request, String filterPrefix, Bytes maxSize, String upload, org.apache.commons.fileupload.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 Constructor Description MessageDigestResourceVersion(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 Modifier and Type Method Description Bytes
ApplicationSettings. getDefaultMaximumUploadSize()
Gets the default maximum size for uploads.Bytes
StoreSettings. getMaxSizePerSession()
Methods in org.apache.wicket.settings with parameters of type Bytes Modifier and Type Method Description ApplicationSettings
ApplicationSettings. setDefaultMaximumUploadSize(Bytes defaultMaximumUploadSize)
Sets the default maximum size for uploads.StoreSettings
StoreSettings. setMaxSizePerSession(Bytes maxSizePerSession)
Sets the maximum size of theFile
where page instances per session are stored. -
Uses of Bytes in org.apache.wicket.util.file
Methods in org.apache.wicket.util.file that return Bytes Modifier and Type Method Description Bytes
Folder. freeDiskSpace()
-
Uses of Bytes in org.apache.wicket.util.lang
Fields in org.apache.wicket.util.lang declared as Bytes Modifier and Type Field Description static Bytes
Bytes. MAX
Maximum bytes valueMethods in org.apache.wicket.util.lang that return Bytes Modifier and Type Method Description 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 Modifier and Type Method Description boolean
Bytes. greaterThan(Bytes other)
Compares thisBytes
with anotherBytes
instance. -
Uses of Bytes in org.apache.wicket.util.resource
Methods in org.apache.wicket.util.resource that return Bytes Modifier and Type Method Description Bytes
AbstractResourceStream. length()
Bytes
AbstractResourceStreamWriter. length()
Default implementation to returnsnull
, i.e.Bytes
AbstractStringResourceStream. length()
Bytes
FileResourceStream. length()
Bytes
FileSystemResourceStream. length()
Bytes
IResourceStream. length()
Gets the size of this resourceBytes
ResourceStreamWrapper. length()
Bytes
XSLTResourceStream. length()
Bytes
ZipResourceStream. length()
-