Index (AppFuse JSF Module 2.1.0 API)
A B C D E F G H I L M N O P R S T U

A

ActiveUserList - Class in org.appfuse.webapp.action
 
ActiveUserList() - Constructor for class org.appfuse.webapp.action.ActiveUserList
 
add() - Method in class org.appfuse.webapp.action.UserForm
 
addError(String, Object) - Method in class org.appfuse.webapp.action.BasePage
 
addError(String) - Method in class org.appfuse.webapp.action.BasePage
 
addMessage(String, Object) - Method in class org.appfuse.webapp.action.BasePage
 
addMessage(String) - Method in class org.appfuse.webapp.action.BasePage
 
ascending - Variable in class org.appfuse.webapp.action.BasePage
 

B

BasePage - Class in org.appfuse.webapp.action
 
BasePage() - Constructor for class org.appfuse.webapp.action.BasePage
 

C

cancel() - Method in class org.appfuse.webapp.action.UserForm
 
compare(Object, Object) - Method in class org.appfuse.webapp.action.CountryModel.LabelValueComparator
Compares the localized labels of two LabelValues.
CountryModel - Class in org.appfuse.webapp.action
 
CountryModel() - Constructor for class org.appfuse.webapp.action.CountryModel
 
CountryModel.LabelValueComparator - Class in org.appfuse.webapp.action
Class to compare LabelValues using their labels with locale-sensitive behaviour.
CountryModel.LabelValueComparator(Locale) - Constructor for class org.appfuse.webapp.action.CountryModel.LabelValueComparator
Creates a new LabelValueComparator object.

D

delete() - Method in class org.appfuse.webapp.action.UserForm
 
destroy() - Method in class org.appfuse.webapp.filter.MessageFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.appfuse.webapp.filter.MessageFilter
 

E

edit() - Method in class org.appfuse.webapp.action.UserForm
 
encodeBegin(FacesContext, UIComponent) - Method in class org.appfuse.webapp.jsf.LabelRenderer
 
encodeBegin(FacesContext, UIComponent) - Method in class org.appfuse.webapp.jsf.PanelGridRenderer
 
encodeChildren(FacesContext, UIComponent) - Method in class org.appfuse.webapp.jsf.PanelGridRenderer
 
encodeEnd(FacesContext, UIComponent) - Method in class org.appfuse.webapp.jsf.LabelRenderer
 
encodeEnd(FacesContext, UIComponent) - Method in class org.appfuse.webapp.jsf.PanelGridRenderer
 
execute() - Method in class org.appfuse.webapp.action.PasswordHint
 
execute() - Method in class org.appfuse.webapp.action.Reload
 

F

facesContext - Variable in class org.appfuse.webapp.action.BasePage
 
FileUpload - Class in org.appfuse.webapp.action
 
FileUpload() - Constructor for class org.appfuse.webapp.action.FileUpload
 

G

getAvailableRoles() - Method in class org.appfuse.webapp.action.UserForm
 
getBundle() - Method in class org.appfuse.webapp.action.BasePage
 
getBundleName() - Method in class org.appfuse.webapp.action.BasePage
 
getConfiguration() - Method in class org.appfuse.webapp.action.BasePage
Convenience method to get the Configuration HashMap from the servlet context.
getCountries() - Method in class org.appfuse.webapp.action.BasePage
 
getCountries(Locale) - Method in class org.appfuse.webapp.action.CountryModel
Build a List of LabelValues for all the available countries.
getCountry() - Method in class org.appfuse.webapp.action.SignupForm
 
getCountry() - Method in class org.appfuse.webapp.action.UserForm
 
getFacesContext() - Method in class org.appfuse.webapp.action.BasePage
 
getFile() - Method in class org.appfuse.webapp.action.FileUpload
 
getFrom() - Method in class org.appfuse.webapp.action.UserForm
Convenience method to determine if the user came from the list screen
getName() - Method in class org.appfuse.webapp.action.FileUpload
 
getParameter(String) - Method in class org.appfuse.webapp.action.BasePage
 
getQuery() - Method in class org.appfuse.webapp.action.UserList
 
getRendersChildren() - Method in class org.appfuse.webapp.jsf.LabelRenderer
 
getRendersChildren() - Method in class org.appfuse.webapp.jsf.PanelGridRenderer
 
getRequest() - Method in class org.appfuse.webapp.action.BasePage
Servlet API Convenience method
getResponse() - Method in class org.appfuse.webapp.action.BasePage
Servlet API Convenience method
getServletContext() - Method in class org.appfuse.webapp.action.BasePage
Servlet API Convenience method
getSession() - Method in class org.appfuse.webapp.action.BasePage
Servlet API Convenience method
getSortColumn() - Method in class org.appfuse.webapp.action.BasePage
 
getText(String) - Method in class org.appfuse.webapp.action.BasePage
 
getText(String, Object) - Method in class org.appfuse.webapp.action.BasePage
 
getUser() - Method in class org.appfuse.webapp.action.SignupForm
 
getUser() - Method in class org.appfuse.webapp.action.UserForm
 
getUserRoles() - Method in class org.appfuse.webapp.action.UserForm
 
getUsers() - Method in class org.appfuse.webapp.action.ActiveUserList
 
getUsers() - Method in class org.appfuse.webapp.action.UserList
 

H

hasErrors() - Method in class org.appfuse.webapp.action.BasePage
Convenience method for unit tests.

I

init(FilterConfig) - Method in class org.appfuse.webapp.filter.MessageFilter
 
isAscending() - Method in class org.appfuse.webapp.action.BasePage
 
isRememberMe() - Method in class org.appfuse.webapp.action.UserForm
Convenience method for view templates to check if the user is logged in with RememberMe (cookies).

L

LabelRenderer - Class in org.appfuse.webapp.jsf
Custom LabelRenderer component that adds asterisks for required fields.
LabelRenderer() - Constructor for class org.appfuse.webapp.jsf.LabelRenderer
 
log - Variable in class org.appfuse.webapp.action.BasePage
 
log - Variable in class org.appfuse.webapp.jsf.LabelRenderer
 

M

mailEngine - Variable in class org.appfuse.webapp.action.BasePage
 
message - Variable in class org.appfuse.webapp.action.BasePage
 
MessageFilter - Class in org.appfuse.webapp.filter
Filter to remove messages form the session and put them in the request - to solve the redirect after post issue.
MessageFilter() - Constructor for class org.appfuse.webapp.filter.MessageFilter
 

N

nullsAreHigh - Variable in class org.appfuse.webapp.action.BasePage
 

O

org.appfuse.webapp.action - package org.appfuse.webapp.action
 
org.appfuse.webapp.filter - package org.appfuse.webapp.filter
 
org.appfuse.webapp.jsf - package org.appfuse.webapp.jsf
 

P

PanelGridRenderer - Class in org.appfuse.webapp.jsf
Override HtmlGridRendererBase (http://tinyurl.com/oqbxh) so <h:panelGrid> spits out <ul> and <li> instead of <table> and <tr><td>.
PanelGridRenderer() - Constructor for class org.appfuse.webapp.jsf.PanelGridRenderer
 
PasswordHint - Class in org.appfuse.webapp.action
Managed Bean to send password hints to registered users.
PasswordHint() - Constructor for class org.appfuse.webapp.action.PasswordHint
 

R

Reload - Class in org.appfuse.webapp.action
JSF Page class to handle reloading options in servlet context.
Reload() - Constructor for class org.appfuse.webapp.action.Reload
 
renderChildren(FacesContext, ResponseWriter, UIComponent, int) - Method in class org.appfuse.webapp.jsf.PanelGridRenderer
 

S

save() - Method in class org.appfuse.webapp.action.SignupForm
 
save() - Method in class org.appfuse.webapp.action.UserForm
 
search() - Method in class org.appfuse.webapp.action.UserList
 
sendUserMessage(User, String, String) - Method in class org.appfuse.webapp.action.BasePage
Convenience message to send messages to users, includes app URL as footer.
setAscending(boolean) - Method in class org.appfuse.webapp.action.BasePage
 
setCountry(String) - Method in class org.appfuse.webapp.action.SignupForm
 
setCountry(String) - Method in class org.appfuse.webapp.action.UserForm
 
setFile(UploadedFile) - Method in class org.appfuse.webapp.action.FileUpload
 
setId(String) - Method in class org.appfuse.webapp.action.UserForm
 
setMailEngine(MailEngine) - Method in class org.appfuse.webapp.action.BasePage
 
setMessage(SimpleMailMessage) - Method in class org.appfuse.webapp.action.BasePage
 
setName(String) - Method in class org.appfuse.webapp.action.FileUpload
 
setQuery(String) - Method in class org.appfuse.webapp.action.UserList
 
setRoleManager(RoleManager) - Method in class org.appfuse.webapp.action.SignupForm
 
setRoleManager(RoleManager) - Method in class org.appfuse.webapp.action.UserForm
 
setSortColumn(String) - Method in class org.appfuse.webapp.action.BasePage
 
setTemplateName(String) - Method in class org.appfuse.webapp.action.BasePage
 
setUser(User) - Method in class org.appfuse.webapp.action.SignupForm
 
setUser(User) - Method in class org.appfuse.webapp.action.UserForm
 
setUserManager(UserManager) - Method in class org.appfuse.webapp.action.BasePage
 
setUsername(String) - Method in class org.appfuse.webapp.action.PasswordHint
 
setUserRoles(String[]) - Method in class org.appfuse.webapp.action.UserForm
 
SignupForm - Class in org.appfuse.webapp.action
JSF Page class to handle signing up a new user.
SignupForm() - Constructor for class org.appfuse.webapp.action.SignupForm
 
sort(List) - Method in class org.appfuse.webapp.action.BasePage
Sort list according to which column has been clicked on.
sortColumn - Variable in class org.appfuse.webapp.action.BasePage
 

T

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

U

upload() - Method in class org.appfuse.webapp.action.FileUpload
 
UserForm - Class in org.appfuse.webapp.action
JSF Page class to handle editing a user with a form.
UserForm() - Constructor for class org.appfuse.webapp.action.UserForm
 
UserList - Class in org.appfuse.webapp.action
 
UserList() - Constructor for class org.appfuse.webapp.action.UserList
 
userManager - Variable in class org.appfuse.webapp.action.BasePage
 

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

Copyright © 2003-2011. All Rights Reserved.