net.sf.jsptest.compiler.jsp12
Class JspCompilerImpl

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

public class JspCompilerImpl
extends java.lang.Object
implements net.sf.jsptest.compiler.api.JspCompiler


Constructor Summary
JspCompilerImpl()
           
 
Method Summary
 net.sf.jsptest.compiler.api.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 net.sf.jsptest.compiler.api.Jsp compile(java.lang.String path,
                                               java.util.Map taglibs)
Specified by:
compile in interface net.sf.jsptest.compiler.api.JspCompiler

setOutputDirectory

public void setOutputDirectory(java.lang.String directory)
Specified by:
setOutputDirectory in interface net.sf.jsptest.compiler.api.JspCompiler

setWebRoot

public void setWebRoot(java.lang.String directory)
Specified by:
setWebRoot in interface net.sf.jsptest.compiler.api.JspCompiler


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