Interface LocationAware

All Known Subinterfaces:
ContextAware, ContextAwareExceptionWrapper
All Known Implementing Classes:
ContextAwareELException, ContextAwareException, ContextAwareMethodNotFoundException, ContextAwarePropertyNotFoundException, ContextAwarePropertyNotWritableException, ContextAwareTagMethodExpression, ContextAwareTagValueExpression, DefaultContextAwareELException, LocationAwareFacesException, LocationMethodExpression

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
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getLocation

      Location getLocation()
      Returns:
      the Location instance where this object exists/is related to