|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 ServletMapping 的软件包 | |
|---|---|
| org.eclipse.jetty.annotations | |
| org.eclipse.jetty.servlet | |
| org.eclipse.jetty.webapp | |
| org.eclipse.jetty.annotations 中 ServletMapping 的使用 |
|---|
| 返回变量类型为 ServletMapping 的类型的 org.eclipse.jetty.annotations 中的方法 | |
|---|---|
protected List<ServletMapping> |
ServletSecurityAnnotationHandler.getServletMappings(String className)
Get the ServletMappings for the servlet's class. |
| 类型变量类型为 ServletMapping 的 org.eclipse.jetty.annotations 中的方法参数 | |
|---|---|
protected boolean |
ServletSecurityAnnotationHandler.constraintsExist(List<ServletMapping> servletMappings,
List<ConstraintMapping> constraintMappings)
Check if there are already |
| org.eclipse.jetty.servlet 中 ServletMapping 的使用 |
|---|
| 返回 ServletMapping 的 org.eclipse.jetty.servlet 中的方法 | |
|---|---|
ServletMapping |
ServletHandler.getServletMapping(String pattern)
|
ServletMapping[] |
ServletHandler.getServletMappings()
|
| 参数类型为 ServletMapping 的 org.eclipse.jetty.servlet 中的方法 | |
|---|---|
void |
ServletHandler.addServletMapping(ServletMapping mapping)
Convenience method to add a pre-constructed ServletMapping. |
void |
ServletHandler.setServletMappings(ServletMapping[] servletMappings)
|
| org.eclipse.jetty.webapp 中 ServletMapping 的使用 |
|---|
| 返回 ServletMapping 的 org.eclipse.jetty.webapp 中的方法 | |
|---|---|
protected ServletMapping |
StandardDescriptorProcessor.addServletMapping(String servletName,
XmlParser.Node node,
WebAppContext context,
Descriptor descriptor)
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||