com.bea.netuix.application.view
Interface ThemedMarkupBasedView

All Superinterfaces
MarkupBasedView, Serializable, View
All Known Subinterfaces:
BookView, PageView, PortletView

public interface ThemedMarkupBasedView
extends MarkupBasedView

View superclass for portal elements that can have themes.

See Also
View
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
 ThemeView getThemeView()
          Get the theme view associated with this resource.
 
Methods inherited from interface com.bea.netuix.application.view.MarkupBasedView
getMarkupView
 
Methods inherited from interface com.bea.netuix.application.view.View
getDescription, getTitle
 

Method Detail

getThemeView

ThemeView getThemeView()
Get the theme view associated with this resource.

Returns
if a Theme has been placed on a resource then return it, otherwise null.


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.