org.apache.cocoon.servletservice.url
Class ServletURLStreamHandlerFactory

java.lang.Object
  extended by org.apache.cocoon.servletservice.url.ServletURLStreamHandlerFactory
All Implemented Interfaces:
URLStreamHandlerFactory

public class ServletURLStreamHandlerFactory
extends Object
implements URLStreamHandlerFactory


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

Constructor Detail

ServletURLStreamHandlerFactory

public ServletURLStreamHandlerFactory()
Method Detail

createURLStreamHandler

public URLStreamHandler createURLStreamHandler(String protocol)

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


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