C E F G I M O P R S T V 
All Classes All Packages

C

COMPONENT - org.apache.sling.servlets.annotations.SlingServletFilterScope
Filters are called upon calling the RequestDispatcher.include(javax.servlet.ServletRequest, javax.servlet.ServletResponse) method after the included resource and the Servlet or script to process the include have been resolved before the Servlet or script is called.

E

ERROR - org.apache.sling.servlets.annotations.SlingServletFilterScope
Filters are called upon HttpServletResponse.sendError(int) or HttpServletResponse.sendError(int, String) or any uncaught Throwable before resolving the error handler Servlet or script.
extensions() - Method in annotation type org.apache.sling.servlets.annotations.SlingServletFilter
Restrict the filter to extensions that match request's.
extensions() - Method in annotation type org.apache.sling.servlets.annotations.SlingServletPathsStrict
The request URL extensions supported by the servlet.
extensions() - Method in annotation type org.apache.sling.servlets.annotations.SlingServletResourceTypes
The request URL extensions supported by the servlet.

F

FORWARD - org.apache.sling.servlets.annotations.SlingServletFilterScope
Filters are called upon calling the RequestDispatcher.forward method after the included resource and the Servlet or script to process the include have been resolved before the Servlet or script is called.

G

getScope() - Method in enum org.apache.sling.servlets.annotations.SlingServletFilterScope
 

I

INCLUDE - org.apache.sling.servlets.annotations.SlingServletFilterScope
Filters are called upon calling the RequestDispatcher.include method after the included resource and the Servlet or script to process the include have been resolved before the Servlet or script is called.

M

methods() - Method in annotation type org.apache.sling.servlets.annotations.SlingServletFilter
Restrict the filter to methods that match request's.
methods() - Method in annotation type org.apache.sling.servlets.annotations.SlingServletPathsStrict
The HTTP request methods supported by the servlet.
methods() - Method in annotation type org.apache.sling.servlets.annotations.SlingServletResourceTypes
The request methods supported by the servlet.

O

org.apache.sling.servlets.annotations - package org.apache.sling.servlets.annotations
 

P

paths() - Method in annotation type org.apache.sling.servlets.annotations.SlingServletPathsStrict
The absolute paths under which the servlet is accessible as a resource.
paths_strict() - Method in annotation type org.apache.sling.servlets.annotations.SlingServletPathsStrict
Activate the strict resolution mode.
pattern() - Method in annotation type org.apache.sling.servlets.annotations.SlingServletFilter
Restrict the filter to resource or request paths that match the supplied regular expression.
PREFIX_ - Static variable in annotation type org.apache.sling.servlets.annotations.SlingServletFilter
Prefix for every property being generated from the annotations elements (as defined in OSGi 7 Compendium, 112.8.2.1)
PREFIX_ - Static variable in annotation type org.apache.sling.servlets.annotations.SlingServletName
Prefix for every property being generated from the annotations elements (as defined in OSGi 7 Compendium, 112.8.2.1)
PREFIX_ - Static variable in annotation type org.apache.sling.servlets.annotations.SlingServletPathsStrict
Prefix for every property being generated from the annotations elements (as defined in OSGi 7 Compendium, 112.8.2.1)
PREFIX_ - Static variable in annotation type org.apache.sling.servlets.annotations.SlingServletResourceTypes
Prefix for every property being generated from the annotations elements (as defined in OSGi 7 Compendium, 112.8.2.1)

R

REQUEST - org.apache.sling.servlets.annotations.SlingServletFilterScope
Filters are called once per request hitting Sling from the outside.
request_pattern() - Method in annotation type org.apache.sling.servlets.annotations.SlingServletFilter
Restrict the filter to request paths that match the supplied regular expression.
resource_pattern() - Method in annotation type org.apache.sling.servlets.annotations.SlingServletFilter
Restrict the filter to resource paths that match the supplied regular expression.
resourceSuperType() - Method in annotation type org.apache.sling.servlets.annotations.SlingServletResourceTypes
The resource super type from which the servlet inherits (value is "sling.servlet.resourceSuperType").
resourceTypes() - Method in annotation type org.apache.sling.servlets.annotations.SlingServletFilter
Restrict the filter to resources that match any of the supplied resource types.
resourceTypes() - Method in annotation type org.apache.sling.servlets.annotations.SlingServletResourceTypes
The resource type(s) supported by the servlet (value is "sling.servlet.resourceTypes").

S

scope() - Method in annotation type org.apache.sling.servlets.annotations.SlingServletFilter
The scopes of the filter.
selectors() - Method in annotation type org.apache.sling.servlets.annotations.SlingServletFilter
Restrict the filter to request selectors that match any of the request's.
selectors() - Method in annotation type org.apache.sling.servlets.annotations.SlingServletPathsStrict
One or more request URL selectors supported by the servlet.
selectors() - Method in annotation type org.apache.sling.servlets.annotations.SlingServletResourceTypes
One ore more request URL selectors supported by the servlet.
servletName() - Method in annotation type org.apache.sling.servlets.annotations.SlingServletName
Containing the name of the servlet.
SlingServletFilter - Annotation Type in org.apache.sling.servlets.annotations
Component Property Type (as defined by OSGi DS 1.4) for Sling Servlet Filters.
SlingServletFilterScope - Enum in org.apache.sling.servlets.annotations
The possible scopes for the SlingServletFilter.scope() annotation.
SlingServletName - Annotation Type in org.apache.sling.servlets.annotations
Component Property Type (as defined by OSGi DS 1.4) for Sling Servlets.
SlingServletPaths - Annotation Type in org.apache.sling.servlets.annotations
Component Property Type (as defined by OSGi DS 1.4) for Sling Servlets.
SlingServletPathsStrict - Annotation Type in org.apache.sling.servlets.annotations
Using this requires the SLING-8110 strict mode
SlingServletPrefix - Annotation Type in org.apache.sling.servlets.annotations
The prefix/index to be used to register this servlet.
SlingServletResourceTypes - Annotation Type in org.apache.sling.servlets.annotations
Component Property Type (as defined by OSGi DS 1.4) for Sling Servlets.
suffix_pattern() - Method in annotation type org.apache.sling.servlets.annotations.SlingServletFilter
Restrict the filter to request suffixes that match the supplied regular expression.

T

toString() - Method in enum org.apache.sling.servlets.annotations.SlingServletFilterScope
 

V

value() - Method in annotation type org.apache.sling.servlets.annotations.SlingServletPaths
The absolute paths under which the servlet is accessible as a resource.
value() - Method in annotation type org.apache.sling.servlets.annotations.SlingServletPrefix
If the value of this element is a number, it defines the index of the search path entries from the resource resolver.
valueOf(String) - Static method in enum org.apache.sling.servlets.annotations.SlingServletFilterScope
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.sling.servlets.annotations.SlingServletFilterScope
Returns an array containing the constants of this enum type, in the order they are declared.
C E F G I M O P R S T V 
All Classes All Packages