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

L

LANGUAGE - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the preferred language to use with the service.
lastPersonalPost(Database, Integer, Integer) - Static method in class com.arsdigita.acs.chat.Chat
 
lastPost(Database, Integer) - Static method in class com.arsdigita.acs.chat.Chat
Returns chat_msg_id of most recent post in a room; used by JavaScript client to figure out whether an update to the main window is needed 5/28/2000 mbryzek added a unique index chat_msgs_room_approved_id_idx on chat_msgs(chat_room_id, approved_p, chat_msg_id) to avoid hitting the chat_msgs table at all when we're calling chat_last_post.
LASTUID - Static variable in interface javax.mail.UIDFolder
This is a special value that can be used as the end parameter in getMessages(start, end), to denote the last UID in this folder.
latestVersion(Database, Integer) - Static method in class com.arsdigita.acs.fs.FileStorageProcs
 
LdapContext - interface javax.naming.ldap.LdapContext.
This interface represents a context in which you can perform operations with LDAPv3-style controls and perform LDAPv3-style extended operations.
LdapReferralException - exception javax.naming.ldap.LdapReferralException.
This abstract class is used to represent an LDAP referral exception.
LdapReferralException() - Constructor for class javax.naming.ldap.LdapReferralException
Constructs a new instance of LdapReferralException.
LdapReferralException(String) - Constructor for class javax.naming.ldap.LdapReferralException
Constructs a new instance of LdapReferralException using the explanation supplied.
LE - Static variable in class javax.mail.search.ComparisonTerm
 
limit - Variable in class javax.naming.NameImplEnumerator
 
LimitExceededException - exception javax.naming.LimitExceededException.
This exception is thrown when a method terminates abnormally due to a user or system specified limit.
LimitExceededException() - Constructor for class javax.naming.LimitExceededException
Constructs a new instance of LimitExceededException with all name resolution fields and explanation initialized to null.
LimitExceededException(String) - Constructor for class javax.naming.LimitExceededException
Constructs a new instance of LimitExceededException using an explanation.
line - Variable in class javax.mail.internet.hdr
 
linkAddrType - Static variable in class javax.naming.LinkRef
 
linkClassName - Static variable in class javax.naming.LinkRef
 
LinkException - exception javax.naming.LinkException.
This exception is used to describe problems encounter while resolving links.
LinkException() - Constructor for class javax.naming.LinkException
Constructs a new instance of LinkException.
LinkException(String) - Constructor for class javax.naming.LinkException
Constructs a new instance of LinkException with an explanation All the other fields are initialized to null.
linkExplanation - Variable in class javax.naming.LinkException
Contains the exception of why resolution of the link failed.
LinkLoopException - exception javax.naming.LinkLoopException.
This exception is thrown when a loop was detected will attempting to resolve a link, or an implementation specific limit on link counts has been reached.
LinkLoopException() - Constructor for class javax.naming.LinkLoopException
Constructs a new instance of LinkLoopException.
LinkLoopException(String) - Constructor for class javax.naming.LinkLoopException
Constructs a new instance of LinkLoopException with an explanation All the other fields are initialized to null.
LinkRef - class javax.naming.LinkRef.
This class represents a Reference whose contents is a name, called the link name, that is bound to an atomic name in a context.
LinkRef(Name) - Constructor for class javax.naming.LinkRef
Constructs a LinkRef for a name.
LinkRef(String) - Constructor for class javax.naming.LinkRef
Constructs a LinkRef for a string name.
linkRemainingName - Variable in class javax.naming.LinkException
Contains the remaining link name that has not been resolved yet.
linkResolvedName - Variable in class javax.naming.LinkException
Contains the part of the link that has been successfully resolved.
linkResolvedObj - Variable in class javax.naming.LinkException
Contains the object to which resolution of the part of the link was successful.
list - Variable in class javax.naming.directory.BasicAttribute.ValuesEnumImpl
 
list() - Method in class javax.mail.Folder
Convenience method that returns the list of folders under this Folder.
list(Name) - Method in class javax.naming.InitialContext
 
list(Name) - Method in interface javax.naming.Context
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(Name) - Method in class javax.naming.spi.ContinuationContext
 
list(String) - Method in class javax.mail.Folder
Returns a list of Folders belonging to this Folder's namespace that match the specified pattern.
list(String) - Method in class javax.naming.InitialContext
 
list(String) - Method in interface javax.naming.Context
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(String) - Method in class javax.naming.spi.ContinuationContext
 
listBindings(Name) - Method in class javax.naming.InitialContext
 
listBindings(Name) - Method in interface javax.naming.Context
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(Name) - Method in class javax.naming.spi.ContinuationContext
 
listBindings(String) - Method in class javax.naming.InitialContext
 
listBindings(String) - Method in interface javax.naming.Context
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - Method in class javax.naming.spi.ContinuationContext
 
listSubscribed() - Method in class javax.mail.Folder
Convenience method that returns the list of subscribed folders under this Folder.
listSubscribed(String) - Method in class javax.mail.Folder
Returns a list of subscribed Folders belonging to this Folder's namespace that match the specified pattern.
load(InputStream) - Method in class org.apache.java.util.ConfigurationsRepository
A method to load the properties into a ConfigurationsRepository
load(InputStream) - Method in class org.apache.java.util.ExtendedProperties
Load the properties from the given input stream.
load(InputStream) - Method in class javax.mail.internet.InternetHeaders
Read and parse the given rfc822 message stream till the blank line separating the header from the body.
loadClass(String) - Method in class javax.naming.internal.VersionHelper
 
loadClass(String) - Method in class javax.naming.internal.VersionHelper12
 
loadClass(String) - Method in class javax.naming.internal.VersionHelper11
 
loadClass(String, String) - Method in class javax.naming.internal.VersionHelper
 
loadClass(String, String) - Method in class javax.naming.internal.VersionHelper12
 
loadClass(String, String) - Method in class javax.naming.internal.VersionHelper11
Temporary workaround in JDK1.1.x: uses RMI class loader.
loadClass(String, String, Class) - Method in interface javax.rmi.CORBA.UtilDelegate
Delegation call for Util.loadClass(java.lang.String, java.lang.String, java.lang.Class).
loadClass(String, String, Class) - Static method in class javax.rmi.CORBA.Util
Returns a class instance for the specified class.
log(Exception, String) - Method in interface javax.servlet.ServletContext
Deprecated. As of Java Servlet API 2.1, use ServletContext.log(String message, Throwable throwable) instead.

This method was originally defined to write an exception's stack trace and an explanatory error message to the servlet log file.

log(String) - Method in class javax.servlet.GenericServlet
Writes the specified message to a servlet log file, prepended by the servlet's name.
log(String) - Method in interface javax.servlet.ServletContext
Writes the specified message to a servlet log file, usually an event log.
log(String, Throwable) - Method in class javax.servlet.GenericServlet
Writes an explanatory message and a stack trace for a given Throwable exception to the servlet log file, prepended by the servlet's name.
log(String, Throwable) - Method in interface javax.servlet.ServletContext
Writes an explanatory message and a stack trace for a given Throwable exception to the servlet log file.
loggedInUser - Variable in class com.arsdigita.acs.calendar.CalendarInfo
 
loginUser(PageContext, Integer, boolean) - Static method in class com.arsdigita.acs.Security
 
logoutUser(PageContext) - Static method in class com.arsdigita.acs.Security
Logs out the user.
lookup(Name) - Method in class javax.naming.InitialContext
 
lookup(Name) - Method in interface javax.naming.Context
Retrieves the named object.
lookup(Name) - Method in class javax.naming.spi.ContinuationContext
 
lookup(String) - Static method in class com.arsdigita.acs.MemoizeCache
Returns the cached value for key; returns null if key is unmapped or if the mapping has expired.
lookup(String) - Method in class javax.naming.InitialContext
 
lookup(String) - Method in interface javax.naming.Context
Retrieves the named object.
lookup(String) - Method in class javax.naming.spi.ContinuationContext
 
lookupLink(Name) - Method in class javax.naming.InitialContext
 
lookupLink(Name) - Method in interface javax.naming.Context
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(Name) - Method in class javax.naming.spi.ContinuationContext
 
lookupLink(String) - Method in class javax.naming.InitialContext
 
lookupLink(String) - Method in interface javax.naming.Context
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - Method in class javax.naming.spi.ContinuationContext
 
LoopEmptyTag - class com.arsdigita.acs.tags.LoopEmptyTag.
 
LoopEmptyTag() - Constructor for class com.arsdigita.acs.tags.LoopEmptyTag
 
LoopTag - class com.arsdigita.acs.tags.LoopTag.
 
LoopTag() - Constructor for class com.arsdigita.acs.tags.LoopTag
 
LT - Static variable in class javax.mail.search.ComparisonTerm
 

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