Package org.makumba.analyser

Class Summary
AnalysableElement An analyzable element of the page, e.g. a tag or an EL expression.
AnalysableElement.FilePositionElementComparator  
AnalysableExpression An analysable EL expression, used for creating "implicit objects" as per EL definition (see http://java.sun.com/products/jsp/2.1/docs/jsp-2_1-pfd2/javax/el/ELResolver.html) Implementations of this class can be retrieved by ELResolver-s in order to get status information, perform analysis-time tasks, etc.
AnalysableTag Extend this class in order to get analysis support for your tag.
AnalysisInitControllerHandler This ControllerHandler ensures that the analysis is initialised correctly at each access
ELData Data for an EL value or method
ElementData  
PageCache Cache for the page analysis.
TagData A composite object passed to the analyzers.
Types Class used to store the types included in Makumba tags detected during analysis of a page