|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.action.ActionForm
com.actuate.activeportal.forms.BaseActionForm
public class BaseActionForm
The base form for all the other forms.
Constructor Summary | |
---|---|
BaseActionForm()
|
Method Summary | |
---|---|
void |
fixUTF8()
|
boolean |
isPostback()
Returns the postback. |
void |
setPostback(boolean postback)
Sets the postback. |
Methods inherited from class org.apache.struts.action.ActionForm |
---|
getMultipartRequestHandler, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseActionForm()
Method Detail |
---|
public boolean isPostback()
public void setPostback(boolean postback)
postback
- The postback to setpublic void fixUTF8()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |