hasServerNamespace

open fun hasServerNamespace(context: ApplicationContext, serverNamespace: String): Boolean

Returns true if the specified context is a WebServerApplicationContext with a matching server namespace.

Return

true if the server namespace of the context matches

Since

2.1.8

Parameters

context

the context to check

serverNamespace

the server namespace to match against