|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
org.apache.struts.action Class ActionServletWrapper
java.lang.Object | +--org.apache.struts.action.ActionServletWrapper
- All Implemented Interfaces:
- java.io.Serializable
- public class ActionServletWrapper
- extends java.lang.Object
- implements java.io.Serializable
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.
- Since:
- Struts 1.0.1
- Version:
- $Rev: 55459 $ $Date: 2004-10-24 20:23:54 +0100 (Sun, 24 Oct 2004) $
- See Also:
- Serialized Form
| Field Summary | |
protected ActionServlet |
servlet
The servlet instance to which we are attached. |
| Constructor Summary | |
ActionServletWrapper(ActionServlet servlet)
Create object and set servlet property. |
|
| Method Summary | |
void |
setServletFor(MultipartRequestHandler object)
Set servlet to a MultipartRequestHandler. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
servlet
protected transient ActionServlet servlet
The servlet instance to which we are attached.
| Constructor Detail |
ActionServletWrapper
public ActionServletWrapper(ActionServlet servlet)
Create object and set
servletproperty.- Parameters:
servlet-ActionServletto wrap
| Method Detail |
setServletFor
public void setServletFor(MultipartRequestHandler object)
Set servlet to a
MultipartRequestHandler.- Parameters:
object- The MultipartRequestHandler
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2000-2005 - The Apache Software Foundation