Package org.codelibs.fess.helper
Class UserAgentHelper
- java.lang.Object
-
- org.codelibs.fess.helper.UserAgentHelper
-
public class UserAgentHelper extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserAgentHelper.UserAgentType
-
Field Summary
Fields Modifier and Type Field Description protected static StringUSER_AGENTprotected static StringUSER_AGENT_TYPE
-
Constructor Summary
Constructors Constructor Description UserAgentHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserAgentHelper.UserAgentTypegetUserAgentType()
-
-
-
Field Detail
-
USER_AGENT
protected static final String USER_AGENT
- See Also:
- Constant Field Values
-
USER_AGENT_TYPE
protected static final String USER_AGENT_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getUserAgentType
public UserAgentHelper.UserAgentType getUserAgentType()
-
-