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

All Known Implementing Classes:
SessionInvalidatorInterceptor.DispatcherImpl
Enclosing interface:
CommandServlet

public static interface CommandServlet.Dispatcher

Provide an spi for dispatching to a request dispatcher.


Method Summary
 void include(javax.servlet.RequestDispatcher rd)
           
 

Method Detail

include

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