| java.lang.Object org.geoserver.ows.KvpParser org.geoserver.ows.kvp.URLKvpParser
URLKvpParser | public class URLKvpParser extends KvpParser (Code) | | Parses url kvp's of the form 'key='.
author: Justin Deoliveira, The Open Planning Project, jdeolive@openplans.org |
Constructor Summary | |
public | URLKvpParser(String key) Creates the parser specifying the name of the key to latch to. |
URLKvpParser | public URLKvpParser(String key)(Code) | | Creates the parser specifying the name of the key to latch to.
Parameters: key - The key whose associated value to parse. |
fixURL | String fixURL(String url)(Code) | | URLEncoder.encode does not respect the RFC 2396, so we rolled our own little
encoder. It's not complete, but should work in most cases
Parameters: url - |
|
|