Serialized Form
Package com.lutris.appserver.server |
Class com.lutris.appserver.server.ApplicationData extends com.lutris.util.KeywordValueTable implements Serializable |
Package com.lutris.appserver.server.httpPresentation |
trueIOException
boolean trueIOException
- Flag that indicates that this came from an a I/O operation
rather than a generated exception.
url
java.lang.String url
- URL that is the target of the redirect.
urlHasArgs
boolean urlHasArgs
- Are there any arguments associated with the URL?
encoding
java.lang.String encoding
- Character encoding that will be used.
relm
java.lang.String relm
- The relm to ask for. This string is used by the browser in the
prompt for username and password. It should identify to the
user which system they are logging in to, i.e. which username
and password to use.
htmlTitle
java.lang.String htmlTitle
- HTML title to display. (not yet configurable).
htmlText
java.lang.String htmlText
- HTML Text message to display.
httpServletRequest
javax.servlet.http.HttpServletRequest httpServletRequest
- The httpServletRequest to redirect
httpServletResponse
javax.servlet.http.HttpServletResponse httpServletResponse
- The httpServletRequest to redirect to
Package com.lutris.appserver.server.session |
Class com.lutris.appserver.server.session.SessionData extends com.lutris.util.KeywordValueTable implements Serializable |
Package com.lutris.appserver.server.sessionEnhydra |
Class com.lutris.appserver.server.sessionEnhydra.BasicSession extends java.lang.Object implements Serializable |
user
User user
sessionKey
java.lang.String sessionKey
timeCreated
long timeCreated
timeLastUsed
long timeLastUsed
timeExpires
long timeExpires
maxIdleTime
long maxIdleTime
maxNoUserIdleTime
long maxNoUserIdleTime
data
com.lutris.appserver.server.session.SessionData data
refCount
int refCount
attributes
java.util.Hashtable<K,V> attributes
valid
boolean valid
Class com.lutris.appserver.server.sessionEnhydra.PagedSession extends com.lutris.appserver.server.sessionEnhydra.BasicSession implements Serializable |
Class com.lutris.appserver.server.sessionEnhydra.PagedSessionData extends com.lutris.appserver.server.session.SessionData implements Serializable |
Package com.lutris.appserver.server.sql |
value
java.math.BigDecimal value
- The value associated with this object id.
Package com.lutris.appserver.server.user |
Class com.lutris.appserver.server.user.UserImpl extends java.lang.Object implements Serializable |
name
java.lang.String name
Package com.lutris.dods.builder.generator.query |
Class com.lutris.html.HtmlString extends java.lang.Object implements Serializable |
value
java.lang.String value
reason
int reason
- Holds the reason code for this exception instance.
cause
java.lang.Throwable cause
cause
java.lang.Throwable cause
cause
java.lang.Throwable cause
Class com.lutris.util.Config extends com.lutris.util.KeywordValueTable implements Serializable |
configFile
ConfigFileInterface configFile
reason
int reason
- Indicates the cause (if known) of the current exception.
- See Also:
ConfigException.UNKNOWN
,
ConfigException.SYNTAX
,
ConfigException.COUNT
,
ConfigException.FORMAT
Class com.lutris.util.Currency extends java.math.BigDecimal implements Serializable |
except
java.lang.Exception except
- Encapsulated exception.
Class com.lutris.util.KeywordValueTable extends java.lang.Object implements Serializable |
hashTable
java.util.Hashtable<K,V> hashTable
Class com.lutris.util.ParseException extends java.lang.Exception implements Serializable |
specialConstructor
boolean specialConstructor
currentToken
com.lutris.util.Token currentToken
expectedTokenSequences
int[][] expectedTokenSequences
tokenImage
java.lang.String[] tokenImage
eol
java.lang.String eol
Class com.lutris.util.TokenMgrError extends java.lang.Error implements Serializable |
errorCode
int errorCode
Package org.enhydra.dods.exceptions |
cause
java.lang.Throwable cause
Package org.enhydra.server |