Serialized Form
-
Package org.bedework.util.struts
-
Class org.bedework.util.struts.ErrorEmitSvlt extends Object implements Serializable
-
Serialized Fields
-
logger
org.bedework.util.logging.BwLogger logger
-
msgList
ArrayList<ErrorEmitSvlt.Msg> msgList
-
-
-
Class org.bedework.util.struts.ErrorEmitSvlt.Msg extends Object implements Serializable
-
Class org.bedework.util.struts.MessageEmitSvlt extends ErrorEmitSvlt implements Serializable
-
Class org.bedework.util.struts.Request extends ReqUtil implements Serializable
-
Serialized Fields
-
action
org.apache.struts.action.Action action
-
actionType
int actionType
-
conversationType
int conversationType
-
form
UtilActionForm form
-
mapping
org.apache.struts.action.ActionMapping mapping
-
moduleName
String moduleName
May be specified as an action parameter or overriddem by the request parameter.
-
-
-
Class org.bedework.util.struts.TimeDateFormatter extends Object implements Serializable
-
Serialized Fields
-
curLocale
Locale curLocale
-
curStyle
int curStyle
-
datePattern
String datePattern
-
dateShortPattern
String dateShortPattern
-
dateTimePattern
String dateTimePattern
-
dateTimeShortPattern
String dateTimeShortPattern
-
defaultPattern
String defaultPattern
-
formatter
SimpleDateFormat formatter
-
timeDatePattern
String timeDatePattern
-
timeDateShortPattern
String timeDateShortPattern
-
timePattern
String timePattern
-
timeShortPattern
String timeShortPattern
-
usingStyle
boolean usingStyle
-
-
-
Class org.bedework.util.struts.UtilActionForm extends org.apache.struts.action.ActionForm implements Serializable
-
Serialized Fields
-
appVars
HashMap appVars
Application variables. These can be set with request parameters and dumped into the page for use by jsp and xslt. -
browserType
String browserType
Browser type -
confirmationId
String confirmationId
Confirmation id - require this on forms -
contentName
String contentName
One shot content name. -
context
String context
The part of the URL that identifies the application - Of the form "/" + name-of-app, e.g. /kiosk -
currentLocale
Locale currentLocale
-
currentUser
String currentUser
The current authenticated user. May be null -
debug
boolean debug
Are we debugging? -
initialised
boolean initialised
Have we initialised? -
inuse
boolean inuse
-
mres
org.apache.struts.util.MessageResources mres
So we can get hold of properties -
nocache
boolean nocache
Is nocache on? -
schemeHostPort
String schemeHostPort
First part of URL. Allows us to target services on same host. -
sessionId
String sessionId
Session id - -
url
String url
Incoming URL. -
urlPrefix
String urlPrefix
scheme + host + port part of the url together with the context. -
valErrors
Collection<UtilActionForm.IntValError> valErrors
We accumulate errors in this Collection as the form is processed. We use processErrors to emit actual messages -
waiters
int waiters
Requests waiting -
yesno
String yesno
General yes/no answer
-
-
-