- getCancelView() - Method in class org.appfuse.webapp.controller.BaseFormController
-
- getConfiguration() - Method in class org.appfuse.webapp.controller.BaseFormController
-
Convenience method to get the Configuration HashMap
from the servlet context.
- getServletContext() - Method in class org.appfuse.webapp.controller.BaseFormController
-
- getSuccessView() - Method in class org.appfuse.webapp.controller.BaseFormController
-
- getText(String, Locale) - Method in class org.appfuse.webapp.controller.BaseFormController
-
Convenience method for getting a i18n key's value.
- getText(String, String, Locale) - Method in class org.appfuse.webapp.controller.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.controller.BaseFormController
-
Convenience method for getting a i18n key's value with arguments.
- getText(String) - Method in class org.appfuse.webapp.controller.UserFormController
-
Convenience method for getting a i18n key's value.
- getText(String, String) - Method in class org.appfuse.webapp.controller.UserFormController
-
Convenient method for getting a i18n key's value with a single
string argument.
- getText(String, Object[]) - Method in class org.appfuse.webapp.controller.UserFormController
-
Convenience method for getting a i18n key's value with arguments.
- getUser(HttpServletRequest) - Method in class org.appfuse.webapp.controller.UserFormController
-