public class SessionTmpDirFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
deleteTmpDir(javax.servlet.http.HttpServletRequest req)
Deletes directory and content
|
static String |
getTmpDir(javax.servlet.http.HttpServletRequest req)
Returns the directory name for a session, creating it if it doesn't
exist.
|
public static void deleteTmpDir(javax.servlet.http.HttpServletRequest req)
public static String getTmpDir(javax.servlet.http.HttpServletRequest req)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.