org.apache.struts.tiles
public class ActionController extends Object implements Controller
Action
in a Controller
.
Field Summary | |
---|---|
Action | action
Struts action wrapped. |
Constructor Summary | |
---|---|
ActionController(Action action)
Constructor. |
Method Summary | |
---|---|
void | execute(ComponentContext tileContext, HttpServletRequest request, HttpServletResponse response, ServletContext servletContext) |
void | perform(ComponentContext tileContext, HttpServletRequest request, HttpServletResponse response, ServletContext servletContext)
Method associated to a tile and called immediately before tile is
included. |
Parameters: action Action to be wrapped.
See Also: Controller
Parameters: tileContext Current tile context. request Current request. response Current response. servletContext Current servlet context.