org.jboss.portal.server.servlet
Interface ServletCommand
- All Known Implementing Classes:
- ContextDispatcherInterceptor.InvokeNextCommand
public interface ServletCommand
Command to be executed in the command servlet.
Method Summary |
java.lang.Object |
execute(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
|
REQ_ATT_KEY
static final java.lang.String REQ_ATT_KEY
- See Also:
- Constant Field Values
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