Xindice API
version 1.2m1

org.apache.xindice.webadmin.viewer
Interface HtmlCollectionViewer

All Known Implementing Classes:
CollectionConfigurationViewer, CollectionIndexesViewer, CreateCollectionViewer, DeleteCollectionViewer, ListCollectionViewer, MetadataCollectionViewer, UploadCollectionViewer, XPathSearchCollectionViewer, XUpdateCollectionViewer

public interface HtmlCollectionViewer

Xindice Html Collection Interface Component.

Version:
$Revision: 551433 $, $Date: 2007-06-27 23:24:00 -0400 (Wed, 27 Jun 2007) $
Author:
Jan Metzner

Method Summary
 void execute(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, Collection col)
          Executes request to a collection.
 

Method Detail

execute

public void execute(javax.servlet.http.HttpServletRequest req,
                    javax.servlet.http.HttpServletResponse res,
                    Collection col)
             throws javax.servlet.ServletException,
                    IOException
Executes request to a collection.

Parameters:
req - request from servlet.
res - servlet response.
col - requested collection (not null).
Throws:
javax.servlet.ServletException
IOException

Xindice API
version 1.2m1

Copyright (c) 1999-2007 The Apache Software Foundation. All Rights Reserved.