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. |
String |
getScheme()
Get the scheme section of this
Address, or null if no scheme is set. |
boolean |
isAnchorSet()
|
boolean |
isDomainSet()
|
boolean |
isPathSet()
|
boolean |
isPortSet()
|
boolean |
isQuerySet()
|
boolean |
isSchemeSet()
|
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()
boolean isQuerySet()
Copyright © 2013 OCPsoft. All Rights Reserved.