Skip navigation links
A C D G M O P R S T V 

A

Activate - Annotation Type in org.apache.felix.scr.annotations
Deprecated.
Use the OSGi annotations from org.osgi.service.component.annotations.*
addInterfaces(ServiceDescription, Class<?>) - Method in class org.apache.felix.scrplugin.processing.SCRAnnotationProcessor
Recursively add interfaces to the service.
AutoDetect - Class in org.apache.felix.scr.annotations
Deprecated.
Use the OSGi annotations from org.osgi.service.component.annotations.*
AutoDetect() - Constructor for class org.apache.felix.scr.annotations.AutoDetect
Deprecated.
 

C

cardinalityString - Variable in enum org.apache.felix.scr.annotations.ReferenceCardinality
Deprecated.
 
Component - Annotation Type in org.apache.felix.scr.annotations
Deprecated.
Use the OSGi annotations from org.osgi.service.component.annotations.*
ConfigurationPolicy - Enum in org.apache.felix.scr.annotations
Deprecated.
Use the OSGi annotations from org.osgi.service.component.annotations.*
ConfigurationPolicy() - Constructor for enum org.apache.felix.scr.annotations.ConfigurationPolicy
Deprecated.
 
createComponent(ClassAnnotation, ScannedClass) - Method in class org.apache.felix.scrplugin.processing.SCRAnnotationProcessor
Create a component description.
createProperties(List<? extends ScannedAnnotation>, ClassDescription) - Method in class org.apache.felix.scrplugin.processing.SCRAnnotationProcessor
Create properties descriptions
createReferences(List<? extends ScannedAnnotation>, ClassDescription) - Method in class org.apache.felix.scrplugin.processing.SCRAnnotationProcessor
Create reference descriptions
createService(List<ClassAnnotation>, ScannedClass) - Method in class org.apache.felix.scrplugin.processing.SCRAnnotationProcessor
Create a service description

D

Deactivate - Annotation Type in org.apache.felix.scr.annotations
Deprecated.
Use the OSGi annotations from org.osgi.service.component.annotations.*

G

generateStringPropertyDescriptor(ClassAnnotation, ClassDescription, boolean, String, String) - Method in class org.apache.felix.scrplugin.processing.SlingAnnotationProcessor
Generates a property descriptor of type PropertyType.String
getCardinalityString() - Method in enum org.apache.felix.scr.annotations.ReferenceCardinality
Deprecated.
 
getName() - Method in class org.apache.felix.scrplugin.processing.SCRAnnotationProcessor
 
getName() - Method in class org.apache.felix.scrplugin.processing.SlingAnnotationProcessor
 
getRanking() - Method in class org.apache.felix.scrplugin.processing.SCRAnnotationProcessor
 
getRanking() - Method in class org.apache.felix.scrplugin.processing.SlingAnnotationProcessor
 
getScope() - Method in enum org.apache.felix.scr.annotations.sling.SlingFilterScope
 

M

Modified - Annotation Type in org.apache.felix.scr.annotations
Deprecated.
Use the OSGi annotations from org.osgi.service.component.annotations.*

O

org.apache.felix.scr.annotations - package org.apache.felix.scr.annotations
The scr goal of the maven-scr-plugin looks for the annotations defined in the package when building component descriptors.
org.apache.felix.scr.annotations.sling - package org.apache.felix.scr.annotations.sling
 
org.apache.felix.scrplugin.processing - package org.apache.felix.scrplugin.processing
 

P

process(ScannedClass, ClassDescription) - Method in class org.apache.felix.scrplugin.processing.SCRAnnotationProcessor
 
process(ScannedClass, ClassDescription) - Method in class org.apache.felix.scrplugin.processing.SlingAnnotationProcessor
 
processSlingFilter(ClassAnnotation, ClassDescription) - Method in class org.apache.felix.scrplugin.processing.SlingAnnotationProcessor
Process SlingFilter
processSlingServlet(ClassAnnotation, ClassDescription) - Method in class org.apache.felix.scrplugin.processing.SlingAnnotationProcessor
Process SlingServlet
Properties - Annotation Type in org.apache.felix.scr.annotations
Deprecated.
Use the OSGi annotations from org.osgi.service.component.annotations.*
Property - Annotation Type in org.apache.felix.scr.annotations
Deprecated.
Use the OSGi annotations from org.osgi.service.component.annotations.*
PROPERTY_VALUE_PROCESSING - Static variable in class org.apache.felix.scrplugin.processing.SCRAnnotationProcessor
 
PropertyOption - Annotation Type in org.apache.felix.scr.annotations
Deprecated.
Use the OSGi annotations from org.osgi.service.component.annotations.*
PropertyUnbounded - Enum in org.apache.felix.scr.annotations
Deprecated.
Use the OSGi annotations from org.osgi.service.component.annotations.*
PropertyUnbounded() - Constructor for enum org.apache.felix.scr.annotations.PropertyUnbounded
Deprecated.
 

R

Reference - Annotation Type in org.apache.felix.scr.annotations
Deprecated.
Use the OSGi annotations from org.osgi.service.component.annotations.*
ReferenceCardinality - Enum in org.apache.felix.scr.annotations
Deprecated.
Use the OSGi annotations from org.osgi.service.component.annotations.*
ReferenceCardinality(String) - Constructor for enum org.apache.felix.scr.annotations.ReferenceCardinality
Deprecated.
 
ReferencePolicy - Enum in org.apache.felix.scr.annotations
Deprecated.
Use the OSGi annotations from org.osgi.service.component.annotations.*
ReferencePolicy() - Constructor for enum org.apache.felix.scr.annotations.ReferencePolicy
Deprecated.
 
ReferencePolicyOption - Enum in org.apache.felix.scr.annotations
Deprecated.
Use the OSGi annotations from org.osgi.service.component.annotations.*
ReferencePolicyOption() - Constructor for enum org.apache.felix.scr.annotations.ReferencePolicyOption
Deprecated.
 
References - Annotation Type in org.apache.felix.scr.annotations
Deprecated.
Use the OSGi annotations from org.osgi.service.component.annotations.*
ReferenceStrategy - Enum in org.apache.felix.scr.annotations
Deprecated.
Use the OSGi annotations from org.osgi.service.component.annotations.*
ReferenceStrategy() - Constructor for enum org.apache.felix.scr.annotations.ReferenceStrategy
Deprecated.
 

S

scope - Variable in enum org.apache.felix.scr.annotations.sling.SlingFilterScope
 
SCRAnnotationProcessor - Class in org.apache.felix.scrplugin.processing
This is the processor for the Apache Felix SCR annotations.
SCRAnnotationProcessor() - Constructor for class org.apache.felix.scrplugin.processing.SCRAnnotationProcessor
 
Service - Annotation Type in org.apache.felix.scr.annotations
Deprecated.
Use the OSGi annotations from org.osgi.service.component.annotations.*
Services - Annotation Type in org.apache.felix.scr.annotations
Deprecated.
Since 1.5. It's now possible to use multiple classes in the Service annotation.
SlingAnnotationProcessor - Class in org.apache.felix.scrplugin.processing
This is the processor for the Apache Felix Sling annotations.
SlingAnnotationProcessor() - Constructor for class org.apache.felix.scrplugin.processing.SlingAnnotationProcessor
 
SlingFilter - Annotation Type in org.apache.felix.scr.annotations.sling
Marks servlet classes as SCR component, and allows to add a filter to Apache Sling's request processing.
SlingFilterScope - Enum in org.apache.felix.scr.annotations.sling
The possible scopes for the SlingFilter.scope() annotation.
SlingFilterScope(String) - Constructor for enum org.apache.felix.scr.annotations.sling.SlingFilterScope
 
SlingServlet - Annotation Type in org.apache.felix.scr.annotations.sling
Marks servlet classes as SCR component, and allows to configure Sling's resource resolver mapping.

T

toString() - Method in enum org.apache.felix.scr.annotations.sling.SlingFilterScope
 

V

valueOf(String) - Static method in enum org.apache.felix.scr.annotations.ConfigurationPolicy
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.felix.scr.annotations.PropertyUnbounded
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.felix.scr.annotations.ReferenceCardinality
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.felix.scr.annotations.ReferencePolicy
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.felix.scr.annotations.ReferencePolicyOption
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.felix.scr.annotations.ReferenceStrategy
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.felix.scr.annotations.sling.SlingFilterScope
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.felix.scr.annotations.ConfigurationPolicy
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.felix.scr.annotations.PropertyUnbounded
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.felix.scr.annotations.ReferenceCardinality
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.felix.scr.annotations.ReferencePolicy
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.felix.scr.annotations.ReferencePolicyOption
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.felix.scr.annotations.ReferenceStrategy
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.felix.scr.annotations.sling.SlingFilterScope
Returns an array containing the constants of this enum type, in the order they are declared.
A C D G M O P R S T V 
Skip navigation links