@Deprecated public interface FilterCookie extends Node.Cookie
Children
.Modifier and Type | Method and Description |
---|---|
Object |
getFilter()
Deprecated.
Get the current filter.
|
Class |
getFilterClass()
Deprecated.
Get the declared filter (super-)class.
|
void |
setFilter(Object filter)
Deprecated.
Set the current filter.
|
Class getFilterClass()
null
if no filter is currently in useObject getFilter()
null
if none is currently in usevoid setFilter(Object filter)
filter
- the filter, or null
if none should be used