Serialized Form
Package net.trajano.twiff |
token
String token
- Token being requested.
parameterName
String parameterName
- The parameter name that was not found.
unprocessedObject
Object unprocessedObject
- The unprocessed object.
Package net.trajano.twiff.internal.servlet |
webXmlAdapter
WebXmlAdapter webXmlAdapter
- The webXml adapter.
actionResultProcessors
ActionResultProcessor[] actionResultProcessors
- Action processors.
configuration
Configuration configuration
- Configuration.
pageLookup
ActionPageLookup pageLookup
- Lookup.
pageLookup
AttachmentPageLookup pageLookup
- Object that performs page lookups.
configuration
ViewServletConfiguration configuration
- ViewServletConfiguration file.
configuration
RedirectConfiguration configuration
- Configuration.
pageLookup
PageLookup pageLookup
- Object that performs page lookups.
configuration
ViewServletConfiguration configuration
- ViewServletConfiguration file.
Package net.trajano.twiff.internal.token.entity |
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.