B C D E F G H I K L M N O P R S T U V W

B

BaseControllerTestCase - Class in org.appfuse.webapp.action
 
BaseControllerTestCase() - Constructor for class org.appfuse.webapp.action.BaseControllerTestCase
 
BaseFormController - Class in org.appfuse.webapp.action
Implementation of SimpleFormController that contains convenience methods for subclasses.
BaseFormController() - Constructor for class org.appfuse.webapp.action.BaseFormController
 
buildCountryList(Locale) - Method in class org.appfuse.webapp.taglib.CountryTag
Build a List of LabelValues for all the available countries.

C

cancelView - Variable in class org.appfuse.webapp.action.BaseFormController
 
colon - Variable in class org.appfuse.webapp.taglib.LabelTag
 
compare(Object, Object) - Method in class org.appfuse.webapp.taglib.CountryTag.LabelValueComparator
Compares the localized labels of two LabelValues.
CountryTag - Class in org.appfuse.webapp.taglib
Tag for creating multiple <select> options for displaying a list of country names.
CountryTag() - Constructor for class org.appfuse.webapp.taglib.CountryTag
 
CountryTag.LabelValueComparator - Class in org.appfuse.webapp.taglib
Class to compare LabelValues using their labels with locale-sensitive behaviour.
CountryTag.LabelValueComparator(Locale) - Constructor for class org.appfuse.webapp.taglib.CountryTag.LabelValueComparator
Creates a new LabelValueComparator object.

D

doStartTag() - Method in class org.appfuse.webapp.taglib.CountryTag
Process the start of this tag.
doStartTag() - Method in class org.appfuse.webapp.taglib.LabelTag
 

E

errorClass - Variable in class org.appfuse.webapp.taglib.LabelTag
 

F

FileUpload - Class in org.appfuse.webapp.action
Command class to handle uploading of a file.
FileUpload() - Constructor for class org.appfuse.webapp.action.FileUpload
 
FileUploadController - Class in org.appfuse.webapp.action
Controller class to upload Files.
FileUploadController() - Constructor for class org.appfuse.webapp.action.FileUploadController
 
formBackingObject(HttpServletRequest) - Method in class org.appfuse.webapp.action.UserFormController
 

G

getCancelView() - Method in class org.appfuse.webapp.action.BaseFormController
 
getConfigLocations() - Method in class org.appfuse.webapp.action.BaseControllerTestCase
 
getConfiguration() - Method in class org.appfuse.webapp.action.BaseFormController
Convenience method to get the Configuration HashMap from the servlet context.
getFile() - Method in class org.appfuse.webapp.action.FileUpload
 
getName() - Method in class org.appfuse.webapp.action.FileUpload
 
getText(String, Locale) - Method in class org.appfuse.webapp.action.BaseFormController
Convenience method for getting a i18n key's value.
getText(String, String, Locale) - Method in class org.appfuse.webapp.action.BaseFormController
Convenient method for getting a i18n key's value with a single string argument.
getText(String, Object[], Locale) - Method in class org.appfuse.webapp.action.BaseFormController
Convenience method for getting a i18n key's value with arguments.
getUserManager() - Method in class org.appfuse.webapp.action.BaseFormController
 

H

handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.PasswordHintController
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.ReloadController
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.UserController
 

I

initBinder(HttpServletRequest, ServletRequestDataBinder) - Method in class org.appfuse.webapp.action.BaseFormController
Set up a custom property editor for converting form inputs to real objects

K

key - Variable in class org.appfuse.webapp.taglib.LabelTag
 

L

LabelTag - Class in org.appfuse.webapp.taglib
This class is designed to render a
LabelTag() - Constructor for class org.appfuse.webapp.taglib.LabelTag
 
loadContextLocations(String[]) - Method in class org.appfuse.webapp.action.BaseControllerTestCase
Subclasses can invoke this to get a context key for the given location.
log - Variable in class org.appfuse.webapp.action.BaseControllerTestCase
 
log - Variable in class org.appfuse.webapp.action.BaseFormController
 
log - Variable in class org.appfuse.webapp.taglib.LabelTag
 

M

mailEngine - Variable in class org.appfuse.webapp.action.BaseFormController
 
mailEngine - Variable in class org.appfuse.webapp.action.PasswordHintController
 
message - Variable in class org.appfuse.webapp.action.BaseFormController
 
message - Variable in class org.appfuse.webapp.action.PasswordHintController
 
MESSAGES_KEY - Variable in class org.appfuse.webapp.action.BaseFormController
 

N

newGet(String) - Method in class org.appfuse.webapp.action.BaseControllerTestCase
 
newPost(String) - Method in class org.appfuse.webapp.action.BaseControllerTestCase
Convenience methods to make tests simpler

O

objectToRequestParameters(Object, MockHttpServletRequest) - Method in class org.appfuse.webapp.action.BaseControllerTestCase
 
objectToRequestParameters(Object, MockHttpServletRequest, String) - Method in class org.appfuse.webapp.action.BaseControllerTestCase
 
onBind(HttpServletRequest, Object) - Method in class org.appfuse.webapp.action.UserFormController
 
onSetUpBeforeTransaction() - Method in class org.appfuse.webapp.action.BaseControllerTestCase
 
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class org.appfuse.webapp.action.FileUploadController
 
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class org.appfuse.webapp.action.SignupController
 
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class org.appfuse.webapp.action.UserFormController
 
onTearDownAfterTransaction() - Method in class org.appfuse.webapp.action.BaseControllerTestCase
 
org.appfuse.webapp.action - package org.appfuse.webapp.action
 
org.appfuse.webapp.spring - package org.appfuse.webapp.spring
 
org.appfuse.webapp.taglib - package org.appfuse.webapp.taglib
 
org.appfuse.webapp.util - package org.appfuse.webapp.util
 

P

PasswordHintController - Class in org.appfuse.webapp.action
Simple class to retrieve and send a password hint to users.
PasswordHintController() - Constructor for class org.appfuse.webapp.action.PasswordHintController
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.appfuse.webapp.spring.ValidatorExtensionPostProcessor
Adds the validation configuration files to the list already held in the validator factory bean configuration.
processFormSubmission(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class org.appfuse.webapp.action.BaseFormController
Default behavior for FormControllers - redirect to the successView when the cancel button has been pressed.
processFormSubmission(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class org.appfuse.webapp.action.FileUploadController
 
processFormSubmission(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class org.appfuse.webapp.action.UserFormController
 

R

release() - Method in class org.appfuse.webapp.taglib.CountryTag
Release aquired resources to enable tag reusage.
release() - Method in class org.appfuse.webapp.taglib.LabelTag
Release all allocated resources.
ReloadController - Class in org.appfuse.webapp.action
This class is used to reload the drop-downs initialized in the StartupListener.
ReloadController() - Constructor for class org.appfuse.webapp.action.ReloadController
 
requestContext - Variable in class org.appfuse.webapp.taglib.LabelTag
 

S

saveError(HttpServletRequest, String) - Method in class org.appfuse.webapp.action.PasswordHintController
 
saveMessage(HttpServletRequest, String) - Method in class org.appfuse.webapp.action.BaseFormController
 
saveMessage(HttpServletRequest, String) - Method in class org.appfuse.webapp.action.PasswordHintController
 
sendUserMessage(User, String, String) - Method in class org.appfuse.webapp.action.BaseFormController
Convenience message to send messages to users, includes app URL as footer.
setCancelView(String) - Method in class org.appfuse.webapp.action.BaseFormController
Indicates what view to use when the cancel button has been pressed.
setColon(boolean) - Method in class org.appfuse.webapp.taglib.LabelTag
Setter for specifying whether to include colon
setDefault(String) - Method in class org.appfuse.webapp.taglib.CountryTag
 
setErrorClass(String) - Method in class org.appfuse.webapp.taglib.LabelTag
Setter for assigning a CSS class when errors occur, defaults to labelError.
setFile(byte[]) - Method in class org.appfuse.webapp.action.FileUpload
 
setKey(String) - Method in class org.appfuse.webapp.taglib.LabelTag
 
setMailEngine(MailEngine) - Method in class org.appfuse.webapp.action.BaseFormController
 
setMailEngine(MailEngine) - Method in class org.appfuse.webapp.action.PasswordHintController
 
setMessage(SimpleMailMessage) - Method in class org.appfuse.webapp.action.BaseFormController
 
setMessage(SimpleMailMessage) - Method in class org.appfuse.webapp.action.PasswordHintController
 
setMessageSource(MessageSource) - Method in class org.appfuse.webapp.action.PasswordHintController
 
setName(String) - Method in class org.appfuse.webapp.action.FileUpload
 
setName(String) - Method in class org.appfuse.webapp.taglib.CountryTag
 
setPrompt(String) - Method in class org.appfuse.webapp.taglib.CountryTag
 
setRoleManager(RoleManager) - Method in class org.appfuse.webapp.action.SignupController
 
setRoleManager(RoleManager) - Method in class org.appfuse.webapp.action.UserFormController
 
setStyleClass(String) - Method in class org.appfuse.webapp.taglib.LabelTag
Setter for assigning a CSS class, default is label.
setTemplateName(String) - Method in class org.appfuse.webapp.action.BaseFormController
 
setToScope(String) - Method in class org.appfuse.webapp.taglib.CountryTag
Property used to simply stuff the list of countries into a specified scope.
setUserManager(UserManager) - Method in class org.appfuse.webapp.action.BaseFormController
 
setUserManager(UserManager) - Method in class org.appfuse.webapp.action.PasswordHintController
 
setUserManager(UserManager) - Method in class org.appfuse.webapp.action.UserController
 
setValidationConfigLocations(List) - Method in class org.appfuse.webapp.spring.ValidatorExtensionPostProcessor
The list of validation config locations to be added to the validator factory.
setValidatorFactoryBeanName(String) - Method in class org.appfuse.webapp.spring.ValidatorExtensionPostProcessor
Set the name of the validator factory bean.
showForm(HttpServletRequest, HttpServletResponse, BindException) - Method in class org.appfuse.webapp.action.UserFormController
 
SignupController - Class in org.appfuse.webapp.action
Controller to signup new users.
SignupController() - Constructor for class org.appfuse.webapp.action.SignupController
 
styleClass - Variable in class org.appfuse.webapp.taglib.LabelTag
 

T

templateName - Variable in class org.appfuse.webapp.action.BaseFormController
 

U

user - Variable in class org.appfuse.webapp.action.BaseControllerTestCase
 
UserController - Class in org.appfuse.webapp.action
Simple class to retrieve a list of users from the database.
UserController() - Constructor for class org.appfuse.webapp.action.UserController
 
UserFormController - Class in org.appfuse.webapp.action
Implementation of SimpleFormController that interacts with the UserManager to retrieve/persist values to the database.
UserFormController() - Constructor for class org.appfuse.webapp.action.UserFormController
 

V

validateTwoFields(Object, ValidatorAction, Field, Errors) - Static method in class org.appfuse.webapp.util.ValidationUtil
Validates that two fields match.
ValidationUtil - Class in org.appfuse.webapp.util
ValidationUtil Helper class for performing custom validations that aren't already included in the core Commons Validator.
ValidationUtil() - Constructor for class org.appfuse.webapp.util.ValidationUtil
 
ValidatorExtensionPostProcessor - Class in org.appfuse.webapp.spring
Adds commons validator configuration files to an existing Spring commons Validator Factory bean, possibly defined within a seperate Spring configuration file in a seperate jar file.
ValidatorExtensionPostProcessor() - Constructor for class org.appfuse.webapp.spring.ValidatorExtensionPostProcessor
 

W

writeMessage(String) - Method in class org.appfuse.webapp.taglib.LabelTag
Write the message to the page.

B C D E F G H I K L M N O P R S T U V W

Copyright © 2003-2007. All Rights Reserved.