org.apache.pluto.portalImpl.om.servlet.impl
Class ResourceRefSet
java.lang.Object
java.util.AbstractCollection
java.util.AbstractSet
java.util.HashSet
org.apache.pluto.portalImpl.om.common.AbstractSupportSet
org.apache.pluto.portalImpl.om.servlet.impl.ResourceRefSet
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Collection, java.io.Serializable, java.util.Set, Support
- public class ResourceRefSet
- extends AbstractSupportSet
- implements java.io.Serializable, Support
Resource Reference Set as defined by the web.xml as
<resourse-ref>.
- Author:
- David H. DeWolf
- See Also:
- Serialized Form
Methods inherited from class java.util.HashSet |
add, clear, clone, contains, isEmpty, iterator, remove, size |
Methods inherited from class java.util.AbstractSet |
equals, hashCode, removeAll |
Methods inherited from class java.util.AbstractCollection |
addAll, containsAll, retainAll, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Set |
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray |
ResourceRefSet
public ResourceRefSet()
get
public ResourceRef get(java.lang.String name)
- Retrieve the Resource Reference
add
public ResourceRef add(ResourceRef ref)
remove
public ResourceRef remove(ResourceRef ref)
Copyright © 2003-2006 . All Rights Reserved.