| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContextualBrowseablePath
Essentially BrowseablePath with the addition of a Context argument.
| Method Summary | |
|---|---|
 java.lang.String | 
getBrowseablePath(Context context)
Returns the context-relative path that should be used for browsing the object that is being run in the embedded server.  | 
| Method Detail | 
|---|
java.lang.String getBrowseablePath(Context context)
  The returned string should not begin with a "/" unless an extra
  "/" in the target URL is needed.  For example, if
  getBrowseablePath() returns "foo/bar.abc", the target URL will
  be of the form:
    http://localhost:8988/Workspace1-Project1-context-root/foo/bar.abc
  If getBrowseablePath() returns "/foo/bar.abc", the target URL
  will be of the form (note the extra "/" before "foo"):
    http://localhost:8988/Workspace1-Project1-context-root//foo/bar.abc
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||