Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.jdeveloper.runner
Interface Browseable

All Known Subinterfaces:
BrowseablePath, BrowseablePaths, ClientList
All Known Implementing Classes:
BrowsableWebDocumentNode, oracle.jdevimpl.webapp.html.HtmlSourceNode, JspSourceNode

public interface Browseable

Marker interface implemented by Node classes that represent web documents that are typically browsed directly in a web browser. For example, HTML, JSP, and XSQL documents.

The Oc4jStarter class uses this marker interface to determine whether a project should be considered a web module. If any nodes in the project implement this interface, then the project is considered a web module.



Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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