Format the given URL using a URL template, if defined in a URL
template config file. The
org.apache.beehive.netui.core.urls.URIContext encapsulates some additional data needed to write out the string form.
E.g. It defines if the "&" entity or the
'&' character should be used to separate quary parameters.
Parameters: servletContext - the current ServletContext. Parameters: request - the current ServletRequest. Parameters: uri - the MutableURI to be formatted into a String. Parameters: key - key for the URL template type to use for formatting the URI Parameters: uriContext - data required to write out the string form. the URL as a String
Fields inherited from org.apache.beehive.netui.core.urls.TemplatedURLFormatter