package gmusic.command; import javax.servlet.http.HttpServletRequest; public interface Command{ public String execute(HttpServletRequest req) throws Exception; }