jacquard 1.10.14 by The Web Engineering Factory and Toolworks
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

ACCESSKEYATTRNAME - Static variable in class uk.co.weft.htform.WidgetSet
The name of the access key attribute, needed for disabled access
ACTIONCONFIGTOKEN - Static variable in class uk.co.weft.xhtmlgen.XHTMLFormGenerator
magic token to identify my form action in my configuration
ACTIONCSSCLASS - Static variable in class uk.co.weft.htform.Widget
the CSS class I will use for action widgets
ACTIONEXECUTEDTOKEN - Static variable in class uk.co.weft.htform.Form
the magic token in the context which holds a token representing the action performed.
ACTIONFIELDCONFIGTOKEN - Static variable in class uk.co.weft.htform.List
configuration token: the token for the name of the field to append to the action URL
ACTIONLABELCONFIGTOKEN - Static variable in class uk.co.weft.htform.List
configuration token: the token for the label on the action url
ACTIONURLCONFIGTOKEN - Static variable in class uk.co.weft.htform.List
configuration token: the token for the action URL
ADDRESSDELIMITERTOKEN - Static variable in class uk.co.weft.alert.Alert
a token to identify the address delimiter in the configuration or alert context
ADDSYNTAXTOKEN - Static variable in class uk.co.weft.dbutil.JDBCUserKluge
a token on which I will seek in my configuration 'extra' password syntaxes over and above those I already know
ADDTOGROUPTOKEN - Static variable in class uk.co.weft.dbutil.JDBCUserKluge
values of the templatetype attribute: add to group
ADMINEMAILCONFIGTOKEN - Static variable in class uk.co.weft.exceptionhandler.AlertExceptionHandler
A token on which to look in the configuration for the administrator's email address
ADVICETOKEN - Static variable in class uk.co.weft.alert.URLWatcher
a token on which I shall store advice, if any, when reporting
AFTERWARDSMAGICTOKEN - Static variable in class uk.co.weft.configurator.FirstTime
A token whose value in the service context should be where we go after completing first time initialisation.
ALLOWDELETECONFIGTOKEN - Static variable in class uk.co.weft.xhtmlgen.XHTMLFormGenerator
magic token to identify whether to show a delete button from my configuration
ALLOWLOGOUTCONFIGTOKEN - Static variable in class uk.co.weft.htform.AuthenticatedForm
a token on which to look in the ocnfiguration for whether to allow logout
AMAZON_HOST_TOKEN - Static variable in class uk.co.weft.amazon.AmazonDescriptor
the token on which I will seek my amazon host in the configuration
AMAZON_SHOP_TOKEN - Static variable in class uk.co.weft.amazon.AmazonDescriptor
the token on which I will seek my amazon host in the configuration
AMPMSUFFIX - Static variable in class uk.co.weft.htform.TimeWidget
the suffix I shall append to my name to form token on which to store my am/pm component
APPNAMETOKEN - Static variable in class uk.co.weft.configurator.BasicConfigurator
token for the name of the webapp I am to buils
ASSOCIATES_ID_TOKEN - Static variable in class uk.co.weft.amazon.AmazonDescriptor
The token on which I will seek my amazon associates ID in the configuration
ATTRIBUTE_NODE - Static variable in class uk.co.weft.domutil.ContextElement
Deprecated. The node is an Attr.
AUTHENTICATEDUSERMAGICTOKEN - Static variable in class uk.co.weft.htform.AuthenticatedForm
A token on which to store the authenticated user in the context
AUTHENTICATORCLASSMAGICTOKEN - Static variable in class uk.co.weft.htform.AuthenticatedForm
A token on which to look for the authenticator class in the config
AbstractFileWatcher - class uk.co.weft.alert.AbstractFileWatcher.
An abstract superclass for FileWatcher, URLWatcher and similar.
AbstractFileWatcher() - Constructor for class uk.co.weft.alert.AbstractFileWatcher
 
AbstractFileWatcher.FileValues - class uk.co.weft.alert.AbstractFileWatcher.FileValues.
an object to pass the observed values of the file through the context
AbstractFileWatcher.FileValues(long, long) - Constructor for class uk.co.weft.alert.AbstractFileWatcher.FileValues
 
ActionColumn - class uk.co.weft.htform.ActionColumn.
a column which may be added to a ResultFormatter to allow users to perform actions on individual rows.
ActionColumn(String, String, Vector) - Constructor for class uk.co.weft.htform.ActionColumn
create an ActionColumn
ActionWidget - class uk.co.weft.htform.ActionWidget.
An action widget for a hypertext form.
ActionWidget() - Constructor for class uk.co.weft.htform.ActionWidget
set up my input type
ActionWidget(String) - Constructor for class uk.co.weft.htform.ActionWidget
I would like a name
ActionWidget(String, String) - Constructor for class uk.co.weft.htform.ActionWidget
name and prompt is better
ActionWidget(String, String, String) - Constructor for class uk.co.weft.htform.ActionWidget
name, prompt and helptext is better still.
Alert - class uk.co.weft.alert.Alert.
An agent which can send a message to a user based on a template.
Alert(Map) - Constructor for class uk.co.weft.alert.Alert
create a new alert agent with this configuration
Alert() - Constructor for class uk.co.weft.alert.Alert
create a new alert agent with configuration from the properties file
AlertExceptionHandler - class uk.co.weft.exceptionhandler.AlertExceptionHandler.
An exception handler which sends mail to the system administrator, and apologises to the user.
AlertExceptionHandler() - Constructor for class uk.co.weft.exceptionhandler.AlertExceptionHandler
 
AlertingException - exception uk.co.weft.alert.AlertingException.
An agent which can send a message to a user based on a tmeplate.
AlertingException(String) - Constructor for class uk.co.weft.alert.AlertingException
Creates a new AlertingException object.
AmazonDescriptor - class uk.co.weft.amazon.AmazonDescriptor.
An interface to Amazon Web Services, implemented as a DataStoreDescriptor
AmazonDescriptor(Context) - Constructor for class uk.co.weft.amazon.AmazonDescriptor
initialise me with the data values in this context
AttributeGenerator - class uk.co.weft.domutil.AttributeGenerator.
an AttributeGenerator generates an [X|HT]ML attribute.
AttributeGenerator(String) - Constructor for class uk.co.weft.domutil.AttributeGenerator
constructor: fix up my name; token assumed to be the same as name
AttributeGenerator(String, String) - Constructor for class uk.co.weft.domutil.AttributeGenerator
constructor: fix up my name and value token
AuthenticatedForm - class uk.co.weft.htform.AuthenticatedForm.
An HTML form with a guaranteed, authenticated database connection, persistent for the life of the session.
AuthenticatedForm() - Constructor for class uk.co.weft.htform.AuthenticatedForm
 
Authenticator - interface uk.co.weft.dbutil.Authenticator.
an interface describing an agent which can authenticate a context
AutoForm - class uk.co.weft.htform.AutoForm.
a form constructed by reading the servlets and widgets it requires from a database.
AutoForm() - Constructor for class uk.co.weft.htform.AutoForm
 
Auxiliary - class uk.co.weft.htform.Auxiliary.
Auxiliary table information in a Form.
Auxiliary(String, String) - Constructor for class uk.co.weft.htform.Auxiliary
At minimum I must know my table and my parent.
Auxiliary(String, String, String, String) - Constructor for class uk.co.weft.htform.Auxiliary
The action URL is a URL which points to a form allowing a single row from the auxiliary information to be edited.
Auxiliary(String, String, String, String, String) - Constructor for class uk.co.weft.htform.Auxiliary
The section title is a user-friendly title to show above the auxilliary table
Auxiliary(String, String, String, String, String, String, String) - Constructor for class uk.co.weft.htform.Auxiliary
Specify everything needed to create a navigable auxiliary
Auxiliary(String, String, String, String, String, String, String, String) - Constructor for class uk.co.weft.htform.Auxiliary
Specify everything needed to create a navigable auxiliary
absdiff(Number, Number) - Method in class uk.co.weft.dbutil.RealColumnDescriptor
you'd think this would be in java.lang.Number or java.math.* somewhere, but I can't find it.
accept(Context) - Method in class uk.co.weft.domutil.DocumentGeneratorImpl
Whether or not I want to accept this context.
accept(Context) - Method in class uk.co.weft.domutil.LoginGenerator
Whether or not I want to accept this context.
accept(Context, boolean) - Method in interface uk.co.weft.xhtmlgen.XHTMLBodyGenerator
Do I wish to accept (and generate something in) this context, or do I want to pass it down the chain?
accept(Context, boolean) - Method in class uk.co.weft.xhtmlgen.XHTMLBodyGeneratorImpl
Do I wish to accept (and generate something in) this context, or do I want to pass it down the chain?
accept(Context) - Method in class uk.co.weft.xhtmlgen.XHTMLDocumentGenerator
Do I want to generate in this context? I'll accept it if my body generator will.
accept(Context, boolean) - Method in class uk.co.weft.xhtmlgen.XHTMLFormGenerator.FormAsBodyGenerator
Do I claim this context? By default I do.
accessKey(Character) - Method in class uk.co.weft.htform.WidgetSet
return the Widget which has this access key in this WidgetSet, if any, else null
accessKey(Widget) - Method in class uk.co.weft.htform.WidgetSet
return the Character which is the access key of this Widget in this WidgetSet, if any
accessKeys - Variable in class uk.co.weft.htform.WidgetSet
My access keys - the (character of the) single key used to select a widget.
action - Variable in class uk.co.weft.event.EventsDiaryPseudoWidget
the stub I will use to build action URLs
action - Variable in class uk.co.weft.htform.Form
the URL to pass collected data to
action - Variable in class uk.co.weft.htform.List
the action (URL) to invoke to select a record from the results.
action - Variable in class uk.co.weft.xhtmlgen.XHTMLFormGenerator.FormAsBodyGenerator
my action URL
actionColumns - Variable in class uk.co.weft.htform.ResultFormatter
my action columns - columns of links which can be clicked on to do something with the rows
actionExecutedToken - Static variable in class uk.co.weft.htform.Form
Deprecated. use ACTIONEXECUTEDTOKEN
actionField - Variable in class uk.co.weft.htform.List
the field by which to select a record from the results.
actionLabel - Variable in class uk.co.weft.htform.Auxiliary
The text the user sees on the action link
actionWidget - Variable in class uk.co.weft.htform.OneFieldAuxiliary
an action widget to send the data
addActionColumn(ActionColumn) - Method in class uk.co.weft.htform.ResultFormatter
append this action column to my list of action columns
addActionColumn(String, String, Vector) - Method in class uk.co.weft.htform.ResultFormatter
append an action column with this label and this URL stub, which will be extended by passing through the values of these passthrough tokens
addArea(Shape, URL, String) - Method in class uk.co.weft.graphic.MappedImage
add an areas to my areas
addAttribute(String, String) - Method in class uk.co.weft.graphic.MappedImage
add this attribute to the attributes of my IMG tag.
addAuxiliary(Auxiliary) - Method in class uk.co.weft.htform.Form
Add this auxiliary to my auxiliaries.
addCookie(String) - Method in class uk.co.weft.htform.Servlet
To use cookies, add named cookies using this method; do this once, at initialisation time, not each service.
addCookie(String, int) - Method in class uk.co.weft.htform.Servlet
add a new cookie with this expiration period in seconds
addField(String) - Method in class uk.co.weft.htform.SearchableDataMenuWidget
append this field to the end of the list of fields I show and search
addGenerator(NodeGenerator) - Method in class uk.co.weft.domutil.ElementGenerator
add a generator to my generators, either for a child element or for an attribute
addGenerator(NodeGenerator) - Method in class uk.co.weft.xhtmlgen.LabelledValueGenerator
specialisation: add a generator to my value generator's generators, either for a child element or for an attribute
addLinkText - Variable in class uk.co.weft.htform.Auxiliary
the caption to use as the link text for the add link
addOption(MenuOption) - Method in class uk.co.weft.htform.MenuWidget
Add an option to the end of my options list.
addOrderField(String) - Method in class uk.co.weft.htform.SearchableDataMenuWidget
append this field to the end of the list of fields I order by
addPassthrough(String) - Method in class uk.co.weft.htform.ActionColumn
Add a token to my list of passthrough tokens
addRepository(String) - Method in class uk.co.weft.dbutil.JDBCUserKluge
add this URL to my repositories.
addSuppressField(String) - Method in class uk.co.weft.htform.ResultFormatter
add the fields whose name is passed to the set of fieldnames which I will suppress (i.e.
addSuppressFields(Vector) - Method in class uk.co.weft.htform.ResultFormatter
add the fields whose names are listed in this vector to the set of fieldnames which I will suppress (i.e.
addSyntax(Document) - Method in class uk.co.weft.dbutil.JDBCUserKluge
initialise me from this document, assumed to be in my own special XML format
addThumbPrefixChild(ElementGenerator) - Method in class uk.co.weft.xhtmlgen.WithSettableThumbPrefixImpl
convenience function; Vaector.add(Object) does not return the object so you need to set up temporary variables; this allows a generator to be added to my withThumbPrefixChildren and to my children in, effectively, one swell foop.
addUser(Context, String, String) - Method in class uk.co.weft.dbutil.JDBCUserKluge
Add a user over the JDBC connection implied by this context with this username and this password
addUserToGroup(Context, String, String) - Method in class uk.co.weft.dbutil.JDBCUserKluge
add this user to this group over the JDBC connection implied by this context
addVar(String) - Method in class uk.co.weft.htform.Button
Deprecated. Add this variable name to the list of variable names I pass through
addVar(String, String) - Method in class uk.co.weft.htform.Button
Deprecated. Add var to the list of variables I pass, but pass it's value as alias
addWidget(Widget) - Method in class uk.co.weft.htform.Form
Add this widget to the front of my default widget set
addWidget(Widget) - Method in class uk.co.weft.htform.WidgetSet
Add this widget to the front of my widgets list.
addWidget(Widget) - Method in class uk.co.weft.xhtmlgen.XHTMLFormGenerator.FormAsBodyGenerator
Add this widget to my widgets list.
addWidget(Widget) - Method in class uk.co.weft.xhtmlgen.XHTMLFormGenerator
Add this widget to the widgets list of my form.
addressDelimiter - Variable in class uk.co.weft.alert.Alert
the delimiter which may be used to separate mail addresses
adminEmail - Variable in class uk.co.weft.exceptionhandler.AlertExceptionHandler
the address to sent an alert to, when an exception occurs
akprompt - Variable in class uk.co.weft.htform.Widget
the prompt with the access key spliced in
alerter - Variable in class uk.co.weft.alert.Watcher
the alerter I use to send alerts
alerts - Variable in class uk.co.weft.alert.Watcher
how many alerts I've sent this run
allTokens - Variable in class uk.co.weft.dbutil.JDBCAuthenticator
tokens whose values are required to authenticate via JDBC
allowDelete - Variable in class uk.co.weft.htform.TableWrapperForm
Whether the data item I represent can be deleted
allowEmbeddedMarkup(boolean) - Method in class uk.co.weft.domutil.MaybeParseGenerator
Do we allow (and parse for) embedded markup within the value of this node? default is we do.
allowLogout - Variable in class uk.co.weft.htform.AuthenticatedForm
Whether to offer the user a logout button
allowOverwrite - Variable in class uk.co.weft.maybeupload.MaybeUploadServlet
whether to allow uploaded files to be overwritten when new files are uploaded; default is we don't
allowTag(String, int) - Method in class uk.co.weft.htform.HTMLTextAreaWidget
advise me to allow this tag.
allowUnset - Variable in class uk.co.weft.htform.DateWidget
can this time be set to 'unset'
allowUnset - Variable in class uk.co.weft.htform.TimeWidget
can this time be set to 'unset'
allowXSLFromContext - Variable in class uk.co.weft.domutil.DocumentGeneratorImpl
do we allow the XSL stylesheet to be specified in the context? Normally we don't!
amazonHost - Variable in class uk.co.weft.amazon.AmazonDescriptor
the hostname of the amazon data server we will use
amazonShop - Variable in class uk.co.weft.amazon.AmazonDescriptor
the hostname of the amazon data server we will use
ampersandClean(String) - Method in class uk.co.weft.htform.HTMLTextAreaWidget
check for unprotected ampersands
anon - Variable in class uk.co.weft.maybeupload.MultipartHandler
a counter to use to name anonymous part values (should never be needed)
append(Object) - Method in class uk.co.weft.alert.MessageBuffer
Appends the string representation of the Object argument to this message buffer.
append(Object) - Method in class uk.co.weft.htform.MessageBuffer
Appends the string representation of the Object argument to this message buffer.
appendChild(Node) - Method in class uk.co.weft.domutil.ContextElement
Deprecated. Adds the node newChild to the end of the list of children of this node.
areas - Variable in class uk.co.weft.graphic.MappedImage
the areas I map, coded as java.net.URLs hashed to java.awt.Shapes
associatesId - Variable in class uk.co.weft.amazon.AmazonDescriptor
the amazon associates ID I will use (this one's my one, so if you don't over-ride it in the config (web.xml) I will get all the money!
attrMap - Variable in class uk.co.weft.domutil.TranslatingContextElement
Deprecated. A map of the names which, if bound in the context, should be implemented as attributes of this element
attrNames - Variable in class uk.co.weft.domutil.ContextElement
Deprecated. The names which, if bound in the context, should be implemented as attributes of this element
attrNames - Variable in class uk.co.weft.domutil.ContextElementGenerator
The names which, if bound in the generate timecontext, should be implemented as attributes of the generated element
attributes - Variable in class uk.co.weft.graphic.MappedImage
attributes for my HTML IMG tag.
attrs - Variable in class uk.co.weft.htform.Widget
additional attributes for my input tag
authenticator - Variable in class uk.co.weft.domutil.LoginGenerator
The authenticator I will use to authenticate my users - by default, JDBC
authenticator - Variable in class uk.co.weft.htform.AuthenticatedForm
the authenticator I use to authenticate my users
authentificationWidgets - Variable in class uk.co.weft.htform.AuthenticatedForm
An alternate set of widgets to be used for authentification
autoConfigureWidgets(Context) - Method in class uk.co.weft.xhtmlgen.XHTMLFormGenerator.FormAsBodyGenerator
infer widgets from the data store.
auxiliaries - Variable in class uk.co.weft.htform.Form
My auxiliary tables

B

BADDATA - Static variable in interface uk.co.weft.dbutil.Authenticator
return value indicating that the data (e.g.
BCCADDRESSTOKEN - Static variable in class uk.co.weft.alert.Alert
a token to identify any bcc address in the configuration context
BLOCK_TAG - Static variable in class uk.co.weft.htform.HTMLTextAreaWidget
Tag type marker for block tags
BROWSER_CONFORMITY_GOOD - Static variable in class uk.co.weft.htform.EkitWidget
the browser is presumed to support all the standards we need
BROWSER_CONFORMITY_MAGIC_TOKEN - Static variable in class uk.co.weft.htform.EkitWidget
a magic token on which we will cache the browser conformity level in the context
BROWSER_CONFORMITY_MSFT - Static variable in class uk.co.weft.htform.EkitWidget
the browser is presumed to have Microsoft-like incompatibilities
BROWSER_CONFORMITY_NONE - Static variable in class uk.co.weft.htform.EkitWidget
the browser cannot support Ekit at all
BROWSER_CONFORMITY_NSCP - Static variable in class uk.co.weft.htform.EkitWidget
the browser is presumed to have old netscape-like incompatibilities
BUNDLEELEMENTTAG - Static variable in class uk.co.weft.dbutil.JDBCUserKluge
tokens which name elements in the XML dialect I expect: the bundle of templates
BasicConfigurator - class uk.co.weft.configurator.BasicConfigurator.
A configurator is a servlet which knows about a war archive, a list of 'to be configured' files within that archive, and a list of configuration parameters.
BasicConfigurator() - Constructor for class uk.co.weft.configurator.BasicConfigurator
 
BasicConfigurator.ConfigureWidget - class uk.co.weft.configurator.BasicConfigurator.ConfigureWidget.
 
BasicConfigurator.ConfigureWidget() - Constructor for class uk.co.weft.configurator.BasicConfigurator.ConfigureWidget
Set up a configure widget
BasicConfigurator.ConfiguredWidgetSet - class uk.co.weft.configurator.BasicConfigurator.ConfiguredWidgetSet.
a widget set to be selected when the configured package is available in the stageing area
BasicConfigurator.ConfiguredWidgetSet() - Constructor for class uk.co.weft.configurator.BasicConfigurator.ConfiguredWidgetSet
 
BitColumnDescriptor - class uk.co.weft.dbutil.BitColumnDescriptor.
A descriptor for an bit column
BitColumnDescriptor(String) - Constructor for class uk.co.weft.dbutil.BitColumnDescriptor
Creates a new BitColumnDescriptor object.
BooleanColumnDescriptor - class uk.co.weft.dbutil.BooleanColumnDescriptor.
A descriptor for an boolean column
BooleanColumnDescriptor(String) - Constructor for class uk.co.weft.dbutil.BooleanColumnDescriptor
Creates a new BooleanColumnDescriptor object.
BooleanWidget - class uk.co.weft.htform.BooleanWidget.
A Boolean Widget for a hypertext form, by default implemented as a checkbox.
BooleanWidget() - Constructor for class uk.co.weft.htform.BooleanWidget
If you use this constructor, you are very much on your own and are responsible for setting up all the things the Widget needs to operate yourself.
BooleanWidget(String) - Constructor for class uk.co.weft.htform.BooleanWidget
you can initialise a BooleanWidget with just a name...
BooleanWidget(String, String) - Constructor for class uk.co.weft.htform.BooleanWidget
name and prompt is better
BooleanWidget(String, String, String) - Constructor for class uk.co.weft.htform.BooleanWidget
name, prompt and helptext is better still.
BugzillaExceptionHandler - class uk.co.weft.exceptionhandler.BugzillaExceptionHandler.
An exception handler which generates a form already prefilled with a Bugzilla bug report.
BugzillaExceptionHandler() - Constructor for class uk.co.weft.exceptionhandler.BugzillaExceptionHandler
 
Button - class uk.co.weft.htform.Button.
Deprecated. see ActionWidget
Button(String) - Constructor for class uk.co.weft.htform.Button
Deprecated. Basic constructor.
Button(String, String) - Constructor for class uk.co.weft.htform.Button
Deprecated. a label is quite nice, too
background - Variable in class uk.co.weft.graphic.DrillThruGraph
The colour of my background
background - Variable in class uk.co.weft.graphic.DrillThruPie
The colour of my background
baseURL - Variable in class uk.co.weft.graphic.DrillThruGraph
The string which, when the value from the id data item of my data set is appended, will make a valid URL for the drill-through target.
baseURL - Variable in class uk.co.weft.graphic.DrillThruPie
The string which, when the value from the id data item of my data set is appended, will make a valid URL for the drill-through target
browserConformity(Context) - Method in class uk.co.weft.htform.EkitWidget
Infer the conformity level of the client browser by examining its user agent string.
browserVersion(String, String) - Method in class uk.co.weft.htform.EkitWidget
Find the major version nnumber of the browser 'target' that the string claims to identify
buffer - Variable in class uk.co.weft.substitute.SubstitutionBuffer
the buffer in which I work on the message
bufferBlockSize - Variable in class uk.co.weft.domutil.CachedPage
how large a buffer I use for schlurping files out to the net

C

CACHENAME - Static variable in class uk.co.weft.configurator.BasicConfigurator
the name of the directory within the stage in which I unpack the payload
CANADDBEFORECONFIGTOKEN - Static variable in class uk.co.weft.htform.List
configuration token: the token for whether to show the 'add a new' link before the list as well as after
CANADDCONFIGTOKEN - Static variable in class uk.co.weft.htform.List
configuration token: the token for whether to show a 'can add' link
CANSEARCHCONFIGTOKEN - Static variable in class uk.co.weft.htform.List
configuration token: the token for whether to show a 'Search' widget
CCADDRESSTOKEN - Static variable in class uk.co.weft.alert.Alert
a token to identify any cc address in the configuration context
CDATA_SECTION_NODE - Static variable in class uk.co.weft.domutil.ContextElement
Deprecated. The node is a CDATASection.
CDataSectionGenerator - class uk.co.weft.domutil.CDataSectionGenerator.
a generator which generates CDATA sections whose content is the value in the generate-time context of the token.
CDataSectionGenerator(String) - Constructor for class uk.co.weft.domutil.CDataSectionGenerator
Creates a new CDataSectionGenerator object.
CHANGEPASSTOKEN - Static variable in class uk.co.weft.dbutil.JDBCUserKluge
values of the templatetype attribute: change password
CHARHEIGHT - Static variable in class uk.co.weft.htform.EkitWidget
the assumed height in pixels of a character in the default font (yes, madness, but it's really only a hint to help get the applet to fit into roughly the same space as the textarea)
CHARWIDTH - Static variable in class uk.co.weft.htform.EkitWidget
the assumed width in pixels of a character in the default font (yes, madness, but it's really only a hint to help get the applet to fit into roughly the same space as the textarea)
CHECKERCLASSTOKEN - Static variable in class uk.co.weft.configurator.InitialisationManager
a token in the context whose value should be the name of the class of checker to use
CHILDIDENTMAGICTOKEN - Static variable in class uk.co.weft.xhtmlgen.ListGenerator
a magic token to allow my item generators to identify their identifying string in their context
CHILDURLMAGICTOKEN - Static variable in class uk.co.weft.xhtmlgen.ListGenerator
a magic token to allow my item generators to identify their URL in their context
CHOSENGENERATORMAGICTOKEN - Static variable in class uk.co.weft.domutil.DocPage
a magic token to hold the chosen generator in the context
CLICKTOORDERCONFIGTOKEN - Static variable in class uk.co.weft.htform.List
configuration token: the token for whether to implement 'click to order'
COMMENT_NODE - Static variable in class uk.co.weft.domutil.ContextElement
Deprecated. The node is a Comment.
CONFIGURATIONTAG - Static variable in class uk.co.weft.configurator.BasicConfigurator
the configuration tag
CONFIRMDELETIONTOKEN - Static variable in class uk.co.weft.htform.TableWrapperForm
a magic token to select the really delete stuff
CONTENTTYPECONFIGTOKEN - Static variable in class uk.co.weft.htform.Servlet
a configuration token on which I will seek my content type specifier in my configuraton
CONTEXTATTRIBUTESSUFFIX - Static variable in class uk.co.weft.htform.Widget
a suffix I shall append to widget names to form tokens on which to hold a context of any special attributes to set in the context
CONTEXTMENUMAGICTOKEN - Static variable in class uk.co.weft.htform.Form
a magic token to retrieve menus for this service from the context
COOKIESCONFIGTOKEN - Static variable in class uk.co.weft.htform.Servlet
a configuration token on which I will seek the names of any initial cookies to set in my configuraton
CREATEUSERTOKEN - Static variable in class uk.co.weft.dbutil.JDBCUserKluge
values of the templatetype attribute: create user
CSSDIRECTORYCONFIGTOKEN - Static variable in class uk.co.weft.stylist.Stylist
a token on which I shall look in my configuration for the directory from which stylesheets will be served.
CSSHELP - Static variable in class uk.co.weft.htform.Form
A CSS class name for help text
CSSMAGICTOKEN - Static variable in class uk.co.weft.stylist.Stylist
a token on which I shall look in the service context for the stylesheet to serve.
CSSPROMPT - Static variable in class uk.co.weft.htform.Form
A CSS class name for prompts
CTE_7BIT - Variable in class uk.co.weft.maybeupload.MultipartHandler
content-transfer-encoding types, as mandated by RFC 1521, section 5.
CTE_8BIT - Variable in class uk.co.weft.maybeupload.MultipartHandler
content-transfer-encoding types, as mandated by RFC 1521, section 5.
CTE_BASE64 - Variable in class uk.co.weft.maybeupload.MultipartHandler
content-transfer-encoding types, as mandated by RFC 1521, section 5.
CTE_BINARY - Variable in class uk.co.weft.maybeupload.MultipartHandler
content-transfer-encoding types, as mandated by RFC 1521, section 5.
CTE_QUOTED_PRINTABLE - Variable in class uk.co.weft.maybeupload.MultipartHandler
content-transfer-encoding types, as mandated by RFC 1521, section 5.
CTE_XTOKEN - Variable in class uk.co.weft.maybeupload.MultipartHandler
content-transfer-encoding types, as mandated by RFC 1521, section 5.
CachedPage - class uk.co.weft.domutil.CachedPage.
a CachedPage is a servlet which generates a page which doesn't often change.
CachedPage() - Constructor for class uk.co.weft.domutil.CachedPage
 
Calendar - class uk.co.weft.dbutil.Calendar.
A specialisation of a GregorianCalendar which doesn't make a complete balls-up of rendering itself as a string.
Calendar() - Constructor for class uk.co.weft.dbutil.Calendar
 
CalendarPseudoWidget - class uk.co.weft.htform.CalendarPseudoWidget.
Not really a widget at all, but inheriting from widget so that it can be layed out in forms.
CalendarPseudoWidget() - Constructor for class uk.co.weft.htform.CalendarPseudoWidget
 
CalendarPseudoWidget(String, String, String) - Constructor for class uk.co.weft.htform.CalendarPseudoWidget
Construct a CalendarPseudoWidget with the normal default widget stuff; Nothing special here.
ChangePasswordForm - class uk.co.weft.htform.ChangePasswordForm.
Change password for the currently logged in user.
ChangePasswordForm() - Constructor for class uk.co.weft.htform.ChangePasswordForm
 
ChangeStyle - class uk.co.weft.stylist.ChangeStyle.
A form to change style
ChangeStyle() - Constructor for class uk.co.weft.stylist.ChangeStyle
 
CharacterColumnDescriptor - class uk.co.weft.dbutil.CharacterColumnDescriptor.
A descriptor for a character column.
CharacterColumnDescriptor(String, int) - Constructor for class uk.co.weft.dbutil.CharacterColumnDescriptor
Create a new descriptor for a character of varchar column
CheckPasswordWidget - class uk.co.weft.htform.CheckPasswordWidget.
A control for adding a new, or changing an old, password.
CheckPasswordWidget() - Constructor for class uk.co.weft.htform.CheckPasswordWidget
If you use this constructor, you are strongly advised to use the init() method.
CheckPasswordWidget(String, String, String) - Constructor for class uk.co.weft.htform.CheckPasswordWidget
Basic initialisation
ClassGenerator - class uk.co.weft.xhtmlgen.ClassGenerator.
DOCUMENT ME!
ClassGenerator(String) - Constructor for class uk.co.weft.xhtmlgen.ClassGenerator
Creates a new ClassGenerator object.
ClobColumnDescriptor - class uk.co.weft.dbutil.ClobColumnDescriptor.
CLOBs are large chunks of text which may be stored in or returned by a database.
ClobColumnDescriptor(String) - Constructor for class uk.co.weft.dbutil.ClobColumnDescriptor
 
ColumnDescriptor - class uk.co.weft.dbutil.ColumnDescriptor.
A cache to hold the essential features of a database column.
ColumnDescriptor() - Constructor for class uk.co.weft.dbutil.ColumnDescriptor
 
CommentGenerator - class uk.co.weft.domutil.CommentGenerator.
A generator which generates a comment, using as content either the value of my token in the generate-time context, or, if there is none, then just my token.
CommentGenerator(String) - Constructor for class uk.co.weft.domutil.CommentGenerator
Creates a new CDataSectionGenerator object.
CompositeStylesheetSample - class uk.co.weft.htform.CompositeStylesheetSample.
generate a page with sample content to show off the stylesheets selected in a CompositeStylesheetWidget, q.v.
CompositeStylesheetSample() - Constructor for class uk.co.weft.htform.CompositeStylesheetSample
 
CompositeStylesheetWidget - class uk.co.weft.htform.CompositeStylesheetWidget.
In setting up customisable content management systems (which, let's face it, is 90% of what we do) it's often useful to allow the users to choose - mix-n-match - CSS stylesheets from a number of previously set up stylesheets.
CompositeStylesheetWidget(String, String, String, String, String) - Constructor for class uk.co.weft.htform.CompositeStylesheetWidget
Creates a new CompositeStylesheetWidget object.
CompositeStylesheetWidget(String, String, String, String, String, String, String) - Constructor for class uk.co.weft.htform.CompositeStylesheetWidget
Creates a new CompositeStylesheetWidget object.
ConfigurationException - exception uk.co.weft.configurator.ConfigurationException.
an exception thrown when something is wrong with the configuration and the configurator can't procede.
ConfigurationException(String) - Constructor for class uk.co.weft.configurator.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for class uk.co.weft.configurator.ConfigurationException
 
ConfiguratorParam - class uk.co.weft.configurator.ConfiguratorParam.
A parameter for a configurator.
ConfiguratorParam(Node) - Constructor for class uk.co.weft.configurator.ConfiguratorParam
create me in accordance with this specification
ConnectionFish - class uk.co.weft.dbutil.ConnectionFish.
A fish is something that swims in a pool, obviously.
ConnectionFish(String, String, String, Integer) - Constructor for class uk.co.weft.dbutil.ConnectionFish
Spawn a new fish.
ConnectionPool - class uk.co.weft.dbutil.ConnectionPool.
The handler for a pool of database connections.
ConnectionPool() - Constructor for class uk.co.weft.dbutil.ConnectionPool
 
ConnectionPoolException - exception uk.co.weft.dbutil.ConnectionPoolException.
An exception inidcating a failure of the connection pool.
ConnectionPoolException(String) - Constructor for class uk.co.weft.dbutil.ConnectionPoolException
 
Context - class uk.co.weft.dbutil.Context.
A namespace in which to hold arbitrary values.
Context() - Constructor for class uk.co.weft.dbutil.Context
the default constructor does nothing.
ContextElement - class uk.co.weft.domutil.ContextElement.
Deprecated. The use of this class is deprecated because most current DOM implementations won't handle nodes they didn't create. Sad, but there it is - if you use this your code will be at best fragile and unportable. Use ContextElmentGenerator instead.
ContextElement(Document, String, Context) - Constructor for class uk.co.weft.domutil.ContextElement
Deprecated. constructor
ContextElementGenerator - class uk.co.weft.domutil.ContextElementGenerator.
a ContextElementGenerator generates a DOM elements from contexts.
ContextElementGenerator() - Constructor for class uk.co.weft.domutil.ContextElementGenerator
no args constructor; recommend you don't use this, but it makes it easier to write subclasses
ContextElementGenerator(String) - Constructor for class uk.co.weft.domutil.ContextElementGenerator
constructor: fix up my name
ContextElementGenerator(String, String[], String[]) - Constructor for class uk.co.weft.domutil.ContextElementGenerator
constructor: fix up all my instance variables
Contexts - class uk.co.weft.dbutil.Contexts.
A collection of contexts; at minimum, a wrapper around Vector.
Contexts() - Constructor for class uk.co.weft.dbutil.Contexts
default constructor does nothing
Contexts(ResultSet) - Constructor for class uk.co.weft.dbutil.Contexts
create a contexts set based on this resultset
Cookie - class uk.co.weft.htform.Cookie.
A cookie, set in an HTTP response.
Cookie(String) - Constructor for class uk.co.weft.htform.Cookie
Create me with a name
Cookie(String, int) - Constructor for class uk.co.weft.htform.Cookie
Create me with a name and lifetime in seconds
Cookie(String, int, String, String) - Constructor for class uk.co.weft.htform.Cookie
Preferred: construct me with all possible detail
Currency - class uk.co.weft.dbutil.Currency.
An amount of money.
Currency() - Constructor for class uk.co.weft.dbutil.Currency
create an 'empty' (zero) sum of money
Currency(int) - Constructor for class uk.co.weft.dbutil.Currency
create a new amount of money, currency whatever is the default for this system
Currency(int, int) - Constructor for class uk.co.weft.dbutil.Currency
create a new amount of this currency
Currency(double) - Constructor for class uk.co.weft.dbutil.Currency
Creates a new Currency object.
Currency(double, int) - Constructor for class uk.co.weft.dbutil.Currency
TODO well unsafe! Fix this!
CurrencyWidget - class uk.co.weft.htform.CurrencyWidget.
a widget to handle currency.
CurrencyWidget() - Constructor for class uk.co.weft.htform.CurrencyWidget
If you use this constructor, you are strongly advised to use the init() method.
CurrencyWidget(String) - Constructor for class uk.co.weft.htform.CurrencyWidget
minimum initialisation is I must have a name
CurrencyWidget(String, String) - Constructor for class uk.co.weft.htform.CurrencyWidget
name and prompt is better
CurrencyWidget(String, String, String) - Constructor for class uk.co.weft.htform.CurrencyWidget
name, prompt and helptext is better still.
cachePath - Variable in class uk.co.weft.domutil.CachedPage
where my cache is in the file system; default to /tmp
calendar - Variable in class uk.co.weft.htform.Servlet
handy to have a calendar around to help with manipulating dates
canAdd - Variable in class uk.co.weft.htform.Auxiliary
true if users can add new records of this type
canAdd - Variable in class uk.co.weft.htform.List
the text of a 'add another' link; if set, use action URL; if not set, don't show
caxton - Variable in class uk.co.weft.domutil.DocPage
the DOM printer I'm going to use
change(Context) - Method in class uk.co.weft.htform.PasswordForm
handle action request: change password if possible.
changeFailToken - Static variable in class uk.co.weft.htform.PasswordForm
The magic token to say we've stored the context
changePassword(Context, String) - Method in class uk.co.weft.dbutil.JDBCUserKluge
Change password for the currently logged in user over the JDBC connection implied by this context to this password
changePassword(Context, String, String) - Method in class uk.co.weft.dbutil.JDBCUserKluge
Change password for the a user over the JDBC connection implied by this context to this password
changedToken - Static variable in class uk.co.weft.htform.PasswordForm
The magic token to say we've stored the context
charset - Variable in class uk.co.weft.alert.Alert
the character set in which to encode the mail
check() - Method in class uk.co.weft.alert.FileWatcher
perform a check to see whether the event I am watching for has occurred.
check() - Method in class uk.co.weft.alert.JDBCWatcher
perform a check to see whether the event I am watching for has occurred.
check() - Method in class uk.co.weft.alert.URLWatcher
perform a check to see whether the event I am watching for has occurred.
check() - Method in class uk.co.weft.alert.Watcher
perform a check to see whether the event I am watching for has occurred.
checkExists - Variable in class uk.co.weft.htform.URLWidget
should I check whether the URL exists.
checkLock(String, Context) - Method in class uk.co.weft.domutil.CachedPage
Check to see if this cache is currently locked for updating.
checkSizeAndDate(URLConnection, Hashtable) - Method in class uk.co.weft.alert.URLWatcher
 
checkers - Static variable in class uk.co.weft.configurator.InitialisationManager
the checkers I know about - in practice almost certainly only one.
childIdentMagicToken - Static variable in class uk.co.weft.xhtmlgen.ListGenerator
DOCUMENT ME!
childKey - Variable in class uk.co.weft.htform.Auxiliary
the name of the primary key field in that table
childMap - Variable in class uk.co.weft.domutil.TranslatingContextElement
Deprecated. A map of the names which, if bound in the context, should be implemented as children of this element having only text content.
childNames - Variable in class uk.co.weft.domutil.ContextElement
Deprecated. The names which, if bound in the context, should be implemented as children of this element having only text content.
childNames - Variable in class uk.co.weft.domutil.ContextElementGenerator
The names which, if bound in the generate time context, should be implemented as children of the generated element having only text content.
childUrlMagicToken - Static variable in class uk.co.weft.xhtmlgen.ListGenerator
DOCUMENT ME!
childrenAndContent - Variable in class uk.co.weft.domutil.ElementGenerator
if I have child generaters, do I generate node content? By default I don't, for reasons discussed in the documentation above
chosenGeneratorMagicToken - Static variable in class uk.co.weft.domutil.DocPage
Deprecated. use CHOSENGENERATORMAGICTOKEN
claim(Context, Context) - Method in class uk.co.weft.configurator.BasicConfigurator.ConfiguredWidgetSet
whether I want to claim this context.
claim(Context, Context) - Method in class uk.co.weft.htform.WidgetSet
whether I want to claim this context.
className - Variable in class uk.co.weft.xhtmlgen.ClassGenerator
the name of the class I generate
cleanString(String) - Method in class uk.co.weft.domutil.DocumentGeneratorImpl
clean a string, using Printer.cleanString to do the real work
cleanString(String) - Method in class uk.co.weft.domutil.Printer
clean a string, converting entities and characters which might reasonably trip up an XML parser or XSL processor.
cleanString(String, boolean) - Method in class uk.co.weft.domutil.Printer
clean a string, converting entities and characters which might reasonably trip up an XML parser or XSL processor.
clearWarnings() - Method in class uk.co.weft.dbutil.ConnectionFish
a simple wrapper round clearWarnings
clickToOrder - Variable in class uk.co.weft.htform.List
should those headers be clickable to reorder the result? Normally they should.
clickToOrder - Variable in class uk.co.weft.htform.ResultFormatter
should those headers be clickable to reorder the result? Normally they should.
clientPathname - Variable in class uk.co.weft.maybeupload.UploadedBytes
 
clientPathname - Variable in class uk.co.weft.maybeupload.UploadedFile
 
clone() - Method in class uk.co.weft.alert.MessageBuffer
'deep copy' clone
clone() - Method in class uk.co.weft.dbutil.PoolStatistics
return a clone of me, timestamped now
clone() - Method in class uk.co.weft.htform.MenuOption
A menu option may be cloned
clone() - Method in class uk.co.weft.htform.MenuWidget
A menu widget may be cloned
clone() - Method in class uk.co.weft.htform.Widget
A widget may be cloned
clone() - Method in class uk.co.weft.substitute.SubstitutionBuffer
'deep copy' clone
cloneNode(boolean) - Method in class uk.co.weft.domutil.ContextElement
Deprecated. Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
close() - Method in class uk.co.weft.dbutil.ConnectionFish
close my real connection and remove me from the pool.
coerceCookiesToContext(HttpServletRequest) - Method in class uk.co.weft.htform.Servlet
Coerce cookies from a servlet request to a context, so we can handle them generically
coerceToContext(ServletContext) - Method in class uk.co.weft.htform.Servlet
This is where terminology really gets confusing, and vague names like 'context' don't really help: ServletContext is a Servlet 2.2 spec term which refers to what JServ called a servlet zone, which contains a configuration namespace, whereas our Context is just a namespace.
coerceToContext(ServletConfig) - Method in class uk.co.weft.htform.Servlet
Coerce this ServletConfig to a Context, so that we can handle it generically
coerceToContext(HttpSession) - Method in class uk.co.weft.htform.Servlet
Coerce this HTTPSession to a Context, so we can handle it generically
coerceToContext(ServletRequest) - Method in class uk.co.weft.htform.Servlet
Coerce this servlet request to a Context, so we can handle it generically; if I accept values passed in the pathInfo, parse for them as well (first)
coerceToDouble() - Method in class uk.co.weft.dbutil.Currency
Deprecated. this isn't really safe because of possible rounding errors
coerceToInteger() - Method in class uk.co.weft.dbutil.Currency
 
coerceToUrl(String) - Method in class uk.co.weft.alert.Watcher
coerce this string to a valid URL.
coerceToUrl(String) - Method in class uk.co.weft.htform.Servlet
coerce this string to a valid URL.
colourName - Variable in class uk.co.weft.graphic.DrillThruGraph
The name of the data item in the data set which contains the specification of the colour for the bar as a 24 bit RGB value
colourName - Variable in class uk.co.weft.graphic.DrillThruPie
The name of the data item in the data set which contains the specification of the colour for the bar as a 24 bit RGB value
columns - Variable in class uk.co.weft.dbutil.TableDescriptor
cached information about the columns of this table.
commandToken - Static variable in class uk.co.weft.htform.ActionWidget
 
comment(String) - Method in class uk.co.weft.dbutil.Context
Deprecated. don't use this. Write to your log instead if you have one; otherwise write to standard error (which is what this now does)
commit() - Method in class uk.co.weft.dbutil.ConnectionFish
a simple wrapper round commit
composeActionURL(Context, Context) - Method in class uk.co.weft.htform.ActionColumn
construct the action URL with the correct embedded arguments for this row
composeActionURL(Context) - Method in class uk.co.weft.htform.ResultFormatter
Deprecated. use composeActionURL( Context, Context)
composeActionURL(Context, Context) - Method in class uk.co.weft.htform.ResultFormatter
construct the default action URL with the correct embedded arguments for this row
composeAllRowsURL(Context) - Method in class uk.co.weft.htform.ResultFormatter
compose a (possibly relative) URL to pull all rows
composePrevNextURL(Context, int) - Method in class uk.co.weft.htform.ResultFormatter
compose a (possibly relative) URL to pull the next or previous page
composeReorderURL(String, Context) - Method in class uk.co.weft.htform.ResultFormatter
compose a (possibly relative) URL to reorder the list on this field
composeShoppingURL(String) - Method in class uk.co.weft.amazon.AmazonDescriptor
compose a suitable 'shopping' URL for this ISBN
conf - Variable in class uk.co.weft.htform.Servlet
My configuration object, passed to me when I was created
configuration - Variable in class uk.co.weft.alert.Watcher
all my configuration, whether from command line args or from my config file
configure(Context) - Method in class uk.co.weft.configurator.BasicConfigurator
actually do the work.
configure(Context) - Method in class uk.co.weft.configurator.DatabaseAwareConfigurator
Assemble things needed by the config process from simpler things provided by pres-parameters.xml.
confirmBeforeDelete - Variable in class uk.co.weft.htform.TableWrapperForm
Whether or not to use two-stage 'confirmed' delete
confirmDeletionToken - Static variable in class uk.co.weft.htform.TableWrapperForm
Deprecated. use CONFIRMDELETIONTOKEN
connect(Form, String, int) - Method in class uk.co.weft.htform.WidgetSet
Connect me to this form with this precedence.
constructWidgetFromNode(Element) - Static method in class uk.co.weft.htform.Widget
decide what sort of widget to instantiate from this node, instantiate one, and return it
contentType - Variable in class uk.co.weft.graphic.Graphic
my content type
contentType - Variable in class uk.co.weft.htform.Servlet
the MIME type of my content
contentType - Variable in class uk.co.weft.maybeupload.UploadedBytes
 
contentType - Variable in class uk.co.weft.maybeupload.UploadedFile
 
contextMenuMagicToken - Static variable in class uk.co.weft.htform.Form
Deprecated. use CONTEXTMENUMAGICTOKEN
controls - Variable in class uk.co.weft.xhtmlgen.XHTMLFormGenerator.FormAsBodyGenerator
what controls I should have in my widget set
cookieDomain - Variable in class uk.co.weft.htform.Servlet
the domain for my cookies
cookiePath - Variable in class uk.co.weft.htform.Servlet
the path for my cookies
cookieTTL - Variable in class uk.co.weft.htform.Servlet
the default time-to-live of cookies
copyDBTokens(Dictionary) - Method in class uk.co.weft.dbutil.Context
Copy into me the values of the the database magic tokens (URL, username and password) from this donor context
country - Variable in class uk.co.weft.alert.SMSAddress
The dialling code for the country in which the address is located
createColumnDescriptor(int, String, int, int, int) - Static method in class uk.co.weft.dbutil.ColumnDescriptor
create an appropriate ColumnDescriptor for this type with these data
createContext(HttpServletRequest, HttpServletResponse) - Method in class uk.co.weft.htform.Servlet
Create a context object.
createStatement() - Method in class uk.co.weft.dbutil.ConnectionFish
a wrapper round createStatement, simply to remind me I'm still alive
createStatement(int, int) - Method in class uk.co.weft.dbutil.ConnectionFish
a wrapper round createStatement, simply to remind me I'm still alive
createStatement(int, int, int) - Method in class uk.co.weft.dbutil.ConnectionFish
jdbc 3 methods; don't yet really know what they do so I'm just passing them through blindly.
cssClass - Variable in class uk.co.weft.domutil.InvariantGenerator
the CSS class name I will use
cssClass - Variable in class uk.co.weft.domutil.InvariantTextGenerator
the CSS class name I will use
cssClass - Variable in class uk.co.weft.htform.Widget
A string output as the value of the class attribute in the HTML tags used to layout this widget: in effect a hack to allow you to decorate different actions differently.
cssHelp - Static variable in class uk.co.weft.htform.Form
Deprecated. use CSSHELP
cssPrompt - Static variable in class uk.co.weft.htform.Form
Deprecated. use CSSPROMPT

D

DANGEROUSCSSCLASS - Static variable in class uk.co.weft.htform.Widget
the CSS class I will use for action widgets
DATAKEYCONFIGTOKEN - Static variable in class uk.co.weft.xhtmlgen.XHTMLFormGenerator
magic token to identify the key of the data store I wrap in my configuration
DATASTORECONFIGTOKEN - Static variable in class uk.co.weft.xhtmlgen.XHTMLFormGenerator
magic token to identify the data store I wrap in my configuration
DBDRIVERTOKEN - Static variable in class uk.co.weft.alert.JDBCWatcher
names of fields that I am interested in
DBDRIVERTOKEN - Static variable in class uk.co.weft.configurator.DatabaseAwareConfigurator
A token on which I shall store in the context the name of the database driver to use
DBHOSTTOKEN - Static variable in class uk.co.weft.configurator.DatabaseAwareConfigurator
A token whose value in the context should be the fully qualified DNS name of the host from which the dtabase is served
DBINITTOKEN - Static variable in class uk.co.weft.configurator.DatabaseAwareConfigurator
A token on which I shall store in the context the name of the database initialisation script
DBNAMETOKEN - Static variable in class uk.co.weft.configurator.DatabaseAwareConfigurator
A token whose value in the context should be the name of the database to connect to
DBPASSMAGICTOKEN - Static variable in class uk.co.weft.dbutil.ConnectionPool
a magic token to use to retrieve a database password from a context
DBPASSTOKEN - Static variable in class uk.co.weft.alert.JDBCWatcher
names of fields that I am interested in
DBPORTTOKEN - Static variable in class uk.co.weft.configurator.DatabaseAwareConfigurator
A token whose value in the context should be the port number on which the host named in DBHOSTTOKEN listens for database connections
DBTYPEATTRIBUTETAG - Static variable in class uk.co.weft.dbutil.JDBCUserKluge
tokens which name elements in the XML dialect I expect: the database type
DBTYPETOKEN - Static variable in class uk.co.weft.configurator.DatabaseAwareConfigurator
A token whose value in the context should be one of the standardised database names
DBTYPE_MSSQL2K - Static variable in class uk.co.weft.configurator.DatabaseAwareConfigurator
'standardised' names of databases, to be used as option values in parameters.xml
DBTYPE_ORACLE8 - Static variable in class uk.co.weft.configurator.DatabaseAwareConfigurator
'standardised' names of databases, to be used as option values in parameters.xml
DBTYPE_POSTGRES7 - Static variable in class uk.co.weft.configurator.DatabaseAwareConfigurator
'standardised' names of databases, to be used as option values in parameters.xml
DBURLMAGICTOKEN - Static variable in class uk.co.weft.dbutil.ConnectionPool
a magic token to use to retrieve a database URL from a context
DBURLTOKEN - Static variable in class uk.co.weft.alert.JDBCWatcher
names of fields that I am interested in
DBURLTOKEN - Static variable in class uk.co.weft.configurator.DatabaseAwareConfigurator
A token on which I shall store in the context the database URL computed.
DBUSERMAGICTOKEN - Static variable in class uk.co.weft.dbutil.ConnectionPool
a magic token to use to retrieve a database username from a context
DBUSERTOKEN - Static variable in class uk.co.weft.alert.JDBCWatcher
names of fields that I am interested in
DEBUG - Variable in class uk.co.weft.maybeupload.MultipartHandler
whether to print debugging output.
DEBUGCONFIGTOKEN - Static variable in class uk.co.weft.htform.Servlet
a configuration token on which I will check whether to run in debugging mode
DEBUGTOKEN - Static variable in class uk.co.weft.alert.Alert
a token to identify whether I'm in debug mode in the configuration context
DEBUGTOKEN - Static variable in class uk.co.weft.alert.