Snapper 1.1 API

org.enhydra.snapper.spec
Class DocumentGroupFactory

java.lang.Object
  extended by org.enhydra.snapper.spec.DocumentGroupFactory

public class DocumentGroupFactory
extends java.lang.Object


Method Summary
static DocumentGroup getDocumentGroup(java.lang.String fullClassName)
          Create a Site as state object/value object/data transfer object
static DocumentGroup getSiteList(java.lang.String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDocumentGroup

public static DocumentGroup getDocumentGroup(java.lang.String fullClassName)
                                      throws java.lang.Exception
Create a Site as state object/value object/data transfer object

Throws:
java.lang.Exception

getSiteList

public static DocumentGroup getSiteList(java.lang.String string)

Snapper 1.1 API