agonism.dovetail.site
Interface ILocation
- All Known Implementing Classes:
- Location, Site, Page
- public interface ILocation
An ILocation is essentially a page or a directory. Locations
are a way to organize Pages on the disk and in URLs.
Method Summary |
java.lang.String |
getName()
Get the name of the location. |
ILocation |
getParent()
Get the parent location of the current location. |
getParent
public ILocation getParent()
- Get the parent location of the current location.
getName
public java.lang.String getName()
- Get the name of the location.