Interface FormUtil.FormCreator<T>
-
- Enclosing class:
- FormUtil
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface FormUtil.FormCreator<T>
Form bean factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
createForm(javax.servlet.http.HttpServletRequest request)
Creates new form bean
-
-
-
Method Detail
-
createForm
@Nullable T createForm(@NotNull javax.servlet.http.HttpServletRequest request)
Creates new form bean- Parameters:
request
- request- Returns:
- new form bean or null, if null is returned it will not be stored in the session
-
-