railo.runtime.functions.file
Class FileUploadAll

java.lang.Object
  extended by railo.runtime.functions.file.FileUploadAll

public class FileUploadAll
extends Object


Constructor Summary
FileUploadAll()
           
 
Method Summary
static Array call(PageContext pc, String destination)
           
static Array call(PageContext pc, String destination, String accept)
           
static Array call(PageContext pc, String destination, String accept, String nameConflict)
           
static Array call(PageContext pc, String destination, String accept, String nameConflict, String mode)
           
static Array call(PageContext pc, String destination, String accept, String nameConflict, String mode, String attributes)
           
static Array call(PageContext pc, String destination, String accept, String nameConflict, String mode, String attributes, Object acl)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUploadAll

public FileUploadAll()
Method Detail

call

public static Array call(PageContext pc,
                         String destination)
                  throws PageException
Throws:
PageException

call

public static Array call(PageContext pc,
                         String destination,
                         String accept)
                  throws PageException
Throws:
PageException

call

public static Array call(PageContext pc,
                         String destination,
                         String accept,
                         String nameConflict)
                  throws PageException
Throws:
PageException

call

public static Array call(PageContext pc,
                         String destination,
                         String accept,
                         String nameConflict,
                         String mode)
                  throws PageException
Throws:
PageException

call

public static Array call(PageContext pc,
                         String destination,
                         String accept,
                         String nameConflict,
                         String mode,
                         String attributes)
                  throws PageException
Throws:
PageException

call

public static Array call(PageContext pc,
                         String destination,
                         String accept,
                         String nameConflict,
                         String mode,
                         String attributes,
                         Object acl)
                  throws PageException
Throws:
PageException


Copyright © 2012 Railo