Package com.luciad.wms.server
Interface ILcdWMSCapabilitiesUpdater
public interface ILcdWMSCapabilitiesUpdater
Deprecated.
Interface that represents an updater for the capabilities of the WMS. Implementations
can define a custom update strategy, e.g. based on incoming requests (
see
update(HttpServletRequest)
or a time-based strategy.-
Method Summary
Modifier and TypeMethodDescriptionvoid
update
(jakarta.servlet.http.HttpServletRequest aRequest) Deprecated.Notification of a new WMS request.
-
Method Details
-
update
void update(jakarta.servlet.http.HttpServletRequest aRequest) Deprecated.Notification of a new WMS request. Implementations may use this information to define an update strategy for the WMS capabilities. This method will be invoked before any request handling procedure is started.- Parameters:
aRequest
- The receivedHttpServletRequest
.
-
ILcdWMSCapabilitiesProvider
.