Package thredds.server.views
Class InvCatalogXmlView
- java.lang.Object
-
- org.springframework.context.support.ApplicationObjectSupport
-
- org.springframework.web.context.support.WebApplicationObjectSupport
-
- org.springframework.web.servlet.view.AbstractView
-
- thredds.server.views.InvCatalogXmlView
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.context.ApplicationContextAware,org.springframework.web.context.ServletContextAware,org.springframework.web.servlet.View
public class InvCatalogXmlView extends org.springframework.web.servlet.view.AbstractViewConfigured by Spring MVC, used in thredds.server.catalogservice- Since:
- 4.0
-
-
Constructor Summary
Constructors Constructor Description InvCatalogXmlView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContentType()protected voidrenderMergedOutputModel(Map model, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)-
Methods inherited from class org.springframework.web.servlet.view.AbstractView
addStaticAttribute, createMergedOutputModel, createRequestContext, createTemporaryOutputStream, exposeModelAsRequestAttributes, formatViewName, generatesDownloadContent, getAttributesMap, getBeanName, getRequestContextAttribute, getRequestToExpose, getStaticAttributes, isExposePathVariables, prepareResponse, render, setAttributes, setAttributesCSV, setAttributesMap, setBeanName, setContentType, setExposeContextBeansAsAttributes, setExposedContextBeanNames, setExposePathVariables, setRequestContextAttribute, setResponseContentType, toString, writeToResponse
-
Methods inherited from class org.springframework.web.context.support.WebApplicationObjectSupport
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext
-
-
-
-
Method Detail
-
renderMergedOutputModel
protected void renderMergedOutputModel(Map model, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws Exception
- Specified by:
renderMergedOutputModelin classorg.springframework.web.servlet.view.AbstractView- Throws:
Exception
-
getContentType
public String getContentType()
- Specified by:
getContentTypein interfaceorg.springframework.web.servlet.View- Overrides:
getContentTypein classorg.springframework.web.servlet.view.AbstractView
-
-