Package org.javlo.ztatic
Class StaticContext
- java.lang.Object
-
- org.javlo.ztatic.StaticContext
-
- All Implemented Interfaces:
Serializable
public class StaticContext extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
THUMBNAILS_SIZE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<File>
getCopyFiles()
File
getCurrentPath()
List<File>
getCutFiles()
static StaticContext
getInstance(javax.servlet.http.HttpSession inSession)
static StaticContext
getInstance(javax.servlet.http.HttpSession inSession, int mode)
void
setCopyFiles(List<File> copyFiles)
void
setCurrentPath(String currentPath)
void
setCutFiles(List<File> cutFiles)
-
-
-
Field Detail
-
THUMBNAILS_SIZE
public static final int THUMBNAILS_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static final StaticContext getInstance(javax.servlet.http.HttpSession inSession)
-
getInstance
public static final StaticContext getInstance(javax.servlet.http.HttpSession inSession, int mode)
-
getCurrentPath
public File getCurrentPath()
-
setCurrentPath
public void setCurrentPath(String currentPath)
-
-