org.seasar.cms.wiki.util
クラス ImageUtils

java.lang.Object
  上位を拡張 org.seasar.cms.wiki.util.ImageUtils

public class ImageUtils
extends java.lang.Object


コンストラクタの概要
ImageUtils()
           
 
メソッドの概要
static boolean isImage(java.lang.String s)
          Discriminates the specifid string represents image file or not.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ImageUtils

public ImageUtils()
メソッドの詳細

isImage

public static boolean isImage(java.lang.String s)
Discriminates the specifid string represents image file or not. This see the string as image if it ends with .jpg,.jpeg,.gif,.png,and .bmp in a case insensitive mannger.



Copyright ? 2007. All Rights Reserved.