Annotation Type SlingServletName
-
@ComponentPropertyType public @interface SlingServletName
Component Property Type (as defined by OSGi DS 1.4) for Sling Servlets. Takes care of writing the relevant service properties to set a name for a Sling Servlet. Must be combined with eitherSlingServletResourceTypesorSlingServletPaths.- See Also:
- Felix SCR annotations,
ServletResolverConstants
-
-
Field Summary
Fields Modifier and Type Fields Description static java.lang.StringPREFIX_Prefix for every property being generated from the annotations elements (as defined in OSGi 7 Compendium, 112.8.2.1)
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringservletNameContaining the name of the servlet.
-
-
-
Element Detail
-
servletName
java.lang.String servletName
Containing the name of the servlet. If this is empty (or not set), thecomponent.nameproperty or theservice.pidis used. If none of the three properties is defined, the Servlet is ignored.- Returns:
- the servlet name
- See Also:
ServletResolverConstants.SLING_SERVLET_NAME
-
-