org.apache.jasper.compiler
クラス StoredCharDataGenerator
java.lang.Object
|
+--org.apache.jasper.compiler.GeneratorBase
|
+--org.apache.jasper.compiler.StoredCharDataGenerator
- すべての実装インタフェース:
- ClassDeclarationPhase, Generator, InitMethodPhase, ServiceMethodPhase
- public class StoredCharDataGenerator
- extends org.apache.jasper.compiler.GeneratorBase
- implements ServiceMethodPhase, InitMethodPhase, ClassDeclarationPhase
StoredCharDataGenerator generates HTML and other data present in
JSP files to be stored/serialized into a .dat file.
- 作成者:
- Anil K. Vijendran
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ctxt
protected JspCompilationContext ctxt
StoredCharDataGenerator
public StoredCharDataGenerator(java.util.Vector vector,
java.lang.String fileName,
int stringId,
char[] chars)
generate
public void generate(ServletWriter writer,
java.lang.Class phase)
generateCoordinates
public boolean generateCoordinates(java.lang.Class phase)
- オーバーライド:
- クラス
org.apache.jasper.compiler.GeneratorBase
内の generateCoordinates
init
public void init(JspCompilationContext ctxt)
throws JasperException
- 定義:
- インタフェース
Generator
内の init
Copyright ? 2000 Apache Software Foundation. All Rights Reserved.