SUMMARY:
java.lang.Object
oracle.ide.model.Node
oracle.ide.model.TextNode
oracle.ide.model.DeployableTextNode
oracle.bali.xml.addin.XMLSourceNode
oracle.jdeveloper.webapp.WebDocumentNode
oracle.jdeveloper.webapp.BrowsableWebDocumentNode
- All Implemented Interfaces:
- Displayable, Element, LazyLoadable, Locatable, Subject, Dirtyable, ContextualBrowseablePath, Browseable, BrowseablePath
- Direct Known Subclasses:
- oracle.jdevimpl.webapp.html.HtmlSourceNode
public abstract class BrowsableWebDocumentNode - extends WebDocumentNode
- implements BrowseablePath, ContextualBrowseablePath
BrowsableWebDocumentNode
public BrowsableWebDocumentNode()
BrowsableWebDocumentNode
public BrowsableWebDocumentNode(java.net.URL url)
getBrowseablePath
public final java.lang.String getBrowseablePath(Context context)
- Description copied from interface:
ContextualBrowseablePath
- Returns the context-relative path that should be used for browsing
the object that is being run in the embedded server.
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
- Specified by:
getBrowseablePath in interface ContextualBrowseablePath
getBrowseablePath
public final java.lang.String getBrowseablePath()
- Description copied from interface:
BrowseablePath
- Returns the context-relative path that should be used for browsing
the object that is being run in the embedded server.
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
- Specified by:
getBrowseablePath in interface BrowseablePath
|