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

B

BasicAttribute - class javax.naming.directory.BasicAttribute.
This class provides a basic implementation of the Attribute interface.
BasicAttribute.ValuesEnumImpl - class javax.naming.directory.BasicAttribute.ValuesEnumImpl.
 
BasicAttribute.ValuesEnumImpl(BasicAttribute) - Constructor for class javax.naming.directory.BasicAttribute.ValuesEnumImpl
 
BasicAttribute(String) - Constructor for class javax.naming.directory.BasicAttribute
Constructs a new instance of an unordered attribute with no value.
BasicAttribute(String, boolean) - Constructor for class javax.naming.directory.BasicAttribute
Constructs a new instance of a possibly ordered attribute with no value.
BasicAttribute(String, Object) - Constructor for class javax.naming.directory.BasicAttribute
Constructs a new instance of an unordered attribute with a single value.
BasicAttribute(String, Object, boolean) - Constructor for class javax.naming.directory.BasicAttribute
Constructs a new instance of a possibly ordered attribute with a single value.
BasicAttributes - class javax.naming.directory.BasicAttributes.
This class provides a basic implementation of the Attributes interface.
BasicAttributes.AttrEnumImpl - class javax.naming.directory.BasicAttributes.AttrEnumImpl.
 
BasicAttributes.AttrEnumImpl(BasicAttributes) - Constructor for class javax.naming.directory.BasicAttributes.AttrEnumImpl
 
BasicAttributes.IDEnumImpl - class javax.naming.directory.BasicAttributes.IDEnumImpl.
 
BasicAttributes.IDEnumImpl(BasicAttributes) - Constructor for class javax.naming.directory.BasicAttributes.IDEnumImpl
 
BasicAttributes() - Constructor for class javax.naming.directory.BasicAttributes
Constructs a new instance of Attributes.
BasicAttributes(boolean) - Constructor for class javax.naming.directory.BasicAttributes
Constructs a new instance of Attributes.
BasicAttributes(String, Object) - Constructor for class javax.naming.directory.BasicAttributes
Constructs a new instance of Attributes with one attribute.
BasicAttributes(String, Object, boolean) - Constructor for class javax.naming.directory.BasicAttributes
Constructs a new instance of Attributes with one attribute.
BATCHSIZE - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the batch size to use when returning data via the service's protocol.
BBoard - class com.arsdigita.acs.bboard.BBoard.
Utility classes and procedural abstractions for bboard.
BBoard() - Constructor for class com.arsdigita.acs.bboard.BBoard
 
BCC - Static variable in class javax.mail.Message.RecipientType
The "Bcc" (blind carbon copy) recipients.
beforeCompletion() - Method in interface javax.ejb.SessionSynchronization
The beforeCompletion method notifies a session Bean instance that a transaction is about to be committed.
beforeCompletion() - Method in interface javax.transaction.Synchronization
This method is called by the transaction manager prior to the start of the transaction completion process.
begin() - Method in interface javax.transaction.TransactionManager
Create a new transaction and associate it with the current thread.
begin() - Method in interface javax.transaction.UserTransaction
Create a new transaction and associate it with the current thread.
beginTransaction() - Method in class com.arsdigita.acs.db.Database
Starts a transaction by turning off auto-commit mode.
BinaryRefAddr - class javax.naming.BinaryRefAddr.
This class represents the binary form of the address of a communications end-point.
BinaryRefAddr(String, byte[]) - Constructor for class javax.naming.BinaryRefAddr
Constructs a new instance of BinaryRefAddr using its address type and a byte array for contents.
BinaryRefAddr(String, byte[], int, int) - Constructor for class javax.naming.BinaryRefAddr
Constructs a new instance of BinaryRefAddr using its address type and a region of a byte array for contents.
bind(Name, Object) - Method in class javax.naming.InitialContext
 
bind(Name, Object) - Method in interface javax.naming.Context
Binds a name to an object.
bind(Name, Object) - Method in class javax.naming.spi.ContinuationContext
 
bind(Name, Object, Attributes) - Method in interface javax.naming.directory.DirContext
Binds a name to an object, along with associated attributes.
bind(Name, Object, Attributes) - Method in class javax.naming.directory.InitialDirContext
 
bind(Name, Object, Attributes) - Method in class javax.naming.spi.ContinuationDirContext
 
bind(Object) - Method in class com.arsdigita.acs.db.SqlStatement
Adds a bind value to this statement.
bind(Object) - Method in class com.arsdigita.acs.tags.SqlTag
 
bind(String, Object) - Method in class com.arsdigita.acs.db.SqlStatement
Adds a named bind value to this statement.
bind(String, Object) - Method in class com.arsdigita.acs.tags.SqlTag
 
bind(String, Object) - Method in class javax.naming.InitialContext
 
bind(String, Object) - Method in interface javax.naming.Context
Binds a name to an object.
bind(String, Object) - Method in class javax.naming.spi.ContinuationContext
 
bind(String, Object, Attributes) - Method in interface javax.naming.directory.DirContext
Binds a name to an object, along with associated attributes.
bind(String, Object, Attributes) - Method in class javax.naming.directory.InitialDirContext
 
bind(String, Object, Attributes) - Method in class javax.naming.spi.ContinuationDirContext
 
bindFixup() - Method in class com.arsdigita.acs.db.SqlStatement
This is called by the end of a SqlTag (e.g., db_query) to tell us that we're done with bind variables, and that we should go put the extra (named) ones in their places.
Binding - class javax.naming.Binding.
This class represents a name-to-object binding found in a context.
Binding(String, Object) - Constructor for class javax.naming.Binding
Constructs an instance of a Binding given its name and object.
Binding(String, Object, boolean) - Constructor for class javax.naming.Binding
Constructs an instance of a Binding given its name, object, and whether the name is relative.
Binding(String, String, Object) - Constructor for class javax.naming.Binding
Constructs an instance of a Binding given its name, class name, and object.
Binding(String, String, Object, boolean) - Constructor for class javax.naming.Binding
Constructs an instance of a Binding given its name, class name, object, and whether the name is relative.
bindObj(Object) - Static method in class com.arsdigita.acs.db.Database
Utility function returning an empty string if an input object is null.
BindTag - class com.arsdigita.acs.tags.BindTag.
 
BindTag() - Constructor for class com.arsdigita.acs.tags.BindTag
 
blobDmlFile(SqlStatement, File) - Method in class com.arsdigita.acs.db.Database
Utility function for writing a file to a BLOB in the database.
blobDmlFile(String, Object[], File) - Method in class com.arsdigita.acs.db.Database
Utility function for writing a file to a BLOB in the database.
BODY_CONTENT_EMPTY - Static variable in class javax.servlet.jsp.tagext.TagInfo
static constant for getBodyContent() when it is empty
BODY_CONTENT_JSP - Static variable in class javax.servlet.jsp.tagext.TagInfo
static constant for getBodyContent() when it is JSP
BODY_CONTENT_TAG_DEPENDENT - Static variable in class javax.servlet.jsp.tagext.TagInfo
static constant for getBodyContent() when it is Tag dependent
bodyContent - Variable in class javax.servlet.jsp.tagext.BodyTagSupport
 
BodyContent - class javax.servlet.jsp.tagext.BodyContent.
A JspWriter subclass that can be used to process body evaluations so they can re-extracted later on.
BodyContent(JspWriter) - Constructor for class javax.servlet.jsp.tagext.BodyContent
Protected constructor.
BodyPart - class javax.mail.BodyPart.
This class models a Part that is contained within a Multipart.
BodyPart() - Constructor for class javax.mail.BodyPart
 
BodyTag - interface javax.servlet.jsp.tagext.BodyTag.
The BodyTag interface extends Tag by defining additional methods that let a Tag handler access its body.
BodyTagSupport - class javax.servlet.jsp.tagext.BodyTagSupport.
Actions in a Tag Library are defined through subclasses of Tag.
BodyTagSupport() - Constructor for class javax.servlet.jsp.tagext.BodyTagSupport
Default constructor, all subclasses are required to only define a public constructor with the same signature, and to call the superclass constructor.
BodyTerm - class javax.mail.search.BodyTerm.
This class implements searches on Message Body.
BodyTerm(String) - Constructor for class javax.mail.search.BodyTerm
Constructor
bufferSize - Variable in class javax.servlet.jsp.JspWriter
 
buildWeekMap(String, String, String, Integer, boolean) - Static method in class com.arsdigita.acs.calendar.CalendarProcs
Assigns days to days of the week in a given month.
Bytes - class org.apache.java.lang.Bytes.
Static methods for managing byte arrays (all methods follow Big Endian order where most significant bits are in front).
Bytes() - Constructor for class org.apache.java.lang.Bytes
 
BytesMessage - interface javax.jms.BytesMessage.
A BytesMessage is used to send a message containing a stream of uninterpreted bytes.

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