@ProviderType
@Model(adaptables=org.apache.sling.api.resource.Resource.class)
public interface RedirectConfigModel
| Modifier and Type | Method and Description |
|---|---|
String |
getDomain()
Gets the domain for mapping the request
|
String |
getPath()
Gets the path under which to search for items to check for the vanity
property
|
String |
getProperty()
Gets the property to use for the vanity paths
|
String |
getProtocol()
Gets the protocol (http or https) for mapping the request
|
org.apache.sling.api.resource.Resource |
getResource()
The resource for this configurations
|
@Inject String getDomain()
@Inject String getPath()
@Inject String getProperty()
@Inject String getProtocol()
org.apache.sling.api.resource.Resource getResource()
Copyright © 2013–2020 Adobe. All rights reserved.