org.apache.pluto.portalImpl.om.page.impl
Class PortalImpl

java.lang.Object
  extended by org.apache.pluto.portalImpl.om.page.impl.PortalImpl
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.util.ArrayList fragments
           
 
Constructor Summary
PortalImpl()
           
 
Method Summary
 RootFragment build(ServletConfig config)
           
 java.util.Collection getFragments()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fragments

private java.util.ArrayList fragments
Constructor Detail

PortalImpl

public PortalImpl()
Method Detail

getFragments

public java.util.Collection getFragments()

build

public RootFragment build(ServletConfig config)
                   throws java.lang.Exception
Throws:
java.lang.Exception

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object