package com.michaelthomas.mystrutshelloworld; import com.opensymphony.xwork2.ActionSupport; /** * Base Action class for the package. */ public class WebappSupport extends ActionSupport { }