org.adfemg.audits.expressionlanguage
Class ExprLangAnalyzer

java.lang.Object
  extended by oracle.jdeveloper.audit.analyzer.Analyzer
      extended by org.adfemg.audits.expressionlanguage.ExprLangAnalyzer

public class ExprLangAnalyzer
extends Analyzer

Analyzer class for Expression Language.


Constructor Summary
ExprLangAnalyzer()
           
 
Method Summary
 void exit(AuditContext context, org.w3c.dom.Attr attr)
          Exit an attribute, check if this element is inside an iterator.
 
Methods inherited from class oracle.jdeveloper.audit.analyzer.Analyzer
cancel, getMetrics, getRules, isApplicationContentSupported, isCancelled, isEnabled, setEnabled, startTask
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExprLangAnalyzer

public ExprLangAnalyzer()
Method Detail

exit

public void exit(AuditContext context,
                 org.w3c.dom.Attr attr)
Exit an attribute, check if this element is inside an iterator. If so, check if we're an cacheResult attribute and check the value. Report the results back to the Editor.