All Implemented Interfaces:
Locatable
All Known Implementing Classes:
ResourceNotFoundException, LibraryException, FormsRuntimeException, DuplicateIdException, JXTException, LibraryException, IncompletenessException, ProcessingException, ConnectionResetException, InvalidContinuationException, FormsException, LocatedRuntimeException, LocatedException, BindingException
The first location of the collection returned by #getLocations() should be be identical to the result of org.apache.cocoon.util.location.Locatable#getLocation() .
If the list of locations designates a call stack, then its first element should be the deepmost
location of this stack. This is consistent with the need for getLocation() to
return the most precise location.
2.1.8 - $ - Id: MultiLocatable.java 446917 2006-09-16 19:10:40Z vgritsenko $| Method from org.apache.cocoon.util.location.MultiLocatable Summary: |
|---|
| addLocation, getLocations |
| Method from org.apache.cocoon.util.location.MultiLocatable Detail: |
|---|
Implementations are free to filter locations that can be added (e.g. Location#UNKNOWN ), and there is therefore no guarantee that the given location will actually be added to the list. Filtered locations are silently ignored. |
|