|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.jasper.compiler.Compiler
org.apache.jasper.compiler.CommandLineCompiler
Overrides some methods so that we get the desired effects.
| Field Summary | |
static java.lang.String[] |
keywords
|
| Fields inherited from class org.apache.jasper.compiler.Compiler |
ctxt, javac, mangler |
| Constructor Summary | |
CommandLineCompiler(CommandLineContext ctxt)
|
|
| Method Summary | |
void |
computeJavaFileName()
|
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 ) |
java.lang.String |
getPackageName()
The package name. |
boolean |
isOutDated()
Always outDated. |
| Methods inherited from class org.apache.jasper.compiler.Compiler |
changeEncodingIfNecessary, compile, computeServletClassName, removeGeneratedFiles, setJavaCompiler, setMangler |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static java.lang.String[] keywords
| Constructor Detail |
public CommandLineCompiler(CommandLineContext ctxt)
| Method Detail |
public boolean isOutDated()
isOutDated in class Compilerpublic final void computeJavaFileName()
public final java.lang.String getPackageName()
Mangler
getPackageName in interface Manglerpublic final java.lang.String getClassName()
Mangler
getClassName in interface Manglerpublic final java.lang.String getJavaFileName()
Mangler
getJavaFileName in interface Manglerpublic final java.lang.String getClassFileName()
Mangler
getClassFileName in interface Mangler
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||