|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceHandler | |
|---|---|
| org.sapia.resource | |
| Uses of ResourceHandler in org.sapia.resource |
|---|
| Classes in org.sapia.resource that implement ResourceHandler | |
|---|---|
class |
ClasspathResourceHandler
Handles resources on the classpath. |
class |
FileResourceHandler
Resolves resources from the file system. |
class |
UrlResourceHandler
Implements a ResourceHandler that produces
UrlResource instances. |
| Methods in org.sapia.resource that return ResourceHandler | |
|---|---|
protected ResourceHandler |
ResourceHandlerChain.doSelect(java.lang.String uri)
|
ResourceHandler |
ResourceHandlerChain.select(java.lang.String uri)
Selects a ResourceHandler from this instance and returns it. |
| Methods in org.sapia.resource with parameters of type ResourceHandler | |
|---|---|
void |
ResourceHandlerChain.append(ResourceHandler handler)
Adds a resource handler to the end of the list that this instance holds. |
void |
ResourceHandlerChain.prepend(ResourceHandler handler)
Adds a resource handler to the beginning of the list that this instance holds. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||