StrutsAction
@Deprecated public class BaseStrutsAction extends Object implements StrutsAction
Constructor and Description |
---|
BaseStrutsAction()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
execute(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
Deprecated.
|
String |
execute(StrutsAction originalStrutsAction,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
Deprecated.
|
public String execute(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws Exception
execute
in interface StrutsAction
Exception
public String execute(StrutsAction originalStrutsAction, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws Exception
execute
in interface StrutsAction
Exception