Serialized Form
-
Package com.randomnoun.common
-
Class com.randomnoun.common.ErrorList
- serialVersionUID:
- 9113362689694606840L
-
Class com.randomnoun.common.ErrorList.ErrorData
- serialVersionUID:
- -176737615399095851L
-
Class com.randomnoun.common.HashMapIgnoreCase
- serialVersionUID:
- -6469387933015736361L
-
Class com.randomnoun.common.MRUCache
- serialVersionUID:
- -6826049000932880050L
-
Serialized Fields
-
cacheSize
int cacheSize
The maximum number of elements that this cache can hold. If <= 0, then the size of the map is unlimited. -
callbackInstance
MRUCache.RetrievalCallback<K,
V> callbackInstance A callback which can be used to populate entries in the cache that are unknown, or have expired. -
dynamicCaching
boolean dynamicCaching
If set to true, expires data from the time it was entered into the cache, rather than the time if was fetched from the cache. Suitable when we wish to apply a strict expiry time for dynamically-updating data, e.g. rowcounts. -
expiryTime
int expiryTime
The amount of time an entry can remain valid, measured from when the element is first added to the cache. If expiryTime is set to <= 0, then items never expire. -
lastUpdatedTimes
Map<K,
Long> lastUpdatedTimes A Map whose keys are elements in this cache, and who's entries are the last time that entry was 'touched' (i.e. added to or retrieved from the cache) -
mruList
LinkedList<K> mruList
An ordered list of the objects in this cache. Objects at position 0 on the list have been the most recently accessed (i.e. objects will be expired from the end of this list).
-
-
Exception Class com.randomnoun.common.ProcessUtil.ProcessException
class ProcessException extends Exception implements Serializable- serialVersionUID:
- -6301630237335589674L
-
Class com.randomnoun.common.PropertyParser.PropertiesWithComments
class PropertiesWithComments extends Properties implements Serializable- serialVersionUID:
- -780503047200669250L
-
Serialized Fields
-
c
Properties c
-
p
Properties p
-
-
-
Package com.randomnoun.common.exception
-
Exception Class com.randomnoun.common.exception.ObjectNotFoundException
class ObjectNotFoundException extends RuntimeException implements Serializable- serialVersionUID:
- -2560326697104634124L
-
-
Package com.randomnoun.common.io
-
Class com.randomnoun.common.io.AppendWriter
class AppendWriter extends Writer implements Serializable- serialVersionUID:
- -146927496096066153L
-
Serialized Fields
-
w
Writer w
-
-
Class com.randomnoun.common.io.StringBuilderWriter
class StringBuilderWriter extends Writer implements Serializable- serialVersionUID:
- -146927496096066153L
-
Serialized Fields
-
builder
StringBuilder builder
-
-
-
Package com.randomnoun.common.jexl
-
Class com.randomnoun.common.jexl.DateSpan
class DateSpan extends Object implements Serializable- serialVersionUID:
- 4189707923685011603L
-
Serialized Fields
-
defaultTimezone
TimeZone defaultTimezone
For 'fixed' DateSpans, specifies a default timezone to interpret this in (if we need to) -
fixedTime
String fixedTime
Contains the string representation of a 'fixed' timestamp or duration (or null if this is a timezoned DateSpan) -
isDay
boolean isDay
Is true if this DateSpan represents a 24hour period, or false for a 1 second instant. -
timezonedTime
Date timezonedTime
Contains a 'timezoned' Date, or for fixed values, contains the Date of 'fixedTime' in the defaultTimeZone
-
-
Exception Class com.randomnoun.common.jexl.EvalFallbackException
class EvalFallbackException extends Exception implements Serializable- serialVersionUID:
- -1826807890464491396L
-
-
Package com.randomnoun.common.jexl.ast
-
Class com.randomnoun.common.jexl.ast.AdditiveExpression
class AdditiveExpression extends Object implements Serializable-
Serialized Fields
-
multiplicativeExpression
MultiplicativeExpression multiplicativeExpression
-
nodeListOptional
NodeListOptional nodeListOptional
-
-
-
Class com.randomnoun.common.jexl.ast.ArgumentList
class ArgumentList extends Object implements Serializable-
Serialized Fields
-
expression
Expression expression
-
nodeListOptional
NodeListOptional nodeListOptional
-
-
-
Class com.randomnoun.common.jexl.ast.Arguments
class Arguments extends Object implements Serializable-
Serialized Fields
-
nodeOptional
NodeOptional nodeOptional
-
nodeToken
NodeToken nodeToken
-
nodeToken1
NodeToken nodeToken1
-
-
-
Class com.randomnoun.common.jexl.ast.BooleanLiteral
class BooleanLiteral extends Object implements Serializable-
Serialized Fields
-
nodeChoice
NodeChoice nodeChoice
-
-
-
Class com.randomnoun.common.jexl.ast.ConditionalAndExpression
class ConditionalAndExpression extends Object implements Serializable-
Serialized Fields
-
equalityExpression
EqualityExpression equalityExpression
-
nodeListOptional
NodeListOptional nodeListOptional
-
-
-
Class com.randomnoun.common.jexl.ast.EqualityExpression
class EqualityExpression extends Object implements Serializable-
Serialized Fields
-
nodeListOptional
NodeListOptional nodeListOptional
-
relationalExpression
RelationalExpression relationalExpression
-
-
-
Class com.randomnoun.common.jexl.ast.Expression
class Expression extends Object implements Serializable-
Serialized Fields
-
conditionalAndExpression
ConditionalAndExpression conditionalAndExpression
-
nodeListOptional
NodeListOptional nodeListOptional
-
-
-
Class com.randomnoun.common.jexl.ast.FunctionCall
class FunctionCall extends Object implements Serializable -
Class com.randomnoun.common.jexl.ast.Literal
class Literal extends Object implements Serializable-
Serialized Fields
-
nodeChoice
NodeChoice nodeChoice
-
-
-
Class com.randomnoun.common.jexl.ast.MultiplicativeExpression
class MultiplicativeExpression extends Object implements Serializable-
Serialized Fields
-
nodeListOptional
NodeListOptional nodeListOptional
-
unaryExpression
UnaryExpression unaryExpression
-
-
-
Class com.randomnoun.common.jexl.ast.Name
class Name extends Object implements Serializable-
Serialized Fields
-
nodeListOptional
NodeListOptional nodeListOptional
-
nodeToken
NodeToken nodeToken
-
-
-
Class com.randomnoun.common.jexl.ast.NodeChoice
class NodeChoice extends Object implements Serializable-
Serialized Fields
-
choice
Node choice
-
which
int which
-
-
-
Class com.randomnoun.common.jexl.ast.NodeList
class NodeList extends Object implements Serializable -
Class com.randomnoun.common.jexl.ast.NodeListOptional
class NodeListOptional extends Object implements Serializable -
Class com.randomnoun.common.jexl.ast.NodeOptional
class NodeOptional extends Object implements Serializable-
Serialized Fields
-
node
Node node
-
-
-
Class com.randomnoun.common.jexl.ast.NodeSequence
class NodeSequence extends Object implements Serializable -
Class com.randomnoun.common.jexl.ast.NodeToken
class NodeToken extends Object implements Serializable -
Class com.randomnoun.common.jexl.ast.NullLiteral
class NullLiteral extends Object implements Serializable-
Serialized Fields
-
nodeToken
NodeToken nodeToken
-
-
-
Class com.randomnoun.common.jexl.ast.PrimaryExpression
class PrimaryExpression extends Object implements Serializable-
Serialized Fields
-
nodeChoice
NodeChoice nodeChoice
-
-
-
Class com.randomnoun.common.jexl.ast.RelationalExpression
class RelationalExpression extends Object implements Serializable-
Serialized Fields
-
additiveExpression
AdditiveExpression additiveExpression
-
nodeListOptional
NodeListOptional nodeListOptional
-
-
-
Class com.randomnoun.common.jexl.ast.TopLevelExpression
class TopLevelExpression extends Object implements Serializable-
Serialized Fields
-
expression
Expression expression
-
nodeToken
NodeToken nodeToken
-
-
-
Class com.randomnoun.common.jexl.ast.UnaryExpression
class UnaryExpression extends Object implements Serializable-
Serialized Fields
-
nodeChoice
NodeChoice nodeChoice
-
-
-
-
Package com.randomnoun.common.jexl.eval
-
Exception Class com.randomnoun.common.jexl.eval.EvalException
class EvalException extends RuntimeException implements Serializable- serialVersionUID:
- -3581223769526972975L
-
-
Package com.randomnoun.common.jexl.parser
-
Exception Class com.randomnoun.common.jexl.parser.ParseException
class ParseException extends Exception implements Serializable-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
eol
String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
specialConstructor
boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below). -
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
-
Exception Class com.randomnoun.common.jexl.parser.TokenMgrError
class TokenMgrError extends Error implements Serializable-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
-
Package com.randomnoun.common.security
-
Class com.randomnoun.common.security.Permission
class Permission extends Object implements Serializable- serialVersionUID:
- -3718647050573844606L
-
Serialized Fields
-
activity
String activity
The activity for this permission. -
resource
String resource
The resource for this permission. -
resourceCriteria
ResourceCriteria resourceCriteria
The resourceCriteria for this permission. -
role
String role
The role for this permission. A permission may apply to a role or a user but not both. -
user
User user
The user for this permission. A permission may apply to a role or a user but not both.
-
-
Class com.randomnoun.common.security.ResourceCriteria
class ResourceCriteria extends Object implements Serializable- serialVersionUID:
- 7387179933750418124L
-
Serialized Fields
-
criteriaString
String criteriaString
The string used to construct this ResourceCriteria object
-
-
Class com.randomnoun.common.security.User
class User extends Object implements Serializable- serialVersionUID:
- 3633994518788000533L
-
-
Package com.randomnoun.common.security.impl
-
Class com.randomnoun.common.security.impl.ResourceCriteriaImpl
class ResourceCriteriaImpl extends ResourceCriteria implements Serializable- serialVersionUID:
- -8307206866854674839L
-
Serialized Fields
-
expression
TopLevelExpression expression
The expression used to evaluate a criteria context.
-
-
-
Package com.randomnoun.common.servlet
-
Class com.randomnoun.common.servlet.MultiJavascriptServlet
class MultiJavascriptServlet extends jakarta.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- -5425445186806002874L
-
Class com.randomnoun.common.servlet.VersionServlet
class VersionServlet extends jakarta.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- -6978469440912690523L
-
-
Package com.randomnoun.common.webapp
-
Class com.randomnoun.common.webapp.AppConfigBase
class AppConfigBase extends Properties implements Serializable- serialVersionUID:
- -5375559262217993785L
-
Serialized Fields
-
dataSources
Map<String,
DataSource> dataSources Datasource underlying the jdbcTemplates -
initialisationFailure
Throwable initialisationFailure
If set to non-null, indicates an exception that occurred during initialisation. -
jdbcTemplates
Map<String,
org.springframework.jdbc.core.JdbcTemplate> jdbcTemplates JdbcTemplates for this AppConfig -
securityContext
SecurityContext securityContext
Security context used for authentication and authorisation
-
-
-
Package com.randomnoun.common.webapp.taglib
-
Class com.randomnoun.common.webapp.taglib.AuthCheckTag
class AuthCheckTag extends jakarta.servlet.jsp.tagext.BodyTagSupport implements Serializable- serialVersionUID:
- -6531003975186503397L
-
Serialized Fields
-
isStruts
boolean isStruts
This variable is set true if the request comes from struts
-
-
Class com.randomnoun.common.webapp.taglib.ExtendJavascriptVarTag
class ExtendJavascriptVarTag extends jakarta.servlet.jsp.tagext.BodyTagSupport implements Serializable- serialVersionUID:
- -7010835090281695598L
-
Class com.randomnoun.common.webapp.taglib.SelectTag
class SelectTag extends StandardHtmlTag implements Serializable-
Serialized Fields
-
bundle
ResourceBundle bundle
A reference to a resource bundle (evaluated from bundleString). -
bundleFormat
String bundleFormat
The value of the 'bundlePattern' attribute -
bundleString
String bundleString
The value of the 'bundle' attribute -
data
List data
A reference to a structured list (evaluated from dataString). -
dataString
String dataString
The value of the 'data' attribute -
displayColumn
String displayColumn
The name of the column in the list to use to populate OPTION display text -
firstOption
String firstOption
Some display text for a first OPTION of the SELECT tag -
formatDate
String formatDate
If non-null, and the displayValue or value to be displayed is a Date, will format the value with a SimpleDateFormatter object with this pattern -
name
String name
The name of the SELECT tag. -
value
String value
The current value of the SELECT tag. -
valueColumn
String valueColumn
The name of the column in the list to use to populate OPTION values
-
-
-
Class com.randomnoun.common.webapp.taglib.SetJavascriptVarTag
class SetJavascriptVarTag extends jakarta.servlet.jsp.tagext.BodyTagSupport implements Serializable- serialVersionUID:
- -7010835090281695598L
-
Class com.randomnoun.common.webapp.taglib.StandardHtmlTag
class StandardHtmlTag extends jakarta.servlet.jsp.tagext.TagSupport implements Serializable
-