Package org.cyclos.server.utils
Class UserAgentHandlerImpl
- java.lang.Object
-
- org.cyclos.server.utils.UserAgentHandlerImpl
-
- All Implemented Interfaces:
UserAgentHandler
@Component public class UserAgentHandlerImpl extends Object implements UserAgentHandler
Implementation forUserAgentHandler
-
-
Constructor Summary
Constructors Constructor Description UserAgentHandlerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()voidinitialize()UserAgentInfoparse(RequestInfo request)Parses the request headers for user agent information
-
-
-
Method Detail
-
destroy
@PreDestroy public void destroy()
-
initialize
@PostConstruct public void initialize()
-
parse
public UserAgentInfo parse(RequestInfo request)
Description copied from interface:UserAgentHandlerParses the request headers for user agent information- Specified by:
parsein interfaceUserAgentHandler
-
-