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

E13403-02

oracle.jdeveloper.webapp.design.view
Class VisualEditorPathProvider

java.lang.Object
  extended by oracle.jdeveloper.webapp.design.view.VisualEditorPathProvider

public abstract class VisualEditorPathProvider
extends java.lang.Object

An extension point allowing JSP Design Time Visual Editor viewable paths to be specified for JspSourceNode and subclasses (JspFragmentSourceNode, JspTagSourceNode, JspTagXSourceNode, JspTagFragmentSourceNode).

Implementations are registered with DTEManager, as MetaClass factories. A new instance is created for each use.


Constructor Summary
VisualEditorPathProvider()
           
 
Method Summary
abstract  java.lang.String getVisualEditorPath(Context context)
          Return a JSP Design Time Visual Editor viewable 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

VisualEditorPathProvider

public VisualEditorPathProvider()
Method Detail

getVisualEditorPath

public abstract java.lang.String getVisualEditorPath(Context context)
Return a JSP Design Time Visual Editor viewable path for the given Context, or null if the implementation doesn't handle it.

The implementation should not prompt for additional information, etc, since the Visual Editor isn't the same full environment as the embedded server.

Parameters:
context - Context of a Node to view in the Design Time Visual Editor
Returns:
a Design Time viewable path for the given Context, or null

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

E13403-02

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