View Javadoc

1   package org.weda.action;
2   
3   import java.util.List;
4   
5   /**
6    *
7    * @author tim
8    */
9   public interface ActionContainerProvider {
10      List<ActionContainer> getActionContainers() throws Exception;
11  }