Package org.gatein.api.navigation
Class NavigationImpl
java.lang.Object
org.gatein.api.navigation.NavigationImpl
- All Implemented Interfaces:
org.gatein.api.navigation.Navigation
@Deprecated(forRemoval=true,
since="7.0")
public class NavigationImpl
extends Object
implements org.gatein.api.navigation.Navigation
Deprecated, for removal: This API element is subject to removal in a future version.
should be removed since the Portal API is defined using Service
Layers instead of contextual API which doesn't help to get
stateless mode. This is kept for now until removing ecms from
eXo addons
- Author:
- Stian Thorgersen, Nick Scavelli
-
Constructor Summary
ConstructorsConstructorDescriptionNavigationImpl(org.gatein.api.site.SiteId siteId, org.exoplatform.portal.mop.service.NavigationService navigationService, org.exoplatform.portal.mop.navigation.NavigationContext navCtx, org.exoplatform.portal.mop.storage.DescriptionStorage descriptionService, org.exoplatform.services.resources.ResourceBundleManager bundleManager) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionorg.gatein.api.navigation.NodeDeprecated, for removal: This API element is subject to removal in a future version.org.gatein.api.navigation.NodegetNode(org.gatein.api.navigation.NodePath nodePath) Deprecated, for removal: This API element is subject to removal in a future version.org.gatein.api.navigation.NodegetNode(org.gatein.api.navigation.NodePath nodePath, org.gatein.api.navigation.NodeVisitor visitor) Deprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.org.gatein.api.navigation.NodegetRootNode(org.gatein.api.navigation.NodeVisitor visitor) Deprecated, for removal: This API element is subject to removal in a future version.org.gatein.api.site.SiteIdDeprecated, for removal: This API element is subject to removal in a future version.voidrefreshNode(org.gatein.api.navigation.Node node) Deprecated, for removal: This API element is subject to removal in a future version.voidrefreshNode(org.gatein.api.navigation.Node node, org.gatein.api.navigation.NodeVisitor visitor) Deprecated, for removal: This API element is subject to removal in a future version.booleanremoveNode(org.gatein.api.navigation.NodePath path) Deprecated, for removal: This API element is subject to removal in a future version.voidsaveNode(org.gatein.api.navigation.Node node) Deprecated, for removal: This API element is subject to removal in a future version.voidsetPriority(int priority) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
Method Details
-
getNode
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getNodein interfaceorg.gatein.api.navigation.Navigation
-
getPriority
public int getPriority()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getPriorityin interfaceorg.gatein.api.navigation.Navigation
-
getSiteId
public org.gatein.api.site.SiteId getSiteId()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getSiteIdin interfaceorg.gatein.api.navigation.Navigation
-
setPriority
public void setPriority(int priority) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setPriorityin interfaceorg.gatein.api.navigation.Navigation