Rakesh API
A B C D E F G H I J K L M N O P Q R S T U V W Z

L

lastAccess - Variable in class org.rakeshv.Statistics
The time in milliseconds that represents the last time at which the resource was accessed.
LaTeXAccents - Class in org.rakeshv.utils
Convert ISO character entities into their equivalent 7-bit ASCII characters, or LATEX equivalents.
LaTeXAccents() - Constructor for class org.rakeshv.utils.LaTeXAccents
Default constructor.
LaTeXAccents(String) - Constructor for class org.rakeshv.utils.LaTeXAccents
Modifies all accentuated characters in the specified String
LEFT_RAIL - Static variable in class biz.wedoit4u.databeans.SitePropertyBean
The default value to be used for the left_rail flag.
leftRail - Variable in class biz.wedoit4u.databeans.SitePropertyBean
The value in the left_rail column.
LinkedHashMap<K,V> - Class in org.rakeshv.utils
A sub-class of java.util.LinkedHashMap used to implement a size controlled Map.
LinkedHashMap() - Constructor for class org.rakeshv.utils.LinkedHashMap
Default constructor.
LinkedHashMap(int) - Constructor for class org.rakeshv.utils.LinkedHashMap
Constructs a new instance with the specified initial capacity.
LinkedHashMap(int, float) - Constructor for class org.rakeshv.utils.LinkedHashMap
Constructs a new instance with the specified initial capacity and load factor.
LinkedHashMap(int, float, boolean) - Constructor for class org.rakeshv.utils.LinkedHashMap
Constructs an empty LinkedHashMap instance with the specified initial capacity, load factor and ordering mode.
LinkedHashMap(Map<K, V>) - Constructor for class org.rakeshv.utils.LinkedHashMap
Constructs an ordered LinkedHashMap instance with the same mappings as the specified map.
LinkedHashMap.Statistics - Class in org.rakeshv.utils
An implementation of LinkedHashMap.Statistics used to track cache performance.
LinkedHashMap.Statistics() - Constructor for class org.rakeshv.utils.LinkedHashMap.Statistics
 
list - Variable in class org.rakeshv.utils.DynamicCache.Cleaner
A collection of instances of DynamicCache from which the garbage collected values are to be removed.
loadAddressBook(String) - Method in class org.rakeshv.xml.addressbook.AddressBook
Load the address book XML file (AddressBook.fileName) using JDOM, and populate the class fields AddressBook.persons and AddressBook.groups.
loadAlbums(String) - Method in class org.rakeshv.xml.album.PhotoAlbum
Load the album XML file (PhotoAlbum.fileName) using JDOM, and populate the PhotoAlbum.albums class field.
loadCSSContents() - Method in class biz.wedoit4u.CSSGenerator
Fetch all the style attributes associated with the customer, and populate the CSSGenerator.cssContents instance variable.
loadMailPreferences(String) - Method in class org.rakeshv.mail.MailPreferences
Load the address book XML file (MailPreferences.fileName) using JDOM, and populate the instance variables.
locale - Variable in class org.rakeshv.filters.CachingFilter.FileProperties
The locale header value.
lockObject - Static variable in class biz.wedoit4u.databeans.CategoryBean
An object that is used to synchronise modifications to the system cache of instances of these beans.
lockObject - Static variable in class biz.wedoit4u.databeans.ContentBean
An object that is used to synchronise modifications to the system cache of instances of these beans.
lockObject - Static variable in class biz.wedoit4u.databeans.CustomerBean
An object that is used to synchronise modifications to the system cache of instances of these beans.
lockObject - Static variable in class biz.wedoit4u.databeans.CustomerStyleBean
An object that is used to synchronise modifications to the system cache of instances of these beans.
lockObject - Static variable in class biz.wedoit4u.databeans.CustomerTypeBean
An object that is used to synchronise modifications to the system cache of instances of these beans.
lockObject - Static variable in class biz.wedoit4u.databeans.PartnerBean
An object that is used to synchronise modifications to the system cache of instances of these beans.
lockObject - Static variable in class biz.wedoit4u.databeans.PartnerStyleBean
An object that is used to synchronise modifications to the system cache of instances of these beans.
lockObject - Static variable in class biz.wedoit4u.databeans.SitePropertyBean
An object that is used to synchronise modifications to the system cache of instances of these beans.
lockObject - Static variable in class biz.wedoit4u.databeans.StyleClassBean
An object that is used to synchronise modifications to the system cache of instances of these beans.
loggedOn - Variable in class biz.wedoit4u.CDASession
A flag that is used to indicate that a user has successfully logged on to the service.
loggedOn - Variable in class biz.wedoit4u.PartnerSession
A flag used to indicate that a login session is valid.
Logger - Class in biz.wedoit4u
Utility class that is used to log errors/warnings/information to output files or to a back end database.
Logger() - Constructor for class biz.wedoit4u.Logger
 
logger - Static variable in class org.rakeshv.BaseObject
A logger used to log errors.
logger - Static variable in class org.rakeshv.dbutils.CloseResources
The logger instance used to log errors or other messages.
logger - Static variable in class org.rakeshv.utils.DynamicCache
The logger used to write information about cache activities.
logger - Static variable in class org.rakeshv.utils.LinkedHashMap
An instance of Logger used to log informational messages.
LoggingInputStream - Class in org.rakeshv.io
A decorator class that logs all the data it reads from the underlying InputStream to a specified OutputStream.
LoggingInputStream(InputStream, OutputStream) - Constructor for class org.rakeshv.io.LoggingInputStream
Create a new instance of the class that decorates the specified InputStream, and the specified OutputStream
LoggingInputStream(InputStream, String) - Constructor for class org.rakeshv.io.LoggingInputStream
Create a new instance of the class that decorates the specified InputStream, and the specified fileName
LoggingInputStream(InputStream, File) - Constructor for class org.rakeshv.io.LoggingInputStream
Create a new instance of the class that decorates the specified InputStream, and the specified file
LoggingReader - Class in org.rakeshv.io
A decorator class that logs all the data it reads from the underlying Reader to a specified Writer.
LoggingReader(Reader, Writer) - Constructor for class org.rakeshv.io.LoggingReader
Create a new instance of the class that decorates the specified Reader, and the specified Writer
LoggingReader(Reader, String) - Constructor for class org.rakeshv.io.LoggingReader
Create a new instance of the class that decorates the specified Reader, and the specified fileName
LoggingReader(Reader, File) - Constructor for class org.rakeshv.io.LoggingReader
Create a new instance of the class that decorates the specified Reader, and the specified file
login(String, String) - Method in class biz.wedoit4u.CDASession
Log the specified user into the CDA.
login(HttpServletRequest, HttpSession) - Method in class biz.wedoit4u.PartnerSession
Log the partner in to the CMA.
logout() - Method in class biz.wedoit4u.PartnerSession
Log the partner out of the CMA.
longName - Variable in class biz.wedoit4u.databeans.CategoryBean
The value in the long_name column.
LRU - Static variable in interface org.rakeshv.utils.DataStructure
A constant to designate the LRU implementation.
LRU<K,V> - Class in org.rakeshv.utils
A Least Recently Used implementation using a LinkedHashMap.
LRU() - Constructor for class org.rakeshv.utils.LRU
Default constructor.
LRU(int) - Constructor for class org.rakeshv.utils.LRU
Constructs an empty access-ordered instance with the specified initial capacity and a default load factor of LinkedHashMap.DEFAULT_LOAD_FACTOR.
LRU(int, float) - Constructor for class org.rakeshv.utils.LRU
Constructs an empty access-ordered instance with the specified initial capacity and load factor.
LRU(Map<K, V>) - Constructor for class org.rakeshv.utils.LRU
Constructs an access-ordered LRU instance with the same mappings as the specified map.
lru - Variable in class org.rakeshv.utils.SimpleLRU
An array that is used to implement a LRU.
LRU_CACHE - Static variable in class org.rakeshv.utils.LinkedHashMap
Flag to indicate access-order policy.
LRU_IMPLEMENTATION - Static variable in interface org.rakeshv.utils.DataStructure
Deprecated. Use DataStructure.LRU

Rakesh API
A B C D E F G H I J K L M N O P Q R S T U V W Z
Copyright © 2002-2005 - Rakesh Vidyadharan