Serialized Form
-
Package org.apache.commons.fileupload
-
Exception org.apache.commons.fileupload.InvalidFileNameException
class InvalidFileNameException extends RuntimeException implements Serializable- serialVersionUID:
- 7922042602454350470L
-
Serialized Fields
-
name
String name
The file name causing the exception.
-
-
-
Package org.kohsuke.stapler
-
Exception org.kohsuke.stapler.CancelRequestHandlingException
class CancelRequestHandlingException extends RuntimeException implements Serializable -
Exception org.kohsuke.stapler.ForwardToView
class ForwardToView extends RuntimeException implements Serializable -
Exception org.kohsuke.stapler.HttpRedirect
class HttpRedirect extends RuntimeException implements Serializable-
Serialized Fields
-
statusCode
int statusCode
-
url
String url
-
-
-
Exception org.kohsuke.stapler.HttpResponses.HttpResponseException
class HttpResponseException extends RuntimeException implements Serializable -
Exception org.kohsuke.stapler.NoStaplerConstructorException
class NoStaplerConstructorException extends IllegalArgumentException implements Serializable -
Exception org.kohsuke.stapler.ScriptLoadException
class ScriptLoadException extends RuntimeException implements Serializable -
Class org.kohsuke.stapler.Stapler
class Stapler extends jakarta.servlet.http.HttpServlet implements Serializable-
Serialized Fields
-
context
jakarta.servlet.ServletContext context
-
diagnosticThreadName
boolean diagnosticThreadName
Temporarily updates the thread name to reflect the request being processed. On by default for convenience, but for webapps that use filters, useDiagnosticThreadNameFilter
as the first filter and switch this off. -
resourcePathLocaleSelector
org.kohsuke.stapler.Stapler.LocaleDrivenResourceSelector resourcePathLocaleSelector
-
resourcePaths
Map<String,
URL> resourcePaths All the resources that exist inServletContext.getResource(String)
, as a cache. If this field is null, no cache. -
urlLocaleSelector
org.kohsuke.stapler.Stapler.LocaleDrivenResourceSelector urlLocaleSelector
Stapler.LocaleDrivenResourceSelector
that uses a complete URL as 'path' -
webApp
WebApp webApp
-
-
-
Exception org.kohsuke.stapler.WrongTypeException
class WrongTypeException extends IllegalArgumentException implements Serializable
-
-
Package org.kohsuke.stapler.bind
-
Class org.kohsuke.stapler.bind.BoundObjectTable.Table
class Table extends Object implements Serializable
-
-
Package org.kohsuke.stapler.export
-
Exception org.kohsuke.stapler.export.NotExportableException
class NotExportableException extends IllegalArgumentException implements Serializable-
Serialized Fields
-
type
Class type
-
-
-
-
Package org.kohsuke.stapler.framework.io
-
Exception org.kohsuke.stapler.framework.io.IOException2
class IOException2 extends IOException implements Serializable
-
-
Package org.kohsuke.stapler.json
-
Exception org.kohsuke.stapler.json.JsonHttpResponse
class JsonHttpResponse extends HttpResponses.HttpResponseException implements Serializable-
Serialized Fields
-
responseJson
net.sf.json.JSONObject responseJson
-
status
int status
-
-
-