B C E G I M N P R S T V

B

BookBean - Class in examples.options
Represents a book
BookBean(String, String) - Constructor for class examples.options.BookBean
Constructor for BookBean.

C

CustomValidator - Class in examples.validator
A custom validator example
CustomValidator() - Constructor for class examples.validator.CustomValidator
Constructor for CustomValidator.

E

ExampleBean - Class in examples.bean
An example bean for Bean Examples
ExampleBean() - Constructor for class examples.bean.ExampleBean
Constructor for TestBean.
examples - package examples
 
examples.bean - package examples.bean
 
examples.dyna - package examples.dyna
 
examples.links - package examples.links
 
examples.localization - package examples.localization
 
examples.logic - package examples.logic
 
examples.multibox - package examples.multibox
 
examples.options - package examples.options
 
examples.simple - package examples.simple
 
examples.token - package examples.token
 
examples.validator - package examples.validator
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class examples.bean.PrepareBeanAction
Process the request and return an ActionForward instance describing where and how control should be forwarded, or nullif the response has already been completed.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class examples.dyna.ProcessDynaAction
Process the request and return an ActionForward instance describing where and how control should be forwarded, or nullif the response has already been completed.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class examples.links.PrepareLinksAction
Process the request and return an ActionForward instance describing where and how control should be forwarded, or nullif the response has already been completed.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class examples.links.ProcessLinksAction
Process the request and return an ActionForward instance describing where and how control should be forwarded, or nullif the response has already been completed.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class examples.localization.ProcessLocalizationAction
Process the request and return an ActionForward instance describing where and how control should be forwarded, or nullif the response has already been completed.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class examples.logic.PrepareLogicAction
Process the request and return an ActionForward instance describing where and how control should be forwarded, or nullif the response has already been completed.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class examples.multibox.PrepareMultiboxAction
Process the request and return an ActionForward instance describing where and how control should be forwarded, or nullif the response has already been completed.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class examples.multibox.ProcessMultiboxAction
Process the request and return an ActionForward instance describing where and how control should be forwarded, or nullif the response has already been completed.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class examples.options.PrepareOptionsAction
Process the request and return an ActionForward instance describing where and how control should be forwarded, or nullif the response has already been completed.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class examples.options.ProcessOptionsAction
Process the request and return an ActionForward instance describing where and how control should be forwarded, or nullif the response has already been completed.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class examples.simple.ProcessSimpleAction
Process the request and return an ActionForward instance describing where and how control should be forwarded, or nullif the response has already been completed.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class examples.SuccessAction
Returns the ActionForward named "success" if one is configured or nullif it cannot be found.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class examples.token.PrepareTokenAction
Process the request and return an ActionForward instance describing where and how control should be forwarded, or nullif the response has already been completed.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class examples.token.ProcessTokenAction
Process the request and return an ActionForward instance describing where and how control should be forwarded, or nullif the response has already been completed.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class examples.validator.ProcessValidatorAction
Process the request and return an ActionForward instance describing where and how control should be forwarded, or nullif the response has already been completed.

G

getArray() - Method in class examples.bean.ExampleBean
Returns the array.
getColor() - Method in class examples.simple.SimpleActionForm
Returns the color.
getColors() - Method in class examples.multibox.MultiboxActionForm
Returns the colors.
getConfirm() - Method in class examples.simple.SimpleActionForm
Returns the confirm.
getDateValue() - Method in class examples.bean.ExampleBean
Returns the dateValue.
getDateValue() - Method in class examples.TestBean
Returns the dateValue.
getDoubleValue() - Method in class examples.bean.ExampleBean
Returns the doubleValue.
getDoubleValue() - Method in class examples.TestBean
Returns the doubleValue.
getFloatValue() - Method in class examples.bean.ExampleBean
Returns the floatValue.
getFloatValue() - Method in class examples.TestBean
Returns the floatValue.
getFruits() - Method in class examples.multibox.MultiboxActionForm
Returns the fruits.
getHidden() - Method in class examples.simple.SimpleActionForm
Returns the hidden.
getHtml() - Method in class examples.bean.ExampleBean
Returns the html.
getIntValue() - Method in class examples.bean.ExampleBean
Returns the intValue.
getIntValue() - Method in class examples.TestBean
Returns the intValue.
getIsbn() - Method in class examples.options.BookBean
Returns the ISBN.
getList() - Method in class examples.bean.ExampleBean
Returns the list.
getLongValue() - Method in class examples.bean.ExampleBean
Returns the longValue.
getLongValue() - Method in class examples.TestBean
Returns the longValue.
getMessage() - Method in class examples.simple.SimpleActionForm
Returns the message.
getName() - Method in class examples.simple.SimpleActionForm
Returns the name.
getNested() - Method in class examples.bean.ExampleBean
Returns the nested.
getRating() - Method in class examples.simple.SimpleActionForm
Returns the rating.
getSecret() - Method in class examples.simple.SimpleActionForm
Returns the secret.
getShortValue() - Method in class examples.bean.ExampleBean
Returns the shortValue.
getShortValue() - Method in class examples.TestBean
Returns the shortValue.
getStringValue() - Method in class examples.bean.ExampleBean
Returns the stringValue.
getStringValue() - Method in class examples.bean.NestedBean
Returns the stringValue.
getStringValue() - Method in class examples.TestBean
Returns the stringValue.
getTitle() - Method in class examples.options.BookBean
Returns the book title

I

isBooleanValue() - Method in class examples.bean.ExampleBean
Returns the booleanValue.
isBooleanValue() - Method in class examples.TestBean
Returns the booleanValue.

M

MultiboxActionForm - Class in examples.multibox
An ActionForm for the Multibox examples
MultiboxActionForm() - Constructor for class examples.multibox.MultiboxActionForm
Constructor for MultiboxActionForm.

N

NestedBean - Class in examples.bean
Another Example Bean
NestedBean() - Constructor for class examples.bean.NestedBean
Constructor for NestedBean.

P

PrepareBeanAction - Class in examples.bean
Perform any tasks and setup any data that must be prepared before the form is displayed.
PrepareBeanAction() - Constructor for class examples.bean.PrepareBeanAction
Constructor for PrepareBeanAction.
PrepareLinksAction - Class in examples.links
Perform any tasks and setup any data that must be prepared before the form is displayed.
PrepareLinksAction() - Constructor for class examples.links.PrepareLinksAction
Constructor for PrepareOptionsAction.
PrepareLogicAction - Class in examples.logic
Perform any tasks and setup any data that must be prepared before the form is displayed.
PrepareLogicAction() - Constructor for class examples.logic.PrepareLogicAction
Constructor for PrepareOptionsAction.
PrepareMultiboxAction - Class in examples.multibox
Perform any tasks and setup any data that must be prepared before the form is displayed.
PrepareMultiboxAction() - Constructor for class examples.multibox.PrepareMultiboxAction
Constructor for PrepareOptionsAction.
PrepareOptionsAction - Class in examples.options
Perform any tasks and setup any data that must be prepared before the form is displayed.
PrepareOptionsAction() - Constructor for class examples.options.PrepareOptionsAction
Constructor for PrepareOptionsAction.
PrepareTokenAction - Class in examples.token
Perform any tasks and setup any data that must be prepared before the form is displayed.
PrepareTokenAction() - Constructor for class examples.token.PrepareTokenAction
Constructor for PrepareOptionsAction.
ProcessDynaAction - Class in examples.dyna
Retrieve and process data from the submitted form
ProcessDynaAction() - Constructor for class examples.dyna.ProcessDynaAction
Constructor for ProcessOptionsAction.
ProcessLinksAction - Class in examples.links
Retrieve and process data from the submitted form
ProcessLinksAction() - Constructor for class examples.links.ProcessLinksAction
Constructor for ProcessOptionsAction.
ProcessLocalizationAction - Class in examples.localization
Retrieve and process data from the submitted form
ProcessLocalizationAction() - Constructor for class examples.localization.ProcessLocalizationAction
Constructor for ProcessOptionsAction.
ProcessMultiboxAction - Class in examples.multibox
Retrieve and process data from the submitted form
ProcessMultiboxAction() - Constructor for class examples.multibox.ProcessMultiboxAction
Constructor for ProcessOptionsAction.
ProcessOptionsAction - Class in examples.options
Retrieve and process data from the submitted form
ProcessOptionsAction() - Constructor for class examples.options.ProcessOptionsAction
Constructor for ProcessOptionsAction.
ProcessSimpleAction - Class in examples.simple
Retrieve and process data from the submitted form
ProcessSimpleAction() - Constructor for class examples.simple.ProcessSimpleAction
Constructor for ProcessFormAction.
ProcessTokenAction - Class in examples.token
Retrieve and process data from the submitted form
ProcessTokenAction() - Constructor for class examples.token.ProcessTokenAction
Constructor for ProcessOptionsAction.
ProcessValidatorAction - Class in examples.validator
Retrieve and process data from the submitted form
ProcessValidatorAction() - Constructor for class examples.validator.ProcessValidatorAction
Constructor for ProcessOptionsAction.

R

reset(ActionMapping, HttpServletRequest) - Method in class examples.multibox.MultiboxActionForm
Clear all checkboxes
reset(ActionMapping, HttpServletRequest) - Method in class examples.simple.SimpleActionForm
Reset all properties to their default values.

S

setArray(String[]) - Method in class examples.bean.ExampleBean
Sets the array.
setBooleanValue(boolean) - Method in class examples.bean.ExampleBean
Sets the booleanValue.
setBooleanValue(boolean) - Method in class examples.TestBean
Sets the booleanValue.
setColor(String) - Method in class examples.simple.SimpleActionForm
Sets the color.
setColors(String[]) - Method in class examples.multibox.MultiboxActionForm
Sets the colors.
setConfirm(boolean) - Method in class examples.simple.SimpleActionForm
Sets the confirm.
setDateValue(Date) - Method in class examples.bean.ExampleBean
Sets the dateValue.
setDateValue(Date) - Method in class examples.TestBean
Sets the dateValue.
setDoubleValue(double) - Method in class examples.bean.ExampleBean
Sets the doubleValue.
setDoubleValue(double) - Method in class examples.TestBean
Sets the doubleValue.
setFloatValue(float) - Method in class examples.bean.ExampleBean
Sets the floatValue.
setFloatValue(float) - Method in class examples.TestBean
Sets the floatValue.
setFruits(String[]) - Method in class examples.multibox.MultiboxActionForm
Sets the fruits.
setHidden(String) - Method in class examples.simple.SimpleActionForm
Sets the hidden.
setHtml(String) - Method in class examples.bean.ExampleBean
Sets the html.
setIntValue(int) - Method in class examples.bean.ExampleBean
Sets the intValue.
setIntValue(int) - Method in class examples.TestBean
Sets the intValue.
setList(List) - Method in class examples.bean.ExampleBean
Sets the list.
setLongValue(long) - Method in class examples.bean.ExampleBean
Sets the longValue.
setLongValue(long) - Method in class examples.TestBean
Sets the longValue.
setMessage(String) - Method in class examples.simple.SimpleActionForm
Sets the message.
setName(String) - Method in class examples.simple.SimpleActionForm
Sets the name.
setNested(NestedBean) - Method in class examples.bean.ExampleBean
Sets the nested.
setRating(String) - Method in class examples.simple.SimpleActionForm
Sets the rating.
setSecret(String) - Method in class examples.simple.SimpleActionForm
Sets the secret.
setShortValue(short) - Method in class examples.bean.ExampleBean
Sets the shortValue.
setShortValue(short) - Method in class examples.TestBean
Sets the shortValue.
setStringValue(String) - Method in class examples.bean.ExampleBean
Sets the stringValue.
setStringValue(String) - Method in class examples.bean.NestedBean
Sets the stringValue.
setStringValue(String) - Method in class examples.TestBean
Sets the stringValue.
SimpleActionForm - Class in examples.simple
A simple ActionForm
SimpleActionForm() - Constructor for class examples.simple.SimpleActionForm
Constructor for MultiboxActionForm.
SuccessAction - Class in examples
An Action that forwards control via a "success" ActionFoward.
SuccessAction() - Constructor for class examples.SuccessAction
Constructor for SuccessAction.

T

TestBean - Class in examples
An example bean for Bean Examples
TestBean() - Constructor for class examples.TestBean
Constructor for TestBean.

V

validate(ActionMapping, HttpServletRequest) - Method in class examples.multibox.MultiboxActionForm
Validate the properties that have been set from this HTTP request, and return an ActionMessages object that encapsulates any validation errors that have been found.
validate(ActionMapping, HttpServletRequest) - Method in class examples.simple.SimpleActionForm
Validate the properties that have been set from this HTTP request, and return an ActionMessages object that encapsulates any validation errors that have been found.
validateTwoFields(Object, ValidatorAction, Field, ActionMessages, HttpServletRequest) - Static method in class examples.validator.CustomValidator
Example validator for comparing the equality of two fields http://struts.apache.org/userGuide/dev_validator.html http://www.raibledesigns.com/page/rd/20030226

B C E G I M N P R S T V

Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.