|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.utexas.its.eis.tools.qwicap.servlet.FormDataSetFilterContext
public class FormDataSetFilterContext
The FormDataSetFilterContext class provides information about the context in which a
FormDataSetFilter.filter invocation took place.
| Method Summary | |
|---|---|
String |
getPromptingMethodClassName()
Returns the fully-qualified name of the web application's class that prompted for the input that is being filtered. |
String |
getPromptingMethodName()
Returns the name of the web application's method that prompted for the input that is being filtered. |
HttpServletRequest |
getRequest()
Returns the current HttpServletRequest object. |
HttpServletResponse |
getResponse()
Returns the current HttpServletResponse object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public HttpServletRequest getRequest()
HttpServletRequest object. Ordinarily, this is the request that is being filtered.
However, if your filter invokes any of the Qwicap methods prompt, redirect or
rejectInput (directly or indirectly), this method will subsequently return the latest
HttpServletRequest object.
HttpServletRequest object.public HttpServletResponse getResponse()
HttpServletResponse object. Ordinarily, this is the response associated with the request
that is being filtered. However, if your filter invokes any of the Qwicap methods prompt,
redirect or rejectInput (directly or indirectly), this method will subsequently return the
latest HttpServletResponse object.
HttpServletResponse object.public String getPromptingMethodClassName()
public String getPromptingMethodName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||