|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A resource locator is an interface for resource abstraction. The locator methods takes a path and produces content or information about the resource mapped the the path if any is available. This abstraction layer is useful for any code wishing to read resources but not necessary deal with the aquisition.
The resource locator only works with '/' as separator.
| Method Summary | |
Resource |
getResource(java.lang.String path)
Find resource from a path. |
| Method Detail |
public Resource getResource(java.lang.String path)
path - Resource path, must not be null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||