MimeFilter

A mime filter is a post-service filter that is triggered by mime type on the set content type on the response. The output of the original request will be chained to the input stream of the target uri. This allows custom servlets to handle content based upon content type of a request header.



 

Attributes Summary

target A uri within the web application that the web container forwards the request to, when the content type matches.
type The mime type of the content type of a request when matched will forward the request to the target uri defined for the mime filter.

 

Attribute Details


target

A uri within the web application that the web container forwards the request to, when the content type matches.

Data type:   String
Default value:   unspecified



type

The mime type of the content type of a request when matched will forward the request to the target uri defined for the mime filter.

Data type:   String
Default value:   unspecified