|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public ResourceLocator
Interface for finding resources within a model.
Method Summary | |
---|---|
String |
findResourceUrl(Object node,
String name)
Deprecated. Use findResourceURL instead. |
String |
findResourceURL(Object node,
String name)
Returns the URL of the resource to be located, or null if the resource cannot be found. |
Methods inherited from interface com.ibm.mashups.enabler.Locator |
---|
find |
Method Detail |
---|
String findResourceUrl(Object node, String name)
null
if the resource cannot be found.
node
-
A node of the model this locator is implemented on. Must not be null
.name
-
The name of the resource to be located within the given model. The name can also contain a directory path relative to the model. Must not be null
.
null
if the resource cannot be found.String findResourceURL(Object node, String name)
null
if the resource cannot be found.
node
-
A node of the model this locator is implemented on. Must not be null
.name
-
The name of the resource to be located within the given model. The name can also contain a directory path relative to the model. Must not be null
.
null
if the resource cannot be found.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |