public interface Address
| Modifier and Type | Method and Description |
|---|---|
String |
getAnchor()
Return the anchor '#' section of the
Address, or null if no anchor is set. |
String |
getDomain()
Get the domain section of this
Address, or null if no domain is set. |
String |
getPath()
Get the path section of this
Address, or null if no path is set. |
String |
getPathAndQuery()
Get the path and query sections of this
Address, or null if neither are set. |
Integer |
getPort()
Get the port of this
Address, or null if no port is set. |
String |
getQuery()
Get the query section of this
Address, or null if no query is set. |
Map<String,List<Object>> |
getQueryParameters()
Get the query parameters of this
Address, or null if no query is set. |
String |
getScheme()
Get the scheme section of this
Address, or null if no scheme is set. |
String |
getSchemeSpecificPart()
Get the scheme section of this
Address, or null if no scheme specific part is set. |
boolean |
isAnchorSet()
|
boolean |
isDomainSet()
|
boolean |
isPathSet()
|
boolean |
isPortSet()
|
boolean |
isQuerySet()
|
boolean |
isSchemeSet()
|
boolean |
isSchemeSpecificPartSet()
|
String getAnchor()
Address, or null if no anchor is set.boolean isAnchorSet()
String getPathAndQuery()
Address, or null if neither are set.boolean isPathSet()
boolean isPortSet()
boolean isDomainSet()
boolean isSchemeSet()
String getSchemeSpecificPart()
Address, or null if no scheme specific part is set.boolean isSchemeSpecificPartSet()
Map<String,List<Object>> getQueryParameters()
Address, or null if no query is set.boolean isQuerySet()
Copyright © 2023 OCPsoft. All rights reserved.