|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface Filter
Filter remote accesses to a class.
To apply multiple filters, use the Filters
annotation.
Required Element Summary | |
---|---|
java.lang.Class<? extends AjaxFilter> |
type
The filter implementation to use. |
Optional Element Summary | |
---|---|
Param[] |
params
Parameters for the filter. |
Element Detail |
---|
public abstract java.lang.Class<? extends AjaxFilter> type
public abstract Param[] params
|
Copyright ? 2005 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |