public class Interface
extends Object 
Types of user interfaces.
- 
 
- 
Constructor Summary
Constructors
 
- 
Method Summary
getIface(javax.servlet.http.HttpServletRequest request) 
Detects request interface.
 
Parameter 
url.open from 
Setup.
 
 
Parameter 
url.user from 
Setup.
 
 
 
 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
- 
Field Details
- 
USER
public static final String USER 
- See Also:
 
- 
 
 
- 
OPEN
public static final String OPEN 
- See Also:
 
- 
 
 
- 
USER_MOB
public static final String USER_MOB 
- See Also:
 
- 
 
 
 
- 
Constructor Details
- 
Interface
public Interface()
 
 
- 
Method Details
- 
getIface
public static String getIface(javax.servlet.http.HttpServletRequest request) 
Detects request interface.
- Returns:
 
USER, OPEN, USER_MOB or "undef" 
 
- 
getUrlUser
public static String getUrlUser()
 
Parameter 
url.user from 
Setup.
 
- Returns:
 
- parameter value or 
/user. 
 
- 
getUrlOpen
public static String getUrlOpen()
 
Parameter 
url.open from 
Setup.
 
- Returns:
 
- parameter value or 
/open.