com.facetmap.simple
Class SimpleFacetmapServlet

java.lang.Object
  extended byHttpServlet
      extended bycom.facetmap.servlet.FacetMapServlet
          extended bycom.facetmap.simple.SimpleFacetmapServlet

public class SimpleFacetmapServlet
extends FacetMapServlet

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.facetmap.servlet.FacetMapServlet
configException, configProps, configured, context, docsDir, docsUrl, FACETMAP_ATTR, simpleResourceSpace, viewPersister, workDir
 
Constructor Summary
SimpleFacetmapServlet()
           
 
Method Summary
 Map createNewMap(ServletContext context)
          Creates (by default) a parser that will parse a map containing SimpleResource-style resources.
 
Methods inherited from class com.facetmap.servlet.FacetMapServlet
build, build, configure, createLogService, doInit, getBooleanParameter, getConfigurationException, getIntParameter, getParameter, getParameterNames, getUrlForDocs, getViewPersister, init, isConfigured, preprocess, readProps, setParameter, writeProps
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleFacetmapServlet

public SimpleFacetmapServlet()
Method Detail

createNewMap

public Map createNewMap(ServletContext context)
                 throws InternalException,
                        DataException,
                        java.io.IOException
Description copied from class: FacetMapServlet
Creates (by default) a parser that will parse a map containing SimpleResource-style resources. The parser reads XML or plaintext, depending on the value of the mapIsPlaintext parameter.

Specified by:
createNewMap in class FacetMapServlet
Throws:
InternalException
DataException
java.io.IOException