|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dlese.dpc.schemedit.url.NormalizedURL
public class NormalizedURL
| Constructor Summary | |
|---|---|
NormalizedURL(String url)
|
|
| Method Summary | |
|---|---|
void |
normalize()
|
void |
normalizeByProtocol()
Protocol-Based Normalization (see RFC3986 6.2.4) |
void |
normalizeByScheme()
Scheme-Based Normalization (see RFC3986 6.2.3) |
void |
normalizeCase()
Case Normalization (see RFC3986 6.2.2.1) |
void |
normalizePathSegment()
Path Segment Normalization (see RFC3986 6.2.2.3) |
void |
normalizePercentEncoding()
Percent-Encoding Normalization (see RFC3986 6.2.2.2) |
void |
normalizeSyntax()
Performs the following: Case Normalization Percent-Encoding Normalization Path Segment Normalization |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NormalizedURL(String url)
throws URISyntaxException
URISyntaxException| Method Detail |
|---|
public void normalize()
normalize in interface NormalizedURIpublic void normalizeSyntax()
NormalizedURI
normalizeSyntax in interface NormalizedURIpublic void normalizeCase()
NormalizedURI
normalizeCase in interface NormalizedURIpublic void normalizePercentEncoding()
NormalizedURI
normalizePercentEncoding in interface NormalizedURIpublic void normalizePathSegment()
NormalizedURI
normalizePathSegment in interface NormalizedURIpublic void normalizeByScheme()
NormalizedURI
normalizeByScheme in interface NormalizedURIpublic void normalizeByProtocol()
NormalizedURI
normalizeByProtocol in interface NormalizedURIpublic String toString()
toString in class Object
|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||