A C D E F G H I M N R S T U X

T

target(String, String, int) - Method in class com.gubutech.xload.XloadManager
Targets a file upload designated on the client side by the paramName to the specified target with a given maximum size.
target(String, String) - Method in class com.gubutech.xload.XloadManager
Convenience method that targets a file upload designated on the client side by the paramName to the specified target.
target(String, int) - Method in class com.gubutech.xload.XloadManager
Targets a file upload designated on the client side by the paramName to memory(memory loading) with a given maximum size.
targetAll(String, int) - Method in class com.gubutech.xload.XloadManager
Targets ALL file uploads inside a request to a specified target with a given maximum size.
targetAll(String) - Method in class com.gubutech.xload.XloadManager
Convenience method that targets ALL file uploads inside a request to a specified target.
targetAll(int) - Method in class com.gubutech.xload.XloadManager
Targets ALL file uploads inside a request to memory(memory loading) with a given maximum size.
targetEverything(String, int) - Static method in class com.gubutech.xload.XloadManager
Targets EVERY file upload that is performed by an XloadManager to a specified target across all instances of XloadManager objects; with reference to the class loader that originally loaded the XloadManager class(note: what this means is that different web applications most probably have different class loaders therefore a call to targetEverything() will only apply to XloadManager instances in the same web application).
targetEverything(String) - Static method in class com.gubutech.xload.XloadManager
Convenience method that targets EVERY file upload that is performed by an XloadManager to a specified target across all instances of XloadManager objects; with reference to the class loader that originally loaded the XloadManager class(note: what this means is that different web applications most probably have different class loaders therefore a call to targetEverything() methods will only apply to XloadManager instances in the same web application).
targetEverything(int) - Static method in class com.gubutech.xload.XloadManager
Targets EVERY file upload that is performed by an XloadManager to memory(memory loading) across all instances of XloadManager objects; with reference to the class loader that originally loaded the XloadManager class(note: what this means is that different web applications most probably have different class loaders therefore a call to targetEverything() methods will only apply to XloadManager instances in the same web application).

A C D E F G H I M N R S T U X