jp.cssj.resolver.cache
クラス CachedSourceResolver.CachedSourceInfo

java.lang.Object
  拡張jp.cssj.resolver.cache.CachedSourceResolver.CachedSourceInfo
含まれているクラス:
CachedSourceResolver

protected static class CachedSourceResolver.CachedSourceInfo
extends Object


フィールドの概要
 String encoding
           
 File file
           
 String mimeType
           
 URI uri
           
 
コンストラクタの概要
CachedSourceResolver.CachedSourceInfo(URI uri, String mimeType, String encoding, File file)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

uri

public final URI uri

mimeType

public final String mimeType

encoding

public final String encoding

file

public final File file
コンストラクタの詳細

CachedSourceResolver.CachedSourceInfo

public CachedSourceResolver.CachedSourceInfo(URI uri,
                                             String mimeType,
                                             String encoding,
                                             File file)


(c)2008-2009 GNN & Co.,Ltd.