|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Filter | |
|---|---|
| org.zkoss.web.util.resource | Utilities to access Web resources. |
| Uses of Filter in org.zkoss.web.util.resource |
|---|
| Methods in org.zkoss.web.util.resource that return Filter | |
|---|---|
Filter[] |
ClassWebResource.getFilters(String ext,
int flag)
Returns an array of the filters ( Filter) of the specified
extension, or null if not associated. |
| Methods in org.zkoss.web.util.resource with parameters of type Filter | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||