repo1.maven.org$maven2@org.apache.sling$org.apache.sling.api@2.2.2
repo1.maven.org$maven2@org.apache.sling$org.apache.sling.api@2.2.2@org$apache$sling$api$servlets$OptingServlet.java
file
oh
o
[]
package org.apache.sling.api.servlets;
The
OptingServlet interface may be implemented by
Servlets used by Sling which may choose to not handle all
requests for which they would be selected based on their registration
properties.
Examines the request, and return
true if this servlet is
willing to handle the request. If
false is returned, the
request will be ignored by this servlet, and may be handled by other
servlets.
- Parameters:
request The request to examine- Returns:
true if this servlet will handle the request,
false otherwise