Setting Filter Properties
See Also
The filter property sheet lets you set properties for a filter class.
To display the filter property sheet:
- On the Filesystems tab of the Explorer, right-click the node representing
the filter to be specified.
- Choose Properties from the contextual menu. The filter property sheet appears.
On the Properties pane of the filter property sheet, you can set the following
properties:
- Name. This property sets the
filter-name
element, used
to to map the filter to a servlet or URL. In most cases, you will specify
a name when you create the filter. To specify
a name from the property sheet, click the Name value field, then click the
ellipses (...) to display the Name property editor.
- Synchonization Mode. To set the synchronization mode for the filter
source code, choose a mode from the list. Possible values are
Do Not
Synchronize
, which disables automatic synchronization, Confirm
All Changes
, the default and recommended setting, and Without
Confirmation
, which causes synchronization without confirmation.
- Template. To set the template property, choose True or False from
the list.
On the Execution pane of the filter property sheet, you can set the following
properties:
- Arguments. To specify filter arguments, type the argument in the
Arguments value field, or click the ellipses (...) and enter the arguments
in the Arguments property editor.
- Compiler. Setting a compiler type for the filter allows you to override
the default compiler setting. To specify this property, choose a compiler
from the list in the Compiler value field, or click the ellipses (...) and
choose a compiler in the Compiler property editor.
- Debugger. Setting a debugger type for the filter allows you to override
the default debugger setting. To specify this property, choose a debugger
from the list in the Debugger value field, or click the ellipses (...) and
choose a debugger in the Debugger property editor.
- Executor. Setting the Executor property for the filter allows you
to override the default executor setting. To specify this property, choose
an executor from the list in the Executor value field, or click the ellipses
(...) and choose an executor in the Executor property editor.
Legal Notices