org.apache.jasper.compiler
クラス CharDataGenerator
java.lang.Object
|
+--org.apache.jasper.compiler.GeneratorBase
|
+--org.apache.jasper.compiler.CharDataGenerator
- すべての実装インタフェース:
- Generator, ServiceMethodPhase
- 直系の既知のサブクラス:
- MappedCharDataGenerator
- public class CharDataGenerator
- extends org.apache.jasper.compiler.GeneratorBase
- implements ServiceMethodPhase
CharDataGenerator generates the character data present in the JSP
file. Typically this is HTML which lands up as strings in
out.println(...).
- 作成者:
- Anil K. Vijendran
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ctxt
protected JspCompilationContext ctxt
CharDataGenerator
public CharDataGenerator(char[] chars)
generate
public void generate(ServletWriter writer,
java.lang.Class phase)
init
public void init(JspCompilationContext ctxt)
throws JasperException
- 定義:
- インタフェース
Generator
内の init
generateCoordinates
public boolean generateCoordinates(java.lang.Class phase)
- 定義:
- インタフェース
Generator
内の generateCoordinates
Copyright ? 2000 Apache Software Foundation. All Rights Reserved.