public interface ManifestFactoryBuilder
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | createObject(java.util.Map param)ask the builder to create an object based upon the Map parameters | 
| java.lang.String | getManifestFilename()get the filename associated with this builder
   TODO: probably should be a URL instead
   TODO: probably going to need to generalize this a bit more, so that
         we can have different webapps with different manifest files | 
java.lang.Object createObject(java.util.Map param)
param - Map of parameters to produce this Factory byjava.lang.String getManifestFilename()