Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


oracle.jdeveloper.webapp.html
Class BrowseablePathProvider

java.lang.Object
  extended by oracle.jdeveloper.webapp.html.BrowseablePathProvider


public abstract class BrowseablePathProvider
extends java.lang.Object

An extension point allowing browseable paths to be specified for HtmlSourceNode and subclasses (JspSourceNode, XHtmlSourceNode). Implementations are registered with BrowseablePathProviderManager, as MetaClass factories.


Constructor Summary
BrowseablePathProvider()
           

 

Method Summary
abstract  java.lang.String getBrowseablePath(Context context)
          Return a browseable path for the given context, or null, if the implementation doesn't handle it.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

BrowseablePathProvider

public BrowseablePathProvider()

Method Detail

getBrowseablePath

public abstract java.lang.String getBrowseablePath(Context context)
Return a browseable path for the given context, or null, if the implementation doesn't handle it.
Parameters:
context -
Returns:
a browseable path for the given context, or null, if the implementation doesn't handle it

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


Copyright © 1997, 2015, Oracle. All rights reserved.