| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.ide.model.Node
      
oracle.ide.model.TextNode
          
oracle.ide.model.DeployableTextNode
              
oracle.bali.xml.addin.XMLSourceNode
                  
oracle.jdeveloper.webapp.DelegatingXMLSourceNode
                      
oracle.jdeveloper.webapp.WebDocumentNode
                          
oracle.jdeveloper.webapp.BrowsableWebDocumentNode
public abstract class BrowsableWebDocumentNode
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class oracle.bali.xml.addin.XMLSourceNode | 
|---|
oracle.bali.xml.addin.XMLSourceNode.JDevXmlContextFactory | 
| Field Summary | 
|---|
| Fields inherited from class oracle.bali.xml.addin.XMLSourceNode | 
|---|
XML_CONTEXT_CREATED | 
| Fields inherited from class oracle.ide.model.DeployableTextNode | 
|---|
EXT, EXT2 | 
| Fields inherited from class oracle.ide.model.Node | 
|---|
LOG_READONLY | 
| Constructor Summary | |
|---|---|
BrowsableWebDocumentNode() | 
|
BrowsableWebDocumentNode(java.net.URL url) | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getBrowseablePath()Returns the context-relative path that should be used for browsing the object that is being run in the embedded server.  | 
 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.  | 
| Methods inherited from class oracle.jdeveloper.webapp.WebDocumentNode | 
|---|
closeImpl, getXmlContext, pauseXmlContextCreation, resumeXmlContextCreation | 
| Methods inherited from class oracle.bali.xml.addin.XMLSourceNode | 
|---|
createAnnotationGrammar, createAnnotationGrammarImpl, createAnnotationMetadataProvider, createAnnotationMetadataProviderImpl, createAnnotationMetadataResolver, createAnnotationMetadataResolverImpl, createAnnotationModel, createAnnotationModelImpl, createBeanRegistries, createDOMImplementation, createDomModelPluginFactory, createDomModelPluginFactoryImpl, createGrammarResolver, createIndexingProvider, createIndexingProviderImpl, createReader, getBundleId, getDOMImplementation, getExtension, getIcon, getIndexingMetadataMapper, getIndexingMetadataURLS, getLoadEncoding, getModel, getModel, getSaveEncoding, getShapingIds, getXmlContext, getXmlContext, getXmlContext, getXmlContextOrThrow, hasXmlContextBeenCreated, isXmlSyntax, reformatForLineBasedDiff, registerServiceProviders, registerXmlSourceNodeHook, revertImpl, saveImpl, setJDevXmlContextFactory, showAllValidComponentsPalettePage, supportsXmlContextAction | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public BrowsableWebDocumentNode()
public BrowsableWebDocumentNode(java.net.URL url)
| Method Detail | 
|---|
public final java.lang.String getBrowseablePath(Context context)
ContextualBrowseablePathThe 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
getBrowseablePath in interface ContextualBrowseablePathpublic final java.lang.String getBrowseablePath()
BrowseablePathThe 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
getBrowseablePath in interface BrowseablePath
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||