Package org.geotools.ows.wms.request
Class AbstractPutStylesRequest
Object
AbstractRequest
AbstractWMSRequest
AbstractPutStylesRequest
- All Implemented Interfaces:
Request,PutStylesRequest
- Direct Known Subclasses:
WMS1_1_1.InternalPutStylesRequest
public abstract class AbstractPutStylesRequest
extends AbstractWMSRequest
implements PutStylesRequest
Presents basic functionality for a PutStyles request
- Author:
- Richard Gould
-
Field Summary
Fields inherited from class AbstractRequest
EXCEPTION_XML, hints, onlineResource, propertiesFields inherited from interface PutStylesRequest
INSERT_AND_REPLACE, MODE, REPLACE_ALL, SLD, SLD_BODY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected abstract voidSets up the version number for this request.voidvoidvoidsetSLDBody(String sldBody) Methods inherited from class AbstractWMSRequest
initServiceMethods inherited from class AbstractRequest
getFinalURL, getPostContentType, getProperties, getRequestHints, performPostOutput, processKey, requiresPost, setProperty, setRequestHintsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Request
createResponse, getFinalURL, getPostContentType, getProperties, getRequestHints, performPostOutput, requiresPost, setProperty, setRequestHints
-
Constructor Details
-
AbstractPutStylesRequest
-
-
Method Details
-
initRequest
protected void initRequest()- Specified by:
initRequestin classAbstractRequest
-
initVersion
protected abstract void initVersion()Description copied from class:AbstractRequestSets up the version number for this request. Typically something like setProperty("VERSION", "1.1.1");- Specified by:
initVersionin classAbstractRequest
-
setMode
- Specified by:
setModein interfacePutStylesRequest- Parameters:
mode- one of INSERT_AND_REPLACE or REPLACE_ALL- See Also:
-
setSLD
- Specified by:
setSLDin interfacePutStylesRequest
-
setSLDBody
- Specified by:
setSLDBodyin interfacePutStylesRequest
-