com.bankframe.ei.servlet
Class UserGroupServletUtils

java.lang.Object
  |
  +--com.bankframe.ei.servlet.UserGroupServletUtils

public class UserGroupServletUtils
extends java.lang.Object

This class is a utility class for building a table of Permissions for a user or group.


Constructor Summary
UserGroupServletUtils()
           
 
Method Summary
static Table buildPermissionsTable(java.lang.String[] permissions)
          This method will build a table showing and describing a list of permissions.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserGroupServletUtils

public UserGroupServletUtils()
Method Detail

buildPermissionsTable

public static Table buildPermissionsTable(java.lang.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.
RequestRouterException


Copyright © 2005 Siebel Systems, Inc. All rights reserved.