com.bankframe.ei.servlet
Class UserGroupServletUtils

java.lang.Object
  extended bycom.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.

Author:
etu

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.
Throws:
RequestRouterException


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