public interface JspConfiguration
| Modifier and Type | Method and Description |
|---|---|
String |
getGloablJspScratchDir()
Returns root directory for scratch directories for all the web applications.
|
String |
getJspScratchDir(OsgiContextModel model)
What scratch directory should we use when compiling JSP pages? Default is the work directory for
the current web application.
|
String getJspScratchDir(OsgiContextModel model)
model - scratch dir should depend on the OsgiContextModel where the JSP servlet is installedString getGloablJspScratchDir()
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.