public class ServletRequestEvent extends java.util.EventObject {
private static final long serialVersionUID = 1L;
- private final ServletRequest request;
+ private final transient ServletRequest request;
/**
* Construct a ServletRequestEvent for the given ServletContext and
/**
* The current BodyContent for this BodyTag.
*/
- protected BodyContent bodyContent;
+ protected transient BodyContent bodyContent;
}
/**
* The PageContext.
*/
- protected PageContext pageContext;
+ protected transient PageContext pageContext;
}