com.xmlserv.main
Class EmptyPageBackend

java.lang.Object
  |
  +--com.xmlserv.main.XMLServBackendImpl
        |
        +--com.xmlserv.main.EmptyPageBackend
All Implemented Interfaces:
XMLServBackend

public class EmptyPageBackend
extends XMLServBackendImpl


Constructor Summary
EmptyPageBackend()
           
 
Method Summary
 org.jdom.Document process(javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest req, java.lang.SecurityManager securitymanager)
          This Backend simply returns an empty page to be used as a basis when using ContentManager to build the site.
 
Methods inherited from class com.xmlserv.main.XMLServBackendImpl
addParam, destroy, getParam, getReqCount, getStatus, init, process, process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyPageBackend

public EmptyPageBackend()
Method Detail

process

public org.jdom.Document process(javax.servlet.ServletContext context,
                                 javax.servlet.http.HttpServletRequest req,
                                 java.lang.SecurityManager securitymanager)
                          throws XMLServException,
                                 javax.servlet.ServletException,
                                 java.io.IOException
This Backend simply returns an empty page to be used as a basis when using ContentManager to build the site.
Parameters:
context - The servlet context.
req - The HTTP request.
securitymanager - The SecurityManager instance associated with this object.
Returns:
An XML document.
Throws:
XMLServException - Indicates an error condition in the business logic.
javax.servlet.ServletException - A generic failure.
java.io.IOException - Any I/O error condition.
See Also:
ContentManager