Get the name of the filter. @return The filter-name of this filter as defined in the deployment descriptor.
()
| 33 | * @return The filter-name of this filter as defined in the deployment descriptor. |
| 34 | */ |
| 35 | String getFilterName(); |
| 36 | |
| 37 | /** |
| 38 | * Returns a reference to the {@link ServletContext} in which the caller is executing. |
no outgoing calls