Uses of Class
wjhk.jupload2.JUploadApplet

Packages that use JUploadApplet
wjhk.jupload2.policies This package contains the upload policies. 
 

Uses of JUploadApplet in wjhk.jupload2.policies
 

Methods in wjhk.jupload2.policies that return JUploadApplet
 JUploadApplet UploadPolicy.getApplet()
          A useful function, that has nothing to do with an upload policy.
 JUploadApplet DefaultUploadPolicy.getApplet()
           
 

Methods in wjhk.jupload2.policies with parameters of type JUploadApplet
static boolean UploadPolicyFactory.getParameter(JUploadApplet theApplet, String key, boolean def, UploadPolicy uploadPolicy)
          Get a boolean parameter value from applet properties or System properties.
static float UploadPolicyFactory.getParameter(JUploadApplet theApplet, String key, float def, UploadPolicy uploadPolicy)
          Get a String parameter value from applet properties or System properties.
static int UploadPolicyFactory.getParameter(JUploadApplet theApplet, String key, int def, UploadPolicy uploadPolicy)
          Get a String parameter value from applet properties or System properties.
static long UploadPolicyFactory.getParameter(JUploadApplet theApplet, String key, long def, UploadPolicy uploadPolicy)
          Get a String parameter value from applet properties or System properties.
static String UploadPolicyFactory.getParameter(JUploadApplet theApplet, String key, String def, UploadPolicy uploadPolicy)
          Get a String parameter value from applet properties or System properties.
static UploadPolicy UploadPolicyFactory.getUploadPolicy(JUploadApplet theApplet)
          Returns an upload Policy for the given applet and URL.
 

Constructors in wjhk.jupload2.policies with parameters of type JUploadApplet
CoppermineUploadPolicy(JUploadApplet theApplet)
           
CustomizedNbFilesPerRequestUploadPolicy(JUploadApplet theApplet)
          Deprecated.  
DefaultUploadPolicy(JUploadApplet theApplet)
          The main constructor : use default values, and the given postURL.
FileByFileUploadPolicy(JUploadApplet theApplet)
          Deprecated.  
FilesTogetherUploadPolicy(JUploadApplet theApplet)
          The JUpload constructor for this upload policy.
PictureUploadPolicy(JUploadApplet theApplet)
          The standard constructor, which transmit most informations to the super.Constructor().