|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FormBean | |
|---|---|
| net.anotheria.maf.action | |
| net.anotheria.maf.bean | |
| net.anotheria.maf.builtin | |
| net.anotheria.maf.util | |
| net.anotheria.maf.validation | |
| Uses of FormBean in net.anotheria.maf.action |
|---|
| Methods in net.anotheria.maf.action with parameters of type FormBean | |
|---|---|
ActionCommand |
Action.execute(ActionMapping mapping,
FormBean formBean,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Called by the framework. |
ActionCommand |
ForwardAction.execute(ActionMapping mapping,
FormBean bean,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
|
| Uses of FormBean in net.anotheria.maf.bean |
|---|
| Classes in net.anotheria.maf.bean that implement FormBean | |
|---|---|
class |
RequestMapBean
Marker interface used to define form backing bean. |
| Uses of FormBean in net.anotheria.maf.builtin |
|---|
| Methods in net.anotheria.maf.builtin with parameters of type FormBean | |
|---|---|
ActionCommand |
ShowMappingsAction.execute(ActionMapping mapping,
FormBean formBean,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
|
| Uses of FormBean in net.anotheria.maf.util |
|---|
| Methods in net.anotheria.maf.util that return FormBean | |
|---|---|
static FormBean |
FormObjectMapper.getModelObjectMapped(javax.servlet.http.HttpServletRequest req,
Action action)
Map http request to model object by action annotations. |
| Uses of FormBean in net.anotheria.maf.validation |
|---|
| Methods in net.anotheria.maf.validation with parameters of type FormBean | |
|---|---|
ActionCommand |
ValidationAware.executeOnValidationError(ActionMapping mapping,
FormBean formBean,
List<ValidationError> errors,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Called instead of execute if the validation framework encountered an error. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||