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 Address
public String getHostname()
getHostname
in interface net.adamcin.recap.api.RecapAddress
getHostname
in class net.adamcin.recap.util.DefaultRecapAddress
public Integer getPort()
getPort
in interface net.adamcin.recap.api.RecapAddress
getPort
in class net.adamcin.recap.util.DefaultRecapAddress
public boolean isHttps()
isHttps
in interface net.adamcin.recap.api.RecapAddress
isHttps
in class net.adamcin.recap.util.DefaultRecapAddress
public String getUsername()
getUsername
in interface net.adamcin.recap.api.RecapAddress
getUsername
in class net.adamcin.recap.util.DefaultRecapAddress
public String getPassword()
getPassword
in interface net.adamcin.recap.api.RecapAddress
getPassword
in class net.adamcin.recap.util.DefaultRecapAddress
public String getServletPath()
getServletPath
in interface net.adamcin.recap.api.RecapAddress
getServletPath
in class net.adamcin.recap.util.DefaultRecapAddress
Copyright © 2012-2016. All Rights Reserved.