public class ServletUtil
extends java.lang.Object
Constructor and Description |
---|
ServletUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
checkPassword(java.lang.String userID,
java.lang.String password,
javax.servlet.ServletContext context) |
static Repository |
getRepository(javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest request) |
public static Repository getRepository(javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest request) throws RepositoryException
RepositoryException
public static boolean checkPassword(java.lang.String userID, java.lang.String password, javax.servlet.ServletContext context)