com.bea.netuix.application.view
Interface CategoryView

All Superinterfaces
Serializable, View
All Known Subinterfaces:
PortalView, PortletCategoryView

public interface CategoryView
extends View

View superclass for a category.

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
 LocalizationResourceView getLocalizationResourceView()
          Returns the LocalizationResourceView associated with this view.
 
Methods inherited from interface com.bea.netuix.application.view.View
getDescription, getTitle
 

Method Detail

getLocalizationResourceView

LocalizationResourceView getLocalizationResourceView()
Returns the LocalizationResourceView associated with this view.

Returns
LocalizationResourceView


Copyright © 2011, Oracle. All rights reserved.