public class StrutsConfirmation extends Object
| Constructor and Description |
|---|
StrutsConfirmation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaller() |
org.apache.struts.action.ActionForm |
getForm() |
org.apache.struts.action.ActionMapping |
getMapping() |
String |
getQuestionId() |
String |
getQuestionText() |
String |
getQuestionType() |
javax.servlet.http.HttpServletRequest |
getRequest() |
javax.servlet.http.HttpServletResponse |
getResponse() |
boolean |
hasQuestionInstAttributeName() |
void |
setCaller(String caller) |
void |
setForm(org.apache.struts.action.ActionForm form) |
void |
setMapping(org.apache.struts.action.ActionMapping mapping) |
void |
setQuestionId(String questionId) |
void |
setQuestionText(String questionText) |
void |
setQuestionType(String questionType) |
void |
setRequest(javax.servlet.http.HttpServletRequest request) |
void |
setResponse(javax.servlet.http.HttpServletResponse response) |
public String getCaller()
public void setCaller(String caller)
public org.apache.struts.action.ActionMapping getMapping()
public void setMapping(org.apache.struts.action.ActionMapping mapping)
public org.apache.struts.action.ActionForm getForm()
public void setForm(org.apache.struts.action.ActionForm form)
public javax.servlet.http.HttpServletRequest getRequest()
public void setRequest(javax.servlet.http.HttpServletRequest request)
public javax.servlet.http.HttpServletResponse getResponse()
public void setResponse(javax.servlet.http.HttpServletResponse response)
public String getQuestionId()
public void setQuestionId(String questionId)
public String getQuestionText()
public void setQuestionText(String questionText)
public String getQuestionType()
public void setQuestionType(String questionType)
public boolean hasQuestionInstAttributeName()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.