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

I

id - Variable in class com.arsdigita.acs.ScheduledProcedure
 
id - Variable in class javax.servlet.jsp.tagext.TagSupport
 
ID - Static variable in class javax.servlet.jsp.tagext.TagAttributeInfo
"id" is wired in to be ID.
IfNoRowsTag - class com.arsdigita.acs.tags.IfNoRowsTag.
 
IfNoRowsTag() - Constructor for class com.arsdigita.acs.tags.IfNoRowsTag
 
ignoreCase - Variable in class javax.mail.search.StringTerm
 
IllegalStateException - exception javax.jms.IllegalStateException.
This exception is thrown when a method is invoked at an illegal or inappropriate time or if the provider is not in an appropriate state for the requested operation.
IllegalStateException(String) - Constructor for class javax.jms.IllegalStateException
Construct a IllegalStateException with reason.
IllegalStateException(String, String) - Constructor for class javax.jms.IllegalStateException
Construct a IllegalStateException with reason and errorCode for exception
IllegalWriteException - exception javax.mail.IllegalWriteException.
The exception thrown when a write is attempted on a read-only attribute of any Messaging object.
IllegalWriteException() - Constructor for class javax.mail.IllegalWriteException
Constructs a IllegalWriteException with no detail message.
IllegalWriteException(String) - Constructor for class javax.mail.IllegalWriteException
Constructs a IllegalWriteException with the specified detail message.
ImageSize - class com.arsdigita.acs.ImageSize.
Utility class for getting the width and height of images for uploaded files.
ImageSize(String) - Constructor for class com.arsdigita.acs.ImageSize
 
impl - Variable in class javax.naming.CompoundName
Implementation of this compound name.
include(ServletRequest, ServletResponse) - Method in interface javax.servlet.RequestDispatcher
Includes the content of a resource (servlet, JSP page, HTML file) in the response.
include(String) - Method in class javax.servlet.jsp.PageContext
Causes the resource specified to be processed as part of the current ServletRequest and ServletResponse being processed by the calling Thread.
incrBase62(String) - Static method in class com.arsdigita.acs.bboard.BBoard
Increments a base 62 number using 0-9, A-Z, a-z as digits (A=10, a=36).
info - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
 
init() - Method in class com.arsdigita.acs.ModuleInitializer
 
init() - Method in class com.arsdigita.acs.RequestProcessor
Called when servlet is loaded, and sets static instance.
init() - Method in class com.arsdigita.acs.Parameters
Calls readParameters at start-up.
init() - Method in class javax.servlet.GenericServlet
A convenience method which can be overridden so that there's no need to call super.init(config).
init(Hashtable) - Method in class javax.naming.InitialContext
Initializes the initial context using the supplied environment.
init(ServletConfig) - Method in class javax.servlet.GenericServlet
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
init(ServletConfig) - Method in interface javax.servlet.Servlet
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
initGif(File) - Method in class com.arsdigita.acs.ImageSize
 
INITIAL_CONTEXT_FACTORY - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the initial context factory to use.
INITIAL_CONTEXT_FACTORY - Static variable in class javax.naming.internal.VersionHelper
 
InitialContext - class javax.naming.InitialContext.
This class is the starting context for performing naming operations.
InitialContext() - Constructor for class javax.naming.InitialContext
Constructs an initial context.
InitialContext(boolean) - Constructor for class javax.naming.InitialContext
Constructs an initial context with the option of not initializing it.
InitialContext(Hashtable) - Constructor for class javax.naming.InitialContext
Constructs an initial context using the supplied environment.
InitialContextFactory - interface javax.naming.spi.InitialContextFactory.
This interface represents a factory that creates an initial context.
InitialContextFactoryBuilder - interface javax.naming.spi.InitialContextFactoryBuilder.
This interface represents a builder that creates initial context factories.
initialDelay - Variable in class com.arsdigita.acs.ScheduledProcedure
 
InitialDirContext - class javax.naming.directory.InitialDirContext.
This class is the starting context for performing directory operations.
InitialDirContext() - Constructor for class javax.naming.directory.InitialDirContext
Constructs an initial DirContext.
InitialDirContext(boolean) - Constructor for class javax.naming.directory.InitialDirContext
Constructs an initial DirContext with the option of not initializing it.
InitialDirContext(Hashtable) - Constructor for class javax.naming.directory.InitialDirContext
Constructs an initial DirContext using the supplied environment.
initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class javax.servlet.jsp.PageContext
The initialize emthod is called to initialize an uninitialized PageContext so that it may be used by a JSP Implementation class to service an incoming request and response wihtin it's _jspService() method.
initializeCalendarParameters(HttpServletRequest, Integer, UserInfo, Integer, String, String, String, String, String) - Static method in class com.arsdigita.acs.calendar.CalendarProcs
Initializes calinfo variable and populates it with information used on calendar pages.
InitialLdapContext - class javax.naming.ldap.InitialLdapContext.
This class is the starting context for performing LDAPv3-style extended operations and controls.
InitialLdapContext() - Constructor for class javax.naming.ldap.InitialLdapContext
Constructs an initial context using no environment properties or connection request controls.
InitialLdapContext(Hashtable, Control[]) - Constructor for class javax.naming.ldap.InitialLdapContext
Constructs an initial context using environment properties and connection request controls.
INLINE - Static variable in interface javax.mail.Part
This part should be presented inline.
insertItem(Integer, Integer, String, SqlStatement, SqlStatement, Integer, Integer, String, Integer) - Static method in class com.arsdigita.acs.calendar.CalendarProcs
same as insertItem, defaults editable_p to true.
insertItem(Integer, Integer, String, SqlStatement, SqlStatement, Integer, Integer, String, Integer, Boolean) - Static method in class com.arsdigita.acs.calendar.CalendarProcs
Inserts a new calendar item into the appropriate calendar.
InsufficientResourcesException - exception javax.naming.InsufficientResourcesException.
This exception is thrown when resources are not available to complete the requested operation.
InsufficientResourcesException() - Constructor for class javax.naming.InsufficientResourcesException
Constructs a new instance of InsufficientResourcesException with all name resolution fields and explanation initialized to null.
InsufficientResourcesException(String) - Constructor for class javax.naming.InsufficientResourcesException
Constructs a new instance of InsufficientResourcesException using an explanation.
IntegerComparisonTerm - class javax.mail.search.IntegerComparisonTerm.
This class implements comparisons for integers.
IntegerComparisonTerm(int, int) - Constructor for class javax.mail.search.IntegerComparisonTerm
 
integerOptionList(int, int, String) - Static method in class com.arsdigita.acs.spam.Spam
Returns html code fragment for an option list of integer values
InternetAddress - class javax.mail.internet.InternetAddress.
This class models an RFC822 address.
InternetAddress() - Constructor for class javax.mail.internet.InternetAddress
Default constructor.
InternetAddress(String) - Constructor for class javax.mail.internet.InternetAddress
Constructor.
InternetAddress(String, String) - Constructor for class javax.mail.internet.InternetAddress
Construct an InternetAddress given the address and personal name.
InternetAddress(String, String, String) - Constructor for class javax.mail.internet.InternetAddress
Construct an InternetAddress given the address and personal name.
InternetHeaders - class javax.mail.internet.InternetHeaders.
InternetHeaders is a utility class that manages RFC822 style headers.
InternetHeaders() - Constructor for class javax.mail.internet.InternetHeaders
Create an empty InternetHeaders object.
InternetHeaders(InputStream) - Constructor for class javax.mail.internet.InternetHeaders
Read and parse the given rfc822 message stream till the blank line separating the header from the body.
InterruptedNamingException - exception javax.naming.InterruptedNamingException.
This exception is thrown when the naming operation being invoked has been interrupted.
InterruptedNamingException() - Constructor for class javax.naming.InterruptedNamingException
Constructs an instance of InterruptedNamingException with all name resolution fields and explanation initialized to null.
InterruptedNamingException(String) - Constructor for class javax.naming.InterruptedNamingException
Constructs an instance of InterruptedNamingException using an explanation of the problem.
inTransaction() - Method in class com.arsdigita.acs.db.Database
Returns true if in a transaction.
invalid - Variable in class javax.mail.SendFailedException
 
invalid - Variable in class javax.mail.event.TransportEvent
 
invalidate() - Method in interface javax.servlet.http.HttpSession
Invalidates this session and unbinds any objects bound to it.
invalidateContentHeaders(MimePart) - Static method in class javax.mail.internet.MimeBodyPart
 
InvalidAttributeIdentifierException - exception javax.naming.directory.InvalidAttributeIdentifierException.
This exception is thrown when an attempt is made to add to create an attribute with an invalid attribute identifier.
InvalidAttributeIdentifierException() - Constructor for class javax.naming.directory.InvalidAttributeIdentifierException
Constructs a new instance of InvalidAttributeIdentifierException.
InvalidAttributeIdentifierException(String) - Constructor for class javax.naming.directory.InvalidAttributeIdentifierException
Constructs a new instance of InvalidAttributeIdentifierException using the explanation supplied.
InvalidAttributesException - exception javax.naming.directory.InvalidAttributesException.
This exception is thrown when an attempt is made to add or modify an attribute set that has been specified incompletely or incorrectly.
InvalidAttributesException() - Constructor for class javax.naming.directory.InvalidAttributesException
Constructs a new instance of InvalidAttributesException.
InvalidAttributesException(String) - Constructor for class javax.naming.directory.InvalidAttributesException
Constructs a new instance of InvalidAttributesException using an explanation.
InvalidAttributeValueException - exception javax.naming.directory.InvalidAttributeValueException.
This class is thrown when an attempt is made to add to an attribute a value that conflicts with the attribute's schema definition.
InvalidAttributeValueException() - Constructor for class javax.naming.directory.InvalidAttributeValueException
Constructs a new instance of InvalidAttributeValueException.
InvalidAttributeValueException(String) - Constructor for class javax.naming.directory.InvalidAttributeValueException
Constructs a new instance of InvalidAttributeValueException using an explanation.
InvalidClientIDException - exception javax.jms.InvalidClientIDException.
This exception must be thrown when a client attempts to set a connection's client id to a value that is rejected by a provider.
InvalidClientIDException(String) - Constructor for class javax.jms.InvalidClientIDException
Construct a InvalidClientIDException with reason.
InvalidClientIDException(String, String) - Constructor for class javax.jms.InvalidClientIDException
Construct a InvalidClientIDException with reason and errorCode for exception
InvalidDestinationException - exception javax.jms.InvalidDestinationException.
This exception must be thrown when a destination is either not understood by a provider or is no longer valid.
InvalidDestinationException(String) - Constructor for class javax.jms.InvalidDestinationException
Construct a InvalidDestinationException with reason.
InvalidDestinationException(String, String) - Constructor for class javax.jms.InvalidDestinationException
Construct a InvalidDestinationException with reason and errorCode for exception
InvalidKeyException - exception com.arsdigita.acs.InvalidKeyException.
 
InvalidKeyException(String) - Constructor for class com.arsdigita.acs.InvalidKeyException
 
InvalidNameException - exception javax.naming.InvalidNameException.
This exception indicates that the name being specified does not conform to the naming syntax of a naming system.
InvalidNameException() - Constructor for class javax.naming.InvalidNameException
Constructs an instance of InvalidNameException with all fields set to null.
InvalidNameException(String) - Constructor for class javax.naming.InvalidNameException
Constructs an instance of InvalidNameException using an explanation of the problem.
InvalidSearchControlsException - exception javax.naming.directory.InvalidSearchControlsException.
This exception is thrown when the specification of the SearchControls for a search operation is invalid.
InvalidSearchControlsException() - Constructor for class javax.naming.directory.InvalidSearchControlsException
Constructs a new instance of InvalidSearchControlsException.
InvalidSearchControlsException(String) - Constructor for class javax.naming.directory.InvalidSearchControlsException
Constructs a new instance of InvalidSearchControlsException with an explanation.
InvalidSearchFilterException - exception javax.naming.directory.InvalidSearchFilterException.
This exception is thrown when the specification of a search filter is invalid.
InvalidSearchFilterException() - Constructor for class javax.naming.directory.InvalidSearchFilterException
Constructs a new instance of InvalidSearchFilterException.
InvalidSearchFilterException(String) - Constructor for class javax.naming.directory.InvalidSearchFilterException
Constructs a new instance of InvalidSearchFilterException with an explanation.
InvalidSelectorException - exception javax.jms.InvalidSelectorException.
This exception must be thrown when a JMS client attempts to give a provider a message selector with invalid syntax.
InvalidSelectorException(String) - Constructor for class javax.jms.InvalidSelectorException
Construct a InvalidSelectorException with reason.
InvalidSelectorException(String, String) - Constructor for class javax.jms.InvalidSelectorException
Construct a InvalidSelectorException with reason and errorCode for exception
InvalidTransactionException - exception javax.transaction.InvalidTransactionException.
This exception indicates that the request carried an invalid transaction context.
InvalidTransactionException() - Constructor for class javax.transaction.InvalidTransactionException
 
InvalidTransactionException(String) - Constructor for class javax.transaction.InvalidTransactionException
 
isAdministrationGroupMember(String, String) - Method in class com.arsdigita.acs.UserInfo
Verifies that this user is a member of administration group for the given module and submodule.
isArray() - Method in class com.arsdigita.acs.tags.ContractVarDesc
 
isAuthorized(UserInfo) - Static method in class com.arsdigita.acs.search.Search
 
isAutoFlush() - Method in class javax.servlet.jsp.JspWriter
 
isBrowserIdValid() - Method in class com.arsdigita.acs.ClientIdentification
 
isCallerInRole(Identity) - Method in interface javax.ejb.EJBContext
Deprecated. Use boolean isCallerInRole(String roleName) instead.
isCallerInRole(String) - Method in interface javax.ejb.EJBContext
Test if the caller has a given security role.
isCaseIgnored() - Method in interface javax.naming.directory.Attributes
Determines whether the attribute set ignores the case of attribute identifiers when retrieving or adding attributes.
isCaseIgnored() - Method in class javax.naming.directory.BasicAttributes
 
isCommitted() - Method in interface javax.servlet.ServletResponse
Returns a boolean indicating if the response has been committed.
isCommitted() - Method in class javax.servlet.http.NoBodyResponse
 
isConnected() - Method in class javax.mail.Service
Is this service currently connected?
isCritical() - Method in interface javax.naming.ldap.Control
Determines the criticality of the LDAP control.
isCustomMarshaled(Class) - Method in interface javax.rmi.CORBA.ValueHandler
Indicates whether the given class performs custom or default marshaling.
isDataFlavorSupported(DataFlavor) - Method in class javax.activation.DataHandler
Returns whether the specified data flavor is supported for this object.
isEmpty() - Method in class javax.activation.MimeTypeParameterList
Determine whether or not this list is empty.
isEmpty() - Method in interface javax.naming.Name
Determines whether this name is empty.
isEmpty() - Method in class javax.naming.NameImpl
 
isEmpty() - Method in class javax.naming.CompoundName
Determines whether this compound name is empty.
isEmpty() - Method in class javax.naming.CompositeName
Determines whether this composite name is empty.
isExpunged() - Method in class javax.mail.Message
Checks whether this message is expunged.
isGroupAdmin(Object) - Method in class com.arsdigita.acs.UserInfo
Verifies that this user is an administrator of groupId.
isGroupAdminP() - Method in class com.arsdigita.acs.calendar.CalendarInfo
Get the value of groupAdminP.
isGroupMember(Object) - Method in class com.arsdigita.acs.UserInfo
Verifies that this user is a member of groupId.
isGroupMemberP() - Method in class com.arsdigita.acs.calendar.CalendarInfo
Get the value of groupMemberP.
isIdentical(EJBObject) - Method in interface javax.ejb.EJBObject
Test if a given EJB object is identical to the invoked EJB object.
isLocal(Stub) - Method in interface javax.rmi.CORBA.UtilDelegate
Delegation call for Util.isLocal(javax.rmi.CORBA.Stub).
isLocal(Stub) - Static method in class javax.rmi.CORBA.Util
Returns true if the stub is in the same ORB instance as is the servant.
isMimeType(MimePart, String) - Static method in class javax.mail.internet.MimeBodyPart
 
isMimeType(String) - Method in interface javax.mail.Part
Is this Part of the specified MIME type? This method compares only the primaryType and subType.
isMimeType(String) - Method in class javax.mail.internet.MimeMessage
Is this Part of the specified MIME type? This method compares only the primaryType and subType.
isMimeType(String) - Method in class javax.mail.internet.MimeBodyPart
Is this Part of the specified MIME type? This method compares only the primaryType and subType.
isMimeTypeEqual(String) - Method in class javax.activation.ActivationDataFlavor
Is the string representation of the MIME type passed in equivalent to the MIME type of this DataFlavor.
isModerated() - Method in class com.arsdigita.acs.chat.ChatRoom
 
isMultiple() - Method in class com.arsdigita.acs.tags.ContractVarDesc
 
isNew() - Method in interface javax.servlet.http.HttpSession
Returns true if the client does not yet know about the session or if the client chooses not to join the session.
isNumber(String) - Static method in class com.arsdigita.acs.Utilities
Return true if the input string looks like a number.
isOpen() - Method in class javax.mail.Folder
Indicates whether this Folder is in the 'open' state.
isOptional() - Method in class com.arsdigita.acs.tags.ContractVarDesc
 
isOrdered() - Method in class javax.naming.directory.BasicAttribute
 
isOrdered() - Method in interface javax.naming.directory.Attribute
Determines whether this attribute's values are ordered.
isPermanent() - Method in class javax.servlet.UnavailableException
Returns a boolean indicating whether the servlet is permanently unavailable.
isPrivate() - Method in class com.arsdigita.acs.chat.ChatRoom
 
isReadOnly() - Method in interface javax.sql.RowSet
A rowset may be read-only.
isRelative() - Method in class javax.naming.NameClassPair
Determines whether the name of this binding is relative to the target context (which is named by the first parameter of the list() method).
isRemoved() - Method in class javax.mail.event.MessageCountEvent
Indicates whether this event is the result of an explicit expunge by this client, or due to an expunge from external sources.
isRequestedSessionIdFromCookie() - Method in interface javax.servlet.http.HttpServletRequest
Checks whether the requested session ID came in as a cookie.
isRequestedSessionIdFromUrl() - Method in interface javax.servlet.http.HttpServletRequest
Deprecated. As of Version 2.1 of the Java Servlet API, use HttpServletRequest.isRequestedSessionIdFromURL() instead.
isRequestedSessionIdFromURL() - Method in interface javax.servlet.http.HttpServletRequest
Checks whether the requested session ID came in as part of the request URL.
isRequestedSessionIdValid() - Method in interface javax.servlet.http.HttpServletRequest
Checks whether the requested session ID is still valid.
isRequired() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Is this required or not?
isSameRM(XAResource) - Method in interface javax.transaction.xa.XAResource
This method is called to determine if the resource manager instance represented by the target object is the same as the resouce manager instance represented by the parameter xares.
isScopeAdmin(Integer) - Method in class com.arsdigita.acs.Scope
return true if the given user is an administrator for this scope
isSecure() - Method in interface javax.servlet.ServletRequest
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
isSession() - Method in interface javax.ejb.EJBMetaData
Test if the enterprise Bean's type is "session".
isSessionIdValid() - Method in class com.arsdigita.acs.ClientIdentification
 
isSet() - Method in class com.arsdigita.acs.db.SqlStatement
 
isSet(Flags.Flag) - Method in class javax.mail.Message
Check whether the flag specified in the flag argument is set in this message.
isSet(Flags.Flag) - Method in class javax.mail.internet.MimeMessage
Check whether the flag specified in the flag argument is set in this message.
isSiteWideAdmin() - Method in class com.arsdigita.acs.UserInfo
returns true if a user is a site-wide admin.
isStatelessSession() - Method in interface javax.ejb.EJBMetaData
Test if the enterprise Bean's type is "stateless session".
isSubscribed() - Method in class javax.mail.Folder
Returns true if this Folder is subscribed.
isSystemNote() - Method in class com.arsdigita.acs.chat.ChatDataSource
 
isUserInRole(String) - Method in interface javax.servlet.http.HttpServletRequest
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
isValid(TagData) - Method in class javax.servlet.jsp.tagext.TagExtraInfo
Translation-time validation of the attributes.
isValid(TagData) - Method in class javax.servlet.jsp.tagext.TagInfo
Translation-time validation of the attributes.
isWriteAccessAllowed(UserInfo, Integer) - Static method in class com.arsdigita.acs.calendar.CalendarProcs
 
isWriteAccessAllowed(UserInfo, Integer, Integer) - Static method in class com.arsdigita.acs.calendar.CalendarProcs
Replaces calendar_item_write_access_p.
itemExists(String) - Method in interface javax.jms.MapMessage
Check if an item exists in this MapMessage.

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