org.apache.cocoon.blockdeployment
Class BlockContextURLConnection

java.lang.Object
  extended byjava.net.URLConnection
      extended byorg.apache.cocoon.blockdeployment.BlockContextURLConnection

public class BlockContextURLConnection
extends URLConnection


Field Summary
 
Fields inherited from class java.net.URLConnection
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches
 
Constructor Summary
protected BlockContextURLConnection(URL url, Map blockContexts)
           
 
Method Summary
 void connect()
           
 InputStream getInputStream()
           
 long getLastModified()
           
 
Methods inherited from class java.net.URLConnection
addRequestProperty, getAllowUserInteraction, getContent, getContent, getContentEncoding, getContentLength, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getHeaderFields, getIfModifiedSince, getOutputStream, getPermission, getRequestProperties, getRequestProperty, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setRequestProperty, setUseCaches, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BlockContextURLConnection

protected BlockContextURLConnection(URL url,
                                    Map blockContexts)
Method Detail

connect

public void connect()
             throws IOException
Throws:
IOException

getInputStream

public InputStream getInputStream()
                           throws IOException
Throws:
IOException

getLastModified

public long getLastModified()


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.