|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.virtual.plugins.context.AbstractContextFactory
public abstract class AbstractContextFactory
Abstract context factory.
| Constructor Summary | |
|---|---|
protected |
AbstractContextFactory(java.lang.String... protocols)
|
| Method Summary | |
|---|---|
protected static java.net.URI |
fromVFS(java.net.URI uri)
Check if URI param is already VFS URI. |
protected static java.net.URL |
fromVFS(java.net.URL url)
Check if URL param is already VFS URL. |
java.lang.String[] |
getProtocols()
Get the URL protocols/URI schemes this factory supports |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jboss.virtual.spi.VFSContextFactory |
|---|
getVFS, getVFS |
| Constructor Detail |
|---|
protected AbstractContextFactory(java.lang.String... protocols)
| Method Detail |
|---|
public java.lang.String[] getProtocols()
VFSContextFactory
getProtocols in interface VFSContextFactory
protected static java.net.URL fromVFS(java.net.URL url)
throws java.net.MalformedURLException
url - the url
java.net.MalformedURLException - for any error
protected static java.net.URI fromVFS(java.net.URI uri)
throws java.net.URISyntaxException
uri - the uri
java.net.URISyntaxException - for any error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||