Package org.openxava.actions
Interface ILoadFileAction
-
- All Superinterfaces:
IAction
,IChangeControllersAction
,ICustomViewAction
,INavigationAction
public interface ILoadFileAction extends 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_CONTROLLERS
-
Fields inherited from interface org.openxava.actions.ICustomViewAction
DEFAULT_VIEW, PREVIOUS_VIEW, SAME_VIEW
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isLoadFile()
-
Methods inherited from interface org.openxava.actions.IAction
execute, getErrors, getMessages, setEnvironment, setErrors, setMessages
-
Methods inherited from interface org.openxava.actions.IChangeControllersAction
getNextControllers
-
Methods inherited from interface org.openxava.actions.ICustomViewAction
getCustomView
-
-