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

T

Table - class com.arsdigita.acs.calendar.Table.
 
Table - class com.arsdigita.acs.html.Table.
Displays database query results in an html table, with automatic sorting functionality.
Table() - Constructor for class com.arsdigita.acs.calendar.Table
 
Table() - Constructor for class com.arsdigita.acs.html.Table
Default constructor to make it easier to create an anonymous subclass
Table(int, int) - Constructor for class com.arsdigita.acs.calendar.Table
 
Table(PageContext) - Constructor for class com.arsdigita.acs.html.Table
Public constructor
TableCell - class com.arsdigita.acs.calendar.TableCell.
 
TableCell(Point, String, int, int) - Constructor for class com.arsdigita.acs.calendar.TableCell
 
Tag - interface javax.servlet.jsp.tagext.Tag.
The Tag interface defines the basic protocol between a Tag handler and JSP page implementation class.
TagAttributeInfo - class javax.servlet.jsp.tagext.TagAttributeInfo.
Information on Tag Attributes; this class is instantiated from the Tag Library Descriptor file (TLD).
TagAttributeInfo(String, boolean, boolean, String) - Constructor for class javax.servlet.jsp.tagext.TagAttributeInfo
Constructor for TagAttributeInfo.
TagData - class javax.servlet.jsp.tagext.TagData.
Tag instance attribute(s)/value(s); often this data is fully static in the case where none of the attributes have runtime expresssions as their values.
TagData(Hashtable) - Constructor for class javax.servlet.jsp.tagext.TagData
Constructor for a TagData If you already have the attributes in a hashtable, use this constructor.
TagData(Object[][]) - Constructor for class javax.servlet.jsp.tagext.TagData
Constructor for a TagData For simplicity and speed, we are just using primitive types.
TagExtraInfo - class javax.servlet.jsp.tagext.TagExtraInfo.
Extra Tag Information for a Custom Tag; this class is mentioned in the Tag Library Descriptor file (TLD).
TagExtraInfo() - Constructor for class javax.servlet.jsp.tagext.TagExtraInfo
 
tagInfo - Variable in class javax.servlet.jsp.tagext.TagExtraInfo
 
TagInfo - class javax.servlet.jsp.tagext.TagInfo.
Tag information for a tag in a Tag Library; this class is instantiated from the Tag Library Descriptor file (TLD).
TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[]) - Constructor for class javax.servlet.jsp.tagext.TagInfo
Constructor for TagInfo.
TagLibraryInfo - class javax.servlet.jsp.tagext.TagLibraryInfo.
Information on the Tag Library; this class is instantiated from the Tag Library Descriptor file (TLD).
TagLibraryInfo(String, String) - Constructor for class javax.servlet.jsp.tagext.TagLibraryInfo
Constructor This will invoke the constructors for TagInfo, and TagAttributeInfo after parsing the TLD file.
tags - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
 
TagSupport - class javax.servlet.jsp.tagext.TagSupport.
Actions in a Tag Library are defined through subclasses of Tag.
TagSupport() - Constructor for class javax.servlet.jsp.tagext.TagSupport
Default constructor, all subclasses are required to only define a public constructor with the same signature, and to call the superclass constructor.
targetMustExist() - Method in interface javax.naming.event.EventContext
Determines whether a listener can register interest in a target that does not exist.
TemplateContractTag - class com.arsdigita.acs.tags.TemplateContractTag.
 
TemplateContractTag() - Constructor for class com.arsdigita.acs.tags.TemplateContractTag
 
TemplateContractTagExtraInfo - class com.arsdigita.acs.tags.TemplateContractTagExtraInfo.
 
TemplateContractTagExtraInfo() - Constructor for class com.arsdigita.acs.tags.TemplateContractTagExtraInfo
 
TemporaryQueue - interface javax.jms.TemporaryQueue.
A TemporaryQueue is a unique Queue object created for the duration of a QueueConnection.
TemporaryTopic - interface javax.jms.TemporaryTopic.
A TemporaryTopic is a unique Topic object created for the duration of a TopicConnection.
tempQueue - Variable in class javax.jms.QueueRequestor
 
tempTopic - Variable in class javax.jms.TopicRequestor
 
term - Variable in class javax.mail.search.NotTerm
 
terms - Variable in class javax.mail.search.AndTerm
The array of terms on which the AND operator should be applied.
terms - Variable in class javax.mail.search.OrTerm
The array of terms on which the OR operator should be applied.
text - Variable in class com.arsdigita.acs.calendar.TableCell
 
TextMessage - interface javax.jms.TextMessage.
A TextMessage is used to send a message containing a java.lang.String.
textToHtml(String) - Static method in class com.arsdigita.acs.Utilities
Takes a plaintext string, and returns an HTML string that, when rendered by a web browser, will appear as the original input string
thisObject() - Method in interface javax.rmi.CORBA.Tie
Returns an object reference for the target object represented by this tie.
Tie - interface javax.rmi.CORBA.Tie.
Defines methods which all RMI-IIOP server side ties must implement.
TimeLimitExceededException - exception javax.naming.TimeLimitExceededException.
This exception is thrown when a method does not terminate within the specified time limit.
TimeLimitExceededException() - Constructor for class javax.naming.TimeLimitExceededException
Constructs a new instance of TimeLimitExceededException.
TimeLimitExceededException(String) - Constructor for class javax.naming.TimeLimitExceededException
Constructs a new instance of TimeLimitExceededException using the argument supplied.
timeWidget(String) - Static method in class com.arsdigita.acs.spam.Spam
Returns html code fragment for time input
title - Variable in class com.arsdigita.acs.calendar.CalendarInfo
 
TldDocGen - class com.arsdigita.acs.TldDocGen.
 
TldDocGen() - Constructor for class com.arsdigita.acs.TldDocGen
 
tldPrefix - Static variable in class com.arsdigita.acs.TldDocGen
Simple Java class to convert a JSP tag library descriptor (TLD) into a human-readable HTML file.
tlibversion - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
 
TMENDRSCAN - Static variable in interface javax.transaction.xa.XAResource
End a recovery scan.
TMFAIL - Static variable in interface javax.transaction.xa.XAResource
Disassociates the caller and mark the transaction branch rollback-only.
TMJOIN - Static variable in interface javax.transaction.xa.XAResource
Caller is joining existing transaction branch.
TMNOFLAGS - Static variable in interface javax.transaction.xa.XAResource
Use TMNOFLAGS to indicate no flags value is selected.
TMONEPHASE - Static variable in interface javax.transaction.xa.XAResource
Caller is using one-phase optimization.
TMRESUME - Static variable in interface javax.transaction.xa.XAResource
Caller is resuming association with with suspended transaction branch.
TMSTARTRSCAN - Static variable in interface javax.transaction.xa.XAResource
Start a recovery scan.
TMSUCCESS - Static variable in interface javax.transaction.xa.XAResource
Disassociate caller from transaction branch.
TMSUSPEND - Static variable in interface javax.transaction.xa.XAResource
Caller is suspending (not ending) association with transaction branch.
TO - Static variable in class javax.mail.Message.RecipientType
The "To" (primary) recipients.
toBytes(int) - Static method in class org.apache.java.lang.Bytes
Returns a 4-byte array built from an int.
toBytes(int, byte[]) - Static method in class org.apache.java.lang.Bytes
Build a 4-byte array from an int.
toBytes(long) - Static method in class org.apache.java.lang.Bytes
Returns a 8-byte array built from a long.
toBytes(long) - Static method in class org.apache.java.security.MD5
Converts a long to a 8-byte array using low order first.
toBytes(long, byte[]) - Static method in class org.apache.java.lang.Bytes
Build a 8-byte array from a long.
toInt(byte[]) - Static method in class org.apache.java.lang.Bytes
Build an int from first 4 bytes of the array.
toLong(byte[]) - Static method in class org.apache.java.lang.Bytes
Build a long from first 8 bytes of the array.
topic - Variable in class javax.jms.TopicRequestor
 
Topic - interface javax.jms.Topic.
A Topic object encapsulates a provider-specific topic name.
TopicConnection - interface javax.jms.TopicConnection.
A TopicConnection is an active connection to a JMS Pub/Sub provider.
TopicConnectionFactory - interface javax.jms.TopicConnectionFactory.
A client uses a TopicConnectionFactory to create TopicConnections with a JMS Pub/Sub provider.
TopicPublisher - interface javax.jms.TopicPublisher.
A client uses a TopicPublisher for publishing messages on a topic.
TopicRequestor - class javax.jms.TopicRequestor.
JMS provides a TopicRequestor helper class to simplify making service requests.
TopicRequestor(TopicSession, Topic) - Constructor for class javax.jms.TopicRequestor
Constructor for the TopicRequestor class.
TopicsDataSource - class com.arsdigita.acs.bboard.TopicsDataSource.
 
TopicsDataSource() - Constructor for class com.arsdigita.acs.bboard.TopicsDataSource
 
TopicsDataSource(ResultSet) - Constructor for class com.arsdigita.acs.bboard.TopicsDataSource
 
TopicsDataSource(SqlStatement, Database) - Constructor for class com.arsdigita.acs.bboard.TopicsDataSource
 
TopicSession - interface javax.jms.TopicSession.
A TopicSession provides methods for creating TopicPublisher's, TopicSubscriber's and TemporaryTopics.
TopicSubscriber - interface javax.jms.TopicSubscriber.
A client uses a TopicSubscriber for receiving messages that have been published to a topic.
toString() - Method in class com.arsdigita.acs.ActionList
Returns HTML representation of this action list.
toString() - Method in class com.arsdigita.acs.ContextBarWs
Returns HTML represenation of this context bar.
toString() - Method in class com.arsdigita.acs.UserInfo
 
toString() - Method in class com.arsdigita.acs.ClientIdentification
Get debugging string.
toString() - Method in class com.arsdigita.acs.calendar.CalendarInfo
 
toString() - Method in class com.arsdigita.acs.calendar.TableCell
 
toString() - Method in class com.arsdigita.acs.calendar.Table
 
toString() - Method in class com.arsdigita.acs.db.SqlStatement
Performs a fixup and returns a string containg the SQL followed by the bind values.
toString() - Method in class com.arsdigita.acs.fs.FolderBox
 
toString() - Method in class com.arsdigita.acs.html.ContextBar
Returns HTML represenation of this context bar.
toString() - Method in class com.arsdigita.acs.html.ChoiceBar
 
toString() - Method in class com.arsdigita.acs.html.SidewaysBarChart
Generates the HTML bar chart, according to the values set up by calling the addValue method.
toString() - Method in class com.arsdigita.acs.html.DimensionalBar
Returns an HTML fragment that displays all the choices that have been configured with the addVariable and addValue methods.
toString() - Method in class com.arsdigita.acs.html.Table
 
toString() - Method in class javax.activation.MimeTypeParameterList
Return a string representation of this object.
toString() - Method in class javax.activation.MimeType
Return the String representation of this object.
toString() - Method in interface javax.jms.Topic
Return a pretty printed version of the topic name.
toString() - Method in interface javax.jms.Queue
Return a pretty printed version of the queue name
toString() - Method in class javax.mail.Service
Return getURLName.toString() if this service has a URLName, otherwise it will return the default toString.
toString() - Method in class javax.mail.Folder
override the default toString(), it will return the String from Folder.getFullName() or if that is null, it will use the default toString() behavior.
toString() - Method in class javax.mail.Provider
Overrides Object.toString()
toString() - Method in class javax.mail.Address
Return a String representation of this address object.
toString() - Method in class javax.mail.URLName
Constructs a string representation of this URLName.
toString() - Method in class javax.mail.internet.InternetAddress
Convert this address into a RFC 822 / RFC 2047 encoded address.
toString() - Method in class javax.mail.internet.NewsAddress
Convert this address into a RFC 1036 address.
toString() - Method in class javax.mail.internet.ParameterList
Convert this ParameterList into a MIME String.
toString() - Method in class javax.mail.internet.ContentType
Retrieve a RFC2045 style string representation of this Content-Type.
toString() - Method in class javax.mail.internet.ContentDisposition
Retrieve a RFC2045 style string representation of this ContentDisposition.
toString() - Method in class javax.mail.internet.AddressException
 
toString() - Method in class javax.naming.Reference
Generates the string representation of this reference.
toString() - Method in class javax.naming.NamingException
Generates the string representation of this exception.
toString() - Method in class javax.naming.RefAddr
Generates the string representation of this address.
toString() - Method in class javax.naming.LinkException
Generates the string representation of this exception.
toString() - Method in class javax.naming.NameImpl
 
toString() - Method in class javax.naming.BinaryRefAddr
Generates the string representation of this address.
toString() - Method in class javax.naming.NameClassPair
Generates the string representation of this name/class pair.
toString() - Method in class javax.naming.Binding
Generates the string representation of this binding.
toString() - Method in class javax.naming.CompoundName
Generates the string representation of this compound name, using the syntax rules of the compound name.
toString() - Method in class javax.naming.CompositeName
Generates the string representation of this composite name.
toString() - Method in class javax.naming.directory.AttributeModificationException
The string representation of this exception consists of information about where the error occurred, and the first unexecuted modification.
toString() - Method in class javax.naming.directory.BasicAttribute
Generates the string representation of this attribute.
toString() - Method in class javax.naming.directory.SearchResult
Generates the string representation of this binding.
toString() - Method in class javax.naming.directory.BasicAttributes
Generates the string representation of this attribute set.
toString() - Method in class javax.naming.directory.ModificationItem
Generates the string representation of this modification item, which consists of the modification operation and its related attribute.
toString() - Method in class javax.rmi.CORBA.Stub
Returns a string representation of this stub.
toString() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
 
toString() - Method in class javax.servlet.jsp.tagext.TagInfo
Stringify for debug purposes...
toString(Address[]) - Static method in class javax.mail.internet.InternetAddress
Convert the given array of InternetAddress objects into a comma separated sequence of address strings.
toString(Address[]) - Static method in class javax.mail.internet.NewsAddress
Convert the given array of NewsAddress objects into a comma separated sequence of address strings.
toString(Address[], int) - Static method in class javax.mail.internet.InternetAddress
Convert the given array of InternetAddress objects into a comma separated sequence of address strings.
toString(boolean) - Method in class javax.naming.NamingException
Generates the string representation in more detail.
toString(boolean) - Method in class javax.naming.LinkException
Generates the string representation of this exception.
toString(byte[]) - Static method in class org.apache.java.lang.Bytes
Returns a string of hexadecimal digits from a byte array..
toString(byte[], int, int) - Static method in class org.apache.java.lang.Bytes
Returns a string of hexadecimal digits from a byte array, starting at offset and continuing for length bytes.
toString(Stub) - Method in interface javax.rmi.CORBA.StubDelegate
Delegation call for Stub.toString().
toStub(Remote) - Static method in class javax.rmi.PortableRemoteObject
Returns a stub for the given server object.
toStub(Remote) - Method in interface javax.rmi.CORBA.PortableRemoteObjectDelegate
Delegation call for PortableRemoteObject.toStub(java.rmi.Remote).
Transaction - interface javax.transaction.Transaction.
The Transaction interface allows operations to be performed against the transaction in the target Transactioin object.
TransactionInProgressException - exception javax.jms.TransactionInProgressException.
This exception is thrown when an operation is invalid because a transaction is in progress.
TransactionInProgressException(String) - Constructor for class javax.jms.TransactionInProgressException
Construct a TransactionInProgressException with reason.
TransactionInProgressException(String, String) - Constructor for class javax.jms.TransactionInProgressException
Construct a TransactionInProgressException with reason and errorCode for exception
TransactionManager - interface javax.transaction.TransactionManager.
The TransactionManager interface defines the methods that allow an application server to manage transaction boundaries.
TransactionRequiredException - exception javax.transaction.TransactionRequiredException.
This exception indicates that a request carried a null transaction context, but the target object requires an activate transaction.
TransactionRequiredException() - Constructor for class javax.transaction.TransactionRequiredException
 
TransactionRequiredException(String) - Constructor for class javax.transaction.TransactionRequiredException
 
TransactionRolledbackException - exception javax.transaction.TransactionRolledbackException.
This exception indicates that the transaction associated with processing of the request has been rolled back, or marked to roll back.
TransactionRolledBackException - exception javax.jms.TransactionRolledBackException.
This exception must be thrown when a call to Session.commit results in a rollback of the current transaction.
TransactionRolledbackException() - Constructor for class javax.transaction.TransactionRolledbackException
 
TransactionRolledbackException(String) - Constructor for class javax.transaction.TransactionRolledbackException
 
TransactionRolledBackException(String) - Constructor for class javax.jms.TransactionRolledBackException
Construct a TransactionRolledBackException with reason.
TransactionRolledBackException(String, String) - Constructor for class javax.jms.TransactionRolledBackException
Construct a TransactionRolledBackException with reason and errorCode for exception
TransactionTag - class com.arsdigita.acs.tags.TransactionTag.
 
TransactionTag() - Constructor for class com.arsdigita.acs.tags.TransactionTag
 
transformDatetime(AdSet, boolean) - Static method in class com.arsdigita.acs.calendar.CalendarProcs
 
transformDatetime(AdSet, boolean, AdSet) - Static method in class com.arsdigita.acs.calendar.CalendarProcs
Stolen and slightly modified from templating system fallbackDate is a quick hack added to let end_date pull some of its data from start_date if date wasn't displayed.
Transport - class javax.mail.Transport.
An abstract class that models a message transport.
TRANSPORT - Static variable in class javax.mail.Provider.Type
 
Transport(Session, URLName) - Constructor for class javax.mail.Transport
Constructor.
TransportAdapter - class javax.mail.event.TransportAdapter.
The adapter which receives Transport events.
TransportAdapter() - Constructor for class javax.mail.event.TransportAdapter
 
TransportEvent - class javax.mail.event.TransportEvent.
This class models Transport events.
TransportEvent(Transport, int, Address[], Address[], Address[], Message) - Constructor for class javax.mail.event.TransportEvent
Constructor.
TransportListener - interface javax.mail.event.TransportListener.
This is the Listener interface for Transport events
trimLeadingZeros(String) - Static method in class com.arsdigita.acs.calendar.CalendarProcs
Returns a string w/ leading zeros trimmed.
type - Variable in class com.arsdigita.acs.calendar.CalendarInfo
 
type - Variable in class javax.mail.Message.RecipientType
 
type - Variable in class javax.mail.event.FolderEvent
The event type.
type - Variable in class javax.mail.event.ConnectionEvent
The event type.
type - Variable in class javax.mail.event.MessageChangedEvent
The event type.
type - Variable in class javax.mail.event.StoreEvent
The event type.
type - Variable in class javax.mail.event.TransportEvent
The event type.
type - Variable in class javax.mail.event.MessageCountEvent
The event type.
type - Variable in class javax.mail.search.RecipientTerm
The recipient type.
type - Variable in class javax.naming.event.NamingEvent
Contains the type of this event.

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