|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 FilterMapping 的软件包 | |
|---|---|
| org.eclipse.jetty.servlet | |
| org.eclipse.jetty.servlet 中 FilterMapping 的使用 |
|---|
| 返回 FilterMapping 的 org.eclipse.jetty.servlet 中的方法 | |
|---|---|
FilterMapping[] |
ServletHandler.getFilterMappings()
|
protected FilterMapping[] |
ServletHandler.insertFilterMapping(FilterMapping mapping,
int pos,
boolean before)
Insert a filtermapping in the list |
| 参数类型为 FilterMapping 的 org.eclipse.jetty.servlet 中的方法 | |
|---|---|
void |
ServletHandler.addFilter(FilterHolder filter,
FilterMapping filterMapping)
convenience method to add a filter and mapping |
void |
ServletHandler.addFilterMapping(FilterMapping mapping)
Convenience method to add a preconstructed FilterMapping |
protected FilterMapping[] |
ServletHandler.insertFilterMapping(FilterMapping mapping,
int pos,
boolean before)
Insert a filtermapping in the list |
void |
ServletHandler.prependFilterMapping(FilterMapping mapping)
Convenience method to add a preconstructed FilterMapping |
void |
ServletHandler.setFilterMappings(FilterMapping[] filterMappings)
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||