Interface ContextAware
- 
- All Superinterfaces:
- LocationAware
 - All Known Subinterfaces:
- ContextAwareExceptionWrapper
 - All Known Implementing Classes:
- ContextAwareELException,- ContextAwareException,- ContextAwareMethodNotFoundException,- ContextAwarePropertyNotFoundException,- ContextAwarePropertyNotWritableException,- ContextAwareTagMethodExpression,- ContextAwareTagValueExpression,- DefaultContextAwareELException
 
 public interface ContextAware extends LocationAware Identification inferface for types that know aboutLocationand XML attribute name/value pair.- Location -  location instance - see LocationAware
- expressionString - expression String Expression.getExpressionString()
- qName - the qualified name for attribute
      TagAttribute.getQName()
 - Author:
- martinkoci
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetExpressionString()StringgetQName()- 
Methods inherited from interface org.apache.myfaces.view.facelets.LocationAwaregetLocation
 
- 
 
-