uPortal 2.4.1
API Documentation

org.jasig.portal.container.om.portlet
Class UserAttributeListImpl

java.lang.Object
  extended byorg.jasig.portal.container.om.portlet.UserAttributeListImpl
All Implemented Interfaces:
java.io.Serializable

public class UserAttributeListImpl
extends java.lang.Object
implements java.io.Serializable

Implementation of Apache Pluto object model.

Version:
$Revision: 1.2 $
Author:
Ken Weiner, kweiner@unicon.net
See Also:
Serialized Form

Constructor Summary
UserAttributeListImpl()
           
 
Method Summary
 void add(UserAttributeImpl userAttributeImpl)
           
 UserAttributeImpl get(java.lang.String name)
           
 java.util.Iterator iterator()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserAttributeListImpl

public UserAttributeListImpl()
Method Detail

iterator

public java.util.Iterator iterator()

get

public UserAttributeImpl get(java.lang.String name)

add

public void add(UserAttributeImpl userAttributeImpl)

uPortal 2.4.1
API Documentation