public interface HttpViewCommand
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.http.HttpServletRequest |
getRequest()
This method gets the
HttpServletRequest associated with this command. |
javax.servlet.http.HttpServletResponse |
getResponse()
This method gets the
HttpServletResponse associated with this command. |
static final java.lang.String COPYRIGHT
javax.servlet.http.HttpServletRequest getRequest()
HttpServletRequest associated with this command.HttpServletRequest object.javax.servlet.http.HttpServletResponse getResponse()
HttpServletResponse associated with this command.HttpServletResponse object.