uk.ltd.getahead.dwr.impl
Class DefaultIndexProcessor

java.lang.Object
  extended byuk.ltd.getahead.dwr.impl.DefaultIndexProcessor
All Implemented Interfaces:
Processor

public class DefaultIndexProcessor
extends java.lang.Object
implements Processor

Create a debug mode only index page to all the available classes

Author:
Joe Walker [joe at getahead dot ltd dot uk]

Constructor Summary
DefaultIndexProcessor()
           
 
Method Summary
 void handle(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
          Handle a request, the equivalent of doGet and doPost
 void setCreatorManager(CreatorManager creatorManager)
          Accessor for the DefaultCreatorManager that we configure
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultIndexProcessor

public DefaultIndexProcessor()
Method Detail

handle

public void handle(javax.servlet.http.HttpServletRequest req,
                   javax.servlet.http.HttpServletResponse resp)
            throws java.io.IOException
Description copied from interface: Processor
Handle a request, the equivalent of doGet and doPost

Specified by:
handle in interface Processor
Parameters:
req - The HTTP request parameters
resp - The HTTP response data
Throws:
java.io.IOException - If i/o fails

setCreatorManager

public void setCreatorManager(CreatorManager creatorManager)
Accessor for the DefaultCreatorManager that we configure

Parameters:
creatorManager - The new DefaultConverterManager

Copyright ? 2005