- java.lang.Object
-
- org.apache.struts.action.ActionForm
-
-
-
Field Summary
-
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
-
Constructor Summary
Constructors
Constructor and Description |
TestForm() |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
java.lang.String |
getPropA() |
java.lang.String |
getPropB() |
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request) |
void |
setPropA(java.lang.String s) |
void |
setPropB(java.lang.String s) |
-
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
TestForm
public TestForm()
Copyright 1999, 2013 The Apache Software Foundation, All Rights Reserved