mime-type

Purpose

Defines one or more MIME types to be matched in an HTTP response by the Servlet Filter. XDIME content is processed by MCS. Excluded content is passed through.

Contained by

Attribute

Attribute Description Type Default Options Use
value The MIME type. The value must uniquely identify XDIME content. xs:string     optional 

Example

<servlet-filter
  jsessionid-name="jsessionid">
  <exclude-device name="PC"/>
  <mime-type value="x-application/vnd.xdime+xml"/>
  <mime-type value="x-application/vnd.volantis.xdime+xml"/>
  <page-cache default-scope="none"/>
</servlet-filter>

Related topics