Uses of Class
org.apache.struts.action.DynaActionForm
Package
Description
The action package is the core of the struts framework,
providing the "Controller" aspect of a MVC model.
The validator package provides a series of classes to validate
ActionForm
type of input.-
Uses of DynaActionForm in org.apache.struts.action
Modifier and TypeFieldDescriptionprotected Class
<? extends DynaActionForm> DynaActionFormClass.beanClass
TheDynaActionForm
implementationClass
which we will use to create new bean instances.Modifier and TypeMethodDescriptionprotected Class
<? extends DynaActionForm> DynaActionFormClass.getBeanClass()
Return the implementation class we are using to construct new instances, re-introspecting ourFormBeanConfig
if necessary (that is, after being deserialized, sincebeanClass
is marked transient). -
Uses of DynaActionForm in org.apache.struts.extras.validator
Modifier and TypeClassDescriptionclass
This class extends DynaValidatorForm and provides basic field validation based on an XML file. -
Uses of DynaActionForm in org.apache.struts.validator
Modifier and TypeClassDescriptionclass
This class extends DynaActionForm and provides basic field validation based on an XML file.