-
1. Re: What is the service class to arrange GateIn navigation
theute Jul 17, 2013 3:59 AM (in response to anishantony)1 of 1 people found this helpfulThis public API is available since GateIn 3.6:
https://github.com/gatein/gatein-api-java/tree/master/src/main/java/org/gatein/api
It should be what you are looking for
-
2. Re: What is the service class to arrange GateIn navigation
theute Jul 17, 2013 4:00 AM (in response to theute)1 of 1 people found this helpfulThere is an example using it here: https://github.com/gatein/gatein-portal-quickstart/tree/master/navigation-api-portlet
-
3. Re: What is the service class to arrange GateIn navigation
anishantony Jul 20, 2013 6:01 AM (in response to theute)Thanks thomas
But problem is that I am using GateIn 3.2. I think the above suggested method not works in GateIn 3.2. Also I think in GateIn 3.2 navigation's are handled by NavigationServiceImpl. But i didn't get a clear idea about this service because I cant understand the terms in navigationServiceImpl like SiteKey, NavigationContext, NavigationData...etc. can you please give me a brief idea about the NavigationService
regards
Anish Antony
-
4. Re: What is the service class to arrange GateIn navigation
theute Jul 22, 2013 5:33 AM (in response to anishantony)What I meant is that you should upgrade, because the public API is available in 3.6, anything you would use before is private and subject to change so I would not recommend it.