Package io.vertigo.struts2.core
Class ContextVFile
- java.lang.Object
-
- io.vertigo.struts2.core.ContextVFile
-
public final class ContextVFile extends Object
Liste des couples (clé, object) enregistrés.- Author:
- npiedeloup
-
-
Constructor Summary
Constructors Constructor Description ContextVFile(String contextKey, AbstractActionSupport action)Constructeur.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexists()io.vertigo.datastore.filestore.model.VFileget()
-
-
-
Constructor Detail
-
ContextVFile
public ContextVFile(String contextKey, AbstractActionSupport action)
Constructeur.- Parameters:
contextKey- Clé dans le contextaction- Action struts
-
-