- fail() - Method in class sunlabs.brazil.handler.RePollHandler.Extract
-
- FetchTemplate - Class in sunlabs.brazil.sunlabs
-
Template class for substituting html pages into an html page.
- FetchTemplate() - Constructor for class sunlabs.brazil.sunlabs.FetchTemplate
-
- file - Variable in class sunlabs.brazil.handler.LogHandler
-
- file2path(Properties, String, String) - Method in class sunlabs.brazil.template.SetTemplate
-
Convert a file name into a file object.
- FileHandler - Class in sunlabs.brazil.server
-
Standard handler for fetching static files.
- FileHandler() - Constructor for class sunlabs.brazil.server.FileHandler
-
- fillProps(Properties, HttpRequest) - Method in class sunlabs.brazil.handler.PollHandler
-
Fill the properties from the input stream
- fillProps(Properties, HttpRequest) - Method in class sunlabs.brazil.handler.RePollHandler
-
Fill the properties by extracting fields from the response.
- filter(Request, MimeHeaders, byte[]) - Method in class sunlabs.brazil.filter.CopyContentFilter
-
Grab the contents, and save as a file (if file doesn't already exist).
- filter(Request, MimeHeaders, byte[]) - Method in class sunlabs.brazil.filter.ExecFilter
-
Run content through filter.
- Filter - Interface in sunlabs.brazil.filter
-
The
Filter
interface is used by the
FilterHandler
to examine and dynamically rewrite the contents of web pages obtained from
some source before returning that page to the client.
- filter(Request, MimeHeaders, byte[]) - Method in interface sunlabs.brazil.filter.Filter
-
Filters the content generated by the wrapped Handler
.
- filter(Request, MimeHeaders, byte[]) - Method in class sunlabs.brazil.filter.MD5Filter
-
Compute digest, add to header.
- filter(Request, MimeHeaders, byte[]) - Method in class sunlabs.brazil.filter.PlainFilter
-
Wrap html around text/plain, converting it to html.
- filter(Request, MimeHeaders, byte[]) - Method in class sunlabs.brazil.filter.ReFilter
-
If the content matches the regular expression, do the substitution.
- filter(Request, MimeHeaders, byte[]) - Method in class sunlabs.brazil.filter.ReplaceFilter
-
Grab the template file name, Read in the file, and
deliver it as content.
- filter(Request, MimeHeaders, byte[]) - Method in class sunlabs.brazil.filter.SessionFilter
-
Rewrite all the url's, adding the session id to the end
- filter(Request, MimeHeaders, byte[]) - Method in class sunlabs.brazil.filter.TemplateFilter
-
Evaluates the content as html/XML tags, if the file is (or has now been
converted to) "text/html".
- filter(Request, MimeHeaders, byte[]) - Method in class sunlabs.brazil.filter.UrlMapFilter
-
Rewrite all absolute links, if there are any left
- filter(Request, MimeHeaders, byte[]) - Method in class sunlabs.brazil.filter.UrlSessionFilter
-
Rewrite all the url's, adding the session id to the end
- filter(Request, MimeHeaders, byte[]) - Method in class sunlabs.brazil.proxy.CookieFilter
-
Returns the original content, since this filter does not change
content; it changes the headers.
- filter - Variable in class sunlabs.brazil.proxy.HistoryFilter
-
- filter(Request, MimeHeaders, byte[]) - Method in class sunlabs.brazil.proxy.HistoryFilter
-
Returns the original content, since this filter does not change
content.
- filter(Regsub, StringBuffer) - Method in interface sunlabs.brazil.util.regexp.Regexp.Filter
-
Given the current state of the match, generate the replacement
string.
- FilterHandler - Class in sunlabs.brazil.filter
-
The FilterHandler
captures the output of another
Handler
and allows the ouput to
be modified.
- FilterHandler() - Constructor for class sunlabs.brazil.filter.FilterHandler
-
- filters - Variable in class sunlabs.brazil.filter.FilterHandler
-
- findClose(int) - Method in class sunlabs.brazil.util.LexML
-
Find the closing tag ">".
This may be overriden by sub-classes to allow more sophisticated
behavior.
- firstTime - Variable in class sunlabs.brazil.util.http.HttpSocket
-
- FLUSH - Static variable in class sunlabs.brazil.handler.ChainSawHandler
-
- flush - Variable in class sunlabs.brazil.handler.LogHandler
-
- flush() - Method in class sunlabs.brazil.session.CacheManager
-
The active hashtable is too big, find the hashtable
with the worst Score, clear it, and set it as the active table.
- format - Variable in class sunlabs.brazil.handler.LogHandler
-
- format(String, String) - Method in class sunlabs.brazil.sunlabs.FormHelpTemplate
-
Substitute "arg" into "base" at "%"
- format(int, String, String) - Static method in class sunlabs.brazil.util.ClockFormat
-
Formats a time value based on seconds into a human readable string.
- Format - Class in sunlabs.brazil.util
-
Format a string by substituting values into it
from a properties object.
- Format() - Constructor for class sunlabs.brazil.util.Format
-
- formatTable(Dictionary, String) - Static method in class sunlabs.brazil.handler.ReflectHandler
-
Turn a hash table into html format.
- formatTime() - Static method in class sunlabs.brazil.util.http.HttpUtil
-
Returns a string containing the current time as an HTTP-formatted
date.
- formatTime(long) - Static method in class sunlabs.brazil.util.http.HttpUtil
-
Returns a string containing an HTTP-formatted date.
- FormClientTemplate - Class in sunlabs.brazil.template
-
[Deprecated, use the FormTemplate and SetTemplate instead]
SAMPLE Template class for substituting Default values into html forms
The data is retrieved from the client, and sent back to
the client later on.
- FormClientTemplate() - Constructor for class sunlabs.brazil.template.FormClientTemplate
-
- FormHelpTemplate - Class in sunlabs.brazil.sunlabs
-
Template class for adding field help to the FormTemplate.
- FormHelpTemplate() - Constructor for class sunlabs.brazil.sunlabs.FormHelpTemplate
-
- FormTemplate - Class in sunlabs.brazil.template
-
Template class for substituting default values into html forms.
- FormTemplate() - Constructor for class sunlabs.brazil.template.FormTemplate
-
- frame_1 - Variable in class sunlabs.brazil.handler.DialogHandler
-
- from - Variable in class sunlabs.brazil.template.QueueTemplate.QueueItem
-
- fromAlpha(String) - Static method in class sunlabs.brazil.sunlabs.MiscTemplate
-
Convert an alpha-only string to an integer.