jacquard 1.10.0 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

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.LoginGenerator
Whether or not I want to accept this context.
accept(Context) - Method in class uk.co.weft.domutil.DocumentGeneratorImpl
Whether or not I want to accept this context.
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.List
the action (URL) to invoke to select a record from the results.
action - Variable in class uk.co.weft.htform.Form
the URL to pass collected data to
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
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
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
Deprecated. use ACTIONEXECUTEDTOKEN
ACTIONEXECUTEDTOKEN - Static variable in class uk.co.weft.htform.Form
the magic token in the context which holds a token representing the action performed.
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 - 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.
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.htform.MappedImage
add an areas to my areas
addAttribute(String, String) - Method in class uk.co.weft.htform.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.
addressDelimiter - Variable in class uk.co.weft.alert.Alert
the delimiter which may be used to separate mail addresses
ADDRESSDELIMITERTOKEN - Static variable in class uk.co.weft.alert.Alert
a token to identify the address delimiter in the configuration or alert context
addSyntax(Document) - Method in class uk.co.weft.dbutil.JDBCUserKluge
initialise me from this document, assumed to be in my own special XML format
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
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
Add this variable name to the list of variable names I pass through
addVar(String, String) - Method in class uk.co.weft.htform.Button
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.WidgetSet
Add this widget to the front of my widgets list.
addWidget(Widget) - Method in class uk.co.weft.htform.Form
Add this widget to the front of my default widget set
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.
akprompt - Variable in class uk.co.weft.htform.Widget
the prompt with the access key spliced in
Alert - class uk.co.weft.alert.Alert.
An agent which can send a message to a user based on a template.
Alert() - Constructor for class uk.co.weft.alert.Alert
create a new alert agent with configuration from the properties file
Alert(Map) - Constructor for class uk.co.weft.alert.Alert
create a new alert agent with this configuration
alerter - Variable in class uk.co.weft.alert.Watcher
the alerter I use to send alerts
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.
alerts - Variable in class uk.co.weft.alert.Watcher
how many alerts I've sent this run
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
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.TimeWidget
 
allowUnset - Variable in class uk.co.weft.htform.DateWidget
 
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!
ampersandClean(String) - Method in class uk.co.weft.htform.HTMLTextAreaWidget
check for unprotected ampersands
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.
APPNAMETOKEN - Static variable in class uk.co.weft.configurator.BasicConfigurator
token for the name of the webapp I am to buils
areas - Variable in class uk.co.weft.htform.MappedImage
the areas I map, coded as java.net.URLs hashed to java.awt.Shapes
ATTRIBUTE_NODE - Static variable in class uk.co.weft.domutil.ContextElement
Deprecated. The node is an Attr.
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
attributes - Variable in class uk.co.weft.htform.MappedImage
attributes for my HTML IMG tag.
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.ContextElementGenerator
The names which, if bound in the generate timecontext, should be implemented as attributes of the generated 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
attrs - Variable in class uk.co.weft.htform.Widget
additional attributes for my input tag
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
 
AUTHENTICATEDUSERMAGICTOKEN - Static variable in class uk.co.weft.htform.AuthenticatedForm
A token on which to store the authenticated user in the context
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
Authenticator - interface uk.co.weft.dbutil.Authenticator.
an interface describing an agent which can authenticate a context
authentificationWidgets - Variable in class uk.co.weft.htform.AuthenticatedForm
An alternate set of widgets to be used for authentification
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
 
auxiliaries - Variable in class uk.co.weft.htform.Form
My auxiliary tables
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

B

background - Variable in class uk.co.weft.htform.DrillThruPie
The colour of my background
background - Variable in class uk.co.weft.htform.DrillThruGraph
The colour of my background
BADDATA - Static variable in interface uk.co.weft.dbutil.Authenticator
return value indicating that the data (e.g.
baseURL - Variable in class uk.co.weft.htform.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
baseURL - Variable in class uk.co.weft.htform.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.
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.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
 
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() - Constructor for class uk.co.weft.configurator.BasicConfigurator
 
BCCADDRESSTOKEN - Static variable in class uk.co.weft.alert.Alert
a token to identify the bcc address in the configuration context
BitColumnDescriptor - class uk.co.weft.dbutil.BitColumnDescriptor.
A descriptor for an bit column
BitColumnDescriptor(String) - Constructor for class uk.co.weft.dbutil.BitColumnDescriptor
 
BLOCK_TAG - Variable in class uk.co.weft.htform.HTMLTextAreaWidget
 
BooleanColumnDescriptor - class uk.co.weft.dbutil.BooleanColumnDescriptor.
A descriptor for an boolean column
BooleanColumnDescriptor(String) - Constructor for class uk.co.weft.dbutil.BooleanColumnDescriptor
 
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.
bufferBlockSize - Variable in class uk.co.weft.domutil.CachedPage
how large a buffer I use for schlurping files out to the net
BUNDLEELEMENTTAG - Static variable in class uk.co.weft.dbutil.JDBCUserKluge
tokens which name elements in the XML dialect I expect: the bundle of templates
Button - class uk.co.weft.htform.Button.
A button (Form with just a submit widget visible) passing context in hidden widgets.
Button(String) - Constructor for class uk.co.weft.htform.Button
Basic constructor.
Button(String, String) - Constructor for class uk.co.weft.htform.Button
a label is quite nice, too

C

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
 
CACHENAME - Static variable in class uk.co.weft.configurator.BasicConfigurator
the name of the directory within the stage in which I unpack the payload
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
Calendar - class uk.co.weft.dbutil.Calendar.
A simple 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.
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
canAdd - Variable in class uk.co.weft.htform.Auxiliary
true if users can add new records of this type
caxton - Variable in class uk.co.weft.domutil.DocPage
the DOM printer I'm going to use
CCADDRESSTOKEN - Static variable in class uk.co.weft.alert.Alert
a token to identify the cc address in the configuration context
CDATA_SECTION_NODE - Static variable in class uk.co.weft.domutil.ContextElement
Deprecated. The node is a CDATASection.
change(Context) - Method in class uk.co.weft.htform.PasswordForm
handle action request: change password if possible.
changedToken - Static variable in class uk.co.weft.htform.PasswordForm
The magic token to say we've stored the context
changeFailToken - Static variable in class uk.co.weft.htform.PasswordForm
The magic token to say we've stored the context
CHANGEPASSTOKEN - Static variable in class uk.co.weft.dbutil.JDBCUserKluge
values of the templatetype attribute: change password
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
ChangePasswordForm - class uk.co.weft.htform.ChangePasswordForm.
Change password for the currently logged in user.
ChangePasswordForm() - Constructor for class uk.co.weft.htform.ChangePasswordForm
 
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
check() - Method in class uk.co.weft.alert.Watcher
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.FileWatcher
perform a check to see whether the event I am watching for has occurred.
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
checkers - Static variable in class uk.co.weft.configurator.InitialisationManager
the checkers I know about - in practice almost certainly only one.
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.
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
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
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.ContextElementGenerator
The names which, if bound in the generate time context, should be implemented as children of the generated 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.
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
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
Deprecated. use CHOSENGENERATORMAGICTOKEN
CHOSENGENERATORMAGICTOKEN - Static variable in class uk.co.weft.domutil.DocPage
a magic token to hold the chosen generator in the context
claim(Context, Context) - Method in class uk.co.weft.htform.WidgetSet
whether I want to claim this context.
claim(Context, Context) - Method in class uk.co.weft.configurator.BasicConfigurator.ConfiguredWidgetSet
whether I want to claim this context.
ClassGenerator - class uk.co.weft.xhtmlgen.ClassGenerator.
DOCUMENT ME!
ClassGenerator(String) - Constructor for class uk.co.weft.xhtmlgen.ClassGenerator
Creates a new ClassGenerator object.
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.Printer
clean a string, converting entities and characters which might reasonably trip up an XML parser or XSL processor.
cleanString(String) - Method in class uk.co.weft.domutil.DocumentGeneratorImpl
clean a string, using Printer.cleanString to do the real work
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.ResultFormatter
should those headers be clickable to reorder the result? Normally they should.
clickToOrder - Variable in class uk.co.weft.htform.List
should those headers be clickable to reorder the result? Normally they should.
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
 
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.Widget
A widget 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.MenuOption
A menu option may be cloned
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(HttpSession) - Method in class uk.co.weft.htform.Servlet
Coerce this HTTPSession to a Context, so we can handle it generically
coerceToContext(ServletConfig) - Method in class uk.co.weft.htform.Servlet
Coerce this ServletConfig to a Context, so that we can handle it 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(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.htform.Servlet
coerce this string to a valid URL.
colourName - Variable in class uk.co.weft.htform.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
colourName - Variable in class uk.co.weft.htform.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
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
 
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_NODE - Static variable in class uk.co.weft.domutil.ContextElement
Deprecated. The node is a Comment.
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) - Method in class uk.co.weft.htform.ResultFormatter
Deprecated. use composeActionURL( Context, Context)
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, Context) - Method in class uk.co.weft.htform.ResultFormatter
construct the default action URL with the correct embedded arguments for this row
composeReorderURL(String, Context) - Method in class uk.co.weft.htform.ResultFormatter
compose a (possibly relative) URL to reorder the list on this field
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
 
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
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
 
CONFIGURATIONTAG - Static variable in class uk.co.weft.configurator.ConfiguratorParam
the configuration tag
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
configure(Context) - Method in class uk.co.weft.configurator.BasicConfigurator
actually do the work.
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
CONFIRMDELETIONTOKEN - Static variable in class uk.co.weft.htform.TableWrapperForm
a magic token to select the really delete stuff
connect(Form, String, int) - Method in class uk.co.weft.htform.WidgetSet
Connect me to this form with this precedence.
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
 
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.htform.Servlet
the MIME type of my content
contentType - Variable in class uk.co.weft.htform.Graphic
my content type
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
contextMenuMagicToken - Static variable in class uk.co.weft.htform.Form
Deprecated. use CONTEXTMENUMAGICTOKEN
CONTEXTMENUMAGICTOKEN - Static variable in class uk.co.weft.htform.Form
a magic token to retrieve menus for this service from the context
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
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
 
CREATEUSERTOKEN - Static variable in class uk.co.weft.dbutil.JDBCUserKluge
values of the templatetype attribute: create user
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.
cssClass - Variable in class uk.co.weft.xhtmlgen.InvariantGenerator
the CSS class name I will use
cssHelp - Static variable in class uk.co.weft.htform.Form
Deprecated. use CSSHELP
CSSHELP - Static variable in class uk.co.weft.htform.Form
A CSS class name for help text
cssPrompt - Static variable in class uk.co.weft.htform.Form
Deprecated. use CSSPROMPT
CSSPROMPT - Static variable in class uk.co.weft.htform.Form
A CSS class name for prompts
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(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!
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
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.

D

DANGEROUSCSSCLASS - Static variable in class uk.co.weft.htform.Widget
the CSS class I will use for action widgets
data - Variable in class uk.co.weft.htform.DrillThruPie
The one thing I must have: some data to represent
data - Variable in class uk.co.weft.htform.DrillThruGraph
The one thing I must have: some data to represent
DataAuthException - exception uk.co.weft.dbutil.DataAuthException.
An exception raised when rights of access to data cannot be authenticatedted appropriately.
DataAuthException(String) - Constructor for class uk.co.weft.dbutil.DataAuthException
 
DataAuthException(String, Throwable) - Constructor for class uk.co.weft.dbutil.DataAuthException
 
DatabaseAwareConfigurator - class uk.co.weft.configurator.DatabaseAwareConfigurator.
A configurator which knows some stuff about databases which is common to a lot of Jacquard applications.
DatabaseAwareConfigurator() - Constructor for class uk.co.weft.configurator.DatabaseAwareConfigurator
 
DataFormatException - exception uk.co.weft.dbutil.DataFormatException.
An exception raised when data cannot be formatted appropriately for its column.
DataFormatException(String) - Constructor for class uk.co.weft.dbutil.DataFormatException
 
DataFormatException(String, Throwable) - Constructor for class uk.co.weft.dbutil.DataFormatException
 
DataMenuWidget - class uk.co.weft.htform.DataMenuWidget.
A menu widget taking options from a specified query against a specified database: Must be in an AuthenticatedForm.
DataMenuWidget() - Constructor for class uk.co.weft.htform.DataMenuWidget
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.
DataMenuWidget(String, String) - Constructor for class uk.co.weft.htform.DataMenuWidget
minimum initialisation is I must have a name and a query
DataMenuWidget(String, String, boolean) - Constructor for class uk.co.weft.htform.DataMenuWidget
As above plus immutability.
DataMenuWidget(String, String, boolean, boolean) - Constructor for class uk.co.weft.htform.DataMenuWidget
As above plus unset option
DataMenuWidget(String, String, String) - Constructor for class uk.co.weft.htform.DataMenuWidget
name, prompt and query is better
DataMenuWidget(String, String, String, boolean) - Constructor for class uk.co.weft.htform.DataMenuWidget
As above plus immutability
DataMenuWidget(String, String, String, boolean, boolean) - Constructor for class uk.co.weft.htform.DataMenuWidget
As above plus unset option
DataMenuWidget(String, String, String, String) - Constructor for class uk.co.weft.htform.DataMenuWidget
name, prompt, helptext and query is best
DataMenuWidget(String, String, String, String, boolean) - Constructor for class uk.co.weft.htform.DataMenuWidget
As above plus immutability
DataMenuWidget(String, String, String, String, boolean, boolean) - Constructor for class uk.co.weft.htform.DataMenuWidget
As above plus unset option
dataName - Variable in class uk.co.weft.htform.DrillThruPie
The name of the data item in the data set which contains the data to be graphed
dataName - Variable in class uk.co.weft.htform.DrillThruGraph
The name of the data item in the data set which contains the data to be graphed
DataNull - class uk.co.weft.dbutil.DataNull.
An object representing a null data value, rather than a null object This is useful where you actually WANT a null item, rather than a Java null which tends to be used as a sentinel.
DataNull() - Constructor for class uk.co.weft.dbutil.DataNull
Creates a new DataNull object.
DataStoreDescriptor - interface uk.co.weft.dbutil.DataStoreDescriptor.
An object representation of an abstract data store.
DataStoreException - exception uk.co.weft.dbutil.DataStoreException.
A general purpose data storage exception.
DataStoreException(String) - Constructor for class uk.co.weft.dbutil.DataStoreException
 
DataStoreException(String, Throwable) - Constructor for class uk.co.weft.dbutil.DataStoreException
 
DataTable - class uk.co.weft.htform.DataTable.
A DataTable is a simple component intended to be used as an embedded servlet which shows tabular data.
DataTable() - Constructor for class uk.co.weft.htform.DataTable
 
date - Variable in class uk.co.weft.alert.FileWatcher.FileValues
 
DateColumnDescriptor - class uk.co.weft.dbutil.DateColumnDescriptor.
A descriptor for an date column.
DateColumnDescriptor(String) - Constructor for class uk.co.weft.dbutil.DateColumnDescriptor
 
DateGenerator - class uk.co.weft.domutil.DateGenerator.
an ElementGenerator which knows about dates and calendars.
DateGenerator() - Constructor for class uk.co.weft.domutil.DateGenerator
 
DateWidget - class uk.co.weft.htform.DateWidget.
A composite widget set up to handle dates.
DateWidget() - Constructor for class uk.co.weft.htform.DateWidget
If you use this constructor, you are strongly advised to use the init() method.
DateWidget(String) - Constructor for class uk.co.weft.htform.DateWidget
Nothing special here.
DateWidget(String, String, String) - Constructor for class uk.co.weft.htform.DateWidget
Nothing special here.
DateWidget(String, String, String, boolean) - Constructor for class uk.co.weft.htform.DateWidget
 
dayname - Variable in class uk.co.weft.domutil.DateGenerator
Names of days
DayView - class uk.co.weft.event.DayView.
A document generator which generates a DOM tree (effectively an XML document) representing events on a given day.
DayView() - Constructor for class uk.co.weft.event.DayView
 
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
Deprecated. use DBPASSMAGICTOKEN
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
dbPassword - Variable in class uk.co.weft.htform.Servlet
and password to connect me to the database, if any
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
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
DBTYPEATTRIBUTETAG - Static variable in class uk.co.weft.dbutil.JDBCUserKluge
tokens which name elements in the XML dialect I expect: the database type
dbTypeFromUrl(String) - Method in class uk.co.weft.dbutil.JDBCUserKluge
take a JDBC URL and extract the dbtype string
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
dbUrl - Variable in class uk.co.weft.htform.Servlet
where to find the database: there is no safe default.
dbUrlMagicToken - Static variable in class uk.co.weft.dbutil.ConnectionPool
Deprecated. use DBURLMAGICTOKEN
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
Deprecated. use DBUSERMAGICTOKEN
DBUSERMAGICTOKEN - Static variable in class uk.co.weft.dbutil.ConnectionPool
a magic token to use to retrieve a database username from a context
dbUsername - Variable in class uk.co.weft.htform.Servlet
the username...
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.alert.Watcher
whether or not I'm in debug mode
debug - Variable in class uk.co.weft.alert.Alert
whether or not I'm in debug mode
debug - Variable in class uk.co.weft.domutil.MaybeParseGenerator
whether or not I'm in debug mode; if I am I may print debugging messages to System.err
debug - Variable in class uk.co.weft.domutil.ElementGenerator
whether or not I'm in debug mode; if I am I may print debugging messages to System.err
debug - Variable in class uk.co.weft.domutil.DocumentGeneratorImpl
whether or not I'm in debug mode; if I am I may print debugging messages to System.err
debug - Variable in class uk.co.weft.domutil.AttributeGenerator
whether or not I'm in debug mode; if I am I may print debugging messages to System.err
debug - Variable in class uk.co.weft.htform.Widget
whether or not I'm in debug mode; if I am I may print debugging messages to System.err
debug - Variable in class uk.co.weft.htform.Servlet
print additional diagnostics on error
debug - Variable in class uk.co.weft.htform.MenuOption
whether or not I'm in debug mode; if I am I may print debugging messages to System.err
debug - Variable in class uk.co.weft.configurator.JarUnpacker
whether or not to print debugging output
DEBUGTOKEN - Static variable in class uk.co.weft.alert.Watcher
a token to identify the debug flag in the alert context
DEBUGTOKEN - Static variable in class uk.co.weft.alert.Alert
a token to identify whether I'm in debug mode in the configuration context
defaultActionHandler(Context, Context) - Method in class uk.co.weft.htform.TableWrapperForm
The default action of a table wrapper form is to fetch the data for the current record from its table, provided there is a value for keyField in the context.
defaultActionHandler(Context, Context) - Method in class uk.co.weft.htform.Form
Final fall-back action handler for this form.
DEFAULTACTIONINDEX - Static variable in class uk.co.weft.htform.ResultFormatter
the index within the actionColumns of the one which is default
DEFAULTACTIONLABEL - Static variable in class uk.co.weft.htform.ResultFormatter
the default label on my action column, if none other is supplied
DEFAULTATTR - Static variable in class uk.co.weft.configurator.ConfiguratorParam
the default value attibute of the parameter tag
defaultColour - Variable in class uk.co.weft.htform.DrillThruPie
The colour to paint segments for which we don't have a valid colour
defaultColour - Variable in class uk.co.weft.htform.DrillThruGraph
The colour to paint bars for which we don't have a valid colour
defaultCurrency - Static variable in class uk.co.weft.dbutil.Currency
the currency which is the default on this system
defaultq - Variable in class uk.co.weft.htform.DataMenuWidget
the default query I use to retrieve my values
defaultScriptBase - Static variable in class uk.co.weft.htform.Form
where to look for java scripts -- can be overridden with servlet property script_url_base
defaultSize - Variable in class uk.co.weft.htform.MenuWidget
 
DEFAULTSIZE - Static variable in class uk.co.weft.dbutil.JDBCAuthenticator
 
DEFAULTTOKEN - Static variable in class uk.co.weft.htform.Widget
magic token for config in init(): the value should be the default value of this widget
deleteDir(File) - Method in class uk.co.weft.configurator.BasicConfigurator
delete the file, or, recursively, the directory, passed as argument
deletedToken - Static variable in class uk.co.weft.htform.TableWrapperForm
Deprecated. use DELETEDTOKEN
DELETEDTOKEN - Static variable in class uk.co.weft.htform.TableWrapperForm
The magic token to say we've deleted the context
DELETEUSERTOKEN - Static variable in class uk.co.weft.dbutil.JDBCUserKluge
values of the templatetype attribute: drop user
deleteWidget - Variable in class uk.co.weft.htform.TableWrapperForm
The delete widget, created at instantiation time.
DELIVERYPACKAGEURLTOKEN - Static variable in class uk.co.weft.configurator.BasicConfigurator
token for the URL of the configured package for delivery
description - Variable in class uk.co.weft.htform.Auxiliary
the name of the field in that table that contains user-readable identifying information
DESTINATIONATTR - Static variable in class uk.co.weft.configurator.ConfiguratorParam
the destination attribute of the file tag
dflt - Variable in class uk.co.weft.htform.Widget
My default value, if any
dflt - Variable in class uk.co.weft.configurator.ConfiguratorParam
my default value
DiaryMonth - class uk.co.weft.event.DiaryMonth.
A simple servlet form giving a month view on the events.
DiaryMonth() - Constructor for class uk.co.weft.event.DiaryMonth
 
disallowTag(String) - Method in class uk.co.weft.htform.HTMLTextAreaWidget
advise me to disallow this tag
doBody(Context) - Method in class uk.co.weft.htform.Page
Specialise! Do not use! Output what is to appear on your page between (but not including) the BODY tags.
doBody(Context) - Method in class uk.co.weft.htform.Form
Produce the body for a form, establishing the values in the context of this request and printing out the form header, the widgets, and the form footer
doBody(Context) - Method in class uk.co.weft.htform.CompositeStylesheetSample
No need to do anything, since I intend to get content at least initially from a head_include
DocPage - class uk.co.weft.domutil.DocPage.
a DocPage is a servlet which generates a page from a Document.
DocPage() - Constructor for class uk.co.weft.domutil.DocPage
 
doctype - Variable in class uk.co.weft.domutil.DocumentGeneratorImpl
My document type
DOCUMENT_FRAGMENT_NODE - Static variable in class uk.co.weft.domutil.ContextElement
Deprecated. The node is a DocumentFragment.
DOCUMENT_NODE - Static variable in class uk.co.weft.domutil.ContextElement
Deprecated. The node is a Document.
DOCUMENT_TYPE_NODE - Static variable in class uk.co.weft.domutil.ContextElement
Deprecated. The node is a DocumentType.
DocumentGenerator - interface uk.co.weft.domutil.DocumentGenerator.
a DocumentGenerator is an object which generates DOM documents, usually from something in a database.
DocumentGeneratorImpl - class uk.co.weft.domutil.DocumentGeneratorImpl.
a simple DocumentGenerator implementation which can be specialised.
DocumentGeneratorImpl() - Constructor for class uk.co.weft.domutil.DocumentGeneratorImpl
 
doFoot(Context) - Method in class uk.co.weft.htform.Page
Output standardised footer.
doFoot(Context, String) - Method in class uk.co.weft.htform.Page
output a footer onto my output stream, incorporating a supplied message.
doGet(MaybeUploadRequestWrapper, HttpServletResponse) - Method in class uk.co.weft.htform.Servlet
Really perform service of an HTTP GET request, by printing myself on the response stream
doHead(Context) - Method in class uk.co.weft.htform.Page
Output an HTML HEAD section, up to but not including the closing /HEAD tag.
doHead(Context) - Method in class uk.co.weft.htform.Form
Output my HTML HEAD section, up to but not including the closing /HEAD tag.
doHeadBodySep(Context) - Method in class uk.co.weft.htform.Page
Output the close of the head tag and the opening of the body tag.
doHeadBodySep(Context) - Method in class uk.co.weft.htform.Form
Output the close of the head tag and the opening of the body tag.
doinit(Context) - Method in class uk.co.weft.domutil.ElementGenerator
Do any actual configuration required by this element.
doInsert(Context, Connection) - Method in class uk.co.weft.dbutil.TableDescriptor
Insert the record implied by this context into the database; synchronised because we don't want two records with the same Id.
doLabel - Variable in class uk.co.weft.htform.DrillThruPie
Whether to provide labels for the bars
doLabel - Variable in class uk.co.weft.htform.DrillThruGraph
Whether to provide labels for the bars
domain - Variable in class uk.co.weft.htform.Cookie
my domain; by default none, because it's too hard to automatically derive one safely
DOMStub - class uk.co.weft.domutil.DOMStub.
a stub to hang onto and return a DOM implementation and other global DOM stuff, including a DocumentBuilder.
DOMStub() - Constructor for class uk.co.weft.domutil.DOMStub
 
doOutline - Variable in class uk.co.weft.htform.DrillThruPie
Whether to provide an outline for the segments
doPost(HttpServletRequest, HttpServletResponse) - Method in class uk.co.weft.domutil.CachedPage
Specialisation: we can't effectively cache post requests, so we must handle doPost differently from doGet.
doPost(MaybeUploadRequestWrapper, HttpServletResponse) - Method in class uk.co.weft.htform.Servlet
Really perform service of an HTTP POST request, by printing myself on the response stream
doProcessExtension - Variable in class uk.co.weft.htform.ShuffleWidget
an identifying extension for the name of the part of the widget which says whether we've got values to process
doScale - Variable in class uk.co.weft.htform.DrillThruGraph
Whether to provide a scale with values
doUpdate(Context, Connection) - Method in class uk.co.weft.dbutil.TableDescriptor
Update the record in the database which has the keyfield value specified by this context.
DrillThruGraph - class uk.co.weft.htform.DrillThruGraph.
A horizontal bar graph (histogram) in which the elements are selectable so that the user can 'drill down' to further representations of the data.
DrillThruGraph(Contexts) - Constructor for class uk.co.weft.htform.DrillThruGraph
Create a drill-through graph to represent the data contained in these contexts
DrillThruGraph(Contexts, int, int) - Constructor for class uk.co.weft.htform.DrillThruGraph
Create a drill-through graph to represent the data contained in these contexts
DrillThruGraph(ResultSet) - Constructor for class uk.co.weft.htform.DrillThruGraph
Create a drill-through graph to represent the data contained in this result-set.
DrillThruGraph(ResultSet, int, int) - Constructor for class uk.co.weft.htform.DrillThruGraph
Create a drill-through graph to represent the data contained in these contexts, with this width and this height
DrillThruPie - class uk.co.weft.htform.DrillThruPie.
A pie-chart in which the elements are selectable so that the user can 'drill down' to further representations of the data.
DrillThruPie(Contexts) - Constructor for class uk.co.weft.htform.DrillThruPie
Create a drill-through pie to represent the data contained in these contexts
DrillThruPie(Contexts, int, int) - Constructor for class uk.co.weft.htform.DrillThruPie
Create a drill-through pie to represent the data contained in these contexts, with this width and this height
DrillThruPie(ResultSet) - Constructor for class uk.co.weft.htform.DrillThruPie
Create a drill-through pie to represent the data contained in this result-set.
DrillThruPie(ResultSet, int, int) - Constructor for class uk.co.weft.htform.DrillThruPie
Create a drill-through pie to represent the data contained in these contexts, with this width and this height
driverName - Variable in class uk.co.weft.alert.JDBCWatcher
the name of the JDBC driver class I use
driverName - Variable in class uk.co.weft.htform.Servlet
the classname of my database driver, if any
drop(Context) - Method in class uk.co.weft.dbutil.TableDescriptor
Drop the information held in this store identified by this context.
drop(Context) - Method in class uk.co.weft.htform.TableWrapperForm
Wrap the deletion of objects in a method so that it can be specialised to do any tidy-up e.g.
drop(Context, Object) - Method in class uk.co.weft.dbutil.TableDescriptor
Deprecated. use drop( Context) instead.
drop(Context, Object) - Method in interface uk.co.weft.dbutil.DataStoreDescriptor
Drop the information held in this store against this key value
drop(Context, Object) - Method in class uk.co.weft.dbutil.Contexts
drop the (first) of my contexts with this value for its keyname
drop(Context, Object, Connection) - Method in class uk.co.weft.dbutil.TableDescriptor
Drop the information held in this store identified by this context.
drop(Context, Object, Stack) - Method in class uk.co.weft.htform.TableWrapperForm
a wrapper round drop to allow an arbitrary number of SQL queries to be evaluated first -- intended to allow the dropping of link-table or dependent records.
drop(Context, Object, String) - Method in class uk.co.weft.htform.TableWrapperForm
a wrapper round drop to allow an arbitrary SQL query to be evaluated first -- intended to allow the dropping of link-table or dependent records.
dropUser(Context, String) - Method in class uk.co.weft.dbutil.JDBCUserKluge
drop a user over the JDBC connection implied by this context
dynamicFootInclude - Variable in class uk.co.weft.htform.Page
whether the fragment should be refetched at each request (we really don't want to have to do this
dynamicHeadInclude - Variable in class uk.co.weft.htform.Page
whether the fragment should be refetched at each request (we really don't want to have to do this

E

ELEMENT_NODE - Static variable in class uk.co.weft.domutil.ContextElement
Deprecated. The node is an Element.
ElementGenerator - class uk.co.weft.domutil.ElementGenerator.
an ElementGenerator is an superclass for things which generate [X|HT]ML elements.
ElementGenerator() - Constructor for class uk.co.weft.domutil.ElementGenerator
no args constructor; recommend you don't use this, but it makes it easier to write subclasses
ElementGenerator(String) - Constructor for class uk.co.weft.domutil.ElementGenerator
constructor: fix up my name
ElementGenerator(String, String) - Constructor for class uk.co.weft.domutil.ElementGenerator
constructor: generally, the name of the value to extract from the context is the same as the name of the element, but this constructor handles the case where it isn't.
ElementGenerator(String, String, String) - Constructor for class uk.co.weft.domutil.ElementGenerator
constructor: we often generate elements from data stores, for example database tables.
ElementGenerator(String, String, String, String) - Constructor for class uk.co.weft.domutil.ElementGenerator
constructor: we often generate elements from data stores, for example database tables.
ElementGenerator(String, String, String, String, boolean) - Constructor for class uk.co.weft.domutil.ElementGenerator
constructor: we often generate elements from data stores, for example database tables.
eltTag - Variable in class uk.co.weft.htform.MultiSelectWidget
the tag for the element I construct to represent me
eltTag - Variable in class uk.co.weft.htform.MenuWidget
the tag for the element I construct to represent me
emailRegExp - Variable in class uk.co.weft.htform.ResultFormatter
How do I recognise an email address? Less than perfect but will do for now.
embedded - Variable in class uk.co.weft.htform.Servlet
whether I am embedded in an existing (e.g.
embeddedMarkup - Variable in class uk.co.weft.domutil.TranslatingContextElement
Deprecated. By default we allow embedded markup in children
embeddedMarkup - Variable in class uk.co.weft.domutil.MaybeParseGenerator
By default we allow embedded markup in children
embeddedMarkup - Variable in class uk.co.weft.domutil.ContextElement
Deprecated. By default we allow embedded markup in children
EMPTY_TAG - Variable in class uk.co.weft.htform.HTMLTextAreaWidget