com.bankframe.ei.servlet
Class UserGroupServletUtils
java.lang.Object
com.bankframe.ei.servlet.UserGroupServletUtils
public class UserGroupServletUtils
- extends Object
This class is a utility class for building a table of Permissions for a user or group.
UserGroupServletUtils
public UserGroupServletUtils()
buildPermissionsTable
public static Table buildPermissionsTable(String[] permissions)
throws RequestRouterException
- This method will build a table showing and describing a list of permissions.
- Parameters:
permissions
- Array of permissions to put in the resultant table.
- Returns:
- HTML table with list of permissions and descriptions.
- Throws:
RequestRouterException
Copyright © 2005, 2007, Oracle. All rights reserved.