Package org.apache.myfaces.view.facelets
Interface LocationAware
- 
- All Known Subinterfaces:
- ContextAware,- ContextAwareExceptionWrapper
 - All Known Implementing Classes:
- ContextAwareELException,- ContextAwareException,- ContextAwareMethodNotFoundException,- ContextAwarePropertyNotFoundException,- ContextAwarePropertyNotWritableException,- ContextAwareTagMethodExpression,- ContextAwareTagValueExpression,- DefaultContextAwareELException,- LocationAwareFacesException,- LocationMethodExpression
 
 public interface LocationAwareIdentification inferface for types that know aboutLocation. If type implements this interface, we can say that it knows where instance implementing this interfaces is located in facelets view.UIComponentis LocationAware-like, because it knows it's Location:UIComponent.VIEW_LOCATION_KEY- Author:
- martinkoci
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description LocationgetLocation()
 
-