Hi, I can see serviceListGenerator code has been hidden behind HttpServlet now, so not sure what to advise now. Default serviceListGenerator servlet can not be extended, so perhaps the simplest option is to override ServletController.invoke, check if it's /services and if yes then handle it otherwise delegate to superclass?
Cheers, Sergey On Tue, Jun 14, 2011 at 3:34 PM, lynnifer58 <[email protected]> wrote: > I'm also trying to do as Sergey suggested above to customize the service list > page. > > I'm using apache cxf 2.4.0 and I'm working on modifying the > ServletController, but I'm not seeing a generateServiceList() or > getServletDestinations() methods anymore in order to override them. > > Are there other classes/methods I should be using? Any examples would be > most helpful! > > thanks, > Lynn > > > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Customization-of-service-list-page-tp2797089p4488030.html > Sent from the cxf-user mailing list archive at Nabble.com. >
