Java API for embedding Dia-based diagrams in web pages in a Servlet environment.
For questions or support, please contact us:
Email: support@aoindustries.com
Phone: 1-800-519-9541
Phone: +1-251-607-9556
Web: https://www.aoindustries.com/contact
@WebFilter(urlPatterns="*.dia", description="Filter to add the missing content type for *.dia files.") public class DiaContentTypeFilter extends Object implements Filter
| Constructor and Description |
|---|
DiaContentTypeFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
doFilter(ServletRequest req,
ServletResponse resp,
FilterChain chain) |
void |
init(FilterConfig config) |
public void init(FilterConfig config)
public void doFilter(ServletRequest req, ServletResponse resp, FilterChain chain) throws IOException, ServletException
doFilter in interface FilterIOExceptionServletExceptionCopyright © 2013–2016 AO Industries, Inc.. All rights reserved.