com.swfit.app
Class XHTMLPublishedObjectSearch
java.lang.Object
|
+--javax.servlet.GenericServlet
|
+--javax.servlet.http.HttpServlet
|
+--com.swfit.core.servlet.XHTMLBasicServlet
|
+--com.swfit.app.XHTMLPublishedObjectSearch
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public final class XHTMLPublishedObjectSearch
- extends XHTMLBasicServlet
The XHTMLPublishedObjectSearch is for searching published XHTML objects,
whose fielda are stored in a Lucene index.
- Since:
- SWFIT1.0
- Version:
- $Revision: 1.1 $ $Date: 2003/02/02 20:47:25 $
- Author:
- Olaf Havnes
- See Also:
- Serialized Form
| Fields inherited from class com.swfit.core.servlet.XHTMLBasicServlet |
ANOTHER_USER_DATA_EXPLAINER, COMMON_DATA_FILE, DEFAULT_ADMIN, DEFAULT_PASS, DELETE_OTHR_USER_DATA_BUTTON_EXPLAINER, DELETE_USER_DATA_BUTTON, FORM_DIRECTORY, FORM_DUMMY, GET_DELETE_USER_DATA_BUTTON, GET_GOTO_APPLICATION, GET_NEW_PASSWORD_1, GET_NEW_PASSWORD_2, GET_NEW_USER_BUTTON, GET_PASSWORD, GET_SOS_BUTTON, GET_SOS_USER, GET_UPDATE_USER_DATA_BUTTON, GET_USERNAME, GOTO_APPLICATION, GOTO_APPLICATION_EXPLAINER, GOTO_APPLICATION_FORM, LOCALE_TEXT, LOCALE_TEXT_SUFFIX, LOGIN_BUTTON, LOGIN_BUTTON_EXPLAINER, LOGIN_FORM, LOGIN_FORM_EXPLAINER, LOGON_STRING, MIN_PASSWORD_LENGTH, NEW_PASSWORD_1, NEW_PASSWORD_2, NEW_PASSWORD_FORM, NEW_PASSWORD_FORM_EXPLAINER, NEW_USER_BUTTON, NEW_USER_BUTTON_EXPLAINER, NEW_USER_BUTTON_FORM, PASSWORD, PASSWORD_EXPLAINER, PASSWORD_HIDDEN, RECEIPT_BUTTON, RECEIPT_BUTTON_EXPLAINER, RECEIPT_FORM, RECEIPT_FORM_EXPLAINER, RECEIPT_TRANSCRIPT, SERVLET_CODE, SOS_BUTTON, SOS_BUTTON_EXPLAINER, SOS_FORM, SOS_FORM_EXPLAINER, SOS_USER, SOS_USER_EXPLAINER, TRANSCRIPT_EXPLAINER, UPDATE_OTHR_USER_DATA_BUTTON_EXPLAINER, UPDATE_USER_DATA_BUTTON, UPDATE_YOUR_USER_DATA_BUTTON_EXPLAINER, USER_ADMIN_TITLE, USER_DATA_BUTTON_FORM, USER_DATA_FORM, USER_PASS_FILE, USERNAME, USERNAME_EXPLAINER, YOUR_USER_DATA_EXPLAINER |
|
Method Summary |
void |
HTML(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
XHTMLFormParser parser,
com.oreilly.servlet.MultipartRequest multipart_request,
BasicSearchObject user)
The main method |
java.lang.String[] |
localeTextNames()
An array with the names of the strings containing the localized text. |
XHTMLFieldCollection |
queryDataForm(java.lang.String query_string)
|
void |
SSI(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
XHTMLFormParser parser)
Send a XHTML skeleton for inclusion in with a Server Side Include directive. |
| Methods inherited from class com.swfit.core.servlet.XHTMLBasicServlet |
bounceParameter, bounceParameters, formDummy, gotoAppForm, init, localeText, loginForm, newUserButtonForm, passForm, publishLocale, sendPublishedReciept, sendReciept, sendSystemReciept, service, sosForm, SWF, userDataButtonForm |
| Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doGet, doOptions, doPost, doPut, doTrace, getLastModified, service |
| Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SEARCH_TITLE
public static final int SEARCH_TITLE
- The system text
QUERY_SUBMIT_MESSAGE
public static final int QUERY_SUBMIT_MESSAGE
- The system text
QUERY_FORM
public static final java.lang.String QUERY_FORM
- The query data.
QUERY
public static final java.lang.String QUERY
- The query data.
QUERY_SUBMIT
public static final java.lang.String QUERY_SUBMIT
- The query data.
GET_QUERY
public static final java.lang.String[] GET_QUERY
- The query data.
XHTMLPublishedObjectSearch
public XHTMLPublishedObjectSearch()
localeTextNames
public final java.lang.String[] localeTextNames()
- Description copied from class:
XHTMLBasicServlet
- An array with the names of the strings containing the localized text.
Subclasses must implement this method.
- Overrides:
localeTextNames in class XHTMLBasicServlet
SSI
public void SSI(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
XHTMLFormParser parser)
throws java.io.IOException,
javax.servlet.ServletException
- Send a XHTML skeleton for inclusion in with a Server Side Include directive.
- Overrides:
SSI in class XHTMLBasicServlet
HTML
public final void HTML(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
XHTMLFormParser parser,
com.oreilly.servlet.MultipartRequest multipart_request,
BasicSearchObject user)
throws java.io.IOException,
javax.servlet.ServletException
- The main method
- Overrides:
HTML in class XHTMLBasicServlet
queryDataForm
public final XHTMLFieldCollection queryDataForm(java.lang.String query_string)
Swfit developer homepage
Copyright © 2003 Orgdot AS. All Rights Reserved.