org.apache.xindice.webadmin.viewer.components
Class MetadataResourceViewer
java.lang.Object
org.apache.xindice.webadmin.viewer.HtmlViewerComponent
org.apache.xindice.webadmin.viewer.components.MetadataResourceViewer
- All Implemented Interfaces:
- HtmlResourceViewer
- public class MetadataResourceViewer
- extends HtmlViewerComponent
- implements HtmlResourceViewer
Xindice Html Viewer for Resource Metadata.
- Version:
- $Revision: 564043 $, $Date: 2007-08-08 19:11:58 -0400 (Wed, 08 Aug 2007) $
Fields inherited from class org.apache.xindice.webadmin.viewer.HtmlViewerComponent |
CREATE_FORM_COMPRESSED_DEFAULT, CREATE_FORM_COMPRESSED_END, CREATE_FORM_FILER, CREATE_FORM_META_DEFAULT, CREATE_FORM_META_END, CREATE_FORM_START, END_CONFIG_FORM, END_HTML_HEADER_SECTION, END_PATH_SECTION, END_SEARCH_FORM, END_TAB, END_TABLE, END_TABLE_BOX, END_TABLE_ROW, END_TABS_SECTION, FOOTER, HTML_HEADER_SECTION, HTML_TAIL_SECTION, LEFT_PATH_SECTION, LOGO_SECTION, RIGHT_PATH_SECTION, SEARCH_FROM_END_HIDDEN_VIEWER, SEARCH_FROM_END_NS_HEADER, SEARCH_FROM_END_NS_HEADER_OPT, SEARCH_FROM_END_NS_PREFIX, SEARCH_FROM_END_NS_URI, SEARCH_FROM_END_QUERY, SEARCH_FROM_MIDDLE_NS_URI, SEARCH_FROM_START_HIDDEN_VIEWER, SEARCH_FROM_START_NS, SEARCH_FROM_START_NS_HEADER, SEARCH_FROM_START_NS_HEADER_OPT, SEARCH_FROM_START_NS_HEADER_OPT_SEL, SEARCH_FROM_START_NS_PREFIX, SEARCH_FROM_START_NS_URI, SEARCH_FROM_START_QUERY, START_CONFIG_FORM, START_SEARCH_FORM, START_TAB, START_TAB_SELECTED, START_TABLE, START_TABLE_BOX, START_TABLE_BOX_TITLE, START_TABLE_ROW, START_TABS_SECTION, TAB_SPACE, TAB_SPACE_SELECTED, UPLOAD_FORM |
Method Summary |
void |
execute(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
Collection col,
String name)
executes request to a resource. |
protected String |
getName()
|
Methods inherited from class org.apache.xindice.webadmin.viewer.HtmlViewerComponent |
finishViewer, htmlescape, htmlescape, printEndSingleTableBox, printEndTable, printHeader, printSearchFromRow, printStartSingleTableBox, printStartTable, printStartTable, printTableRow, printTableRow, printTabs, startViewer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetadataResourceViewer
public MetadataResourceViewer()
execute
public void execute(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
Collection col,
String name)
throws javax.servlet.ServletException,
IOException
- Description copied from interface:
HtmlResourceViewer
- executes request to a resource.
- Specified by:
execute
in interface HtmlResourceViewer
- Parameters:
req
- request from servlet.res
- servlet response.col
- parent collection of the requested resource (not null).name
- name of the requested resource.
- Throws:
javax.servlet.ServletException
IOException
getName
protected String getName()
- Specified by:
getName
in class HtmlViewerComponent
Copyright (c) 1999-2007 The Apache Software Foundation. All Rights Reserved.