Uses of Interface
org.apache.jasper.compiler.Generator

Packages that use Generator
org.apache.jasper.compiler   
 

Uses of Generator in org.apache.jasper.compiler
 

Classes in org.apache.jasper.compiler that implement Generator
 class BeanEndGenerator
          Deal with .
 class BeanGenerator
          Generate code for useBean.
 class CharDataGenerator
          CharDataGenerator generates the character data present in the JSP file.
 class DeclarationGenerator
          Generator to deal with JSP declarations.
 class ExpressionGenerator
          Generator to deal with JSP expressions: <%= ...
 class ForwardGenerator
          Generator for
(package private)  class org.apache.jasper.compiler.GeneratorBase
          Helpful abstract base class that generators can extend.
 class GetPropertyGenerator
          Generator for
 class IncludeGenerator
          Generator for
 class MappedCharDataGenerator
          CharDataGenerator generates the character data present in the JSP file.
 class PluginGenerator
          Generator for
 class ScriptletGenerator
          Generator for <% ....
 class SetPropertyGenerator
          Generator for
 class StoredCharDataGenerator
          StoredCharDataGenerator generates HTML and other data present in JSP files to be stored/serialized into a .dat file.
 class TagBeginGenerator
          Custom tag support.
 class TagEndGenerator
          Custom tag support.
(package private)  class org.apache.jasper.compiler.TagGeneratorBase
          Common stuff for use with TagBegin and TagEndGenerators.
 class TagPoolGenerator
          This class generates tag pooling related information.
 class TagPoolManagerGenerator
          This class generates code during the initilization phase that declares and attempts to obtain a TagPoolManager.
 

Methods in org.apache.jasper.compiler with parameters of type Generator
 void JakartaCommentGenerator.generateStartComment(Generator generator, ServletWriter out, Mark start, Mark stop)
          Generates "start-of the JSP-embedded code block" comment
 void JakartaCommentGenerator.generateEndComment(Generator generator, ServletWriter out, Mark start, Mark stop)
          Generates "end-of the JSP-embedded code block" comment
 void CommentGenerator.generateStartComment(Generator generator, ServletWriter out, Mark start, Mark stop)
          Generates "start-of the JSP-embedded code block" comment
 void CommentGenerator.generateEndComment(Generator generator, ServletWriter out, Mark start, Mark stop)
          Generates "end-of the JSP-embedded code block" comment
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.