org.jboss.portal.server.servlet
Interface CommandServlet.Dispatcher

Enclosing class:
CommandServlet

public static interface CommandServlet.Dispatcher

Provide an spi for dispatching to a request dispatcher.


Method Summary
 void include(RequestDispatcher rd)
           
 

Method Detail

include

void include(RequestDispatcher rd)
             throws java.io.IOException,
                    ServletException
Throws:
java.io.IOException
ServletException