Class PreprocessorDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.servlet.runtime.dto.PreprocessorDTO
- Direct Known Subclasses:
FailedPreprocessorDTO
Represents a preprocessor
org.osgi.service.servlet.whiteboard.Preprocessor
service currently
being used during request processing.- "NotThreadSafe"
-
Field Summary
Modifier and TypeFieldDescriptionThe preprocessor initialization parameters as provided during registration of the preprocessor.long
Service property identifying the preprocessor. -
Constructor Summary
-
Method Summary
-
Field Details
-
initParams
The preprocessor initialization parameters as provided during registration of the preprocessor. Additional parameters like the Http Service Runtime attributes are not included. If the preprocessor has not initialization parameters, this map is empty. -
serviceId
public long serviceIdService property identifying the preprocessor. In the case of a preprocessor registered in the service registry and picked up by a Servlet Whiteboard Implementation, this value is not negative and corresponds to the service id in the registry. If the preprocessor has not been registered in the service registry, the value is negative and a unique negative value is generated by the Http Service Runtime in this case.
-
-
Constructor Details
-
PreprocessorDTO
public PreprocessorDTO()
-