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

B

BaseAction - Class in org.appfuse.webapp.action
Implementation of ActionSupport that contains convenience methods for subclasses.
BaseAction() - Constructor for class org.appfuse.webapp.action.BaseAction
 
BaseActionTestCase - Class in org.appfuse.webapp.action
Base class for running Struts 2 Action tests.
BaseActionTestCase() - Constructor for class org.appfuse.webapp.action.BaseActionTestCase
 
buildCountryList(Locale) - Method in class org.appfuse.webapp.taglib.CountryTag
Build a List of LabelValues for all the available countries.

C

CANCEL - Static variable in class org.appfuse.webapp.action.BaseAction
 
cancel - Variable in class org.appfuse.webapp.action.BaseAction
 
cancel() - Method in class org.appfuse.webapp.action.BaseAction
 
cancel() - Method in class org.appfuse.webapp.action.UserAction
 
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

delete - Variable in class org.appfuse.webapp.action.BaseAction
 
delete() - Method in class org.appfuse.webapp.action.UserAction
 
destroy() - Method in class org.appfuse.webapp.interceptor.UserRoleAuthorizationInterceptor
 
doDefault() - Method in class org.appfuse.webapp.action.SignupAction
 
doStartTag() - Method in class org.appfuse.webapp.taglib.CountryTag
Process the start of this tag.

E

edit() - Method in class org.appfuse.webapp.action.UserAction
 
execute() - Method in class org.appfuse.webapp.action.FileUploadAction
 
execute() - Method in class org.appfuse.webapp.action.PasswordHintAction
 
execute() - Method in class org.appfuse.webapp.action.ReloadAction
 
execute() - Method in class org.appfuse.webapp.action.SignupAction
 
execute() - Method in class org.appfuse.webapp.action.UserAction
 

F

FileUploadAction - Class in org.appfuse.webapp.action
 
FileUploadAction() - Constructor for class org.appfuse.webapp.action.FileUploadAction
 
from - Variable in class org.appfuse.webapp.action.BaseAction
 

G

getConfigLocations() - Method in class org.appfuse.webapp.action.BaseActionTestCase
 
getConfiguration() - Method in class org.appfuse.webapp.action.BaseAction
Convenience method to get the Configuration HashMap from the servlet context.
getFile() - Method in class org.appfuse.webapp.action.FileUploadAction
 
getFileContentType() - Method in class org.appfuse.webapp.action.FileUploadAction
 
getFileFileName() - Method in class org.appfuse.webapp.action.FileUploadAction
 
getName() - Method in class org.appfuse.webapp.action.FileUploadAction
 
getRequest() - Method in class org.appfuse.webapp.action.BaseAction
Convenience method to get the request
getResponse() - Method in class org.appfuse.webapp.action.BaseAction
Convenience method to get the response
getSession() - Method in class org.appfuse.webapp.action.BaseAction
Convenience method to get the session
getUser() - Method in class org.appfuse.webapp.action.SignupAction
 
getUser() - Method in class org.appfuse.webapp.action.UserAction
 
getUsers() - Method in class org.appfuse.webapp.action.UserAction
 

H

handleNotAuthorized(HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.interceptor.UserRoleAuthorizationInterceptor
Handle a request that is not authorized according to this interceptor.

I

init() - Method in class org.appfuse.webapp.interceptor.UserRoleAuthorizationInterceptor
 
intercept(ActionInvocation) - Method in class org.appfuse.webapp.interceptor.UserRoleAuthorizationInterceptor
 

L

list() - Method in class org.appfuse.webapp.action.UserAction
 
log - Variable in class org.appfuse.webapp.action.BaseAction
 
log - Variable in class org.appfuse.webapp.action.BaseActionTestCase
 

M

mailEngine - Variable in class org.appfuse.webapp.action.BaseAction
 
message - Variable in class org.appfuse.webapp.action.BaseAction
 

O

onSetUpBeforeTransaction() - Method in class org.appfuse.webapp.action.BaseActionTestCase
 
onTearDownAfterTransaction() - Method in class org.appfuse.webapp.action.BaseActionTestCase
 
org.appfuse.webapp.action - package org.appfuse.webapp.action
 
org.appfuse.webapp.interceptor - package org.appfuse.webapp.interceptor
 
org.appfuse.webapp.taglib - package org.appfuse.webapp.taglib
 

P

PasswordHintAction - Class in org.appfuse.webapp.action
Action class to send password hints to registered users.
PasswordHintAction() - Constructor for class org.appfuse.webapp.action.PasswordHintAction
 
prepare() - Method in class org.appfuse.webapp.action.UserAction
 

R

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

S

save - Variable in class org.appfuse.webapp.action.BaseAction
 
save() - Method in class org.appfuse.webapp.action.SignupAction
 
save() - Method in class org.appfuse.webapp.action.UserAction
 
saveMessage(String) - Method in class org.appfuse.webapp.action.BaseAction
 
sendUserMessage(User, String, String) - Method in class org.appfuse.webapp.action.BaseAction
 
setAuthorizedRoles(String[]) - Method in class org.appfuse.webapp.interceptor.UserRoleAuthorizationInterceptor
Set the roles that this interceptor should treat as authorized.
setCancel(String) - Method in class org.appfuse.webapp.action.SignupAction
 
setDefault(String) - Method in class org.appfuse.webapp.taglib.CountryTag
 
setDelete(String) - Method in class org.appfuse.webapp.action.BaseAction
 
setFile(File) - Method in class org.appfuse.webapp.action.FileUploadAction
 
setFileContentType(String) - Method in class org.appfuse.webapp.action.FileUploadAction
 
setFileFileName(String) - Method in class org.appfuse.webapp.action.FileUploadAction
 
setFrom(String) - Method in class org.appfuse.webapp.action.BaseAction
Convenience method for setting a "from" parameter to indicate the previous page.
setMailEngine(MailEngine) - Method in class org.appfuse.webapp.action.BaseAction
 
setMessage(SimpleMailMessage) - Method in class org.appfuse.webapp.action.BaseAction
 
setName(String) - Method in class org.appfuse.webapp.action.FileUploadAction
 
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.BaseAction
 
setSave(String) - Method in class org.appfuse.webapp.action.BaseAction
 
setTemplateName(String) - Method in class org.appfuse.webapp.action.BaseAction
 
setToScope(String) - Method in class org.appfuse.webapp.taglib.CountryTag
Property used to simply stuff the list of countries into a specified scope.
setUser(User) - Method in class org.appfuse.webapp.action.SignupAction
 
setUser(User) - Method in class org.appfuse.webapp.action.UserAction
 
setUserManager(UserManager) - Method in class org.appfuse.webapp.action.BaseAction
 
setUsername(String) - Method in class org.appfuse.webapp.action.PasswordHintAction
 
setUsername(String) - Method in class org.appfuse.webapp.action.UserAction
 
SignupAction - Class in org.appfuse.webapp.action
 
SignupAction() - Constructor for class org.appfuse.webapp.action.SignupAction
 
start() - Method in class org.appfuse.webapp.action.FileUploadAction
 

T

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

U

UserAction - Class in org.appfuse.webapp.action
 
UserAction() - Constructor for class org.appfuse.webapp.action.UserAction
 
userManager - Variable in class org.appfuse.webapp.action.BaseAction
 
UserRoleAuthorizationInterceptor - Class in org.appfuse.webapp.interceptor
Security interceptor checks to see if users are in the specified roles before proceeding.
UserRoleAuthorizationInterceptor() - Constructor for class org.appfuse.webapp.interceptor.UserRoleAuthorizationInterceptor
 

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

Copyright © 2003-2007. All Rights Reserved.