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, getServletTempDirectoryOldJSPDebug.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 '/'.Built on May 22 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.