org.apache.myfaces.debug
Interface LocationAware
- All Known Subinterfaces:
- LocationAndTagAttributeAware
public interface LocationAware
Identification inferface for types that know about Location.
If type implements this interface, we can say that it knows where
instance implementing this interfaces is located in facelets view.
UIComponent is LocationAware-like, because
it knows it's Location: UIComponent.VIEW_LOCATION_KEY
- Author:
- martinkoci
- See Also:
Location
getLocation
Location getLocation()
- Returns:
- the
Location instance where this object exists/is related to
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.