Module com.aoapps.tempfiles.servlet
Package com.aoapps.tempfiles.servlet
Class ServletTempFileContext
java.lang.Object
com.aoapps.tempfiles.servlet.ServletTempFileContext
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated, for removal: This API element is subject to removal in a future version.Please useTempFileContextEE.SESSION_ATTRIBUTE
-
Method Summary
Modifier and TypeMethodDescriptionstatic TempFileContext
getTempFileContext
(HttpSession session) Deprecated, for removal: This API element is subject to removal in a future version.static TempFileContext
getTempFileContext
(ServletContext servletContext) Deprecated, for removal: This API element is subject to removal in a future version.static TempFileContext
getTempFileContext
(ServletRequest request) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
SESSION_ATTRIBUTE
Deprecated, for removal: This API element is subject to removal in a future version.Please useTempFileContextEE.SESSION_ATTRIBUTE
The session attribute name.
-
-
Method Details
-
getTempFileContext
@Deprecated(forRemoval=true) public static TempFileContext getTempFileContext(ServletContext servletContext) throws IllegalStateException Deprecated, for removal: This API element is subject to removal in a future version.Gets the temp file context for the given servlet context.- Throws:
IllegalStateException
-
getTempFileContext
@Deprecated(forRemoval=true) public static TempFileContext getTempFileContext(ServletRequest request) throws IllegalStateException Deprecated, for removal: This API element is subject to removal in a future version.Gets the temp file context for the given servlet request.- Throws:
IllegalStateException
-
getTempFileContext
@Deprecated(forRemoval=true) public static TempFileContext getTempFileContext(HttpSession session) throws IllegalStateException Deprecated, for removal: This API element is subject to removal in a future version.Gets the temp file context for the given session.- Throws:
IllegalStateException
-
TempFileContextEE