|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.stylebook.URLHandler
public class URLHandler
The URLHandler class implements URLStreamHandlerFactory, wich is the
factory used by StyleBook to produce URLConnections.
Handled by this factory are the "res" protocol (wich handles
resources derived from the actual or the system class loaders) and the
"sbk" protocol wich handles files in the style name space and the
sources name space.
Constructor Summary | |
---|---|
URLHandler()
|
|
URLHandler(java.io.File sources,
java.io.File style)
|
Method Summary | |
---|---|
java.net.URLStreamHandler |
createURLStreamHandler(java.lang.String protocol)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public URLHandler()
public URLHandler(java.io.File sources, java.io.File style) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public java.net.URLStreamHandler createURLStreamHandler(java.lang.String protocol)
createURLStreamHandler
in interface java.net.URLStreamHandlerFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |