|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.action.ActionForm org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase org.kuali.rice.kns.web.struts.form.KualiForm org.kuali.rice.kew.web.KewRoutingKualiForm org.kuali.rice.kew.routing.web.DocHandlerForm
public class DocHandlerForm
A Struts ActionForm for the ClientAppDocHandlerRedirectAction
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.kuali.rice.kns.web.struts.form.KualiForm |
---|
KualiForm.TabState |
Field Summary |
---|
Fields inherited from class org.kuali.rice.kew.web.KewRoutingKualiForm |
---|
appSpecificRouteActionRequestCd, appSpecificRouteActionRequestCd2, appSpecificRouteActionRequestCds, appSpecificRouteList, appSpecificRouteRecipient, appSpecificRouteRecipient2, appSpecificRouteRecipientType, docHandlerReturnUrl, recipientIndex, removedAppSpecificRecipient |
Fields inherited from class org.kuali.rice.kns.web.struts.form.KualiForm |
---|
extraButtons |
Fields inherited from class org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase |
---|
requiredNonEditableProperties |
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
DocHandlerForm()
|
Method Summary | |
---|---|
String |
getDocHandlerRedirectUrl()
|
String |
getLookupableImplServiceName()
|
String |
getMethodToCall()
Used by the dispatch action to determine which action method to call into. |
void |
setDocHandlerRedirectUrl(String docHandlerRedirectUrl)
|
void |
setLookupableImplServiceName(String lookupableImplServiceName)
|
void |
setMethodToCall(String methodToCall)
|
Methods inherited from class org.apache.struts.action.ActionForm |
---|
getMultipartRequestHandler, getServlet, getServletWrapper, setMultipartRequestHandler, setServlet, validate, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocHandlerForm()
Method Detail |
---|
public String getMethodToCall()
KualiForm
getMethodToCall
in class KualiForm
public void setMethodToCall(String methodToCall)
setMethodToCall
in class KualiForm
methodToCall
- The methodToCall to set.public String getLookupableImplServiceName()
public void setLookupableImplServiceName(String lookupableImplServiceName)
public String getDocHandlerRedirectUrl()
public void setDocHandlerRedirectUrl(String docHandlerRedirectUrl)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |