java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.eireneh.bible.view.servlet.BaseServlet
com.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.
|
| Fields inherited from class com.eireneh.bible.view.servlet.BaseServlet |
log |
| Fields inherited from class javax.servlet.http.HttpServlet |
|
|
Constructor Summary |
Web()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_PARSER_NAME
private static final java.lang.String DEFAULT_PARSER_NAME
- Default parser name.
- See Also:
- Constant Field Values
Web
public Web()
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