HttpViewCommand is the base interface that defines the signature of all commands that retrieve views from the database.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
Method Summary | |
---|---|
javax.servlet.http.HttpServletRequest |
getRequest() Gets the HttpServletRequest associated with this command. |
javax.servlet.http.HttpServletResponse |
getResponse()
Gets the HttpServletResponse associated with this
command. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Method Detail |
---|
public javax.servlet.http.HttpServletRequest getRequest()
public javax.servlet.http.HttpServletResponse getResponse()