public interface FindJSPServlet2 extends FindJSPServlet
FindJSPServlet by defining
the package name of the compiled JSPs and the prefix of source
path. In order to use it return implementation of this class from
OptionalDeploymentManagerFactory.getFindJSPServlet(javax.enterprise.deploy.spi.DeploymentManager).| Modifier and Type | Method and Description |
|---|---|
String |
getServletBasePackageName(String moduleContextPath)
Returns the package name of compiled JSPs.
|
String |
getServletSourcePath(String moduleContextPath,
String jspRelativePath)
Returns the relative source of the JSP reported in class file.
|
getServletEncoding, getServletResourcePath, getServletTempDirectoryString getServletBasePackageName(String moduleContextPath)
moduleContextPath - the context pathString getServletSourcePath(String moduleContextPath, String jspRelativePath)
moduleContextPath - the context pathjspRelativePath - the relative path of the JSPBuilt on May 24 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.