1 /*
2 * $Id: IImageResourceAdapter.java,v 1.2 2010/01/27 14:55:37 oeuillot Exp $
3 */
4 package org.rcfaces.core.internal.images;
5
6
7 /**
8 *
9 * @author Olivier Oeuillot (latest modification by $Author: oeuillot $)
10 * @version $Revision: 1.2 $ $Date: 2010/01/27 14:55:37 $
11 */
12 public interface IImageResourceAdapter {
13 boolean isContentSupported(String contentType, String suffix);
14 }