Class TestDataProvider

java.lang.Object
org.apache.struts2.showcase.application.TestDataProvider
All Implemented Interfaces:
Serializable, org.springframework.beans.factory.InitializingBean

@Service public class TestDataProvider extends Object implements Serializable, org.springframework.beans.factory.InitializingBean
TestDataProvider.
See Also:
  • Field Details

    • POSITIONS

      public static final String[] POSITIONS
    • LEVELS

      public static final String[] LEVELS
    • TEST_EMPLOYEES

      public static final Employee[] TEST_EMPLOYEES
  • Constructor Details

    • TestDataProvider

      public TestDataProvider()
  • Method Details

    • addTestSkills

      protected void addTestSkills()
    • addTestEmployees

      protected void addTestEmployees()
    • addTestData

      protected void addTestData()
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception