| Package | Description |
|---|---|
| org.zkoss.web.util.resource |
Utilities to access Web resources.
|
| Modifier and Type | Method and Description |
|---|---|
Filter[] |
ClassWebResource.getFilters(String ext,
int flag)
Returns an array of the filters (
Filter) of the specified
extension, or null if not associated. |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassWebResource.addFilter(String ext,
Filter filter,
int flags)
Adds a filter (
Filter) to perform filtering task for
the resource of the specified extension. |
boolean |
ClassWebResource.removeFilter(String ext,
Filter filter,
int flags)
Removes the filter (
Filter) for the specified extension. |
Copyright © 2021. All rights reserved.