Skip navigation links


com.bea.netuix.application.view
Interface MarkupBasedView

All Superinterfaces
Serializable, View
All Known Subinterfaces:
BookView, DesktopView, LayoutView, LookAndFeelView, MenuView, PageView, PlaceholderView, PortletView, ShellView, ThemedMarkupBasedView, ThemeView

public interface MarkupBasedView
extends View

View superclass for types that support markup. Portal file markup is generally handled internally. There should be little need for portal developers to use the methods in this class.

This interface is intended to be implemented only by Oracle Weblogic Portal. Oracle Systems reserves the right to add abstract methods to this interface without notice. Implementations of this interface by other parties must not be expected to compile without change in future versions of Oracle Weblogic Portal.

Method Summary
 MarkupView getMarkupView()
          Return the markup associated with this resource.

 

Methods inherited from interface com.bea.netuix.application.view.View
getDescription, getTitle

 

Method Detail

getMarkupView

MarkupView getMarkupView()
Return the markup associated with this resource.
Returns
a non-null MarkupView.

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.