Serialized Form


Package net.trajano.twiff

Class net.trajano.twiff.ContainerBuilderException extends TwiffException implements Serializable

Class net.trajano.twiff.InstantiationException extends TwiffException implements Serializable

Class net.trajano.twiff.InvalidTokenException extends TwiffException implements Serializable

Serialized Fields

token

String token
Token being requested.

Class net.trajano.twiff.MissingInitialParameterException extends TwiffException implements Serializable

Serialized Fields

parameterName

String parameterName
The parameter name that was not found.

Class net.trajano.twiff.MissingSessionException extends TwiffException implements Serializable

Class net.trajano.twiff.MissingTokenException extends TwiffException implements Serializable

Class net.trajano.twiff.TwiffException extends RuntimeException implements Serializable

Class net.trajano.twiff.UnprocessedException extends TwiffException implements Serializable

Serialized Fields

unprocessedObject

Object unprocessedObject
The unprocessed object.


Package net.trajano.twiff.internal.servlet

Class net.trajano.twiff.internal.servlet.ActionServlet extends HttpServlet implements Serializable

Serialized Fields

webXmlAdapter

WebXmlAdapter webXmlAdapter
The webXml adapter.


actionResultProcessors

ActionResultProcessor[] actionResultProcessors
Action processors.


configuration

Configuration configuration
Configuration.


pageLookup

ActionPageLookup pageLookup
Lookup.

Class net.trajano.twiff.internal.servlet.AttachmentServlet extends HttpServlet implements Serializable

Serialized Fields

pageLookup

AttachmentPageLookup pageLookup
Object that performs page lookups.


configuration

ViewServletConfiguration configuration
ViewServletConfiguration file.

Class net.trajano.twiff.internal.servlet.LocaleHttpServletRequest$1 extends Object implements Serializable

Class net.trajano.twiff.internal.servlet.RedirectServlet extends HttpServlet implements Serializable

Serialized Fields

configuration

RedirectConfiguration configuration
Configuration.

Class net.trajano.twiff.internal.servlet.ViewServlet extends HttpServlet implements Serializable

Serialized Fields

pageLookup

PageLookup pageLookup
Object that performs page lookups.


configuration

ViewServletConfiguration configuration
ViewServletConfiguration file.


Package net.trajano.twiff.internal.token.entity

Class net.trajano.twiff.internal.token.entity.SessionToken extends Object implements Serializable

Serialized Fields

id

long id
Unique id.


pageBean

Serializable pageBean
Page bean.


redirectUrl

URL redirectUrl
Redirect URL.


requestCount

short requestCount
Number of times the page bean data was requested. This does not increment if the redirect URL is read though.


sessionId

String sessionId
The session ID.


tokenId

String tokenId
This is Token ID which is a SecureRandom number encoded as hexadecimal string. This combined with the SessionToken.sessionId to form the lookup on this table.


version

int version
Version for optimistic locking.



Copyright © 2004-2005 trajano.net. All Rights Reserved.