|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.apache.jasper.CommandLineContext
Holds data used on a per-page compilation context that would otherwise spill over to other pages being compiled. Things like the taglib classloaders and directives.
| Inner classes inherited from class org.apache.jasper.JspCompilationContext |
JspCompilationContext.Interface1 |
| Constructor Summary | |
CommandLineContext(java.lang.String newClassPath,
java.lang.String newJspFile,
java.lang.String newUriBase,
java.lang.String newUriRoot,
boolean newErrPage,
Options newOptions)
|
|
| Method Summary | |
Compiler |
createCompiler()
Create a "Compiler" object based on some init param data. |
java.lang.ClassLoader |
getClassLoader()
What class loader to use for loading classes while compiling this JSP? |
java.lang.String |
getClassPath()
The classpath that is passed off to the Java compiler. |
java.lang.String |
getContentType()
What's the content type of this JSP? Content type includes content type and encoding. |
java.lang.String |
getJavacOutputDir()
What is the scratch directory we are generating code into? FIXME: In some places this is called scratchDir and in some other places it is called outputDir. |
java.lang.String |
getJspFile()
Path of the JSP URI. |
Options |
getOptions()
Get hold of the Options object for this context. |
java.lang.String |
getOutputDir()
What is the scratch directory we are generating code into? FIXME: In some places this is called scratchDir and in some other places it is called outputDir. |
JspReader |
getReader()
Get the input reader for the JSP text. |
java.lang.String |
getRealPath(java.lang.String path)
Gets the actual path of a URI relative to the context of the compilation. |
java.net.URL |
getResource(java.lang.String res)
|
java.io.InputStream |
getResourceAsStream(java.lang.String res)
Gets a resource as a stream, relative to the meanings of this context's implementation. |
java.lang.String |
getServletClassName()
Just the class name (does not include package name) of the generated class. |
java.lang.String |
getServletJavaFileName()
Full path name of the Java file into which the servlet is being generated. |
java.lang.String |
getServletPackageName()
The package name for the generated class. |
java.lang.String[] |
getTldLocation(java.lang.String uri)
Get the 'location' of the TLD associated with a given taglib 'uri'. |
ServletWriter |
getWriter()
Where is the servlet being generated? |
boolean |
isErrorPage()
Are we processing something that has been declared as an errorpage? |
boolean |
isOutputInDirs()
|
boolean |
keepGenerated()
Are we keeping generated code around? |
java.lang.String |
resolveRelativeUri(java.lang.String uri)
Get the full value of a URI relative to this compilations context uses current file as the base. |
void |
setClassLoader(java.net.URLClassLoader loader)
|
void |
setContentType(java.lang.String contentType)
|
void |
setErrorPage(boolean isErrPage)
|
void |
setOutputInDirs(boolean newValue)
|
void |
setReader(JspReader reader)
|
void |
setServletClassName(java.lang.String servletClassName)
|
void |
setServletJavaFileName(java.lang.String servletJavaFileName)
|
void |
setServletPackageName(java.lang.String servletPackageName)
|
void |
setWriter(ServletWriter writer)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CommandLineContext(java.lang.String newClassPath,
java.lang.String newJspFile,
java.lang.String newUriBase,
java.lang.String newUriRoot,
boolean newErrPage,
Options newOptions)
throws JasperException
| Method Detail |
public java.lang.String getClassPath()
getClassPath in interface JspCompilationContextpublic JspReader getReader()
getReader in interface JspCompilationContextpublic ServletWriter getWriter()
getWriter in interface JspCompilationContextpublic java.lang.ClassLoader getClassLoader()
getClassLoader in interface JspCompilationContextpublic boolean isErrorPage()
isErrorPage in interface JspCompilationContextpublic java.lang.String getOutputDir()
getOutputDir in interface JspCompilationContextpublic java.lang.String getJavacOutputDir()
getJavacOutputDir in interface JspCompilationContextpublic java.lang.String getJspFile()
getJspFile in interface JspCompilationContextpublic java.lang.String getServletClassName()
getServletClassName in interface JspCompilationContextpublic java.lang.String getServletPackageName()
getServletPackageName in interface JspCompilationContextpublic java.lang.String getServletJavaFileName()
getServletJavaFileName in interface JspCompilationContextpublic boolean keepGenerated()
keepGenerated in interface JspCompilationContextpublic java.lang.String getContentType()
getContentType in interface JspCompilationContextpublic Options getOptions()
getOptions in interface JspCompilationContextpublic void setClassLoader(java.net.URLClassLoader loader)
public void setContentType(java.lang.String contentType)
setContentType in interface JspCompilationContextpublic void setReader(JspReader reader)
setReader in interface JspCompilationContextpublic void setWriter(ServletWriter writer)
setWriter in interface JspCompilationContextpublic void setServletClassName(java.lang.String servletClassName)
setServletClassName in interface JspCompilationContextpublic void setServletPackageName(java.lang.String servletPackageName)
setServletPackageName in interface JspCompilationContextpublic void setServletJavaFileName(java.lang.String servletJavaFileName)
setServletJavaFileName in interface JspCompilationContextpublic void setErrorPage(boolean isErrPage)
setErrorPage in interface JspCompilationContextpublic void setOutputInDirs(boolean newValue)
public boolean isOutputInDirs()
public Compiler createCompiler()
throws JasperException
createCompiler in interface JspCompilationContextpublic java.lang.String resolveRelativeUri(java.lang.String uri)
resolveRelativeUri in interface JspCompilationContextpublic java.io.InputStream getResourceAsStream(java.lang.String res)
getResourceAsStream in interface JspCompilationContext
public java.net.URL getResource(java.lang.String res)
throws java.net.MalformedURLException
getResource in interface JspCompilationContextpublic java.lang.String getRealPath(java.lang.String path)
getRealPath in interface JspCompilationContext
public java.lang.String[] getTldLocation(java.lang.String uri)
throws JasperException
JspCompilationContextgetTldLocation in interface JspCompilationContext
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||