| Package | Description |
|---|---|
| org.ops4j.pax.web.service.spi.config | |
| org.ops4j.pax.web.service.spi.model |
SPI model hierarchy contains classes to internally represent all the information
required during registration (adding to running server) of web components (servlets, filters,
welcome files, error pages, security constraints, ...).
|
| org.ops4j.pax.web.service.spi.model.elements |
Model subpackage representing actual web elements, while infrastructure elements
(like contexts) are kept in the package above.
|
| Modifier and Type | Method and Description |
|---|---|
JspConfiguration |
Configuration.jsp()
Accesses JSP related configuration used for Tomcat/Jasper engine configuration
|
| Modifier and Type | Method and Description |
|---|---|
ServletModel |
ServerModel.createJspServletModel(org.osgi.framework.Bundle serviceBundle,
String name,
String jspFile,
String[] urlPatterns,
Map<String,String> initParams,
JspConfiguration config)
Method that creates
ServletModel to be called when actually registering JSP support within
a HttpContext / OsgiContextModel, but also called when needed during registration of a servlet
backed by "JSP file". |
| Modifier and Type | Method and Description |
|---|---|
void |
ServletModel.configureJspServlet(JspConfiguration config)
Special configuration just before registration of the
ServletModel if it's a JSP servlet |
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.