org.codehaus.mojo.jspc.compiler.tomcat5
Class JspCompilerImpl

java.lang.Object
  extended by org.codehaus.mojo.jspc.compiler.tomcat5.JspCompilerImpl
All Implemented Interfaces:
org.codehaus.mojo.jspc.compiler.JspCompiler

public class JspCompilerImpl
extends java.lang.Object
implements org.codehaus.mojo.jspc.compiler.JspCompiler

JSP compiler for Tomcat 5.

Version:
$Id: JspCompilerImpl.java 6803 2008-04-21 12:04:24Z user57 $

Constructor Summary
JspCompilerImpl()
           
 
Method Summary
 void compile()
           
 void setArgs(java.lang.String[] args)
           
 void setCompile(boolean compile)
           
 void setCompilerSourceVM(java.lang.String source)
           
 void setCompilerTargetVM(java.lang.String target)
           
 void setSmapDumped(boolean smapDumped)
           
 void setSmapSuppressed(boolean smapSuppressed)
           
 void setTrimSpaces(boolean trimSpaces)
           
 void setValidateXml(boolean validateXml)
           
 void setVerbose(int verbose)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspCompilerImpl

public JspCompilerImpl()
Method Detail

setArgs

public void setArgs(java.lang.String[] args)
Specified by:
setArgs in interface org.codehaus.mojo.jspc.compiler.JspCompiler

setSmapDumped

public void setSmapDumped(boolean smapDumped)
Specified by:
setSmapDumped in interface org.codehaus.mojo.jspc.compiler.JspCompiler

setSmapSuppressed

public void setSmapSuppressed(boolean smapSuppressed)
Specified by:
setSmapSuppressed in interface org.codehaus.mojo.jspc.compiler.JspCompiler

setCompile

public void setCompile(boolean compile)
Specified by:
setCompile in interface org.codehaus.mojo.jspc.compiler.JspCompiler

setValidateXml

public void setValidateXml(boolean validateXml)
Specified by:
setValidateXml in interface org.codehaus.mojo.jspc.compiler.JspCompiler

setTrimSpaces

public void setTrimSpaces(boolean trimSpaces)
Specified by:
setTrimSpaces in interface org.codehaus.mojo.jspc.compiler.JspCompiler

setVerbose

public void setVerbose(int verbose)
Specified by:
setVerbose in interface org.codehaus.mojo.jspc.compiler.JspCompiler

setCompilerSourceVM

public void setCompilerSourceVM(java.lang.String source)
Specified by:
setCompilerSourceVM in interface org.codehaus.mojo.jspc.compiler.JspCompiler

setCompilerTargetVM

public void setCompilerTargetVM(java.lang.String target)
Specified by:
setCompilerTargetVM in interface org.codehaus.mojo.jspc.compiler.JspCompiler

compile

public void compile()
             throws java.lang.Exception
Specified by:
compile in interface org.codehaus.mojo.jspc.compiler.JspCompiler
Throws:
java.lang.Exception


Copyright © 2009. All Rights Reserved.