org.jboss.portal.server.theme
Class RegionSet

java.lang.Object
  extended by org.jboss.portal.server.theme.RegionSet

public class RegionSet
extends java.lang.Object


Constructor Summary
RegionSet()
           
 
Method Summary
 void addRegion(Region region)
           
 Region getRegion(java.lang.String name)
           
 java.util.Set getRegionNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegionSet

public RegionSet()
Method Detail

getRegion

public Region getRegion(java.lang.String name)

addRegion

public void addRegion(Region region)

getRegionNames

public java.util.Set getRegionNames()