| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_TITLE |
| Constructor and Description |
|---|
AddressImpl(org.apache.sling.api.resource.Resource resource,
net.adamcin.recap.api.Recap recap) |
AddressImpl(org.apache.sling.api.resource.Resource resource,
net.adamcin.recap.api.Recap recap,
org.apache.sling.api.resource.ValueMap properties) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHostname() |
String |
getPassword() |
Integer |
getPort() |
org.apache.sling.api.resource.Resource |
getResource() |
String |
getServletPath() |
String |
getTitle() |
String |
getUsername() |
boolean |
isHttps() |
String |
toString() |
public static final String PROP_TITLE
public AddressImpl(org.apache.sling.api.resource.Resource resource,
net.adamcin.recap.api.Recap recap,
org.apache.sling.api.resource.ValueMap properties)
public AddressImpl(org.apache.sling.api.resource.Resource resource,
net.adamcin.recap.api.Recap recap)
public org.apache.sling.api.resource.Resource getResource()
getResource in interface Addresspublic String getHostname()
getHostname in interface net.adamcin.recap.api.RecapAddressgetHostname in class net.adamcin.recap.util.DefaultRecapAddresspublic Integer getPort()
getPort in interface net.adamcin.recap.api.RecapAddressgetPort in class net.adamcin.recap.util.DefaultRecapAddresspublic boolean isHttps()
isHttps in interface net.adamcin.recap.api.RecapAddressisHttps in class net.adamcin.recap.util.DefaultRecapAddresspublic String getUsername()
getUsername in interface net.adamcin.recap.api.RecapAddressgetUsername in class net.adamcin.recap.util.DefaultRecapAddresspublic String getPassword()
getPassword in interface net.adamcin.recap.api.RecapAddressgetPassword in class net.adamcin.recap.util.DefaultRecapAddresspublic String getServletPath()
getServletPath in interface net.adamcin.recap.api.RecapAddressgetServletPath in class net.adamcin.recap.util.DefaultRecapAddressCopyright © 2012-2016. All Rights Reserved.