org.apache.naming.resources
クラス WARDirContext.WARResource

java.lang.Object
  |
  +--org.apache.naming.resources.Resource
        |
        +--org.apache.naming.resources.WARDirContext.WARResource
含まれているクラス:
WARDirContext

protected class WARDirContext.WARResource
extends Resource

This specialized resource implementation avoids opening the IputStream to the WAR right away.


フィールドの概要
protected  java.util.zip.ZipEntry entry
           
 
クラス org.apache.naming.resources.Resource から継承したフィールド
binaryContent, inputStream
 
コンストラクタの概要
WARDirContext.WARResource(java.util.zip.ZipEntry entry)
           
 
メソッドの概要
 java.io.InputStream streamContent()
          Content accessor.
 
クラス org.apache.naming.resources.Resource から継承したメソッド
getContent, setContent, setContent
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

entry

protected java.util.zip.ZipEntry entry
コンストラクタの詳細

WARDirContext.WARResource

public WARDirContext.WARResource(java.util.zip.ZipEntry entry)
メソッドの詳細

streamContent

public java.io.InputStream streamContent()
                                  throws java.io.IOException
Content accessor.
オーバーライド:
クラス Resource 内の streamContent
戻り値:
InputStream


Copyright ? 2000-2001 Apache Software Foundation. All Rights Reserved.