Package org.apache.jasper.compiler
Class Collector
- java.lang.Object
-
- org.apache.jasper.compiler.Collector
-
class Collector extends java.lang.Object
Collect info about the page and nodes, and make them availabe through the PageInfo object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
Collector.CollectVisitor
A visitor for collecting information on the page and the body of the custom tags.
-
Constructor Summary
Constructors Constructor Description Collector()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
collect(Compiler compiler, Node.Nodes page)
-
-
-
Method Detail
-
collect
public static void collect(Compiler compiler, Node.Nodes page) throws JasperException
- Throws:
JasperException
-
-