< A B C D E F G H I J K L M N O P Q R S T U V W X _

D

Database - class com.arsdigita.acs.db.Database.
Wrapper class for Oracle JDBC.
Database() - Constructor for class com.arsdigita.acs.db.Database
Returns a database handle for an open database connection from the connection pool.
Database(ServletContext) - Constructor for class com.arsdigita.acs.db.Database
Returns a database handle for an open database connection from the connection pool.
DataContentHandler - interface javax.activation.DataContentHandler.
The DataContentHandler interface is implemented by objects that can be used to extend the capabilities of the DataHandler's implementation of the Transferable interface.
DataContentHandlerFactory - interface javax.activation.DataContentHandlerFactory.
This interface defines a factory for DataContentHandlers.
dataHandler - Variable in class javax.activation.DataHandlerDataSource
 
DataHandler - class javax.activation.DataHandler.
The DataHandler class provides a consistent interface to data available in many different sources and formats.
DataHandler(DataSource) - Constructor for class javax.activation.DataHandler
Create a DataHandler instance referencing the specified DataSource.
DataHandler(Object, String) - Constructor for class javax.activation.DataHandler
Create a DataHandler instance representing an object of this MIME type.
DataHandler(URL) - Constructor for class javax.activation.DataHandler
Create a DataHandler instance referencing a URL.
DataHandlerDataSource - class javax.activation.DataHandlerDataSource.
The DataHanderDataSource class implements the DataSource interface when the DataHandler is constructed with an Object and a mimeType string.
DataHandlerDataSource(DataHandler) - Constructor for class javax.activation.DataHandlerDataSource
The constructor.
DataSource - interface com.arsdigita.acs.DataSource.
Interface for representing data objects that we will display in templates.
DataSource - interface javax.activation.DataSource.
The DataSource interface provides the JavaBeans Activation Framework with an abstraction of some arbitrary collection of data.
DataSource - interface javax.sql.DataSource.
A DataSource object is a factory for Connection objects.
DataSourceDataContentHandler - class javax.activation.DataSourceDataContentHandler.
 
DataSourceDataContentHandler(DataContentHandler, DataSource) - Constructor for class javax.activation.DataSourceDataContentHandler
The constructor.
DataSourceException - exception com.arsdigita.acs.DataSourceException.
 
DataSourceException(String) - Constructor for class com.arsdigita.acs.DataSourceException
 
DataSourceScopeTag - interface com.arsdigita.acs.tags.DataSourceScopeTag.
 
DataSourceTag - class com.arsdigita.acs.tags.DataSourceTag.
Tag for instantating data source objects.
DataSourceTag() - Constructor for class com.arsdigita.acs.tags.DataSourceTag
 
DataSourceTagExtraInfo - class com.arsdigita.acs.tags.DataSourceTagExtraInfo.
 
DataSourceTagExtraInfo() - Constructor for class com.arsdigita.acs.tags.DataSourceTagExtraInfo
 
date - Variable in class javax.mail.search.DateTerm
 
datePicture() - Static method in class com.arsdigita.acs.fs.FileStorageProcs
 
DateTerm - class javax.mail.search.DateTerm.
This class implements comparisons for Dates
DateTerm(int, Date) - Constructor for class javax.mail.search.DateTerm
Constructor.
dateWidget(String) - Static method in class com.arsdigita.acs.HtmlWidgets
 
dateWidget(String) - Static method in class com.arsdigita.acs.spam.Spam
Return html code fragment for date input
dayLink - Variable in class com.arsdigita.acs.calendar.CalendarInfo
 
db - Variable in class com.arsdigita.acs.Selection
 
db - Variable in class com.arsdigita.acs.tags.SqlTag
 
DbStringTag - class com.arsdigita.acs.tags.DbStringTag.
 
DbStringTag() - Constructor for class com.arsdigita.acs.tags.DbStringTag
 
deactivate() - Method in interface javax.rmi.CORBA.Tie
Deactivates the target object represented by this tie.
debug - Variable in class javax.mail.Service
Debug flag for this service.
decode(InputStream, String) - Static method in class javax.mail.internet.MimeUtility
Decode the given input stream.
decode(String) - Static method in class javax.mail.URLName
Decodes a "x-www-form-urlencoded" to a String.
decodeText(String) - Static method in class javax.mail.internet.MimeUtility
Decode "unstructured" headers, that is, headers that are defined as '*text' as per RFC 822.
decodeWord(String) - Static method in class javax.mail.internet.MimeUtility
The string is parsed using the rules in RFC 2047 for parsing an "encoded-word".
def - Variable in class com.arsdigita.acs.html.ChoiceBar
 
DEFAULT_BUFFER - Static variable in class javax.servlet.jsp.JspWriter
constant indicating that the Writer is buffered and is using the implementation default buffer size
DEFAULT_DELIVERY_MODE - Static variable in interface javax.jms.Message
The message producer's default delivery mode is persistent.
DEFAULT_PRIORITY - Static variable in interface javax.jms.Message
The message producer's default priority is 4.
DEFAULT_TIME_TO_LIVE - Static variable in interface javax.jms.Message
The message producer's default time to live is unlimited, the message never expires.
defaultInitCtx - Variable in class javax.naming.InitialContext
Field holding the result of calling NamingManager.getInitialContext().
delete() - Method in interface javax.jms.TemporaryQueue
Delete this temporary queue.
delete() - Method in interface javax.jms.TemporaryTopic
Delete this temporary topic.
delete(boolean) - Method in class javax.mail.Folder
Delete this Folder.
DELETED - Static variable in class javax.mail.Flags.Flag
This message is marked deleted.
DELETED - Static variable in class javax.mail.event.FolderEvent
The folder was deleted.
deleteKey(String) - Method in class com.arsdigita.acs.AdSet
Removes key from this.
delistResource(XAResource, int) - Method in interface javax.transaction.Transaction
Delist the resource specified from the current transaction associated with the calling thread.
DeliveryMode - interface javax.jms.DeliveryMode.
Delivery modes supported by JMS.
dependentSortKeyForm(String) - Static method in class com.arsdigita.acs.bboard.BBoard
Returns a pattern for use in a LIKE expression, when searching for all direct OR INDIRECT dependent messages to a bboard message.
Destination - interface javax.jms.Destination.
The Destination object encapsulates provider-specific addresses since JMS does not define a standard address syntax, Although a standard address syntax was considered, it was decided that the differences in address semantics between existing MOM products was too wide to bridge with a single syntax.
destroy() - Method in class javax.servlet.GenericServlet
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
destroy() - Method in interface javax.servlet.Servlet
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
destroySubcontext(Name) - Method in class javax.naming.InitialContext
 
destroySubcontext(Name) - Method in interface javax.naming.Context
Destroys the named context and removes it from the namespace.
destroySubcontext(Name) - Method in class javax.naming.spi.ContinuationContext
 
destroySubcontext(String) - Method in class javax.naming.InitialContext
 
destroySubcontext(String) - Method in interface javax.naming.Context
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class javax.naming.spi.ContinuationContext
 
dh - Variable in class javax.mail.internet.MimeMessage
The DataHandler object representing this Message's content.
dh - Variable in class javax.mail.internet.MimeBodyPart
The DataHandler object representing this Part's content.
digest(byte[]) - Method in class org.apache.java.security.MessageDigest
Appends a message block and return its message digest.
digest(byte[], int) - Method in class org.apache.java.security.MessageDigest
Appends a message block with specified length and return its message digest.
digest(byte[], int, int) - Method in class org.apache.java.security.MessageDigest
Appends a message block with specified length starting from the given offset and return its message digest.
digest(byte[], int, int) - Method in class org.apache.java.security.MD5
Appends a message block with specified length starting from the given offset and return its message digest.
DimensionalBar - class com.arsdigita.acs.html.DimensionalBar.
Displays a table of links that can be used to limit database query results.
DimensionalBar(PageContext) - Constructor for class com.arsdigita.acs.html.DimensionalBar
 
DirContext - interface javax.naming.directory.DirContext.
The directory service interface, containing methods for examining and updating attributes associated with objects, and for searching the directory.
DirContextNamePair - class javax.naming.spi.DirContextNamePair.
 
DirContextNamePair(DirContext, Name) - Constructor for class javax.naming.spi.DirContextNamePair
 
DirContextStringPair - class javax.naming.spi.DirContextStringPair.
 
DirContextStringPair(DirContext, String) - Constructor for class javax.naming.spi.DirContextStringPair
 
DirectoryManager - class javax.naming.spi.DirectoryManager.
This class contains a methods for supporting DirContext implementations.
DirectoryManager() - Constructor for class javax.naming.spi.DirectoryManager
 
DirObjectFactory - interface javax.naming.spi.DirObjectFactory.
This interface represents a factory for creating an object given an object and attributes about the object.
DirStateFactory - interface javax.naming.spi.DirStateFactory.
This interface represents a factory for obtaining the state of an object and corresponding attributes for binding.
DirStateFactory.Result - class javax.naming.spi.DirStateFactory.Result.
An object/attributes pair for returning the result of DirStateFactory.getStateToBind().
DirStateFactory.Result(Object, Attributes) - Constructor for class javax.naming.spi.DirStateFactory.Result
Constructs an instance of Result.
DISCONNECTED - Static variable in class javax.mail.event.ConnectionEvent
A connection was disconnected (not currently used).
disconnected(ConnectionEvent) - Method in class javax.mail.event.ConnectionAdapter
 
disconnected(ConnectionEvent) - Method in interface javax.mail.event.ConnectionListener
Invoked when a Store is disconnected.
dispatch(NamingListener) - Method in class javax.naming.event.NamingEvent
Invokes the appropriate listener method on this event.
dispatch(NamingListener) - Method in class javax.naming.event.NamingExceptionEvent
Invokes the namingExceptionThrown() method on a listener using this event.
dispatch(Object) - Method in class javax.mail.event.MailEvent
This method invokes the appropriate method on a listener for this event.
dispatch(Object) - Method in class javax.mail.event.FolderEvent
Invokes the appropriate FolderListener method
dispatch(Object) - Method in class javax.mail.event.ConnectionEvent
Invokes the appropriate ConnectionListener method
dispatch(Object) - Method in class javax.mail.event.MessageChangedEvent
Invokes the appropriate MessageChangedListener method.
dispatch(Object) - Method in class javax.mail.event.StoreEvent
Invokes the appropriate StoreListener method.
dispatch(Object) - Method in class javax.mail.event.TransportEvent
Invokes the appropriate TransportListener method.
dispatch(Object) - Method in class javax.mail.event.MessageCountEvent
Invokes the appropriate MessageCountListener method.
dispatch(UnsolicitedNotificationListener) - Method in class javax.naming.ldap.UnsolicitedNotificationEvent
Invokes the notificationReceived() method on a listener using this event.
DISPLAY_CENTER - Static variable in class com.arsdigita.acs.html.Table
 
DISPLAY_CUSTOM - Static variable in class com.arsdigita.acs.html.Table
 
DISPLAY_DEFAULT - Static variable in class com.arsdigita.acs.html.Table
 
DISPLAY_LEFT - Static variable in class com.arsdigita.acs.html.Table
 
DISPLAY_RIGHT - Static variable in class com.arsdigita.acs.html.Table
 
DISPLAY_TRUE_OR_FALSE - Static variable in class com.arsdigita.acs.html.Table
 
DISPLAY_ZERO_OR_ONE - Static variable in class com.arsdigita.acs.html.Table
 
displayMonthItem(CalendarInfo, String) - Static method in class com.arsdigita.acs.calendar.CalendarProcs
Displays calendar items for a particular day of the month for user or group.
displayNew(CalendarInfo, Integer) - Static method in class com.arsdigita.acs.calendar.CalendarProcs
 
displayNew(CalendarInfo, Integer, String) - Static method in class com.arsdigita.acs.calendar.CalendarProcs
Display items added in the last new_items_age days.
displayUpcoming(CalendarInfo, Integer, Integer, String, String) - Static method in class com.arsdigita.acs.calendar.CalendarProcs
Displays list of calendar items for the next upcoming_items_days and in to the past for past_items_day.
dml(SqlStatement) - Method in class com.arsdigita.acs.db.Database
Executes a DML statement (insert, update, delete).
dml(String) - Method in class com.arsdigita.acs.db.Database
Executes a DML statement (insert, update, delete) with no bind variables.
dml(String, Object[]) - Method in class com.arsdigita.acs.db.Database
Executes a DML statement (insert, update, delete).
DNS_URL - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the DNS host and domain names to use for the JNDI URL context (for example, "dns://somehost/wiz.com").
DNS_URL - Static variable in class javax.naming.internal.VersionHelper
 
doAfterBody() - Method in class com.arsdigita.acs.tags.BindTag
 
doAfterBody() - Method in class com.arsdigita.acs.tags.ForeachTag
 
doAfterBody() - Method in class com.arsdigita.acs.tags.MaybeOneRowTag
 
doAfterBody() - Method in class com.arsdigita.acs.tags.DbStringTag
 
doAfterBody() - Method in class com.arsdigita.acs.tags.LoopTag
 
doAfterBody() - Method in class com.arsdigita.acs.tags.OneRowTag
 
doAfterBody() - Method in class com.arsdigita.acs.tags.QueryTag
 
doAfterBody() - Method in class com.arsdigita.acs.tags.HeaderTag
 
doAfterBody() - Method in class com.arsdigita.acs.tags.StringTag
 
doAfterBody() - Method in class com.arsdigita.acs.tags.MemoizeTag
 
doAfterBody() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Actions after some body has been evaluated.
doAfterBody() - Method in interface javax.servlet.jsp.tagext.BodyTag
Actions after some body has been evaluated.
doDelete(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a DELETE request.
doEndTag() - Method in class com.arsdigita.acs.tags.BindTag
 
doEndTag() - Method in class com.arsdigita.acs.tags.ForeachTag
 
doEndTag() - Method in class com.arsdigita.acs.tags.PageTag
 
doEndTag() - Method in class com.arsdigita.acs.tags.PageContractTag
 
doEndTag() - Method in class com.arsdigita.acs.tags.MaybeOneRowTag
 
doEndTag() - Method in class com.arsdigita.acs.tags.DbStringTag
 
doEndTag() - Method in class com.arsdigita.acs.tags.LoopTag
 
doEndTag() - Method in class com.arsdigita.acs.tags.OneRowTag
 
doEndTag() - Method in class com.arsdigita.acs.tags.GetUserInfoTag
 
doEndTag() - Method in class com.arsdigita.acs.tags.QueryTag
 
doEndTag() - Method in class com.arsdigita.acs.tags.UseTemplateTag
 
doEndTag() - Method in class com.arsdigita.acs.tags.StringTag
 
doEndTag() - Method in class com.arsdigita.acs.tags.SubTag
 
doEndTag() - Method in class com.arsdigita.acs.tags.FooterTag
 
doEndTag() - Method in class com.arsdigita.acs.tags.TransactionTag
 
doEndTag() - Method in class com.arsdigita.acs.tags.TemplateContractTag
 
doEndTag() - Method in class com.arsdigita.acs.tags.MemoizeTag
 
doEndTag() - Method in class javax.servlet.jsp.tagext.TagSupport
Process the end tag.
doEndTag() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Process the end tag.
doEndTag() - Method in interface javax.servlet.jsp.tagext.Tag
Process the end tag.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.arsdigita.acs.bboard.DownloadFile
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a GET request.
doInitBody() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Prepare for evaluation of the body It will be invoked at most once per action invocation.
doInitBody() - Method in interface javax.servlet.jsp.tagext.BodyTag
Prepare for evaluation of the body.
dontNeedEncoding - Static variable in class javax.mail.URLName
The class contains a utility method for converting a String into a MIME format called "x-www-form-urlencoded" format.
doOptions(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a OPTIONS request.
doPost(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a POST request.
doPut(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a PUT request.
doStartTag() - Method in class com.arsdigita.acs.tags.SqlTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.BindTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.ForeachTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.PageTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.ExportTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.PageContractTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.LoopTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.GetUserInfoTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.UseTemplateTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.SubTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.FooterTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.ScopeTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.TransactionTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.TemplateContractTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.LoopEmptyTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.IfNoRowsTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.MemoizeTag
At start of tag, try looking up key and see if we have a valid mapping for it.
doStartTag() - Method in class com.arsdigita.acs.tags.DataSourceTag
 
doStartTag() - Method in class javax.servlet.jsp.tagext.TagSupport
Process the start tag for this instance.
doStartTag() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Process the start tag for this instance.
doStartTag() - Method in interface javax.servlet.jsp.tagext.Tag
Process the start tag for this instance.
doTrace(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a TRACE request.
Download - class com.arsdigita.acs.fs.Download.
Serves as a registered procedure for path /file-storage/download//pretty-name.
Download() - Constructor for class com.arsdigita.acs.fs.Download
 
DownloadFile - class com.arsdigita.acs.bboard.DownloadFile.
Serves as a registered procedure for path /bboard/download-file//pretty-name.
DownloadFile() - Constructor for class com.arsdigita.acs.bboard.DownloadFile
 
DRAFT - Static variable in class javax.mail.Flags.Flag
This message is a draft.
ds - Variable in class javax.mail.internet.MimeMultipart
 
dumpBLOB(ResultSet, String, OutputStream) - Static method in class com.arsdigita.acs.db.Database
Dumps a BLOB's contents to an OutputStream.
dumpBLOB(String, OutputStream) - Method in class com.arsdigita.acs.Selection
Dumps the contents of a BLOB column to an OutputStream.
dumpBLOB(String, OutputStream) - Method in class com.arsdigita.acs.SingleSelection
Dumps the contents of a BLOB column to an OutputStream.
DuplicateKeyException - exception javax.ejb.DuplicateKeyException.
The DuplicateKeyException exception is thrown if an entity EJB object cannot be created because an object with the same key already exists.
DuplicateKeyException() - Constructor for class javax.ejb.DuplicateKeyException
Constructs an DuplicateKeyException with no detail message.
DuplicateKeyException(String) - Constructor for class javax.ejb.DuplicateKeyException
Constructs an DuplicateKeyException with the specified detail message.
DUPS_OK_ACKNOWLEDGE - Static variable in interface javax.jms.Session
This acknowledgement mode instructs the session to lazily acknowledge the delivery of messages.
duration - Variable in class com.arsdigita.acs.tags.MemoizeTag
 

< A B C D E F G H I J K L M N O P Q R S T U V W X _