This project has retired. For details please refer to its
Attic page.
LocationUtils.LocationFinder (Cocoon API 2.1.12-dev [March 20 2012])
org.apache.cocoon.util.location
Interface LocationUtils.LocationFinder
- Enclosing class:
- LocationUtils
public static interface LocationUtils.LocationFinder
An finder or object locations
- Since:
- 2.1.8
getLocation
Location getLocation(Object obj,
String description)
- Get the location of an object
- Parameters:
obj
- the object for which to find a locationdescription
- and optional description to be added to the object's location
- Returns:
- the object's location or
null
if object's class isn't handled
by this finder.
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.