Uses of Class
org.apache.struts.action.DynaActionForm
Packages that use 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
Fields in org.apache.struts.action with type parameters of type DynaActionFormModifier and TypeFieldDescriptionprotected Class<? extends DynaActionForm> DynaActionFormClass.beanClassTheDynaActionFormimplementationClasswhich we will use to create new bean instances.Methods in org.apache.struts.action that return types with arguments of type DynaActionFormModifier and TypeMethodDescriptionprotected Class<? extends DynaActionForm> DynaActionFormClass.getBeanClass()Return the implementation class we are using to construct new instances, re-introspecting ourFormBeanConfigif necessary (that is, after being deserialized, sincebeanClassis marked transient). -
Uses of DynaActionForm in org.apache.struts.validator
Subclasses of DynaActionForm in org.apache.struts.validatorModifier and TypeClassDescriptionclassThis class extends DynaActionForm and provides basic field validation based on an XML file.