Search found 2 matches
- Mon Sep 19, 2011 4:30 am
- Forum: Device Information
- Topic: User Agent information
- Replies: 5
- Views: 18623
Re: User Agent information
Hi Extremely helpful. But my intention is to know the logic behind API in details, how it works technically, bit of in pseudo flow like : 1) Get the UA from request 2) normalize it 3) Match or compare after consulting with wurfl.xml Sorry, this is just my intuition. I am just curious to know the log...
- Mon Sep 19, 2011 1:32 am
- Forum: Device Information
- Topic: User Agent information
- Replies: 5
- Views: 18623
User Agent information
Hi This is my code snipet: public void Device getDevice(HttpServletRequest request, ServletContext appContext){ WURFLHolder wurflHolder = (WURFLHolder) servletContext.getAttribute(WURFLClass); System.out.println("WURFLHolder Class Name:"+wurflHolder.getClass().getName()); wurflManager = wurflHolder....