| java.lang.Object uk.org.ponder.rsf.renderer.html.URLRewriteSCR
URLRewriteSCR | public class URLRewriteSCR implements BasicSCR(Code) | | Performs a URL-rewrite for a template-relative
"resource" URL (e.g. image or CSS) as found in a template.
author: Antranig Basman (antranig@caret.cam.ac.uk) |
getResolvedURLMap | public Map getResolvedURLMap(XMLLump lump, String name, Map cloned)(Code) | | Parameters: attrs - A non-modifiable map of the attributes that may need to befiltered. Parameters: name - The name of an attribute whose value is a URL requiring rewriting. Parameters: cloned - Either a modifiable map of the attributes, or null if none yet exists. Either null if no modification was performed, or amodifiable attribute map. |
|
|