org.apache.cocoon.blockdeployment
Class BlockContextURLStreamHandlerFactory

java.lang.Object
  extended byorg.apache.cocoon.blockdeployment.BlockContextURLStreamHandlerFactory
All Implemented Interfaces:
ApplicationContextAware, URLStreamHandlerFactory

public class BlockContextURLStreamHandlerFactory
extends Object
implements URLStreamHandlerFactory, ApplicationContextAware


Constructor Summary
BlockContextURLStreamHandlerFactory()
           
 
Method Summary
 URLStreamHandler createURLStreamHandler(String protocol)
          
 void setApplicationContext(ApplicationContext applicationContext)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockContextURLStreamHandlerFactory

public BlockContextURLStreamHandlerFactory()
Method Detail

createURLStreamHandler

public URLStreamHandler createURLStreamHandler(String protocol)

Specified by:
createURLStreamHandler in interface URLStreamHandlerFactory
See Also:
URLStreamHandlerFactory.createURLStreamHandler(java.lang.String)

setApplicationContext

public void setApplicationContext(ApplicationContext applicationContext)
                           throws BeansException

Specified by:
setApplicationContext in interface ApplicationContextAware
Throws:
BeansException
See Also:
ApplicationContextAware.setApplicationContext(org.springframework.context.ApplicationContext)


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