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
  • Method Details

    • isLoadFile

      boolean isLoadFile()