org.jboss.portal.server.servlet
Interface ServletCommand

All Known Implementing Classes:
ContextDispatcherInterceptor.InvokeNextCommand, SessionInvalidatorInterceptor.InvalidationCommand

public interface ServletCommand

Command to be executed in the command servlet.


Method Summary
 void execute(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
           
 

Method Detail

execute

public void execute(javax.servlet.http.HttpServletRequest req,
                    javax.servlet.http.HttpServletResponse resp)
             throws javax.servlet.ServletException,
                    java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException