Serialized Form
-
Package net.officefloor.compile.impl.adapt
-
Class net.officefloor.compile.impl.adapt.AdaptedException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
stackTrace
java.lang.String stackTrace
Stack trace.
-
-
Class net.officefloor.compile.impl.adapt.OfficeFloorVersionIncompatibilityException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.officefloor.compile.impl.issues
-
Class net.officefloor.compile.impl.issues.CompileException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
issue
DefaultCompilerIssue issue
-
-
-
Package net.officefloor.compile.impl.util
-
Class net.officefloor.compile.impl.util.LoadTypeError extends java.lang.Error implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
causes
CompilerIssue[] causes
CompilerIssue
instances indicating cause of not loading type. -
sourceClassName
java.lang.String sourceClassName
Name of the source class being used to load the type. May also be an alias. -
type
java.lang.Class<?> type
Type being attempted to be loaded.- See Also:
LoadTypeError.getType()
-
-
-
Package net.officefloor.compile.issues
-
Class net.officefloor.compile.issues.CompileError extends java.lang.Error implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.officefloor.configuration
-
Class net.officefloor.configuration.ConfigurationError extends AbstractSourceError implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
configurationLocation
java.lang.String configurationLocation
Location of the configuration. -
nonconfiguredTagName
java.lang.String nonconfiguredTagName
Name of tag in configuration that is not configured. May benull
to indicateThrowable
cause to configuration issue.
-
-
-
Package net.officefloor.frame.api.build
-
Class net.officefloor.frame.api.build.OfficeFloorBuildException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.officefloor.frame.api.escalate
-
Class net.officefloor.frame.api.escalate.AsynchronousFlowTimedOutEscalation extends ManagedFunctionEscalation implements Serializable
- serialVersionUID:
- 1L
-
Class net.officefloor.frame.api.escalate.Escalation extends java.lang.Throwable implements Serializable
- serialVersionUID:
- 1L
-
Class net.officefloor.frame.api.escalate.ManagedFunctionEscalation extends Escalation implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
managedFunctionName
java.lang.String managedFunctionName
Name of theManagedFunction
.
-
-
Class net.officefloor.frame.api.escalate.ManagedObjectEscalation extends Escalation implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
objectType
java.lang.Class<?> objectType
-
-
Class net.officefloor.frame.api.escalate.ManagedObjectOperationTimedOutEscalation extends ManagedObjectEscalation implements Serializable
- serialVersionUID:
- 1L
-
Class net.officefloor.frame.api.escalate.ProcessCancelledEscalation extends Escalation implements Serializable
- serialVersionUID:
- 1L
-
Class net.officefloor.frame.api.escalate.SourceManagedObjectTimedOutEscalation extends ManagedObjectEscalation implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.officefloor.frame.api.manage
-
Class net.officefloor.frame.api.manage.InvalidParameterTypeException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Class net.officefloor.frame.api.manage.ObjectTimeoutException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
boundObjectName
java.lang.String boundObjectName
Bound object name.
-
-
Class net.officefloor.frame.api.manage.UnknownFunctionException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
unknownFunctionName
java.lang.String unknownFunctionName
Name of the unknownManagedFunction
.
-
-
Class net.officefloor.frame.api.manage.UnknownObjectException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Class net.officefloor.frame.api.manage.UnknownOfficeException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
unknownOfficeName
java.lang.String unknownOfficeName
Name of the unknownOffice
.
-
-
-
Package net.officefloor.frame.api.source
-
Class net.officefloor.frame.api.source.AbstractSourceError extends java.lang.Error implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
serviceFactory
ServiceFactory<?> serviceFactory
PotentialServiceFactory
requiring the property.
-
-
Class net.officefloor.frame.api.source.LoadServiceError extends AbstractSourceError implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
serviceFactoryClassName
java.lang.String serviceFactoryClassName
ServiceFactory
Class
name that failed to load.
-
-
Class net.officefloor.frame.api.source.UnknownClassError extends AbstractSourceError implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
unknownClassName
java.lang.String unknownClassName
Name of the unknownClass
.
-
-
Class net.officefloor.frame.api.source.UnknownPropertyError extends AbstractSourceError implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
unknownPropertyName
java.lang.String unknownPropertyName
Name of the unknown property.
-
-
Class net.officefloor.frame.api.source.UnknownResourceError extends AbstractSourceError implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
unknownResourceLocation
java.lang.String unknownResourceLocation
Location of the unknown resource.
-
-
Class net.officefloor.frame.api.source.UnknownServiceError extends AbstractSourceError implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
unknownServiceFactoryType
java.lang.Class<?> unknownServiceFactoryType
ServiceFactory
type that is not configured.
-
-
-
Package net.officefloor.frame.api.team
-
Class net.officefloor.frame.api.team.TeamOverloadException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.officefloor.frame.compatibility
-
Class net.officefloor.frame.compatibility.ClassCompatibility.CompatibilityInvocationException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.officefloor.frame.impl.execute.team
-
Class net.officefloor.frame.impl.execute.team.TeamExecutorRuntimeException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.officefloor.gef.configurer
-
Class net.officefloor.gef.configurer.ConfigurationBuilder.MessageOnlyApplyException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.officefloor.gef.configurer.internal
-
Class net.officefloor.gef.configurer.internal.MessageOnlyException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.officefloor.gef.editor
-
Class net.officefloor.gef.editor.AdaptedErrorHandler.MessageOnlyException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.officefloor.jaxrs
-
Class net.officefloor.jaxrs.OfficeFloorHk2Object extends org.glassfish.hk2.utilities.AbstractActiveDescriptor<T> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput arg0) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public void writeExternal(java.io.ObjectOutput arg0) throws java.io.IOException
- Throws:
java.io.IOException
-
-
-
-
Package net.officefloor.nosql.cosmosdb
-
Class net.officefloor.nosql.cosmosdb.CosmosNoEntityIdentifierException extends com.azure.cosmos.CosmosException implements Serializable
- serialVersionUID:
- 1L
-
Class net.officefloor.nosql.cosmosdb.CosmosPartitionKeyException extends com.azure.cosmos.CosmosException implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.officefloor.nosql.objectify.mock
-
Class net.officefloor.nosql.objectify.mock.AbstractObjectifyJUnit.TimeoutException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.officefloor.plugin.clazz
-
Class net.officefloor.plugin.clazz.InvalidConfigurationError extends java.lang.Error implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.officefloor.plugin.xml
-
Class net.officefloor.plugin.xml.XmlMarshallException extends java.io.IOException implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.officefloor.polyglot.test
-
Class net.officefloor.polyglot.test.MockHttpParameters extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
mock
java.lang.String mock
-
-
-
Package net.officefloor.server.http
-
Class net.officefloor.server.http.CleanupException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cleanupEscalations
CleanupEscalation[] cleanupEscalations
CleanupEscalation
instances.
-
-
Class net.officefloor.server.http.HttpException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
entity
java.lang.String entity
HttpResponse
entity content. -
headers
WritableHttpHeader[] headers
PossibleWritableHttpHeader
instances for theHttpResponse
. -
status
HttpStatus status
-
-
Class net.officefloor.server.http.HttpMethod extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
hashCode
int hashCode
Hash code. -
httpMethodEnum
HttpMethod.HttpMethodEnum httpMethodEnum
-
name
java.lang.String name
Name of theHttpMethod
.
-
-
Class net.officefloor.server.http.HttpVersion extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
byteContent
byte[] byteContent
HTTP encoded content for thisHttpVersion
. -
hashCode
int hashCode
Hash code. -
httpVersionEnum
HttpVersion.HttpVersionEnum httpVersionEnum
-
name
java.lang.String name
Name of theHttpVersion
.
-
-
-
Package net.officefloor.server.http.impl
-
Class net.officefloor.server.http.impl.SerialisableHttpHeader extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
Name. -
value
java.lang.String value
Value.
-
-
Class net.officefloor.server.http.impl.SerialisableHttpRequest extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
entity
ByteArrayByteSequence entity
ByteArrayByteSequence
for the HTTP entity. -
headers
SerialisableHttpRequestHeaders headers
-
method
HttpMethod method
-
requestUri
java.lang.String requestUri
Request URI.
-
-
Class net.officefloor.server.http.impl.SerialisableHttpRequestHeaders extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
headers
HttpHeader[] headers
SerialisableHttpHeader
instances.
-
-
-
Package net.officefloor.server.servlet.test
-
Class net.officefloor.server.servlet.test.AbstractServletHttpServerImplementationTest.FixHeadersFilter extends javax.servlet.http.HttpFilter implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
serverName
java.lang.String serverName
Name of the server.
-
-
-
Package net.officefloor.server.stream.impl
-
Class net.officefloor.server.stream.impl.ByteArrayByteSequence extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bytes
byte[] bytes
Bytes backing thisByteSequence
.
-
-
-
Package net.officefloor.servlet.tomcat
-
Class net.officefloor.servlet.tomcat.TomcatServletManager.FilterChainHttpServlet extends javax.servlet.http.HttpServlet implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.officefloor.spring.webmvc.procedure
-
Class net.officefloor.spring.webmvc.procedure.ProcedureDispatcherServlet extends org.springframework.web.servlet.DispatcherServlet implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
injectedWebApplicationContext
org.springframework.web.context.WebApplicationContext injectedWebApplicationContext
WebApplicationContext
.
-
-
-
Package net.officefloor.tutorial.authenticationhttpserver
-
Class net.officefloor.tutorial.authenticationhttpserver.LoginLogic.Form extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
password
java.lang.String password
-
username
java.lang.String username
-
-
-
Package net.officefloor.tutorial.databasehttpserver
-
Class net.officefloor.tutorial.databasehttpserver.Row extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
description
java.lang.String description
-
id
int id
-
name
java.lang.String name
-
-
-
Package net.officefloor.tutorial.httpservlet
-
Class net.officefloor.tutorial.httpservlet.DecrementHttpServlet extends javax.servlet.http.HttpServlet implements Serializable
- serialVersionUID:
- 1L
-
Class net.officefloor.tutorial.httpservlet.IncrementHttpServlet extends javax.servlet.http.HttpServlet implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.officefloor.tutorial.interactivehttpserver
-
Class net.officefloor.tutorial.interactivehttpserver.TemplateLogic.Issue extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
message
java.lang.String message
-
-
Class net.officefloor.tutorial.interactivehttpserver.TemplateLogic.Parameters extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
description
java.lang.String description
-
name
java.lang.String name
-
nameIssue
TemplateLogic.Issue nameIssue
-
successMessage
java.lang.String successMessage
-
-
-
Package net.officefloor.tutorial.javascriptapp
-
Class net.officefloor.tutorial.javascriptapp.TemplateLogic.AdditionRequest extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
numberOne
java.lang.String numberOne
-
numberTwo
java.lang.String numberTwo
-
-
Class net.officefloor.tutorial.javascriptapp.TemplateLogic.SubtractionRequest extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
numberOne
java.lang.String numberOne
-
numberTwo
java.lang.String numberTwo
-
-
-
Package net.officefloor.tutorial.securelinkhttpserver
-
Class net.officefloor.tutorial.securelinkhttpserver.TemplateLogic.LoginParameters extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
password
java.lang.String password
-
username
java.lang.String username
-
-
-
Package net.officefloor.tutorial.securepagehttpserver
-
Class net.officefloor.tutorial.securepagehttpserver.CardLogic.CardDetails extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
csc
java.lang.String csc
-
month
java.lang.String month
-
number
java.lang.String number
-
year
java.lang.String year
-
-
-
Package net.officefloor.tutorial.servlethttpserver
-
Class net.officefloor.tutorial.servlethttpserver.TutorialFilter extends javax.servlet.http.HttpFilter implements Serializable
-
Serialized Fields
-
dependency
InjectedDependency dependency
-
-
-
Class net.officefloor.tutorial.servlethttpserver.TutorialServlet extends javax.servlet.http.HttpServlet implements Serializable
-
Serialized Fields
-
dependency
InjectedDependency dependency
-
-
-
-
Package net.officefloor.tutorial.sessionhttpserver
-
Class net.officefloor.tutorial.sessionhttpserver.TemplateLogic.Post extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
text
java.lang.String text
-
-
Class net.officefloor.tutorial.sessionhttpserver.TemplateLogic.Posts extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
posts
java.util.List<TemplateLogic.Post> posts
-
-
-
Package net.officefloor.tutorial.teamhttpserver
-
Class net.officefloor.tutorial.teamhttpserver.EncryptLetter extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
letter
char letter
-
-
Class net.officefloor.tutorial.teamhttpserver.LetterEncryption extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
code
char code
-
letter
char letter
-
-
Class net.officefloor.tutorial.teamhttpserver.Template extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cache
java.util.Map<java.lang.Character,LetterEncryption> cache
-
cacheThreadName
java.lang.String cacheThreadName
-
databaseThreadName
java.lang.String databaseThreadName
-
displayCode
LetterEncryption displayCode
-
-
-
Package net.officefloor.tutorial.testhttpserver
-
Class net.officefloor.tutorial.testhttpserver.TemplateLogic.Parameters extends java.lang.Object implements Serializable
-
Serialized Fields
-
a
java.lang.String a
-
b
java.lang.String b
-
result
java.lang.String result
-
-
-
-
Package net.officefloor.tutorial.transactionhttpserver
-
Class net.officefloor.tutorial.transactionhttpserver.Post extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
content
java.lang.String content
-
id
java.lang.Integer id
-
-
-
Package net.officefloor.tutorial.warapp
-
Class net.officefloor.tutorial.warapp.InjectServlet extends javax.servlet.http.HttpServlet implements Serializable
-
Serialized Fields
-
dependency
ServletDependency dependency
-
-
-
Class net.officefloor.tutorial.warapp.SimpleServlet extends javax.servlet.http.HttpServlet implements Serializable
-
-
Package net.officefloor.web
-
Class net.officefloor.web.SerialisedRequestState extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
identifier
int identifier
Identifier for thisSerialisedRequestState
. -
momento
java.io.Serializable momento
HttpRequestState
momento.
-
-
-
Package net.officefloor.web.build
-
Class net.officefloor.web.build.NoAcceptHandlersException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.officefloor.web.escalation
-
Class net.officefloor.web.escalation.BadRequestHttpException extends HttpException implements Serializable
- serialVersionUID:
- 1L
-
Class net.officefloor.web.escalation.NotFoundHttpException extends HttpException implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.officefloor.web.jwt
-
Package net.officefloor.web.jwt.authority
-
Class net.officefloor.web.jwt.authority.AccessTokenException extends HttpException implements Serializable
- serialVersionUID:
- 1L
-
Class net.officefloor.web.jwt.authority.RefreshTokenException extends HttpException implements Serializable
- serialVersionUID:
- 1L
-
Class net.officefloor.web.jwt.authority.ValidateKeysException extends HttpException implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.officefloor.web.jwt.validate
-
Class net.officefloor.web.jwt.validate.JwtValidateKey extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
expireTime
long expireTime
Expire time. -
key
java.security.Key key
Key
. -
startTime
long startTime
Start time.
-
-
-
Package net.officefloor.web.security
-
Class net.officefloor.web.security.AuthenticationRequiredException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
requiredHttpSecurityName
java.lang.String requiredHttpSecurityName
Name of the requiredHttpSecurity
.
-
-
-
Package net.officefloor.web.security.impl
-
Class net.officefloor.web.security.impl.ChallengeMomento extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
connection
java.io.Serializable connection
Momento for theServerHttpConnection
. -
requestState
java.io.Serializable requestState
Momento for theHttpRequestState
.
-
-
-
Package net.officefloor.web.security.scheme
-
Class net.officefloor.web.security.scheme.AnonymousHttpSecuritySource extends AbstractHttpSecuritySource<HttpAuthentication<java.lang.Void>,HttpAccessControl,java.lang.Void,None,None> implements Serializable
- serialVersionUID:
- 1L
-
Class net.officefloor.web.security.scheme.HttpAccessControlImpl extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
authenticationScheme
java.lang.String authenticationScheme
Authentication scheme. -
principal
java.security.Principal principal
Principal
. -
roles
java.util.Set<java.lang.String> roles
Roles for the user.
-
-
Class net.officefloor.web.security.scheme.MockAccessControl extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
roles
java.util.Set<java.lang.String> roles
Roles. -
userName
java.lang.String userName
User identifier.
-
-
Class net.officefloor.web.security.scheme.MockHttpAccessControl extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
accessControl
MockAccessControl accessControl
-
-
-
Package net.officefloor.web.session
-
Class net.officefloor.web.session.InvalidatedSessionHttpException extends HttpException implements Serializable
- serialVersionUID:
- 1L
-
Class net.officefloor.web.session.StoringSessionHttpException extends HttpException implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.officefloor.web.spi.security
-
Class net.officefloor.web.spi.security.AuthenticationContinuationException extends HttpException implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.officefloor.web.state
-
Class net.officefloor.web.state.HttpArgument extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
location
HttpValueLocation location
Location that thisHttpArgument
was sourced. -
name
java.lang.String name
Argument name. -
next
HttpArgument next
NextHttpArgument
. -
value
java.lang.String value
Argument value.
-
-
-
Package net.officefloor.web.value.retrieve
-
Class net.officefloor.web.value.retrieve.RetrieveValueException extends HttpException implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.officefloor.woof.template
-
Class net.officefloor.woof.template.WoofTemplateExtensionException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.coyote
-
Package org.eclipse.swt
-
Class org.eclipse.swt.SWTError extends java.lang.Error implements Serializable
- serialVersionUID:
- -9160311124292866538L
-
Class org.eclipse.swt.SWTException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 3257282552304842547L
-
Serialized Fields
-
code
int code
-
throwable
java.lang.Throwable throwable
-
-