com.facetmap.sql
Class SqlFacetMapServlet

java.lang.Object
  extended by HttpServlet
      extended by com.facetmap.servlet.FacetmapServlet
          extended by com.facetmap.sql.SqlFacetMapServlet

public class SqlFacetMapServlet
extends FacetmapServlet

Use this servlet to serve faceted navigation backed by a SqlFacetmap.


Field Summary
 
Fields inherited from class com.facetmap.servlet.FacetmapServlet
configException, configProps, configured, DEFAULT_PROPERTIES_FILENAME, facetmap, logger, processor, propsPersister, viewPersister
 
Constructor Summary
SqlFacetMapServlet()
           
 
Method Summary
 Facetmap createFacetmap()
           
 
Methods inherited from class com.facetmap.servlet.FacetmapServlet
doInit, getConfigurationException, getFacetmap, getProcessor, getProperties, getViewPersister, init, isConfigured, readProps, reconfigure, setProcessor, writeProps
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlFacetMapServlet

public SqlFacetMapServlet()
Method Detail

createFacetmap

public Facetmap createFacetmap()
                        throws DataException,
                               InternalException
Overrides:
createFacetmap in class FacetmapServlet
Throws:
DataException
InternalException