public interface JMapServerExtension
Modifier and Type | Method and Description |
---|---|
void |
destroy()
This method is called by JMapServer when a shutdown operation is occurring.
|
default java.io.Serializable |
getProjectParameters(int projectId,
java.util.Locale locale) |
void |
init()
This method is called by JMapServer just after the request handler
object is constructed.
|
JMapExtensionResponse |
processRequest(JMapExtensionRequest request)
This method is called by JMapServer when a request for this extension
is received .
|
JMapExtensionResponse processRequest(JMapExtensionRequest request)
request
- the requestvoid init()
void destroy()
default java.io.Serializable getProjectParameters(int projectId, java.util.Locale locale)