Package | Description |
---|---|
org.tinygroup.jspengine | |
org.tinygroup.jspengine.compiler | |
org.tinygroup.jspengine.servlet |
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedServletOptions
A class to hold all init parameters specific to the JSP engine.
|
class |
JspC
Shell for the jspc compiler.
|
Modifier and Type | Method and Description |
---|---|
Options |
JspCompilationContext.getOptions()
Get hold of the Options object for this context.
|
Constructor and Description |
---|
JspCompilationContext(String jspUri,
boolean isErrPage,
Options options,
javax.servlet.ServletContext context,
JspServletWrapper jsw,
JspRuntimeContext rctxt) |
JspCompilationContext(String tagfile,
javax.servlet.jsp.tagext.TagInfo tagInfo,
Options options,
javax.servlet.ServletContext context,
JspServletWrapper jsw,
JspRuntimeContext rctxt,
URL tagFileJarUrl) |
Constructor and Description |
---|
JspConfig(javax.servlet.ServletContext ctxt,
Options options) |
JspRuntimeContext(javax.servlet.ServletContext context,
Options options)
Create a JspRuntimeContext for a web application context.
|
TldLocationsCache(javax.servlet.ServletContext ctxt,
Options options) |
TldLocationsCache(javax.servlet.ServletContext ctxt,
Options options,
boolean redeployMode)
Constructor.
|
Constructor and Description |
---|
JspServletWrapper(javax.servlet.ServletContext servletContext,
Options options,
String tagFilePath,
javax.servlet.jsp.tagext.TagInfo tagInfo,
JspRuntimeContext rctxt,
URL tagFileJarUrl) |
Copyright © 2006–2018 TinyGroup. All rights reserved.