getFirstElementByTagName(Element element, String name) Convenience method for element.getElementsByTagName() to return the
first element in the resulting node list.
getFirstElementByTagName(Document dom, String name) Convenience method for element.getElementsByTagName() to return the
first element in the resulting node list.
Executes an ows request using the GET method.
Parameters: path - The porition of the request after hte context, example: 'wms?request=GetMap&version=1.1.1&..." An input stream which is the result of the request. throws: Exception -
Executes an ows request using the GET method and returns the result as an
xml document.
Parameters: path - The porition of the request after hte context, example: 'wms?request=GetMap&version=1.1.1&..." A result of the request parsed into a dom. throws: Exception -
Executes an ows request using the GET method.
Parameters: path - The porition of the request after hte context, example: 'wms?request=GetMap&version=1.1.1&..." the mock servlet response throws: Exception -
Returns the logging configuration path. The default value is "/TEST_LOGGING.properties", which
is a pretty quiet configuration. Should you need more verbose logging override this method
in subclasses and choose a different configuration, for example "/DEFAULT_LOGGING.properties".
Returns the spring context locations to be used in order to build the GeoServer Spring
context. Subclasses might want to provide extra locations in order to test extension points.
Executes an ows request using the POST method with key value pairs
form encoded.
Parameters: path - The porition of the request after hte context, example: 'wms?request=GetMap&version=1.1.1&..." An input stream which is the result of the request. throws: Exception -
Parameters: path - The porition of the request after the context ( no query string ), example: 'wms'. An input stream which is the result of the request. throws: Exception -
Executes an ows request using the POST method with key value pairs
form encoded, returning the result as a dom.
Parameters: path - The porition of the request after hte context, example: 'wms?request=GetMap&version=1.1.1&..." An input stream which is the result of the request. throws: Exception -
Executes an ows request using the POST method and returns the result as an
xml document.
Parameters: path - The porition of the request after the context ( no query string ), example: 'wms'. An input stream which is the result of the request. throws: Exception -
Sets up a template in a feature type directory.
Parameters: featureTypeName - The name of the feature type. Parameters: template - The name of the template. Parameters: body - The content of the template. throws: IOException -