© 2005 BEA Systems, Inc.

com.bea.netuix.application.definition
Interface CategoryDefinition

All Superinterfaces:
Serializable
All Known Implementing Classes:
PortalDefinition, PortletCategoryDefinition

public interface CategoryDefinition
extends Serializable

Category marker interface.


Method Summary
 LocalizationResource getLocalizationResource()
          Returns the LocalizationResource associated with this CategoryDefinition based on the locale of the request used for retrieving the CategoryDefinition.
 boolean isRoot()
          Determines if the category is a root category.
 void setLocalizationResource(LocalizationResource localizationResource)
          Sets LocalizationResource for this CategoryDefinition.
 

Method Detail

getLocalizationResource

public LocalizationResource getLocalizationResource()
Returns the LocalizationResource associated with this CategoryDefinition based on the locale of the request used for retrieving the CategoryDefinition.

Returns:
LocalizationResource associated with this category

isRoot

public boolean isRoot()
Determines if the category is a root category.

Returns:
true if this category is the root

setLocalizationResource

public void setLocalizationResource(LocalizationResource localizationResource)
Sets LocalizationResource for this CategoryDefinition.

Parameters:
localizationResource -

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved