Class and Description |
---|
GenericStaticPageWrapper
Represent all Static pages to be accessible by wicket.
|
Class and Description |
---|
FileUploadWrapper
Sample Usage: @see this #upload(String, WebMarkupContainer, String) String savedPath = imageUploader.upload("filePicUpload", this, 'Folder where images go'>); Where imageUploader can be a Spring reference to this component. Assumes a context with appConfiguration & adminConfiguration defined with the following properties: site.resources.folder.mode.relative : If true then this means path relative to web-context ok for testing apps; if false then then its an absolute path relative to an external base folder site.resources.folder.models.default : Default path to save the files site.resources.folder.base : Location of external base folder, used if site.resources.folder.mode.relative is false This is a wrapper code that enforces various upload policies, configurations, compression, base/absolute config resolution and exception handling code over raw upload code. |
Class and Description |
---|
FileUploadWrapper
Sample Usage: @see this #upload(String, WebMarkupContainer, String) String savedPath = imageUploader.upload("filePicUpload", this, 'Folder where images go'>); Where imageUploader can be a Spring reference to this component. Assumes a context with appConfiguration & adminConfiguration defined with the following properties: site.resources.folder.mode.relative : If true then this means path relative to web-context ok for testing apps; if false then then its an absolute path relative to an external base folder site.resources.folder.models.default : Default path to save the files site.resources.folder.base : Location of external base folder, used if site.resources.folder.mode.relative is false This is a wrapper code that enforces various upload policies, configurations, compression, base/absolute config resolution and exception handling code over raw upload code. |
Class and Description |
---|
FileUploadWrapper
Sample Usage: @see this #upload(String, WebMarkupContainer, String) String savedPath = imageUploader.upload("filePicUpload", this, 'Folder where images go'>); Where imageUploader can be a Spring reference to this component. Assumes a context with appConfiguration & adminConfiguration defined with the following properties: site.resources.folder.mode.relative : If true then this means path relative to web-context ok for testing apps; if false then then its an absolute path relative to an external base folder site.resources.folder.models.default : Default path to save the files site.resources.folder.base : Location of external base folder, used if site.resources.folder.mode.relative is false This is a wrapper code that enforces various upload policies, configurations, compression, base/absolute config resolution and exception handling code over raw upload code. |
Class and Description |
---|
FileUploadWrapper
Sample Usage: @see this #upload(String, WebMarkupContainer, String) String savedPath = imageUploader.upload("filePicUpload", this, 'Folder where images go'>); Where imageUploader can be a Spring reference to this component. Assumes a context with appConfiguration & adminConfiguration defined with the following properties: site.resources.folder.mode.relative : If true then this means path relative to web-context ok for testing apps; if false then then its an absolute path relative to an external base folder site.resources.folder.models.default : Default path to save the files site.resources.folder.base : Location of external base folder, used if site.resources.folder.mode.relative is false This is a wrapper code that enforces various upload policies, configurations, compression, base/absolute config resolution and exception handling code over raw upload code. |
FileUploadWrapper.CompressionMeta |
Class and Description |
---|
FileUploadWrapper
Sample Usage: @see this #upload(String, WebMarkupContainer, String) String savedPath = imageUploader.upload("filePicUpload", this, 'Folder where images go'>); Where imageUploader can be a Spring reference to this component. Assumes a context with appConfiguration & adminConfiguration defined with the following properties: site.resources.folder.mode.relative : If true then this means path relative to web-context ok for testing apps; if false then then its an absolute path relative to an external base folder site.resources.folder.models.default : Default path to save the files site.resources.folder.base : Location of external base folder, used if site.resources.folder.mode.relative is false This is a wrapper code that enforces various upload policies, configurations, compression, base/absolute config resolution and exception handling code over raw upload code. |
Class and Description |
---|
FileUploadWrapper
Sample Usage: @see this #upload(String, WebMarkupContainer, String) String savedPath = imageUploader.upload("filePicUpload", this, 'Folder where images go'>); Where imageUploader can be a Spring reference to this component. Assumes a context with appConfiguration & adminConfiguration defined with the following properties: site.resources.folder.mode.relative : If true then this means path relative to web-context ok for testing apps; if false then then its an absolute path relative to an external base folder site.resources.folder.models.default : Default path to save the files site.resources.folder.base : Location of external base folder, used if site.resources.folder.mode.relative is false This is a wrapper code that enforces various upload policies, configurations, compression, base/absolute config resolution and exception handling code over raw upload code. |
Copyright © 2018. All rights reserved.