Package com.day.cq.personalization
Interface Location
-
@ProviderType public interface Location
Simple data object that represents a targeted location item.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
Returns the name of the locationjava.lang.String
getPagePath()
Returns the path to the parent page of the locationjava.lang.String
getPath()
Returns the path to the location
-
-
-
Method Detail
-
getName
java.lang.String getName()
Returns the name of the location- Returns:
- Name of the location
-
getPath
java.lang.String getPath()
Returns the path to the location- Returns:
- Path to the location
-
getPagePath
java.lang.String getPagePath()
Returns the path to the parent page of the location- Returns:
- Path to the parent page of the location
-
-