
Description
public class ActionServletWrapper

Provide a wrapper around an
ActionServlet
to expose only those
methods needed by other objects.
Provide a wrapper around an ActionServlet
to expose only those
methods needed by other objects. When used with an ActionForm
,
subclasses must be careful that they do not return an object with public
getters and setters that could be exploited by automatic population of
properties.
See also: