|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILoadFileAction
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.
| 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 | |
|---|---|
boolean |
isLoadFile()
|
| Methods inherited from interface org.openxava.actions.IChangeControllersAction |
|---|
getNextControllers |
| Methods inherited from interface org.openxava.actions.IAction |
|---|
execute, getErrors, getMessages, setEnvironment, setErrors, setMessages |
| Methods inherited from interface org.openxava.actions.ICustomViewAction |
|---|
getCustomView |
| Methods inherited from interface org.openxava.actions.IAction |
|---|
execute, getErrors, getMessages, setEnvironment, setErrors, setMessages |
| Method Detail |
|---|
boolean isLoadFile()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||