public interface OldJSPDebug extends FindJSPServlet
Modifier and Type | Interface and Description |
---|---|
static interface |
OldJSPDebug.JspSourceMapper
Provides common interface for JSP <----> Java mappings
|
Modifier and Type | Method and Description |
---|---|
OldJSPDebug.JspSourceMapper |
getSourceMapper(javax.enterprise.deploy.spi.TargetModuleID module,
String jspResourcePath)
Creates a servlet <-> JSP mapping for a given JSP.
|
getServletEncoding, getServletResourcePath, getServletTempDirectory
OldJSPDebug.JspSourceMapper getSourceMapper(javax.enterprise.deploy.spi.TargetModuleID module, String jspResourcePath)
module
- web module in which the JSP is located.jspResourcePath
- the path of the JSP for which the mapping is requested, e.g.
"pages/login.jsp". Never starts with a '/'.