agonism.dovetail.site
Class Location

java.lang.Object
  |
  +--agonism.dovetail.site.DovetailInstance
        |
        +--agonism.dovetail.site.Location
All Implemented Interfaces:
ILocation

public class Location
extends DovetailInstance
implements ILocation


Fields inherited from class agonism.dovetail.site.DovetailInstance
m_context
 
Constructor Summary
protected Location(IRequestContext context, QLocation location)
           
 
Method Summary
 java.lang.String getName()
          Get the name of the location.
 ILocation getParent()
          Get the parent location of the current location.
 
Methods inherited from class agonism.dovetail.site.DovetailInstance
findObject, findPageName, getContext, getFactory, getName, getPage, getPeer, getSite
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Location

protected Location(IRequestContext context,
                   QLocation location)
Method Detail

getName

public java.lang.String getName()
Description copied from interface: ILocation
Get the name of the location.
Specified by:
getName in interface ILocation

getParent

public ILocation getParent()
Description copied from interface: ILocation
Get the parent location of the current location.
Specified by:
getParent in interface ILocation