You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2010/04/27 09:09:31 UTC

[jira] Resolved: (FELIX-2303) Add annotation for a Sling servlet filter

     [ https://issues.apache.org/jira/browse/FELIX-2303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler resolved FELIX-2303.
-------------------------------------

    Resolution: Fixed

Added in revision 938334

> 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: maven-scr-plugin-1.4.2, scr annotations 1.2.0
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>             Fix For:  maven-scr-plugin-1.4.4,  scr annotations 1.3.0
>
>
> 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.