Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » jasper » compiler » [javadoc | source]
org.apache.jasper.compiler
class: Collector [javadoc | source]
java.lang.Object
   org.apache.jasper.compiler.Collector
Collect info about the page and nodes, and make them availabe through the PageInfo object.
Nested Class Summary:
static class  Collector.CollectVisitor  A visitor for collecting information on the page and the body of the custom tags. 
Method from org.apache.jasper.compiler.Collector Summary:
collect
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jasper.compiler.Collector Detail:
 public static  void collect(Compiler compiler,
    Node.Nodes page) throws JasperException