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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MANAGER_VARIABLE
public static final java.lang.String MANAGER_VARIABLE
- variable name generated into java file
- See Also:
- Constant Field Values
ctxt
protected JspCompilationContext ctxt
TagPoolManagerGenerator
public TagPoolManagerGenerator()
generate
public void generate(ServletWriter writer,
java.lang.Class phase)
- Generate ref to TagPoolManager
- Specified by:
generate
in interface Generator
- Parameters:
writer
- phase
-
init
public void init(JspCompilationContext ctxt)
throws JasperException
- Specified by:
init
in interface Generator
- Throws:
JasperException
generateCoordinates
public boolean generateCoordinates(java.lang.Class phase)
- Specified by:
generateCoordinates
in interface Generator
Copyright ? 2001 Apache Software Foundation. All Rights Reserved.