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 StringDeprecated, for removal: This API element is subject to removal in a future version.Please useTempFileContextEE.SESSION_ATTRIBUTE -
Method Summary
Modifier and TypeMethodDescriptionstatic TempFileContextgetTempFileContext(HttpSession session) Deprecated, for removal: This API element is subject to removal in a future version.static TempFileContextgetTempFileContext(ServletContext servletContext) Deprecated, for removal: This API element is subject to removal in a future version.static TempFileContextgetTempFileContext(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_ATTRIBUTEThe 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