org.apache.jasper.compiler
インタフェース Mangler
- 既知の実装クラスの一覧:
- JspCompiler, CommandLineCompiler
- public interface Mangler
You can control attributes like classname, packagename etc by
plugging in your own mangler.
- 作成者:
- Anil K. Vijendran
メソッドの概要 |
java.lang.String |
getClassFileName()
The full name of the .class file ( without version number) |
java.lang.String |
getClassName()
The class name ( without package ) of the
generated servlet, including the version number |
java.lang.String |
getJavaFileName()
The full name of the .java file, including
version number ( based on className and outputDir ) |
getClassName
public java.lang.String getClassName()
- The class name ( without package ) of the
generated servlet, including the version number
getJavaFileName
public java.lang.String getJavaFileName()
- The full name of the .java file, including
version number ( based on className and outputDir )
getClassFileName
public java.lang.String getClassFileName()
- The full name of the .class file ( without version number)
Copyright ? 2000 Apache Software Foundation. All Rights Reserved.