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

M

mail - Variable in class org.rakeshv.xml.addressbook.Member
The mail attribute of the member element in the address book.
mail - Variable in class org.rakeshv.xml.addressbook.Person
The email address of the person.
MailException - Exception in org.rakeshv.mail
A custom exception that is used when any kind of exceptions are encountered when interacting with the javax.mail package, or the various other java packages that are used by the system.
MailException(String) - Constructor for exception org.rakeshv.mail.MailException
Create a new exception with the specified message.
MailException(String, Throwable) - Constructor for exception org.rakeshv.mail.MailException
Create a new exception with the specified message.
MailException(boolean, String) - Constructor for exception org.rakeshv.mail.MailException
Create a new exception with the specified message.
MailException(boolean, String, Throwable) - Constructor for exception org.rakeshv.mail.MailException
Create a new exception with the specified message and instance of Throwable that caused the problem.
MailPreferences - Class in org.rakeshv.mail
This class stores the mail account preferences for the user(s) currently logged on to the application.
MailPreferences() - Constructor for class org.rakeshv.mail.MailPreferences
Default constructor.
MailPreferences(String) - Constructor for class org.rakeshv.mail.MailPreferences
Just invoke MailPreferences.MailPreferences( String, String ) with a value of null for the preferred SAX Parser to use.
MailPreferences(String, String) - Constructor for class org.rakeshv.mail.MailPreferences
Load the specified address book XML file using the specified SAX Parser.
mailPreferences - Variable in class org.rakeshv.mail.WebMailBean
The MailPreferences for the WebMailBean.user.
mailServerPreferences - Variable in class org.rakeshv.mail.ServerPreferences
The reference to the MailServerPreferences object that is wrapped by this object.
mailTransportProtocol - Variable in class org.rakeshv.mail.WebMailBean
The mail transport protocol that is used for sending mail.
mailUserPreferences - Variable in class org.rakeshv.mail.UserPreferences
The reference to the MailUserPreferences object that is wrapped by this object.
main(String[]) - Static method in class org.rakeshv.applications.ConvertToTeX
 
main(String[]) - Static method in class org.rakeshv.applications.FullScreen
The main method checks to make sure that the current display supports full screen display.
main(String[]) - Static method in class org.rakeshv.applications.ImagePlayer
Creates an instance of ImagePlayer and set its initial size and layout.
main(String[]) - Static method in class org.rakeshv.utils.Change8Crmp10
 
main(String[]) - Static method in class org.rakeshv.utils.JCrypt
 
map - Static variable in class org.rakeshv.tex.ISOToASCII
The HashMap that holds the character mappings.
map - Static variable in class org.rakeshv.tex.ISOToTeX
The HashMap that holds the character mappings.
map - Variable in class org.rakeshv.utils.DynamicCache
The instance of ConcurrentHashMap that is used to hold the key-value entries.
Map<K,V> - Interface in org.rakeshv.utils
A sub-class of java.util.Map that defines additional methods that will be implemented by all the implementations that are used to implement caches.
map - Variable in class org.rakeshv.utils.SimpleLRU
A Map that is used to map the SimpleLRU.index (value) to the Object (key) that is being stored in the LRU.
Map.Statistics - Interface in org.rakeshv.utils
An interface that defines the methods that may be invoked to monitor cache usage.
mark(int) - Method in class org.rakeshv.io.LoggingInputStream
Marks the current position in this input stream.
mark(int) - Method in class org.rakeshv.io.LoggingReader
Mark the present position in the stream.
MARK_AS_DELETED - Static variable in class org.rakeshv.mail.MailPreferences
A constant that is used to indicate that the message being deleted should be marked as deleted (while left in the current folder).
MARK_AS_DELETED - Static variable in class org.rakeshv.mail.UserPreferences
A constant that is used to indicate that the message being deleted should be marked as deleted (while left in the current folder).
markSupported() - Method in class org.rakeshv.io.LoggingInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class org.rakeshv.io.LoggingReader
Tell whether this stream supports the LoggingReader.mark(int) operation.
maxEntries - Variable in class org.rakeshv.utils.LinkedHashMap
A variable used to keep track of the maximum number of entries to keep in the Map.
Member - Class in org.rakeshv.xml.addressbook
A bean that represents a member of an email group in the address book XML file.
Member() - Constructor for class org.rakeshv.xml.addressbook.Member
Default constructor.
Member(String) - Constructor for class org.rakeshv.xml.addressbook.Member
Create a new instance with the specified email address.
Member(String, String) - Constructor for class org.rakeshv.xml.addressbook.Member
Create a new instance with the specified nickname and email address.
members - Variable in class org.rakeshv.xml.addressbook.Group
The list of Member beans that together constitute the email group.
menuName - Variable in class biz.wedoit4u.databeans.CategoryBean
The value in the menu_name column.
message(String) - Static method in class biz.wedoit4u.Logger
Log the specified message to the Logger.outStream.
message - Variable in class org.rakeshv.mail.SendHandler
The Message object that is to be created with all the attributes and parts specified in the form post.
message - Variable in exception org.rakeshv.xml.addressbook.AddressException
The "friendly" error message that describes the error that was encountered.
messagesPerPage - Variable in class org.rakeshv.mail.MailPreferences
This field is used to store the user preference for the number of messages to be displayed on a page.
minute - Variable in class org.rakeshv.filters.CachingFilter.PurgeTime
The minute of hour at which the entire cache is to be purged.
miscConversions(String) - Static method in class org.rakeshv.tex.TransformTextFile
Make various other transformations to the text.
miscRegex - Static variable in class org.rakeshv.tex.TransformTextFile
Regular expression to change miscellaneous things
mkdirs(File) - Static method in class org.rakeshv.io.FileUtilities
Create the parent directory tree for the specified file if required.
mobilePhone - Variable in class biz.wedoit4u.databeans.PartnerBean
The value in the mobile_phone column.
mobilePhone - Variable in class org.rakeshv.xml.addressbook.Person
The mobile telephone number of the person.
modificationDate - Variable in class biz.wedoit4u.databeans.ContentBean
The value in the modification_date column.
modifyAlbum(Album) - Method in class org.rakeshv.xml.album.PhotoAlbum
Save the specified Album java bean that has been modified to the underlying JDOM tree.
modifyAssociatedGroup(Person) - Method in class org.rakeshv.xml.addressbook.AddressBook
Find the associated Group in the AddressBook.groups Map (if any), and change the Member.mail to the Person.mail of the Person object passed in.
modifyContent(String) - Method in class org.rakeshv.utils.LaTeXAccents
The method in which the conversion of the characters is done.
modifyGroup(Group) - Method in class org.rakeshv.xml.addressbook.AddressBook
Modify the specified Group in the address book.
modifyPerson(Person) - Method in class org.rakeshv.xml.addressbook.AddressBook
Save the specified Person java bean that has been modified to the underlying JDOM tree.
MOVE_TO_TRASH - Static variable in class org.rakeshv.mail.MailPreferences
A constant that is used to indicate that messages being deleted should be moved to the WebMailBean.trashFolderName folder.
MOVE_TO_TRASH - Static variable in class org.rakeshv.mail.UserPreferences
A constant that is used to indicate that messages being deleted should be moved to the WebMailBean.trashFolderName folder.
moveMessages(HttpServletRequest) - Method in class org.rakeshv.mail.WebMailBean
Move the specified message(s) from the WebMailBean.currentFolder to the specified folder.
moveToLastArticle() - Method in class org.rakeshv.net.NNTPSocket
Move to the previous news article.
moveToNextArticle() - Method in class org.rakeshv.net.NNTPSocket
Move to the next news article.

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