org.apache.jasper.compiler
Class TagPoolManagerGenerator

java.lang.Object
  |
  +--org.apache.jasper.compiler.GeneratorBase
        |
        +--org.apache.jasper.compiler.TagPoolManagerGenerator
All Implemented Interfaces:
Generator, InitMethodPhase

public class TagPoolManagerGenerator
extends org.apache.jasper.compiler.GeneratorBase
implements InitMethodPhase

This class generates code during the initilization phase that declares and attempts to obtain a TagPoolManager.

Author:
Casey Lucas
See Also:
TagPoolManager

Field Summary
protected  JspCompilationContext ctxt
           
static java.lang.String MANAGER_VARIABLE
          variable name generated into java file
 
Constructor Summary
TagPoolManagerGenerator()
           
 
Method Summary
 void generate(ServletWriter writer, java.lang.Class phase)
          Generate ref to TagPoolManager
 boolean generateCoordinates(java.lang.Class phase)
           
 void init(JspCompilationContext ctxt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MANAGER_VARIABLE

public static final java.lang.String MANAGER_VARIABLE
variable name generated into java file

ctxt

protected JspCompilationContext ctxt
Constructor Detail

TagPoolManagerGenerator

public TagPoolManagerGenerator()
Method Detail

generate

public void generate(ServletWriter writer,
                     java.lang.Class phase)
Generate ref to TagPoolManager
Parameters:
writer -  
phase -  

init

public void init(JspCompilationContext ctxt)
          throws JasperException
Specified by:
init in interface Generator

generateCoordinates

public boolean generateCoordinates(java.lang.Class phase)
Specified by:
generateCoordinates in interface Generator


Copyright © 2001 Apache Software Foundation. All Rights Reserved.