com.opensymphony.xwork2.util.location
Interface Locatable

All Known Implementing Classes:
ActionConfig, ConfigurationException, ExceptionMappingConfig, InterceptorConfig, InterceptorStackConfig, LocatableConstantFactory, LocatableFactory, LocatableProperties, Located, PackageConfig, ReferenceResolverException, ReflectionException, ResultConfig, ResultTypeConfig, TypeConversionException, ValidatorConfig, XWorkException

public interface Locatable

A interface that should be implemented by objects knowning their location (i.e. where they have been created from).


Method Summary
 Location getLocation()
          Get the location of this object
 

Method Detail

getLocation

Location getLocation()
Get the location of this object

Returns:
the location


Copyright © 2009 OpenSymphony. All Rights Reserved.