Uses of Class
org.apache.sling.servlets.annotations.SlingServletFilterScope
-
-
Uses of SlingServletFilterScope in org.apache.sling.servlets.annotations
Methods in org.apache.sling.servlets.annotations that return SlingServletFilterScope Modifier and Type Method Description SlingServletFilterScope[]
scope()
The scopes of the filter.static SlingServletFilterScope
SlingServletFilterScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static SlingServletFilterScope[]
SlingServletFilterScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-