Add annotation for a Sling servlet filter
-----------------------------------------
Key: FELIX-2303
URL: https://issues.apache.org/jira/browse/FELIX-2303
Project: Felix
Issue Type: New Feature
Components: Maven SCR Plugin, SCR Annotations
Affects Versions: scr annotations 1.2.0, maven-scr-plugin-1.4.2
Reporter: Carsten Ziegeler
Assignee: Carsten Ziegeler
Fix For: maven-scr-plugin-1.4.4, scr annotations 1.2.2
A new SlingFilter annotation which creates internally the required component,
service, and property tags:
@SlingFilter with properties
int order - required
FilterScope scope : defaults to request scope
bool generateComponent defaults to true
bool generateService defaults to true
String name - defaults to default name
boolean metatype defaults to false (like the component annotation)
label and description : defaults to default values
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.