- unique() - Method in class sunlabs.brazil.sunlabs.ListTemplate.MyList
-
Remove all non unique elements of the list.
- UNKNOWN - Static variable in class sunlabs.brazil.server.FileHandler
-
- unsetRewriteState(int) - Method in class sunlabs.brazil.template.RewriteContext
-
Unset the given state of this RewriteContext.
- unsubst(String) - Static method in class sunlabs.brazil.util.Format
-
Make an html string suitable for including as an attribute value.
- url - Variable in class sunlabs.brazil.handler.PollHandler
-
- url - Variable in class sunlabs.brazil.server.Request
-
The URL specified in the request, not including any "?" query
string.
- url - Variable in class sunlabs.brazil.util.http.HttpRequest
-
The URL used to construct this HttpRequest
.
- urlDecode(String) - Static method in class sunlabs.brazil.util.http.HttpUtil
-
Decodes a URL-encoded string by replacing all the "%XX" escape
sequences in the string with the corresponding character.
- urlEncode(String) - Static method in class sunlabs.brazil.util.http.HttpUtil
-
Maps a string to be used in a query or post into a form that is
acceptable in an URL.
- urlMap - Variable in class sunlabs.brazil.handler.MapPage
-
- UrlMapFilter - Class in sunlabs.brazil.filter
-
Filter to Map url's from any proxied content.
- UrlMapFilter() - Constructor for class sunlabs.brazil.filter.UrlMapFilter
-
- UrlMapperHandler - Class in sunlabs.brazil.handler
-
Handler for mapping URL's or HTTP headers, or redirecting URLs
based on the contents of the current HTTP request.
- UrlMapperHandler() - Constructor for class sunlabs.brazil.handler.UrlMapperHandler
-
- UrlMapperHandler.MapProperties - Class in sunlabs.brazil.handler
-
Look in a dictionary first, then the provided properties.
- UrlMapperHandler.MapProperties(Properties, Dictionary) - Constructor for class sunlabs.brazil.handler.UrlMapperHandler.MapProperties
-
- UrlNavBarTemplate - Class in sunlabs.brazil.template
-
Template class for dynamically generating a navigation bar
by looking at portions of the url.
- UrlNavBarTemplate() - Constructor for class sunlabs.brazil.template.UrlNavBarTemplate
-
- urlPrefix - Variable in class sunlabs.brazil.handler.GenericProxyHandler
-
- urlPrefix - Variable in class sunlabs.brazil.proxy.HistoryFilter
-
- urlPrefix - Variable in class sunlabs.brazil.server.FileHandler
-
- urlSep - Variable in class sunlabs.brazil.filter.SessionFilter
-
- UrlSessionFilter - Class in sunlabs.brazil.filter
-
Sample filter to use url's instead of cookies for sessions.
- UrlSessionFilter() - Constructor for class sunlabs.brazil.filter.UrlSessionFilter
-
- urlToPath(String) - Static method in class sunlabs.brazil.server.FileHandler
-
Helper function to convert an url into a pathname.
- USE_PROXY - Static variable in class sunlabs.brazil.proxy.ProxyHandler
-
- useProxy(String, int) - Method in class sunlabs.brazil.proxy.SunProxy
-
Determines if the user should use an HTTP proxy when sending an HTTP
request to the specified host and port.
- UseProxy - Interface in sunlabs.brazil.proxy
-
This interface is used by the
ProxyHandler
class to
decide whether to issue an HTTP request directly to the
specified host, or to issue the request via an HTTP proxy.
- useProxy(String, int) - Method in interface sunlabs.brazil.proxy.UseProxy
-
Determines if the user can issue a direct or proxy request to the
specified host and port.