2006-09-05 17:29:41 +00:00
|
|
|
package example;
|
2006-09-05 16:37:18 +00:00
|
|
|
|
|
|
|
|
import com.opensymphony.xwork2.ActionSupport;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Base Action class for the Tutorial package.
|
|
|
|
|
*/
|
2006-09-05 17:29:41 +00:00
|
|
|
public class ExampleSupport extends ActionSupport {
|
2006-09-05 16:37:18 +00:00
|
|
|
}
|