Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.eireneh.bible.view.servlet
Class Web  view Web download Web.java

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bycom.eireneh.bible.view.servlet.BaseServlet
              extended bycom.eireneh.bible.view.servlet.Web
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class Web
extends BaseServlet

The plan is to have the entire web site delivered via XML/XSL.
Distribution Licence:
Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
The License is available on the internet here, by writing to Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA, Or locally at the Licence link below.
The copyright to this program is held by it's authors.


Field Summary
private static java.lang.String DEFAULT_PARSER_NAME
          Default parser name.
 
Fields inherited from class com.eireneh.bible.view.servlet.BaseServlet
log
 
Fields inherited from class javax.servlet.http.HttpServlet
 
Fields inherited from class javax.servlet.GenericServlet
 
Constructor Summary
Web()
           
 
Method Summary
 void generateData(com.eireneh.bible.control.State state, org.w3c.dom.Node node, javax.servlet.http.HttpServletRequest request)
          Enter elements into an XML Document that can be transformed into an HTML document using XSL
 
Methods inherited from class com.eireneh.bible.view.servlet.BaseServlet
doGet, doPost, getConfig, getServletInfo, init, logAccess, logError
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PARSER_NAME

private static final java.lang.String DEFAULT_PARSER_NAME
Default parser name.

See Also:
Constant Field Values
Constructor Detail

Web

public Web()
Method Detail

generateData

public void generateData(com.eireneh.bible.control.State state,
                         org.w3c.dom.Node node,
                         javax.servlet.http.HttpServletRequest request)
                  throws java.lang.Exception
Enter elements into an XML Document that can be transformed into an HTML document using XSL

Specified by:
generateData in class BaseServlet