org.apache.jasper.compiler
Class PluginGenerator
java.lang.Object
|
+--org.apache.jasper.compiler.GeneratorBase
|
+--org.apache.jasper.compiler.PluginGenerator
- public class PluginGenerator
- extends org.apache.jasper.compiler.GeneratorBase
- implements ServiceMethodPhase
Generator for
- Author:
- Rajiv Mordani [mode@eng.sun.com], Danno Ferrin
Fields inherited from class org.apache.jasper.compiler.GeneratorBase |
ctxt |
Constructor Summary |
PluginGenerator(Mark start,
org.xml.sax.Attributes attrs,
java.util.Hashtable param,
java.lang.String fallback,
boolean isXml)
|
Methods inherited from class org.apache.jasper.compiler.GeneratorBase |
generateCoordinates |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
PluginGenerator
public PluginGenerator(Mark start,
org.xml.sax.Attributes attrs,
java.util.Hashtable param,
java.lang.String fallback,
boolean isXml)
init
public void init(JspCompilationContext ctxt)
throws JasperException
- Overrides:
- init in class org.apache.jasper.compiler.GeneratorBase
generate
public void generate(ServletWriter writer,
java.lang.Class phase)
throws JasperException
generateCommon
public void generateCommon(ServletWriter writer)
getAttribute
public java.lang.String getAttribute(java.lang.String name)
Copyright © 2000 Apache Software Foundation. All Rights Reserved.