Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
<
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
_
F
fetch(Message[], FetchProfile)
- Method in class javax.mail.
Folder
Prefetch the items specified in the FetchProfile for the given Messages.
FetchProfile
- class javax.mail.
FetchProfile
.
Clients use a FetchProfile to list the Message attributes that it wishes to prefetch from the server for a range of messages.
FetchProfile.Item
- class javax.mail.
FetchProfile.Item
.
This inner class is the base class of all items that can be requested in a FetchProfile.
FetchProfile.Item(String)
- Constructor for class javax.mail.
FetchProfile.Item
Constructor for an item.
FetchProfile()
- Constructor for class javax.mail.
FetchProfile
Create an empty FetchProfile.
fieldFormElement(String, String, String)
- Static method in class com.arsdigita.acs.
HtmlWidgets
Creates a HTML form fragment of a type appropriate for the type of data expected (e.g.
file
- Variable in class org.apache.java.util.
ConfigurationsRepository
The file connected to this repository (holding comments and such)
FileDataSource
- class javax.activation.
FileDataSource
.
The FileDataSource class implements a simple DataSource object that encapsulates a file.
FileDataSource(File)
- Constructor for class javax.activation.
FileDataSource
Creates a FileDataSource from a File object.
FileDataSource(String)
- Constructor for class javax.activation.
FileDataSource
Creates a FileDataSource from the specified path name.
fileLocation(String)
- Static method in class com.arsdigita.acs.spam.
Spam
Returns the absolute path to the spam file.
FileStorageProcs
- class com.arsdigita.acs.fs.
FileStorageProcs
.
FileStorageProcs()
- Constructor for class com.arsdigita.acs.fs.
FileStorageProcs
FileTypeMap
- class javax.activation.
FileTypeMap
.
The FileTypeMap is an abstract class that provides a data typing interface for files.
FileTypeMap()
- Constructor for class javax.activation.
FileTypeMap
The default constructor.
Filter
- interface com.arsdigita.acs.
Filter
.
Interface for a generic filter, to test incoming requests and screen them out or pass them through as appropriate.
FILTER_BREAK
- Static variable in interface com.arsdigita.acs.
Filter
Indicates that the caller should stop procesing the request, and not process any more filters.
FILTER_OK
- Static variable in interface com.arsdigita.acs.
Filter
Indicates the caller should continue procesing the request
FILTER_RETURN
- Static variable in interface com.arsdigita.acs.
Filter
Indicates that the caller should not continue processing the request
filter(HttpServletRequest, HttpServletResponse, ServletContext)
- Method in interface com.arsdigita.acs.
Filter
The request filter interface.
filter(HttpServletRequest, HttpServletResponse, ServletContext)
- Method in class com.arsdigita.acs.
Clickthrough
Handles a URL of the form /ct/local/URL?send_to=foreignURL.
filter(HttpServletRequest, HttpServletResponse, ServletContext)
- Method in class com.arsdigita.acs.
AdminFilter
filter(HttpServletRequest, HttpServletResponse, ServletContext)
- Method in class com.arsdigita.acs.fs.
Download
filter(HttpServletRequest, HttpServletResponse, ServletContext)
- Method in class com.arsdigita.acs.ug.
UserGroupFilter
Processes an incoming URL under /groups or /(group-type) and sets appropriate request attributes for the requested URL.
FilterBase
- class com.arsdigita.acs.
FilterBase
.
Filter base class
FilterBase()
- Constructor for class com.arsdigita.acs.
FilterBase
finalize()
- Method in class com.arsdigita.acs.
Permissions
finalize()
- Method in class com.arsdigita.acs.db.
Database
Called by the garbage collector at some point after
this
goes out of scope.
finalize()
- Method in class javax.mail.
Service
Stop the event dispatcher thread so the queue can be garbage collected.
finalize()
- Method in class javax.mail.
Folder
findAncestorWithClass(Tag, Class)
- Static method in class javax.servlet.jsp.tagext.
TagSupport
Find the instance of a given class type that is closest to a given instance.
findAttribute(String)
- Method in class javax.servlet.jsp.
PageContext
Searches for the named attribute in page, request, session (if valid), and application scope(s) in order and returns the value associated or null.
FinderException
- exception javax.ejb.
FinderException
.
The FinderException exception must be included in the throws clause of every findMETHOD(...) method of an entity Bean's home interface.
FinderException()
- Constructor for class javax.ejb.
FinderException
Constructs an FinderException with no detail message.
FinderException(String)
- Constructor for class javax.ejb.
FinderException
Constructs an FinderException with the specified detail message.
FLAGGED
- Static variable in class javax.mail.
Flags.Flag
This message is flagged.
flags
- Variable in class javax.mail.internet.
MimeMessage
The Flags for this message.
flags
- Variable in class javax.mail.search.
FlagTerm
Flags object containing the flags to test.
Flags
- class javax.mail.
Flags
.
The Flags class represents the set of flags on a Message.
FLAGS
- Static variable in class javax.mail.
FetchProfile.Item
This is the Flags item.
FLAGS_CHANGED
- Static variable in class javax.mail.event.
MessageChangedEvent
The message's flags changed.
Flags.Flag
- class javax.mail.
Flags.Flag
.
This inner class represents an individual system flag.
Flags()
- Constructor for class javax.mail.
Flags
Construct an empty Flags object.
Flags(Flags.Flag)
- Constructor for class javax.mail.
Flags
Construct a Flags object initialized with the given system flag.
Flags(Flags)
- Constructor for class javax.mail.
Flags
Construct a Flags object initialized with the given flags.
Flags(String)
- Constructor for class javax.mail.
Flags
Construct a Flags object initialized with the given user flag.
FlagTerm
- class javax.mail.search.
FlagTerm
.
This class implements comparisons for Message Flags.
FlagTerm(Flags, boolean)
- Constructor for class javax.mail.search.
FlagTerm
Constructor.
flush()
- Method in class javax.servlet.jsp.
JspWriter
Flush the stream.
flush()
- Method in class javax.servlet.jsp.tagext.
BodyContent
Redefine flush().
flush(String)
- Static method in class com.arsdigita.acs.
MemoizeCache
Flush a value from the cache.
flushBuffer()
- Method in interface javax.servlet.
ServletResponse
Forces any content in the buffer to be written to the client.
flushBuffer()
- Method in class javax.servlet.http.
NoBodyResponse
folder
- Variable in class javax.mail.
Message
The containing folder, if this message is obtained from a folder
folder
- Variable in class javax.mail.event.
FolderEvent
The folder the event occurred on.
Folder
- class javax.mail.
Folder
.
Folder is an abstract class that represents a folder for mail messages.
Folder(Store)
- Constructor for class javax.mail.
Folder
Constructor that takes a Store object.
FolderAdapter
- class javax.mail.event.
FolderAdapter
.
The adapter which receives Folder events.
FolderAdapter()
- Constructor for class javax.mail.event.
FolderAdapter
FolderBox
- class com.arsdigita.acs.fs.
FolderBox
.
FolderBox(Integer, String, Database)
- Constructor for class com.arsdigita.acs.fs.
FolderBox
FolderClosedException
- exception javax.mail.
FolderClosedException
.
This exception is thrown when a method is invoked on a Messaging object and the Folder that owns that object has died due to some reason.
FolderClosedException(Folder)
- Constructor for class javax.mail.
FolderClosedException
Constructor
FolderClosedException(Folder, String)
- Constructor for class javax.mail.
FolderClosedException
Constructor
folderCreated(FolderEvent)
- Method in interface javax.mail.event.
FolderListener
Invoked when a Folder is created.
folderCreated(FolderEvent)
- Method in class javax.mail.event.
FolderAdapter
folderDeleted(FolderEvent)
- Method in interface javax.mail.event.
FolderListener
Invoked when a folder is deleted.
folderDeleted(FolderEvent)
- Method in class javax.mail.event.
FolderAdapter
FolderEvent
- class javax.mail.event.
FolderEvent
.
This class models Folder
existence
events.
FolderEvent(Object, Folder, Folder, int)
- Constructor for class javax.mail.event.
FolderEvent
Constructor.
FolderEvent(Object, Folder, int)
- Constructor for class javax.mail.event.
FolderEvent
Constructor.
FolderListener
- interface javax.mail.event.
FolderListener
.
This is the Listener interface for Folder events.
FolderNotFoundException
- exception javax.mail.
FolderNotFoundException
.
This exception is thrown by Folder methods, when those methods are invoked on a non existent folder.
FolderNotFoundException()
- Constructor for class javax.mail.
FolderNotFoundException
Constructs a MessagingException with no detail message.
FolderNotFoundException(String, Folder)
- Constructor for class javax.mail.
FolderNotFoundException
Constructs a MessagingException with the specified detail message and the specified folder.
folderRenamed(FolderEvent)
- Method in interface javax.mail.event.
FolderListener
Invoked when a folder is renamed.
folderRenamed(FolderEvent)
- Method in class javax.mail.event.
FolderAdapter
FooterTag
- class com.arsdigita.acs.tags.
FooterTag
.
FooterTag()
- Constructor for class com.arsdigita.acs.tags.
FooterTag
ForbiddenException
- exception com.arsdigita.acs.
ForbiddenException
.
ForbiddenException(String, String)
- Constructor for class com.arsdigita.acs.
ForbiddenException
ForeachTag
- class com.arsdigita.acs.tags.
ForeachTag
.
ForeachTag()
- Constructor for class com.arsdigita.acs.tags.
ForeachTag
ForeachTagExtraInfo
- class com.arsdigita.acs.tags.
ForeachTagExtraInfo
.
ForeachTagExtraInfo()
- Constructor for class com.arsdigita.acs.tags.
ForeachTagExtraInfo
forget(Xid)
- Method in interface javax.transaction.xa.
XAResource
Tell the resource manager to forget about a heuristically completed transaction branch.
formatCell(StringBuffer, String, DataSource)
- Method in class com.arsdigita.acs.html.
Table
For columns whose displayInfo parameter is set to CUSTOM, this method is called so that subclasses can generate a display different from what is possible with the default displays.
formatDateTimeString(String, String)
- Static method in class com.arsdigita.acs.calendar.
CalendarProcs
formatDateTimeString(String, String, boolean)
- Static method in class com.arsdigita.acs.calendar.
CalendarProcs
formatDateTimeString(String, String, boolean, boolean)
- Static method in class com.arsdigita.acs.calendar.
CalendarProcs
formatDateTimeString(String, String, boolean, boolean, String)
- Static method in class com.arsdigita.acs.calendar.
CalendarProcs
Formats date/time See description of getWidgetDatetime
formatGeneralComment(HttpServletRequest, int, String, String, int, int, String, String, boolean)
- Static method in class com.arsdigita.acs.generalcomments.
GeneralComments
Helper procedure (for commentsSummarySorted in particular), to format one comment w/ appropriate attachment link.
formatGeneralComment(HttpServletRequest, int, String, String, int, int, String, String, boolean, String)
- Static method in class com.arsdigita.acs.generalcomments.
GeneralComments
Helper procedure (for commentsSummarySorted in particular), to format one comment w/ appropriate attachment link.
formatSortClause(StringBuffer, String, String)
- Method in class com.arsdigita.acs.html.
Table
Called from the orderByFromSortSpec method for columns whose sortInfo parameter has been set to SORT_CUSTOM.
forward(ServletRequest, ServletResponse)
- Method in interface javax.servlet.
RequestDispatcher
Forwards a request from a servlet to another resource (servlet, JSP file, or HTML file) on the server.
forward(String)
- Method in class javax.servlet.jsp.
PageContext
This method is used to re-direct, or "forward" the current ServletRequest and ServletResponse to another active component in the application.
freeze()
- Method in class com.arsdigita.acs.
Selection
Returns a mapping from column names to objects, to stash a current set of values for a row.
FromStringTerm
- class javax.mail.search.
FromStringTerm
.
This class implements string comparisons for the From Address header.
FromStringTerm(String)
- Constructor for class javax.mail.search.
FromStringTerm
Constructor.
FromTerm
- class javax.mail.search.
FromTerm
.
This class implements comparisons for the From Address header.
FromTerm(Address)
- Constructor for class javax.mail.search.
FromTerm
Constructor
fsFolderDefSelection(Database, Integer, Integer, boolean, Integer, Integer)
- Static method in class com.arsdigita.acs.fs.
FileStorageProcs
fullURL
- Variable in class javax.mail.
URLName
The full version of the URL
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
<
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
_