Serialized Form
-
Package com.aspectran.web.activity.request
-
Class com.aspectran.web.activity.request.MultipartRequestParseException extends com.aspectran.core.activity.request.RequestParseException implements Serializable
- serialVersionUID:
- -3261897166973264629L
-
-
Package com.aspectran.web.adapter
-
Class com.aspectran.web.adapter.HttpSessionScope extends com.aspectran.core.component.bean.scope.SessionScope implements Serializable
- serialVersionUID:
- 209145824535745248L
-
-
Package com.aspectran.web.startup.servlet
-
Class com.aspectran.web.startup.servlet.SpecificIPAllowedWebActivityServlet extends WebActivityServlet implements Serializable
- serialVersionUID:
- -2369788867122156319L
-
Serialized Fields
-
allowedAddresses
java.util.Set<java.lang.String> allowedAddresses
-
-
Class com.aspectran.web.startup.servlet.WebActivityServlet extends javax.servlet.http.HttpServlet implements Serializable
- serialVersionUID:
- 6659683668233267847L
-
Serialized Fields
-
standalone
boolean standalone
-
webService
DefaultWebService webService
-
-
-
Package com.aspectran.web.support.cors
-
Class com.aspectran.web.support.cors.CorsException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -4522029461215151946L
-
Serialized Fields
-
httpStatusCode
int httpStatusCode
The HTTP status code, zero if not specified.
-
-
-
Package com.aspectran.web.support.http
-
Class com.aspectran.web.support.http.HttpMediaTypeException extends javax.servlet.ServletException implements Serializable
-
Serialized Fields
-
supportedMediaTypes
java.util.List<MediaType> supportedMediaTypes
-
-
-
Class com.aspectran.web.support.http.HttpMediaTypeNotAcceptableException extends HttpMediaTypeException implements Serializable
-
Class com.aspectran.web.support.http.HttpMediaTypeNotSupportedException extends HttpMediaTypeException implements Serializable
-
Serialized Fields
-
contentType
MediaType contentType
-
-
-
Class com.aspectran.web.support.http.InvalidMediaTypeException extends java.lang.IllegalArgumentException implements Serializable
-
Serialized Fields
-
mediaType
java.lang.String mediaType
-
-
-
Class com.aspectran.web.support.http.MediaType extends java.lang.Object implements Serializable
- serialVersionUID:
- 6574317082451901361L
-
Serialized Fields
-
parameters
java.util.Map<java.lang.String,java.lang.String> parameters
-
subtype
java.lang.String subtype
-
toStringValue
java.lang.String toStringValue
-
type
java.lang.String type
-
-