net.sf.jsptest.compiler.jsp12
Class JspCompilerImpl

java.lang.Object
  extended by net.sf.jsptest.compiler.jsp12.JspCompilerImpl
All Implemented Interfaces:
JspCompiler

public class JspCompilerImpl
extends java.lang.Object
implements JspCompiler


Constructor Summary
JspCompilerImpl()
           
 
Method Summary
 Jsp compile(java.lang.String path, java.util.Map taglibs)
           
 void setOutputDirectory(java.lang.String directory)
           
 void setWebRoot(java.lang.String directory)
           
 
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

compile

public Jsp compile(java.lang.String path,
                   java.util.Map taglibs)
Specified by:
compile in interface JspCompiler

setOutputDirectory

public void setOutputDirectory(java.lang.String directory)
Specified by:
setOutputDirectory in interface JspCompiler

setWebRoot

public void setWebRoot(java.lang.String directory)
Specified by:
setWebRoot in interface JspCompiler


Copyright © 2006-2008 JspTest developers. All Rights Reserved.