Xindice API
version 1.2m1

org.apache.xindice.webadmin.viewer
Interface HtmlResourceViewer

All Known Implementing Classes:
ContentResourceViewer, DeleteResourceViewer, MetadataResourceViewer

public interface HtmlResourceViewer

Xindice Html Resource 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, String resourceName)
          executes request to a resource.
 

Method Detail

execute

public void execute(javax.servlet.http.HttpServletRequest req,
                    javax.servlet.http.HttpServletResponse res,
                    Collection col,
                    String resourceName)
             throws javax.servlet.ServletException,
                    IOException
executes request to a resource.

Parameters:
req - request from servlet.
res - servlet response.
col - parent collection of the requested resource (not null).
resourceName - name of the requested resource.
Throws:
javax.servlet.ServletException
IOException

Xindice API
version 1.2m1

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