org.jboss.portal.server.servlet
Interface ServletCommand

All Known Implementing Classes:
ContextDispatcherInterceptor.InvokeNextCommand

public interface ServletCommand

Command to be executed in the command servlet.


Field Summary
static java.lang.String REQ_ATT_KEY
           
 
Method Summary
 java.lang.Object execute(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
           
 

Field Detail

REQ_ATT_KEY

static final java.lang.String REQ_ATT_KEY
See Also:
Constant Field Values
Method Detail

execute

java.lang.Object 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