org.apache.cocoon.portal.pluto.om.common
Class ResourceRefSet

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.HashSet
              extended by org.apache.cocoon.portal.pluto.om.common.AbstractSupportSet
                  extended by org.apache.cocoon.portal.pluto.om.common.ResourceRefSet
All Implemented Interfaces:
Serializable, Cloneable, Iterable, Collection, Set, Support

public class ResourceRefSet
extends AbstractSupportSet
implements Serializable, Support

Resource Reference Set as defined by the web.xml as <resourse-ref>.

Version:
$Id: ResourceRefSet.html 1304258 2012-03-23 10:09:27Z ilgrosso $
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.apache.cocoon.portal.pluto.om.common.Support
POST_BUILD, POST_LOAD, POST_STORE, PRE_BUILD, PRE_STORE
 
Constructor Summary
ResourceRefSet()
           
 
Method Summary
 ResourceRef add(ResourceRef ref)
           
 ResourceRef get(String name)
          Retrieve the Resource Reference
 ResourceRef remove(ResourceRef ref)
           
 
Methods inherited from class org.apache.cocoon.portal.pluto.om.common.AbstractSupportSet
dispatch, postBuild, postLoad, postStore, preBuild, preStore
 
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 org.apache.cocoon.portal.pluto.om.common.Support
postBuild, postLoad, postStore, preBuild, preStore
 
Methods inherited from interface java.util.Set
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
 

Constructor Detail

ResourceRefSet

public ResourceRefSet()
Method Detail

get

public ResourceRef get(String name)
Retrieve the Resource Reference


add

public ResourceRef add(ResourceRef ref)

remove

public ResourceRef remove(ResourceRef ref)


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.