Inherited by FileUploaderContainer.

Classes | |
| interface | Bindings |
| interface | FormKeys |
Public Member Functions | |
| void | appendToResponse (WOResponse response, WOContext context) |
| FileUploader (WOContext aContext) | |
| String | id () |
| WOActionResults | invokeAction (WORequest request, WOContext context) |
| String | options () |
| String | script () |
| boolean | synchronizesVariablesWithBindings () |
| void | takeValuesFromRequest (WORequest request, WOContext context) |
Static Public Member Functions | |
| static Integer | maxFileSize () |
Protected Member Functions | |
| NSArray< String > | _options () |
| void | setData (NSData data) |
| void | setFilePath (String aPath) |
Private Member Functions | |
| String | _id () |
| String | _script () |
| String | finalFilePath () |
| String | href () |
| boolean | isAjax () |
Private Attributes | |
| RuntimeException | exception |
Static Private Attributes | |
| static Logger | log = Logger.getLogger(FileUploader.class) |
| static boolean | useUnobtrusively = ERXProperties.booleanForKeyWithDefault("er.jquery.useUnobtrusively", true) |
| FileUploader | ( | WOContext | aContext | ) |
| String _id | ( | ) | [private] |
| NSArray<String> _options | ( | ) | [protected] |
| String _script | ( | ) | [private] |
| void appendToResponse | ( | WOResponse | response, | |
| WOContext | context | |||
| ) |
Reimplemented in FileUploaderContainer.
| String finalFilePath | ( | ) | [private] |
| String href | ( | ) | [private] |
| String id | ( | ) |
| WOActionResults invokeAction | ( | WORequest | request, | |
| WOContext | context | |||
| ) |
| boolean isAjax | ( | ) | [private] |
| static Integer maxFileSize | ( | ) | [static] |
| String options | ( | ) |
| String script | ( | ) |
| void setData | ( | NSData | data | ) | [protected] |
| void setFilePath | ( | String | aPath | ) | [protected] |
| boolean synchronizesVariablesWithBindings | ( | ) |
| void takeValuesFromRequest | ( | WORequest | request, | |
| WOContext | context | |||
| ) |
RuntimeException exception [private] |
Logger log = Logger.getLogger(FileUploader.class) [static, private] |
boolean useUnobtrusively = ERXProperties.booleanForKeyWithDefault("er.jquery.useUnobtrusively", true) [static, private] |
1.5.8