|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use URLNormalizer | |
---|---|
com.norconex.commons.lang.url | Classes making it easier to deal with and manipulate URLs. |
Uses of URLNormalizer in com.norconex.commons.lang.url |
---|
Methods in com.norconex.commons.lang.url that return URLNormalizer | |
---|---|
URLNormalizer |
URLNormalizer.addTrailingSlash()
Adds a trailing slash (/) to a URL ending with a directory. |
URLNormalizer |
URLNormalizer.addWWW()
Adds "www." domain name prefix. |
URLNormalizer |
URLNormalizer.decodeUnreservedCharacters()
Decodes percent-encoded unreserved characters. |
URLNormalizer |
URLNormalizer.lowerCaseSchemeHost()
Converts the scheme and host to lower case. |
URLNormalizer |
URLNormalizer.removeDefaultPort()
Removes the default port (80 for http, and 443 for https). |
URLNormalizer |
URLNormalizer.removeDirectoryIndex()
Removes directory index files. |
URLNormalizer |
URLNormalizer.removeDotSegments()
Removes the unnecessary "." and ".." segments from the URL path. |
URLNormalizer |
URLNormalizer.removeDuplicateSlashes()
Removes duplicate slashes. |
URLNormalizer |
URLNormalizer.removeEmptyParameters()
Removes empty parameters. |
URLNormalizer |
URLNormalizer.removeFragment()
Removes the URL fragment (from the "#" character until the end). |
URLNormalizer |
URLNormalizer.removeSessionIds()
Removes a URL-based session id. |
URLNormalizer |
URLNormalizer.removeTrailingQuestionMark()
Removes trailing question mark ("?"). |
URLNormalizer |
URLNormalizer.removeWWW()
Removes "www." domain name prefix. |
URLNormalizer |
URLNormalizer.replaceIPWithDomainName()
Replaces IP address with domain name. |
URLNormalizer |
URLNormalizer.secureScheme()
Converts http scheme to https . |
URLNormalizer |
URLNormalizer.sortQueryParameters()
Sorts query parameters. |
URLNormalizer |
URLNormalizer.unsecureScheme()
Converts https scheme to http . |
URLNormalizer |
URLNormalizer.upperCaseEscapeSequence()
Converts letters in URL-encoded escape sequences to upper case. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |