com.arsdigita.cms.dispatcher
Class ItemXML

java.lang.Object
  extended bycom.arsdigita.cms.dispatcher.ResourceHandlerImpl
      extended bycom.arsdigita.cms.dispatcher.ItemXML
All Implemented Interfaces:
com.arsdigita.dispatcher.Dispatcher, ResourceHandler

public class ItemXML
extends ResourceHandlerImpl

XMLPage Designed to allow you to output straight XML directly from the ContentItem that implements XMLGenerator, with none of the surrounding headers, footers, etc

Author:
slater@arsdigita.com

Field Summary
 
Fields inherited from class com.arsdigita.cms.dispatcher.ResourceHandlerImpl
versionId
 
Constructor Summary
ItemXML()
           
 
Method Summary
 void dispatch(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, com.arsdigita.dispatcher.RequestContext actx)
          Services this resource.
 
Methods inherited from class com.arsdigita.cms.dispatcher.ResourceHandlerImpl
checkUserAccess, getContentItem, getContentSection, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemXML

public ItemXML()
Method Detail

dispatch

public void dispatch(javax.servlet.http.HttpServletRequest request,
                     javax.servlet.http.HttpServletResponse response,
                     com.arsdigita.dispatcher.RequestContext actx)
              throws IOException,
                     javax.servlet.ServletException
Description copied from class: ResourceHandlerImpl
Services this resource.

Specified by:
dispatch in interface com.arsdigita.dispatcher.Dispatcher
Specified by:
dispatch in class ResourceHandlerImpl
Parameters:
request - The servlet request object
response - the servlet response object
actx - The request context
Throws:
IOException
javax.servlet.ServletException


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2352 UTC