Class BasicFormBean

    • Constructor Detail

      • BasicFormBean

        public BasicFormBean()
    • Method Detail

      • prepare

        protected void prepare​(jakarta.servlet.http.HttpServletRequest req)
        Description copied from class: AbstractFormBean
        Any bean extended from this abstract class must have possibility to initialize by self from request.
        Specified by:
        prepare in class AbstractFormBean
        Parameters:
        req - request
      • getFirstName

        public String getFirstName()
        Get first name in right type.
        Returns:
        String
      • getLastName

        public String getLastName()
        Get last name in right type.
        Returns:
        String