public class DataWrapper extends Object
| Constructor and Description |
|---|
DataWrapper(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
public DataWrapper(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOExceptionpublic String getContentType()
public void setContentType(String contentType)
public String getErrorContentType()
public void setErrorContentType(String errorContentType)
public int getBufferSize()
public void setBufferSize(int buffer)
public String getCharacterEncoding()
public void setCharacterEncoding(String characterEncoding)
public int getContentLength()
public void setDateHeader(String name, long date)
public void setIntHeader(String name, int value)
public Locale getLocale()
public void setLocale(Locale locale)
public void setStatus(int sc)
public OutputStream getOutputStream()
public void write(InputStream is) throws IOException
IOExceptionpublic void write(ByteArrayOutputStream baos) throws IOException
IOExceptionpublic Map getLayeringParameterMap()
public DataMonitoring getRequestReporting()
public void setRequestReporting(DataMonitoring requestReporting)
public String getOperation()
public void setOperation(String operation)
public nl.b3p.ogc.utils.OGCRequest getOgcrequest()
public void setOgcrequest(nl.b3p.ogc.utils.OGCRequest ogcrequest)
public String getService()
public void setService(String service)
service - the service to setpublic javax.servlet.http.HttpServletRequest getRequest()
Copyright © 2016. All rights reserved.