org.apache.jasper.compiler
クラス MappedCharDataGenerator

java.lang.Object
  |
  +--org.apache.jasper.compiler.GeneratorBase
        |
        +--org.apache.jasper.compiler.CharDataGenerator
              |
              +--org.apache.jasper.compiler.MappedCharDataGenerator
すべての実装インタフェース:
Generator, ServiceMethodPhase

public class MappedCharDataGenerator
extends CharDataGenerator

CharDataGenerator generates the character data present in the JSP file. Typically this is HTML which lands up as strings in out.println(...). This generator will print the HTML line-by-line. This is a feature desired by lots of tool vendors.

作成者:
Mandar Raje

クラス org.apache.jasper.compiler.CharDataGenerator から継承したフィールド
ctxt
 
コンストラクタの概要
MappedCharDataGenerator(char[] chars)
           
 
メソッドの概要
 void generate(ServletWriter writer, java.lang.Class phase)
           
 
クラス org.apache.jasper.compiler.CharDataGenerator から継承したメソッド
generateCoordinates, init
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MappedCharDataGenerator

public MappedCharDataGenerator(char[] chars)
メソッドの詳細

generate

public void generate(ServletWriter writer,
                     java.lang.Class phase)
オーバーライド:
クラス CharDataGenerator 内の generate


Copyright ? 2000 Apache Software Foundation. All Rights Reserved.