Home | History | Annotate | Download | only in header

Lines Matching refs:RESPONSE

66     public static final String RESPONSE = ParameterNames.RESPONSE;
118 || name.equalsIgnoreCase(ParameterNames.RESPONSE )
458 * Get the RESPONSE value (or null if it does not exist).
460 * @return String response parameter value.
463 return (String) getParameterValue(ParameterNames.RESPONSE);
467 * Set the Response.
469 * @param response
472 public void setResponse(String response) throws ParseException {
473 if (response == null)
476 this.setParameter(RESPONSE, response);
481 * method returns only the username of the complete Response.