Package org.openxava.actions
Interface ILoadFileAction
- All Superinterfaces:
IAction,IChangeControllersAction,ICustomViewAction,INavigationAction
It allows to navigate to a view with possibility of load a file.
This is for web application, where forms for load files are
different (ENCTYPE="multipart/form-data") from the normal ones.
Since it does not do direct reference to HTTP, it can be used
in non web context; simply ignoring this interface.
Possibly you need an IProcessLoadedFileAction action in the next controller.
- Author:
- Javier Paniza
-
Field Summary
Fields inherited from interface org.openxava.actions.IChangeControllersAction
DEFAULT_CONTROLLERS, EMPTY_CONTROLLER, PREVIOUS_CONTROLLERS, SAME_CONTROLLERSFields inherited from interface org.openxava.actions.ICustomViewAction
DEFAULT_VIEW, PREVIOUS_VIEW, SAME_VIEW -
Method Summary
Methods inherited from interface org.openxava.actions.IAction
execute, getErrors, getMessages, setEnvironment, setErrors, setMessagesMethods inherited from interface org.openxava.actions.IChangeControllersAction
getNextControllersMethods inherited from interface org.openxava.actions.ICustomViewAction
getCustomView
-
Method Details
-
isLoadFile
boolean isLoadFile()
-