站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

CLLoader.URLResource - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.common.util
Class CLLoader.URLResource

java.lang.Object
  extended byorg.jboss.portal.common.util.LoaderResource
      extended byorg.jboss.portal.common.util.CLLoader.URLResource
Enclosing class:
CLLoader

private static class CLLoader.URLResource
extends LoaderResource


Field Summary
private  java.net.URL url
           
 
Fields inherited from class org.jboss.portal.common.util.LoaderResource
location
 
Constructor Summary
CLLoader.URLResource(java.lang.String location, java.net.URL url)
           
 
Method Summary
 java.io.InputStream asInputStream()
           
 boolean exists()
           
 java.lang.String toString()
           
 
Methods inherited from class org.jboss.portal.common.util.LoaderResource
asDocument, asProperties, asProperties, asString, asString, getLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

url

private final java.net.URL url
Constructor Detail

CLLoader.URLResource

public CLLoader.URLResource(java.lang.String location,
                            java.net.URL url)
Method Detail

exists

public boolean exists()
Specified by:
exists in class LoaderResource

asInputStream

public java.io.InputStream asInputStream()
                                  throws java.lang.IllegalStateException
Specified by:
asInputStream in class LoaderResource
Throws:
java.lang.IllegalStateException

toString

public java.lang.String toString()