Class UrlEncoderUtil.URI_PART
java.lang.Object
org.gcube.portlets.user.uriresolvermanager.util.UrlEncoderUtil.URI_PART
- Enclosing class:
- UrlEncoderUtil
Represents a URI split into base URI and query string parts.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
URI_PART
public URI_PART()Default constructor. -
URI_PART
Constructs a URI_PART with the given base URI and query string.- Parameters:
baseURI- the base URIqueryString- the query string (without '?'), or null if none
-
-
Method Details