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

A

ACCESS_DENIED - Static variable in class org.appfuse.service.UserSecurityAdvice
 
accountExpired - Variable in class org.appfuse.model.User
 
accountLocked - Variable in class org.appfuse.model.User
 
ActionExceptionHandler - Class in org.appfuse.webapp.action
Implementation of ExceptionHandler that handles any Exceptions that are bubbled up to the Action layer.
ActionExceptionHandler() - Constructor for class org.appfuse.webapp.action.ActionExceptionHandler
 
add(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.UserAction
 
Address - Class in org.appfuse.model
This class is used to represent an address.
Address() - Constructor for class org.appfuse.model.Address
 
address - Variable in class org.appfuse.model.Address
 
address - Variable in class org.appfuse.model.User
 
addRole(Role) - Method in class org.appfuse.model.User
Adds a role for the user
ADMIN_ROLE - Static variable in class org.appfuse.Constants
The name of the Administrator role, as specified in web.xml
afterReturning(Object, Method, Object[], Object) - Method in class org.appfuse.service.UserSecurityAdvice
 
attributeAdded(HttpSessionBindingEvent) - Method in class org.appfuse.webapp.listener.UserCounterListener
This method is designed to catch when user's login and record their name
attributeRemoved(HttpSessionBindingEvent) - Method in class org.appfuse.webapp.listener.UserCounterListener
When user's logout, remove their name from the hashMap
attributeReplaced(HttpSessionBindingEvent) - Method in class org.appfuse.webapp.listener.UserCounterListener
Needed for Acegi Security 1.0, as it adds an anonymous user to the session and then replaces it after authentication.
AVAILABLE_ROLES - Static variable in class org.appfuse.Constants
The name of the available roles list, a request-scoped attribute when adding/editing a user.

B

BaseAction - Class in org.appfuse.webapp.action
Implementation of Action that contains base methods for Actions as well as determines with methods to call in subclasses.
BaseAction() - Constructor for class org.appfuse.webapp.action.BaseAction
 
BaseDaoHibernate - Class in org.appfuse.dao.hibernate
This class serves as the Base class for all other Daos - namely to hold common methods that they might all use.
BaseDaoHibernate() - Constructor for class org.appfuse.dao.hibernate.BaseDaoHibernate
 
BaseDaoTestCase - Class in org.appfuse.dao
Base class for running Dao tests.
BaseDaoTestCase() - Constructor for class org.appfuse.dao.BaseDaoTestCase
 
BaseForm - Class in org.appfuse.webapp.form
Base ActionForm bean.
BaseForm() - Constructor for class org.appfuse.webapp.form.BaseForm
 
BaseManager - Class in org.appfuse.service.impl
Base class for Business Services - use this class for utility methods and generic CRUD methods.
BaseManager() - Constructor for class org.appfuse.service.impl.BaseManager
 
BaseManagerTestCase - Class in org.appfuse.service
 
BaseManagerTestCase() - Constructor for class org.appfuse.service.BaseManagerTestCase
 
BaseObject - Class in org.appfuse.model
Base class for Model objects.
BaseObject() - Constructor for class org.appfuse.model.BaseObject
 
BaseStrutsTestCase - Class in org.appfuse.webapp.action
This class is extended by all ActionTests.
BaseStrutsTestCase(String) - Constructor for class org.appfuse.webapp.action.BaseStrutsTestCase
 
before(Method, Object[], Object) - Method in class org.appfuse.service.UserSecurityAdvice
Method to enforce security and only allow administrators to modify users.
bufferedOutput - Variable in class org.appfuse.webapp.filter.GZIPResponseStream
 
buildCountryList(Locale) - Method in class org.appfuse.webapp.taglib.CountryTag
Build a List of LabelValues for all the available countries.
BUNDLE_KEY - Static variable in class org.appfuse.Constants
The name of the ResourceBundle used in this application

C

cancel(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.UserAction
 
CASE_INSENSITIVE_ORDER - Static variable in class org.appfuse.model.LabelValue
Comparator that can be used for a case insensitive sort of LabelValue objects.
chain(Reader) - Method in class org.appfuse.buildtools.EscapeHtmlEntities
 
city - Variable in class org.appfuse.model.Address
 
clazz - Variable in class org.appfuse.webapp.taglib.ConstantsTag
The class to expose the variables from.
close() - Method in class org.appfuse.webapp.filter.GZIPResponseStream
 
closed - Variable in class org.appfuse.webapp.filter.GZIPResponseStream
 
closed() - Method in class org.appfuse.webapp.filter.GZIPResponseStream
 
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.
compareTo(Object) - Method in class org.appfuse.model.LabelValue
Compare LabelValueBeans based on the label, because that's the human viewable part of the object.
CONFIG - Static variable in class org.appfuse.Constants
The name of the configuration hashmap stored in application scope.
confirmPassword - Variable in class org.appfuse.model.User
 
Constants - Class in org.appfuse
Constant values used throughout the application.
Constants() - Constructor for class org.appfuse.Constants
 
ConstantsTag - Class in org.appfuse.webapp.taglib
This class is designed to put all the public variables in a class to a specified scope - designed for exposing a Constants class to Tag Libraries.
ConstantsTag() - Constructor for class org.appfuse.webapp.taglib.ConstantsTag
 
ConstantsTei - Class in org.appfuse.webapp.taglib
Implementation of TagExtraInfo for the constants tag, identifying the scripting object(s) to be made visible.
ConstantsTei() - Constructor for class org.appfuse.webapp.taglib.ConstantsTei
 
contextDestroyed(ServletContextEvent) - Method in class org.appfuse.webapp.listener.UserCounterListener
 
contextInitialized(ServletContextEvent) - Method in class org.appfuse.webapp.listener.StartupListener
 
contextInitialized(ServletContextEvent) - Method in class org.appfuse.webapp.listener.UserCounterListener
 
convert(Object) - Static method in class org.appfuse.util.ConvertUtil
Convenience method to convert a form to a POJO and back again
convert(Class, Object) - Method in class org.appfuse.util.CurrencyConverter
Convert a String to a Double and a Double to a String
convert(Class, Object) - Method in class org.appfuse.util.DateConverter
 
convert(Object) - Method in class org.appfuse.webapp.action.BaseAction
 
convertBundleToMap(ResourceBundle) - Static method in class org.appfuse.util.ConvertUtil
Method to convert a ResourceBundle to a Map object.
convertBundleToProperties(ResourceBundle) - Static method in class org.appfuse.util.ConvertUtil
Method to convert a ResourceBundle to a Properties object.
convertDateToString(Date) - Static method in class org.appfuse.util.DateUtil
This method generates a string representation of a date based on the System Property 'dateFormat' in the format you specify on input
convertLists(Object) - Static method in class org.appfuse.util.ConvertUtil
Convenience method to convert Lists (in a Form) from POJOs to Forms.
convertLists(Object) - Method in class org.appfuse.webapp.action.BaseAction
 
convertListToMap(List) - Static method in class org.appfuse.util.ConvertUtil
 
convertStringToDate(String, String) - Static method in class org.appfuse.util.DateUtil
This method generates a string representation of a date/time in the format you specify on input
convertStringToDate(String) - Static method in class org.appfuse.util.DateUtil
This method converts a String to a date using the datePattern
convertToDate(Class, Object, String) - Method in class org.appfuse.util.DateConverter
 
convertToDate(Class, Object) - Method in class org.appfuse.util.TimestampConverter
 
convertToString(Class, Object) - Method in class org.appfuse.util.DateConverter
 
convertToString(Class, Object) - Method in class org.appfuse.util.TimestampConverter
 
ConvertUtil - Class in org.appfuse.util
Utility class to convert one object to another.
ConvertUtil() - Constructor for class org.appfuse.util.ConvertUtil
 
COUNT_KEY - Static variable in class org.appfuse.webapp.listener.UserCounterListener
 
country - Variable in class org.appfuse.model.Address
 
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.
createOutputStream() - Method in class org.appfuse.webapp.filter.GZIPResponseWrapper
 
credentialsExpired - Variable in class org.appfuse.model.User
 
CSS_THEME - Static variable in class org.appfuse.Constants
The name of the CSS Theme setting.
ctx - Variable in class org.appfuse.webapp.action.BaseStrutsTestCase
 
CurrencyConverter - Class in org.appfuse.util
This class is converts a Double to a double-digit String (and vise-versa) by BeanUtils when copying properties.
CurrencyConverter() - Constructor for class org.appfuse.util.CurrencyConverter
 

D

Dao - Interface in org.appfuse.dao
Data Access Object (Dao) interface.
dao - Variable in class org.appfuse.dao.GenericDaoTest
 
dao - Variable in class org.appfuse.service.GenericManagerTest
 
dao - Variable in class org.appfuse.service.impl.BaseManager
 
DateConverter - Class in org.appfuse.util
This class is converts a java.util.Date to a String and a String to a java.util.Date.
DateConverter() - Constructor for class org.appfuse.util.DateConverter
 
DateConverterTest - Class in org.appfuse.util
 
DateConverterTest() - Constructor for class org.appfuse.util.DateConverterTest
 
DateUtil - Class in org.appfuse.util
Date Utility Class This is used to convert Strings to Dates and Timestamps
DateUtil() - Constructor for class org.appfuse.util.DateUtil
 
DateUtilTest - Class in org.appfuse.util
 
DateUtilTest(String) - Constructor for class org.appfuse.util.DateUtilTest
 
decodeString(String) - Static method in class org.appfuse.util.StringUtil
Decode a string using Base64 encoding.
delete(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.UserAction
 
deleteCookie(HttpServletResponse, Cookie, String) - Static method in class org.appfuse.webapp.util.RequestUtil
Convenience method for deleting a cookie by name
doFilter(ServletRequest, ServletResponse) - Method in class org.appfuse.webapp.filter.MockFilterChain
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.appfuse.webapp.filter.GZIPFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.appfuse.webapp.filter.LocaleFilter
 
doStartTag() - Method in class org.appfuse.webapp.taglib.ConstantsTag
 
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

edit(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.UserAction
 
email - Variable in class org.appfuse.model.User
 
enabled - Variable in class org.appfuse.model.User
 
ENC_ALGORITHM - Static variable in class org.appfuse.Constants
The encryption algorithm key to be used for passwords
encodePassword(String, String) - Static method in class org.appfuse.util.StringUtil
Encode a string using algorithm specified in web.xml and return the resulting encrypted password.
encodeString(String) - Static method in class org.appfuse.util.StringUtil
Encode a string using Base64 encoding.
ENCRYPT_PASSWORD - Static variable in class org.appfuse.Constants
A flag to indicate if passwords should be encrypted
equals(Object) - Method in class org.appfuse.model.Address
 
equals(Object) - Method in class org.appfuse.model.BaseObject
 
equals(Object) - Method in class org.appfuse.model.LabelValue
LabelValueBeans are equal if their values are both null or equal.
equals(Object) - Method in class org.appfuse.model.Role
 
equals(Object) - Method in class org.appfuse.model.User
 
equals(Object) - Method in class org.appfuse.webapp.form.BaseForm
 
error - Variable in class org.appfuse.webapp.filter.GZIPResponseWrapper
 
ERROR_PROPERTY_MAX_LENGTH_EXCEEDED - Static variable in class org.appfuse.webapp.form.UploadForm
 
errorClass - Variable in class org.appfuse.webapp.taglib.LabelTag
 
ESCAPE - Static variable in class org.appfuse.buildtools.EscapeHtmlEntities
 
EscapeHtmlEntities - Class in org.appfuse.buildtools
 
EscapeHtmlEntities() - Constructor for class org.appfuse.buildtools.EscapeHtmlEntities
 
EscapeHtmlEntities(Reader) - Constructor for class org.appfuse.buildtools.EscapeHtmlEntities
 
EscapeHtmlEntitiesTest - Class in org.appfuse.buildtools
Testcase to verify EscapeHtmlEntities filter.
EscapeHtmlEntitiesTest() - Constructor for class org.appfuse.buildtools.EscapeHtmlEntitiesTest
 
EVENT_KEY - Static variable in class org.appfuse.webapp.listener.UserCounterListener
 
execute(Exception, ExceptionConfig, ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.ActionExceptionHandler
This method handles any java.lang.Exceptions that are not caught in previous classes.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.BaseAction
Override the execute method in DispatchAction to parse URLs and forward to methods without parameters.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.PasswordHintAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.ReloadAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.SignupAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.UploadAction
 

F

file - Variable in class org.appfuse.webapp.form.UploadForm
The file that the user has uploaded
FILE_SEP - Static variable in class org.appfuse.Constants
File separator from System properties
finishResponse() - Method in class org.appfuse.webapp.filter.GZIPResponseWrapper
 
firstName - Variable in class org.appfuse.model.User
 
flush() - Method in class org.appfuse.webapp.filter.GZIPResponseStream
 
flushBuffer() - Method in class org.appfuse.webapp.filter.GZIPResponseWrapper
 
formatter - Variable in class org.appfuse.util.CurrencyConverter
 

G

GenericDaoTest - Class in org.appfuse.dao
This class tests the generic Dao and BaseDao implementation.
GenericDaoTest() - Constructor for class org.appfuse.dao.GenericDaoTest
 
GenericManagerTest - Class in org.appfuse.service
This class tests the generic Manager and BaseManager implementation.
GenericManagerTest() - Constructor for class org.appfuse.service.GenericManagerTest
 
getActionForm(ActionMapping, HttpServletRequest) - Method in class org.appfuse.webapp.action.BaseAction
Convenience method for getting an action form base on it's mapped scope.
getActionMethod(HttpServletRequest, String) - Method in class org.appfuse.webapp.action.BaseAction
Gets the method name based on the prepender passed to it.
getAddress() - Method in class org.appfuse.model.Address
 
getAddress() - Method in class org.appfuse.model.User
 
getAllRoles() - Method in class org.appfuse.service.impl.LookupManagerImpl
 
getAllRoles() - Method in interface org.appfuse.service.LookupManager
Retrieves all possible roles from persistence layer
getAppURL(HttpServletRequest) - Static method in class org.appfuse.webapp.util.RequestUtil
Convenience method to get the application's URL based on request variables.
getAuthorities() - Method in class org.appfuse.model.User
 
getAuthority() - Method in class org.appfuse.model.Role
 
getBean(String) - Method in class org.appfuse.webapp.action.BaseAction
Convenience method to get Spring-initialized beans
getCity() - Method in class org.appfuse.model.Address
 
getClassName() - Method in class org.appfuse.webapp.taglib.ConstantsTag
 
getConfigLocations() - Method in class org.appfuse.dao.BaseDaoTestCase
 
getConfigLocations() - Method in class org.appfuse.service.UserExistsExceptionTest
 
getConfiguration() - Method in class org.appfuse.webapp.action.BaseAction
Convenience method to get the Configuration HashMap from the servlet context.
getConfirmPassword() - Method in class org.appfuse.model.User
 
getCookie(HttpServletRequest, String) - Static method in class org.appfuse.webapp.util.RequestUtil
Convenience method to get a cookie by name
getCountry() - Method in class org.appfuse.model.Address
 
getDate(Date) - Static method in class org.appfuse.util.DateUtil
This method attempts to convert an Oracle-formatted date in the form dd-MMM-yyyy to mm/dd/yyyy.
getDatePattern() - Static method in class org.appfuse.util.DateUtil
Return default datePattern (MM/dd/yyyy)
getDateTime(String, Date) - Static method in class org.appfuse.util.DateUtil
This method generates a string representation of a date's date/time in the format you specify on input
getDateTimePattern() - Static method in class org.appfuse.util.DateUtil
 
getDescription() - Method in class org.appfuse.model.Role
 
getEmail() - Method in class org.appfuse.model.User
 
getFile() - Method in class org.appfuse.webapp.form.UploadForm
Retrieve a representation of the file the user has uploaded
getFirstName() - Method in class org.appfuse.model.User
 
getFullName() - Method in class org.appfuse.model.User
Returns the full name.
getId() - Method in class org.appfuse.model.Role
 
getId() - Method in class org.appfuse.model.User
 
getLabel() - Method in class org.appfuse.model.LabelValue
 
getLastName() - Method in class org.appfuse.model.User
 
getLocale() - Method in class org.appfuse.webapp.filter.LocaleRequestWrapper
 
getLocales() - Method in class org.appfuse.webapp.filter.LocaleRequestWrapper
 
getMessages(HttpServletRequest) - Method in class org.appfuse.webapp.action.BaseAction
Convenience method to initialize messages in a subclass.
getMode() - Method in class org.appfuse.buildtools.EscapeHtmlEntities
 
getName() - Method in class org.appfuse.model.Role
 
getName() - Method in class org.appfuse.webapp.form.UploadForm
Retrieve the name the user has given the uploaded file
getObject(Class, Serializable) - Method in interface org.appfuse.dao.Dao
Generic method to get an object based on class and identifier.
getObject(Class, Serializable) - Method in class org.appfuse.dao.hibernate.BaseDaoHibernate
 
getObject(Class, Serializable) - Method in class org.appfuse.service.impl.BaseManager
 
getObject(Class, Serializable) - Method in interface org.appfuse.service.Manager
Generic method to get an object based on class and identifier.
getObjects(Class) - Method in interface org.appfuse.dao.Dao
Generic method used to get all objects of a particular type.
getObjects(Class) - Method in class org.appfuse.dao.hibernate.BaseDaoHibernate
 
getObjects(Class) - Method in class org.appfuse.service.impl.BaseManager
 
getObjects(Class) - Method in interface org.appfuse.service.Manager
Generic method used to get a all objects of a particular type.
getOpposingObject(Object) - Static method in class org.appfuse.util.ConvertUtil
This method inspects a POJO or Form and figures out its pojo/form equivalent.
getOutputStream() - Method in class org.appfuse.webapp.filter.GZIPResponseWrapper
 
getPassword() - Method in class org.appfuse.model.User
 
getPasswordHint() - Method in class org.appfuse.model.User
 
getPhoneNumber() - Method in class org.appfuse.model.User
 
getPostalCode() - Method in class org.appfuse.model.Address
 
getProvince() - Method in class org.appfuse.model.Address
 
getRole(Long) - Method in class org.appfuse.dao.hibernate.RoleDaoHibernate
 
getRole(String) - Method in class org.appfuse.service.impl.RoleManagerImpl
 
getRole(String) - Method in interface org.appfuse.service.RoleManager
 
getRoleByName(String) - Method in class org.appfuse.dao.hibernate.RoleDaoHibernate
 
getRoleByName(String) - Method in interface org.appfuse.dao.RoleDao
Gets role information based on rolename
getRoles() - Method in class org.appfuse.dao.hibernate.LookupDaoHibernate
 
getRoles(Role) - Method in class org.appfuse.dao.hibernate.RoleDaoHibernate
 
getRoles() - Method in interface org.appfuse.dao.LookupDao
 
getRoles(Role) - Method in interface org.appfuse.dao.RoleDao
Gets a list of roles based on parameters passed in.
getRoles() - Method in class org.appfuse.model.User
 
getRoles(Role) - Method in class org.appfuse.service.impl.RoleManagerImpl
 
getRoles(Role) - Method in interface org.appfuse.service.RoleManager
 
getScope() - Method in class org.appfuse.webapp.taglib.ConstantsTag
 
getScope(String) - Method in class org.appfuse.webapp.taglib.ConstantsTag
Converts the scope name into its corresponding PageContext constant value.
getTimeNow(Date) - Static method in class org.appfuse.util.DateUtil
This method returns the current date time in the format: MM/dd/yyyy HH:MM a
getToday() - Static method in class org.appfuse.util.DateUtil
This method returns the current date in the format: MM/dd/yyyy
getUser(Long) - Method in class org.appfuse.dao.hibernate.UserDaoHibernate
 
getUser(Long) - Method in interface org.appfuse.dao.UserDao
Gets users information based on user id.
getUser(String) - Method in class org.appfuse.service.impl.UserManagerImpl
 
getUser(String) - Method in interface org.appfuse.service.UserManager
Retrieves a user by userId.
getUserByUsername(String) - Method in class org.appfuse.service.impl.UserManagerImpl
 
getUserByUsername(String) - Method in interface org.appfuse.service.UserManager
Finds a user by their username.
getUsername() - Method in class org.appfuse.model.User
 
getUsers(User) - Method in class org.appfuse.dao.hibernate.UserDaoHibernate
 
getUsers(User) - Method in interface org.appfuse.dao.UserDao
Gets a list of users based on parameters passed in.
getUsers(User) - Method in class org.appfuse.service.impl.UserManagerImpl
 
getUsers(User) - Method in interface org.appfuse.service.UserManager
Retrieves a list of users, filtering with parameters on a user object
getValue() - Method in class org.appfuse.model.LabelValue
 
getVar() - Method in class org.appfuse.webapp.taglib.ConstantsTag
 
getVariableInfo(TagData) - Method in class org.appfuse.webapp.taglib.ConstantsTei
Return information about the scripting variables to be created.
getVersion() - Method in class org.appfuse.model.User
 
getWebsite() - Method in class org.appfuse.model.User
 
getWriter() - Method in class org.appfuse.webapp.filter.GZIPResponseWrapper
 
GZIPFilter - Class in org.appfuse.webapp.filter
Filter that compresses output with gzip (assuming that browser supports gzip).
GZIPFilter() - Constructor for class org.appfuse.webapp.filter.GZIPFilter
 
GZIPResponseStream - Class in org.appfuse.webapp.filter
Wraps Response Stream for GZipFilter
GZIPResponseStream(HttpServletResponse) - Constructor for class org.appfuse.webapp.filter.GZIPResponseStream
 
GZIPResponseWrapper - Class in org.appfuse.webapp.filter
Wraps Response for GZipFilter
GZIPResponseWrapper(HttpServletResponse) - Constructor for class org.appfuse.webapp.filter.GZIPResponseWrapper
 

H

hashCode() - Method in class org.appfuse.model.Address
 
hashCode() - Method in class org.appfuse.model.BaseObject
 
hashCode() - Method in class org.appfuse.model.LabelValue
The hash code is based on the object's value.
hashCode() - Method in class org.appfuse.model.Role
 
hashCode() - Method in class org.appfuse.model.User
 
hashCode() - Method in class org.appfuse.webapp.form.BaseForm
 

I

id - Variable in class org.appfuse.model.User
 
isAccountExpired() - Method in class org.appfuse.model.User
 
isAccountLocked() - Method in class org.appfuse.model.User
 
isAccountNonExpired() - Method in class org.appfuse.model.User
 
isAccountNonLocked() - Method in class org.appfuse.model.User
 
isCredentialsExpired() - Method in class org.appfuse.model.User
 
isCredentialsNonExpired() - Method in class org.appfuse.model.User
 
isEnabled() - Method in class org.appfuse.model.User
 

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
 
LabelValue - Class in org.appfuse.model
A simple JavaBean to represent label-value pairs.
LabelValue() - Constructor for class org.appfuse.model.LabelValue
Default constructor.
LabelValue(String, String) - Constructor for class org.appfuse.model.LabelValue
Construct an instance with the supplied property values.
lastName - Variable in class org.appfuse.model.User
 
loadUserByUsername(String) - Method in class org.appfuse.dao.hibernate.UserDaoHibernate
 
loadUserByUsername(String) - Method in interface org.appfuse.dao.UserDao
Gets users information based on login name.
LocaleFilter - Class in org.appfuse.webapp.filter
Filter to wrap request with a request including user preferred locale.
LocaleFilter() - Constructor for class org.appfuse.webapp.filter.LocaleFilter
 
LocaleFilterTest - Class in org.appfuse.webapp.filter
 
LocaleFilterTest() - Constructor for class org.appfuse.webapp.filter.LocaleFilterTest
 
LocaleRequestWrapper - Class in org.appfuse.webapp.filter
HttpRequestWrapper overriding methods getLocale(), getLocales() to include the user's preferred locale.
LocaleRequestWrapper(HttpServletRequest, Locale) - Constructor for class org.appfuse.webapp.filter.LocaleRequestWrapper
 
log - Variable in class org.appfuse.dao.BaseDaoTestCase
 
log - Variable in class org.appfuse.dao.hibernate.BaseDaoHibernate
 
log - Variable in class org.appfuse.service.BaseManagerTestCase
 
log - Variable in class org.appfuse.service.impl.BaseManager
 
log - Static variable in class org.appfuse.service.MailEngine
 
log - Variable in class org.appfuse.service.UserSecurityAdvice
 
log - Variable in class org.appfuse.util.CurrencyConverter
 
log - Variable in class org.appfuse.webapp.action.BaseAction
 
log - Variable in class org.appfuse.webapp.action.BaseStrutsTestCase
 
log - Variable in class org.appfuse.webapp.form.NestedFormTest
 
log - Variable in class org.appfuse.webapp.taglib.LabelTag
 
logException(Exception) - Method in class org.appfuse.webapp.action.ActionExceptionHandler
Overrides logException method in ExceptionHandler to print the stackTrace
LookupDao - Interface in org.appfuse.dao
Lookup Data Access Object (Dao) interface.
LookupDaoHibernate - Class in org.appfuse.dao.hibernate
Hibernate implementation of LookupDao.
LookupDaoHibernate() - Constructor for class org.appfuse.dao.hibernate.LookupDaoHibernate
 
LookupDaoTest - Class in org.appfuse.dao
This class tests the current LookupDao implementation class
LookupDaoTest() - Constructor for class org.appfuse.dao.LookupDaoTest
 
LookupManager - Interface in org.appfuse.service
Business Service Interface to talk to persistence layer and retrieve values for drop-down choice lists.
LookupManagerImpl - Class in org.appfuse.service.impl
Implementation of LookupManager interface to talk to the persistence layer.
LookupManagerImpl() - Constructor for class org.appfuse.service.impl.LookupManagerImpl
 
LookupManagerTest - Class in org.appfuse.service
 
LookupManagerTest() - Constructor for class org.appfuse.service.LookupManagerTest
 

M

MailEngine - Class in org.appfuse.service
Class for sending e-mail messages based on Velocity templates or with attachments.
MailEngine() - Constructor for class org.appfuse.service.MailEngine
 
main(String[]) - Static method in class org.appfuse.util.DateUtilTest
 
main(String[]) - Static method in class org.appfuse.util.StringUtilTest
 
manager - Variable in class org.appfuse.service.GenericManagerTest
 
Manager - Interface in org.appfuse.service
 
MockFilterChain - Class in org.appfuse.webapp.filter
Borrowed from the Display Tag project: http://displaytag.sourceforge.net/xref-test/org/displaytag/filter/MockFilterSupport.html
MockFilterChain() - Constructor for class org.appfuse.webapp.filter.MockFilterChain
 

N

name - Variable in class org.appfuse.webapp.form.UploadForm
The value of the text the user has sent as form data
NestedFormTest - Class in org.appfuse.webapp.form
 
NestedFormTest() - Constructor for class org.appfuse.webapp.form.NestedFormTest
 

O

onSetUpBeforeTransaction() - Method in class org.appfuse.dao.GenericDaoTest
This method is used instead of setDao b/c setDao uses autowire byType setPopulateProtectedVariables(true) can also be used, but it's a little bit slower.
onTearDownAfterTransaction() - Method in class org.appfuse.dao.GenericDaoTest
 
org.appfuse - package org.appfuse
 
org.appfuse.buildtools - package org.appfuse.buildtools
 
org.appfuse.dao - package org.appfuse.dao
 
org.appfuse.dao.hibernate - package org.appfuse.dao.hibernate
 
org.appfuse.model - package org.appfuse.model
 
org.appfuse.service - package org.appfuse.service
 
org.appfuse.service.impl - package org.appfuse.service.impl
 
org.appfuse.util - package org.appfuse.util
 
org.appfuse.webapp.action - package org.appfuse.webapp.action
 
org.appfuse.webapp.filter - package org.appfuse.webapp.filter
 
org.appfuse.webapp.form - package org.appfuse.webapp.form
 
org.appfuse.webapp.listener - package org.appfuse.webapp.listener
 
org.appfuse.webapp.taglib - package org.appfuse.webapp.taglib
 
org.appfuse.webapp.util - package org.appfuse.webapp.util
 
origResponse - Variable in class org.appfuse.webapp.filter.GZIPResponseWrapper
 
output - Variable in class org.appfuse.webapp.filter.GZIPResponseStream
 

P

password - Variable in class org.appfuse.model.User
 
passwordHint - Variable in class org.appfuse.model.User
 
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
 
PasswordHintActionTest - Class in org.appfuse.webapp.action
 
PasswordHintActionTest(String) - Constructor for class org.appfuse.webapp.action.PasswordHintActionTest
 
phoneNumber - Variable in class org.appfuse.model.User
 
populate(Object) - Method in class org.appfuse.dao.BaseDaoTestCase
Utility method to populate a javabean-style object with values from a Properties file
populate(Object) - Method in class org.appfuse.service.BaseManagerTestCase
Utility method to populate a javabean-style object with values from a Properties file
populateObject(Object, ResourceBundle) - Static method in class org.appfuse.util.ConvertUtil
Convenience method used by tests to populate an object from a ResourceBundle
postalCode - Variable in class org.appfuse.model.Address
 
PREFERRED_LOCALE_KEY - Static variable in class org.appfuse.Constants
Session scope attribute that holds the locale set by the user.
province - Variable in class org.appfuse.model.Address
 

R

rb - Variable in class org.appfuse.dao.BaseDaoTestCase
 
rb - Variable in class org.appfuse.service.BaseManagerTestCase
 
rb - Variable in class org.appfuse.webapp.action.BaseStrutsTestCase
 
read() - Method in class org.appfuse.buildtools.EscapeHtmlEntities
 
REGISTERED - Static variable in class org.appfuse.Constants
The request scope attribute for indicating a newly-registered user
release() - Method in class org.appfuse.webapp.taglib.ConstantsTag
Release all allocated resources.
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.
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
 
removeFormBean(ActionMapping, HttpServletRequest) - Method in class org.appfuse.webapp.action.BaseAction
Convenience method for removing the obsolete form bean.
removeObject(Class, Serializable) - Method in interface org.appfuse.dao.Dao
Generic method to delete an object based on class and id
removeObject(Class, Serializable) - Method in class org.appfuse.dao.hibernate.BaseDaoHibernate
 
removeObject(Class, Serializable) - Method in class org.appfuse.service.impl.BaseManager
 
removeObject(Class, Serializable) - Method in interface org.appfuse.service.Manager
Generic method to delete an object based on class and id
removeRole(String) - Method in class org.appfuse.dao.hibernate.RoleDaoHibernate
 
removeRole(String) - Method in interface org.appfuse.dao.RoleDao
Removes a role from the database by name
removeRole(String) - Method in class org.appfuse.service.impl.RoleManagerImpl
 
removeRole(String) - Method in interface org.appfuse.service.RoleManager
 
removeUser(Long) - Method in class org.appfuse.dao.hibernate.UserDaoHibernate
 
removeUser(Long) - Method in interface org.appfuse.dao.UserDao
Removes a user from the database by id
removeUser(String) - Method in class org.appfuse.service.impl.UserManagerImpl
 
removeUser(String) - Method in interface org.appfuse.service.UserManager
Removes a user from the database by their userId
RequestUtil - Class in org.appfuse.webapp.util
Convenience class for setting and retrieving cookies.
RequestUtil() - Constructor for class org.appfuse.webapp.util.RequestUtil
 
reset() - Method in class org.appfuse.webapp.filter.GZIPResponseStream
 
response - Variable in class org.appfuse.webapp.filter.GZIPResponseStream
 
Role - Class in org.appfuse.model
This class is used to represent available roles in the database.
Role() - Constructor for class org.appfuse.model.Role
 
Role(String) - Constructor for class org.appfuse.model.Role
 
RoleDao - Interface in org.appfuse.dao
Role Data Access Object (DAO) interface.
RoleDaoHibernate - Class in org.appfuse.dao.hibernate
This class interacts with Spring's HibernateTemplate to save/delete and retrieve Role objects.
RoleDaoHibernate() - Constructor for class org.appfuse.dao.hibernate.RoleDaoHibernate
 
RoleDaoTest - Class in org.appfuse.dao
 
RoleDaoTest() - Constructor for class org.appfuse.dao.RoleDaoTest
 
RoleManager - Interface in org.appfuse.service
Business Service Interface to handle communication between web and persistence layer.
RoleManagerImpl - Class in org.appfuse.service.impl
Implementation of RoleManager interface.
RoleManagerImpl() - Constructor for class org.appfuse.service.impl.RoleManagerImpl
 
roles - Variable in class org.appfuse.model.User
 

S

save(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.UserAction
 
saveObject(Object) - Method in interface org.appfuse.dao.Dao
Generic method to save an object - handles both update and insert.
saveObject(Object) - Method in class org.appfuse.dao.hibernate.BaseDaoHibernate
 
saveObject(Object) - Method in class org.appfuse.service.impl.BaseManager
 
saveObject(Object) - Method in interface org.appfuse.service.Manager
Generic method to save an object.
saveRole(Role) - Method in class org.appfuse.dao.hibernate.RoleDaoHibernate
 
saveRole(Role) - Method in interface org.appfuse.dao.RoleDao
Saves a role's information
saveRole(Role) - Method in class org.appfuse.service.impl.RoleManagerImpl
 
saveRole(Role) - Method in interface org.appfuse.service.RoleManager
 
saveUser(User) - Method in class org.appfuse.dao.hibernate.UserDaoHibernate
 
saveUser(User) - Method in interface org.appfuse.dao.UserDao
Saves a user's information
saveUser(User) - Method in class org.appfuse.service.impl.UserManagerImpl
 
saveUser(User) - Method in interface org.appfuse.service.UserManager
Saves a user's information
scope - Variable in class org.appfuse.webapp.taglib.ConstantsTag
The scope to be put the variable in.
search(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.UserAction
 
send(SimpleMailMessage) - Method in class org.appfuse.service.MailEngine
Send a simple message with pre-populated values.
sendError(int, String) - Method in class org.appfuse.webapp.filter.GZIPResponseWrapper
 
sendMessage(SimpleMailMessage, String, Map) - Method in class org.appfuse.service.MailEngine
Send a simple message based on a Velocity template.
sendMessage(String[], ClassPathResource, String, String, String) - Method in class org.appfuse.service.MailEngine
Convenience method for sending messages with attachments.
setAccountExpired(boolean) - Method in class org.appfuse.model.User
 
setAccountLocked(boolean) - Method in class org.appfuse.model.User
 
setAddress(String) - Method in class org.appfuse.model.Address
 
setAddress(Address) - Method in class org.appfuse.model.User
 
setCity(String) - Method in class org.appfuse.model.Address
 
setClassName(String) - Method in class org.appfuse.webapp.taglib.ConstantsTag
 
setColon(boolean) - Method in class org.appfuse.webapp.taglib.LabelTag
Setter for specifying whether to include colon
setConfirmPassword(String) - Method in class org.appfuse.model.User
 
setContentLength(int) - Method in class org.appfuse.webapp.filter.GZIPResponseWrapper
 
setCookie(HttpServletResponse, String, String, String) - Static method in class org.appfuse.webapp.util.RequestUtil
Convenience method to set a cookie
setCountry(String) - Method in class org.appfuse.model.Address
 
setCredentialsExpired(boolean) - Method in class org.appfuse.model.User
 
setDao(Dao) - Method in class org.appfuse.service.impl.BaseManager
 
setDao(Dao) - Method in interface org.appfuse.service.Manager
Expose the setDao method for testing purposes
setDefault(String) - Method in class org.appfuse.webapp.taglib.CountryTag
 
setDescription(String) - Method in class org.appfuse.model.Role
 
setEmail(String) - Method in class org.appfuse.model.User
 
setEnabled(boolean) - Method in class org.appfuse.model.User
 
setErrorClass(String) - Method in class org.appfuse.webapp.taglib.LabelTag
Setter for assigning a CSS class when errors occur, defaults to labelError.
setFile(FormFile) - Method in class org.appfuse.webapp.form.UploadForm
Set a representation of the file the user has uploaded
setFirstName(String) - Method in class org.appfuse.model.User
 
setId(Long) - Method in class org.appfuse.model.Role
 
setId(Long) - Method in class org.appfuse.model.User
 
setKey(String) - Method in class org.appfuse.webapp.taglib.LabelTag
 
setLabel(String) - Method in class org.appfuse.model.LabelValue
 
setLastName(String) - Method in class org.appfuse.model.User
 
setLookupDao(LookupDao) - Method in class org.appfuse.dao.LookupDaoTest
 
setLookupDao(LookupDao) - Method in class org.appfuse.service.impl.LookupManagerImpl
 
setLookupDao(LookupDao) - Method in interface org.appfuse.service.LookupManager
 
setMailSender(MailSender) - Method in class org.appfuse.service.MailEngine
 
setMode(String) - Method in class org.appfuse.buildtools.EscapeHtmlEntities
 
setName(String) - Method in class org.appfuse.model.Role
 
setName(String) - Method in class org.appfuse.webapp.form.UploadForm
Set the name of the uploaded file (by the user)
setName(String) - Method in class org.appfuse.webapp.taglib.CountryTag
 
setPassword(String) - Method in class org.appfuse.model.User
 
setPasswordHint(String) - Method in class org.appfuse.model.User
 
setPhoneNumber(String) - Method in class org.appfuse.model.User
 
setPostalCode(String) - Method in class org.appfuse.model.Address
 
setPrompt(String) - Method in class org.appfuse.webapp.taglib.CountryTag
 
setProvince(String) - Method in class org.appfuse.model.Address
 
setRoleDao(RoleDao) - Method in class org.appfuse.dao.RoleDaoTest
 
setRoleDao(RoleDao) - Method in class org.appfuse.dao.UserDaoTest
 
setRoleDao(RoleDao) - Method in class org.appfuse.service.impl.RoleManagerImpl
 
setRoles(Set) - Method in class org.appfuse.model.User
 
setScope(String) - Method in class org.appfuse.webapp.taglib.ConstantsTag
 
setStyleClass(String) - Method in class org.appfuse.webapp.taglib.LabelTag
Setter for assigning a CSS class, default is label.
setToScope(String) - Method in class org.appfuse.webapp.taglib.CountryTag
Property used to simply stuff the list of countries into a specified scope.
setUp() - Method in class org.appfuse.service.GenericManagerTest
 
setUp() - Method in class org.appfuse.service.LookupManagerTest
 
setUp() - Method in class org.appfuse.service.UserManagerTest
 
setUp() - Method in class org.appfuse.service.UserSecurityAdviceTest
 
setUp() - Method in class org.appfuse.util.StringUtilTest
 
setUp() - Method in class org.appfuse.webapp.action.BaseStrutsTestCase
 
setUp() - Method in class org.appfuse.webapp.action.UserActionTest
 
setUp() - Method in class org.appfuse.webapp.filter.LocaleFilterTest
 
setUp() - Method in class org.appfuse.webapp.form.NestedFormTest
 
setUp() - Method in class org.appfuse.webapp.listener.StartupListenerTest
 
setupContext(ServletContext) - Static method in class org.appfuse.webapp.listener.StartupListener
 
setUserCache(UserCache) - Method in class org.appfuse.service.UserSecurityAdvice
 
setUserDao(UserDao) - Method in class org.appfuse.dao.UserDaoTest
 
setUserDao(UserDao) - Method in class org.appfuse.service.impl.UserManagerImpl
Set the Dao for communication with the data layer.
setUserDao(UserDao) - Method in interface org.appfuse.service.UserManager
 
setUserManager(UserManager) - Method in class org.appfuse.service.UserExistsExceptionTest
 
setUsername(String) - Method in class org.appfuse.model.User
 
setValue(String) - Method in class org.appfuse.model.LabelValue
 
setVar(String) - Method in class org.appfuse.webapp.taglib.ConstantsTag
 
setVelocityEngine(VelocityEngine) - Method in class org.appfuse.service.MailEngine
 
setVersion(Integer) - Method in class org.appfuse.model.User
 
setWebsite(String) - Method in class org.appfuse.model.User
 
SignupAction - Class in org.appfuse.webapp.action
Action class to allow users to self-register.
SignupAction() - Constructor for class org.appfuse.webapp.action.SignupAction
 
SignupActionTest - Class in org.appfuse.webapp.action
 
SignupActionTest(String) - Constructor for class org.appfuse.webapp.action.SignupActionTest
 
StartupListener - Class in org.appfuse.webapp.listener
StartupListener class used to initialize and database settings and populate any application-wide drop-downs.
StartupListener() - Constructor for class org.appfuse.webapp.listener.StartupListener
 
StartupListenerTest - Class in org.appfuse.webapp.listener
This class tests the StartupListener class to verify that variables are placed into the application context.
StartupListenerTest() - Constructor for class org.appfuse.webapp.listener.StartupListenerTest
 
storeException(HttpServletRequest, String, ActionMessage, ActionForward) - Method in class org.appfuse.webapp.action.ActionExceptionHandler
This method overrides the the ExceptionHandler's storeException method in order to create more than one error message.
stream - Variable in class org.appfuse.webapp.filter.GZIPResponseWrapper
 
StringUtil - Class in org.appfuse.util
String Utility Class This is used to encode passwords programmatically
StringUtil() - Constructor for class org.appfuse.util.StringUtil
 
StringUtilTest - Class in org.appfuse.util
 
StringUtilTest(String) - Constructor for class org.appfuse.util.StringUtilTest
 
styleClass - Variable in class org.appfuse.webapp.taglib.LabelTag
 

T

tearDown() - Method in class org.appfuse.service.GenericManagerTest
 
tearDown() - Method in class org.appfuse.service.UserSecurityAdviceTest
 
tearDown() - Method in class org.appfuse.util.StringUtilTest
 
tearDown() - Method in class org.appfuse.webapp.action.BaseStrutsTestCase
 
tearDown() - Method in class org.appfuse.webapp.form.NestedFormTest
 
tearDown() - Method in class org.appfuse.webapp.listener.StartupListenerTest
 
testAddAdminRoleWhenAlreadyHasUserRole() - Method in class org.appfuse.service.UserSecurityAdviceTest
 
testAddAndRemoveRole() - Method in class org.appfuse.dao.RoleDaoTest
 
testAddAndRemoveUser() - Method in class org.appfuse.dao.UserDaoTest
 
testAddAndRemoveUser() - Method in class org.appfuse.service.UserManagerTest
 
testAddExistingUser() - Method in class org.appfuse.service.UserExistsExceptionTest
 
testAddUserAsAdmin() - Method in class org.appfuse.service.UserSecurityAdviceTest
 
testAddUserRole() - Method in class org.appfuse.dao.UserDaoTest
 
testAddUserRoleWhenHasAdminRole() - Method in class org.appfuse.service.UserSecurityAdviceTest
 
testAddUserWithoutAdminRole() - Method in class org.appfuse.service.UserSecurityAdviceTest
 
testCancel() - Method in class org.appfuse.webapp.action.UserActionTest
 
testChangeToAdminRoleFromUserRole() - Method in class org.appfuse.service.UserSecurityAdviceTest
 
testContextInitialized() - Method in class org.appfuse.webapp.listener.StartupListenerTest
 
testConvertDateToString() - Method in class org.appfuse.util.DateConverterTest
 
testConvertStringToDate() - Method in class org.appfuse.util.DateConverterTest
 
testConvertStringToTimestamp() - Method in class org.appfuse.util.DateConverterTest
 
testConvertTimestampToString() - Method in class org.appfuse.util.DateConverterTest
 
testCopyPOJOToFormAndBack() - Method in class org.appfuse.webapp.form.NestedFormTest
 
testCRUD() - Method in class org.appfuse.dao.GenericDaoTest
Simple test to verify BaseDao works.
testCRUD() - Method in class org.appfuse.service.GenericManagerTest
Simple test to verify BaseDao works.
testEdit() - Method in class org.appfuse.webapp.action.UserActionTest
 
testEncodePassword() - Method in class org.appfuse.util.StringUtilTest
 
testEscape() - Method in class org.appfuse.buildtools.EscapeHtmlEntitiesTest
Test Unicode->Entity escaping.
testExecute() - Method in class org.appfuse.webapp.action.PasswordHintActionTest
 
testExecute() - Method in class org.appfuse.webapp.action.SignupActionTest
 
testGetAllRoles() - Method in class org.appfuse.service.LookupManagerTest
 
testGetDate() - Method in class org.appfuse.util.DateUtilTest
 
testGetDateTime() - Method in class org.appfuse.util.DateUtilTest
 
testGetInternationalDatePattern() - Method in class org.appfuse.util.DateUtilTest
 
testGetRole() - Method in class org.appfuse.dao.RoleDaoTest
 
testGetRoleInvalid() - Method in class org.appfuse.dao.RoleDaoTest
 
testGetRoles() - Method in class org.appfuse.dao.LookupDaoTest
 
testGetUser() - Method in class org.appfuse.dao.UserDaoTest
 
testGetUser() - Method in class org.appfuse.service.UserManagerTest
 
testGetUserInvalid() - Method in class org.appfuse.dao.UserDaoTest
 
testInternationalization() - Method in class org.appfuse.util.DateConverterTest
 
testJstlLocaleIsSet() - Method in class org.appfuse.webapp.filter.LocaleFilterTest
 
testRemove() - Method in class org.appfuse.webapp.action.UserActionTest
 
testRemoveUserFromCache() - Method in class org.appfuse.service.UserSecurityAdviceTest
 
testSave() - Method in class org.appfuse.webapp.action.UserActionTest
 
testSaveUser() - Method in class org.appfuse.service.UserManagerTest
 
testSearch() - Method in class org.appfuse.webapp.action.UserActionTest
 
testSetInvalidLocale() - Method in class org.appfuse.webapp.filter.LocaleFilterTest
 
testSetLocaleInSessionWhenSessionIsNull() - Method in class org.appfuse.webapp.filter.LocaleFilterTest
 
testSetLocaleInSessionWhenSessionNotNull() - Method in class org.appfuse.webapp.filter.LocaleFilterTest
 
testUnescape() - Method in class org.appfuse.buildtools.EscapeHtmlEntitiesTest
Test Entity->Unicode unescaping.
testUpdateRole() - Method in class org.appfuse.dao.RoleDaoTest
 
testUpdateUser() - Method in class org.appfuse.dao.UserDaoTest
 
testUpdateUserProfile() - Method in class org.appfuse.service.UserSecurityAdviceTest
 
testUpdateUserWithUserRole() - Method in class org.appfuse.service.UserSecurityAdviceTest
 
testUserExistsException() - Method in class org.appfuse.service.UserManagerTest
 
TimestampConverter - Class in org.appfuse.util
This class is converts a java.util.Date to a String and a String to a java.util.Date for use as a Timestamp.
TimestampConverter() - Constructor for class org.appfuse.util.TimestampConverter
 
toString() - Method in class org.appfuse.model.Address
 
toString() - Method in class org.appfuse.model.BaseObject
 
toString() - Method in class org.appfuse.model.LabelValue
Return a string representation of this object.
toString() - Method in class org.appfuse.model.Role
 
toString() - Method in class org.appfuse.model.User
 
toString() - Method in class org.appfuse.webapp.form.BaseForm
 
TS_FORMAT - Static variable in class org.appfuse.util.TimestampConverter
 

U

UNESCAPE - Static variable in class org.appfuse.buildtools.EscapeHtmlEntities
 
unspecified(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.appfuse.webapp.action.UserAction
 
updateFormBean(ActionMapping, HttpServletRequest, ActionForm) - Method in class org.appfuse.webapp.action.BaseAction
Convenience method to update a formBean in it's scope
UploadAction - Class in org.appfuse.webapp.action
This class handles the uploading of a resume (or any file) and writing it to the filesystem.
UploadAction() - Constructor for class org.appfuse.webapp.action.UploadAction
 
UploadForm - Class in org.appfuse.webapp.form
This class is modeled after the UploadForm from the struts-upload example application.
UploadForm() - Constructor for class org.appfuse.webapp.form.UploadForm
 
User - Class in org.appfuse.model
This class is used to generate the Struts Validator Form as well as the This class is used to generate Spring Validation rules as well as the Hibernate mapping file.
User() - Constructor for class org.appfuse.model.User
 
User(String) - Constructor for class org.appfuse.model.User
 
user - Variable in class org.appfuse.webapp.action.BaseStrutsTestCase
 
USER_HOME - Static variable in class org.appfuse.Constants
User home from System properties
USER_KEY - Static variable in class org.appfuse.Constants
The request scope attribute under which an editable user form is stored
USER_LIST - Static variable in class org.appfuse.Constants
The request scope attribute that holds the user list
USER_ROLE - Static variable in class org.appfuse.Constants
The name of the User role, as specified in web.xml
USER_ROLES - Static variable in class org.appfuse.Constants
The name of the user's role list, a request-scoped attribute when adding/editing a user.
UserAction - Class in org.appfuse.webapp.action
Implementation of Action that interacts with the UserForm and retrieves values.
UserAction() - Constructor for class org.appfuse.webapp.action.UserAction
 
UserActionTest - Class in org.appfuse.webapp.action
 
UserActionTest(String) - Constructor for class org.appfuse.webapp.action.UserActionTest
 
UserCounterListener - Class in org.appfuse.webapp.listener
UserCounterListener class used to count the current number of active users for the applications.
UserCounterListener() - Constructor for class org.appfuse.webapp.listener.UserCounterListener
 
UserDao - Interface in org.appfuse.dao
User Data Access Object (Dao) interface.
UserDaoHibernate - Class in org.appfuse.dao.hibernate
This class interacts with Spring's HibernateTemplate to save/delete and retrieve User objects.
UserDaoHibernate() - Constructor for class org.appfuse.dao.hibernate.UserDaoHibernate
 
UserDaoTest - Class in org.appfuse.dao
 
UserDaoTest() - Constructor for class org.appfuse.dao.UserDaoTest
 
UserExistsException - Exception in org.appfuse.service
An exception that is thrown by classes wanting to trap unique constraint violations.
UserExistsException(String) - Constructor for exception org.appfuse.service.UserExistsException
Constructor for UserExistsException.
UserExistsExceptionTest - Class in org.appfuse.service
 
UserExistsExceptionTest() - Constructor for class org.appfuse.service.UserExistsExceptionTest
 
UserManager - Interface in org.appfuse.service
Business Service Interface to handle communication between web and persistence layer.
UserManagerImpl - Class in org.appfuse.service.impl
Implementation of UserManager interface.
UserManagerImpl() - Constructor for class org.appfuse.service.impl.UserManagerImpl
 
UserManagerTest - Class in org.appfuse.service
 
UserManagerTest() - Constructor for class org.appfuse.service.UserManagerTest
 
username - Variable in class org.appfuse.model.User
 
USERS_KEY - Static variable in class org.appfuse.webapp.listener.UserCounterListener
 
UserSecurityAdvice - Class in org.appfuse.service
 
UserSecurityAdvice() - Constructor for class org.appfuse.service.UserSecurityAdvice
 
UserSecurityAdviceTest - Class in org.appfuse.service
 
UserSecurityAdviceTest() - Constructor for class org.appfuse.service.UserSecurityAdviceTest
 

V

validate(ActionMapping, HttpServletRequest) - Method in class org.appfuse.webapp.form.BaseForm
This validation method is designed to be a parent of all other Form's validate methods - this allows the cancel and delete buttons to bypass validation.
validate(ActionMapping, HttpServletRequest) - Method in class org.appfuse.webapp.form.UploadForm
Check to make sure the client hasn't exceeded the maximum allowed upload size inside of this validate method.
validateTwoFields(Object, ValidatorAction, Field, ActionMessages, HttpServletRequest) - 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 Struts Validator.
ValidationUtil() - Constructor for class org.appfuse.webapp.util.ValidationUtil
 
var - Variable in class org.appfuse.webapp.taglib.ConstantsTag
The single variable to expose.
version - Variable in class org.appfuse.model.User
 

W

website - Variable in class org.appfuse.model.User
 
write(int) - Method in class org.appfuse.webapp.filter.GZIPResponseStream
 
write(byte[]) - Method in class org.appfuse.webapp.filter.GZIPResponseStream
 
write(byte[], int, int) - Method in class org.appfuse.webapp.filter.GZIPResponseStream
 
writer - Variable in class org.appfuse.webapp.filter.GZIPResponseWrapper
 

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

Copyright � 2002-2006