- FailedErrorPageDTO - Class in org.osgi.service.http.runtime.dto
-
Represents a javax.servlet.Servlet service registered as an error
page but currently not being used by a servlet context due to a problem.
- FailedErrorPageDTO() - Constructor for class org.osgi.service.http.runtime.dto.FailedErrorPageDTO
-
- failedErrorPageDTOs - Variable in class org.osgi.service.http.runtime.dto.RuntimeDTO
-
Returns the representations of the error page
javax.servlet.Servlet services associated with this runtime but
currently not used due to some problem.
- FailedFilterDTO - Class in org.osgi.service.http.runtime.dto
-
Represents a servlet Filter service which is currently not being used
by a servlet context due to a problem.
- FailedFilterDTO() - Constructor for class org.osgi.service.http.runtime.dto.FailedFilterDTO
-
- failedFilterDTOs - Variable in class org.osgi.service.http.runtime.dto.RuntimeDTO
-
Returns the representations of the javax.servlet.Filter services
associated with this runtime but currently not used due to some problem.
- FailedListenerDTO - Class in org.osgi.service.http.runtime.dto
-
Represents a listener service which is currently not being used by a servlet
context due to a problem.
- FailedListenerDTO() - Constructor for class org.osgi.service.http.runtime.dto.FailedListenerDTO
-
- failedListenerDTOs - Variable in class org.osgi.service.http.runtime.dto.RuntimeDTO
-
Returns the representations of the listeners associated with this runtime
but currently not used due to some problem.
- FailedPreprocessorDTO - Class in org.osgi.service.http.runtime.dto
-
Represents a preprocessor service which is currently not being used due to a
problem.
- FailedPreprocessorDTO() - Constructor for class org.osgi.service.http.runtime.dto.FailedPreprocessorDTO
-
- failedPreprocessorDTOs - Variable in class org.osgi.service.http.runtime.dto.RuntimeDTO
-
Returns the representations of the servlet
org.osgi.service.http.whiteboard.Preprocessor services associated
with this runtime but currently not used due to some problem.
- FailedResourceDTO - Class in org.osgi.service.http.runtime.dto
-
Represents a resource definition which is currently not being used by a
servlet context due to a problem.
- FailedResourceDTO() - Constructor for class org.osgi.service.http.runtime.dto.FailedResourceDTO
-
- failedResourceDTOs - Variable in class org.osgi.service.http.runtime.dto.RuntimeDTO
-
Returns the representations of the resources associated with this runtime
but currently not used due to some problem.
- FailedServletContextDTO - Class in org.osgi.service.http.runtime.dto
-
Represents a servlet context that is currently not used due to some problem.
- FailedServletContextDTO() - Constructor for class org.osgi.service.http.runtime.dto.FailedServletContextDTO
-
- failedServletContextDTOs - Variable in class org.osgi.service.http.runtime.dto.RuntimeDTO
-
Returns the representations of the javax.servlet.ServletContext
objects currently not used by the Http service runtime due to some
problem.
- FailedServletDTO - Class in org.osgi.service.http.runtime.dto
-
Represents a javax.servlet.Servlet service which is currently not
being used by a servlet context due to a problem.
- FailedServletDTO() - Constructor for class org.osgi.service.http.runtime.dto.FailedServletDTO
-
- failedServletDTOs - Variable in class org.osgi.service.http.runtime.dto.RuntimeDTO
-
Returns the representations of the javax.servlet.Servlet services
associated with this runtime but currently not used due to some problem.
- FAILURE_REASON_EXCEPTION_ON_INIT - Static variable in class org.osgi.service.http.runtime.dto.DTOConstants
-
An exception occurred during initializing of the service.
- FAILURE_REASON_NO_SERVLET_CONTEXT_MATCHING - Static variable in class org.osgi.service.http.runtime.dto.DTOConstants
-
No matching ServletContextHelper.
- FAILURE_REASON_SERVICE_IN_USE - Static variable in class org.osgi.service.http.runtime.dto.DTOConstants
-
The service is not registered as a prototype scoped service and is
already in use with a servlet context and therefore can't be used with
another servlet context.
- FAILURE_REASON_SERVICE_NOT_GETTABLE - Static variable in class org.osgi.service.http.runtime.dto.DTOConstants
-
The service is registered in the service registry but getting the service
fails as it returns null.
- FAILURE_REASON_SERVLET_CONTEXT_FAILURE - Static variable in class org.osgi.service.http.runtime.dto.DTOConstants
-
Matching ServletContextHelper, but the context is not used due to
a problem with the context.
- FAILURE_REASON_SERVLET_READ_FROM_DEFAULT_DENIED - Static variable in class org.osgi.service.http.runtime.dto.DTOConstants
-
The servlet is not registered as it is configured to have multipart
enabled, but the bundle containing the servlet has no read permission to
the default location for the uploaded files.
- FAILURE_REASON_SERVLET_WRITE_TO_LOCATION_DENIED - Static variable in class org.osgi.service.http.runtime.dto.DTOConstants
-
The servlet is not registered as it is configured to have multipart
enabled, but the bundle containing the servlet has no write permission to
the provided location for the uploaded files.
- FAILURE_REASON_SHADOWED_BY_OTHER_SERVICE - Static variable in class org.osgi.service.http.runtime.dto.DTOConstants
-
Service is shadowed by another service.
- FAILURE_REASON_UNKNOWN - Static variable in class org.osgi.service.http.runtime.dto.DTOConstants
-
Failure reason is unknown.
- FAILURE_REASON_VALIDATION_FAILED - Static variable in class org.osgi.service.http.runtime.dto.DTOConstants
-
The service is registered in the service registry but the service
properties are invalid.
- FAILURE_REASON_WHITEBOARD_WRITE_TO_DEFAULT_DENIED - Static variable in class org.osgi.service.http.runtime.dto.DTOConstants
-
The servlet is not registered as it is configured to have multipart
enabled, but the whiteboard implementation has no write permission to the
default location for the uploaded files.
- FAILURE_REASON_WHITEBOARD_WRITE_TO_LOCATION_DENIED - Static variable in class org.osgi.service.http.runtime.dto.DTOConstants
-
The servlet is not registered as it is configured to have multipart
enabled, but the whiteboard implementation has no write permission to the
provided location for the uploaded files.
- failureReason - Variable in class org.osgi.service.http.runtime.dto.FailedErrorPageDTO
-
The reason why the servlet represented by this DTO is not used.
- failureReason - Variable in class org.osgi.service.http.runtime.dto.FailedFilterDTO
-
The reason why the servlet filter represented by this DTO is not used.
- failureReason - Variable in class org.osgi.service.http.runtime.dto.FailedListenerDTO
-
The reason why the listener represented by this DTO is not used.
- failureReason - Variable in class org.osgi.service.http.runtime.dto.FailedPreprocessorDTO
-
The reason why the preprocessor represented by this DTO is not used.
- failureReason - Variable in class org.osgi.service.http.runtime.dto.FailedResourceDTO
-
The reason why the resource represented by this DTO is not used.
- failureReason - Variable in class org.osgi.service.http.runtime.dto.FailedServletContextDTO
-
The reason why the servlet context represented by this DTO is not used.
- failureReason - Variable in class org.osgi.service.http.runtime.dto.FailedServletDTO
-
The reason why the servlet represented by this DTO is not used.
- FilterDTO - Class in org.osgi.service.http.runtime.dto
-
Represents a servlet javax.servlet.Filter service currently being
used for by a servlet context.
- FilterDTO() - Constructor for class org.osgi.service.http.runtime.dto.FilterDTO
-
- filterDTOs - Variable in class org.osgi.service.http.runtime.dto.RequestInfoDTO
-
The servlet filters processing this request.
- filterDTOs - Variable in class org.osgi.service.http.runtime.dto.ServletContextDTO
-
Returns the representations of the servlet Filter services
associated with this context.
- finishSecurity(HttpServletRequest, HttpServletResponse) - Method in class org.osgi.service.http.context.ServletContextHelper
-
Finishes the security context for the specified request.