Interface RedirectConfigModel
@ProviderType
@Model(adaptables=org.apache.sling.api.resource.Resource.class)
public interface RedirectConfigModel
Sling Model interface for each instance of the redirect config.
-
Method Summary
Modifier and TypeMethodDescriptionGets the domain for mapping the requestgetPath()Gets the path under which to search for items to check for the vanity propertyGets the property to use for the vanity pathsGets the protocol (http or https) for mapping the requestorg.apache.sling.api.resource.ResourceThe resource for this configurations
-
Method Details
-
getDomain
Gets the domain for mapping the request- Returns:
-
getPath
Gets the path under which to search for items to check for the vanity property- Returns:
-
getProperty
Gets the property to use for the vanity paths- Returns:
-
getProtocol
Gets the protocol (http or https) for mapping the request- Returns:
-
getResource
org.apache.sling.api.resource.Resource getResource()The resource for this configurations- Returns:
-