MockEventRequest.java 文件源码

java
阅读 20 收藏 0 点赞 0 评论 0

项目:spring4-understanding 作者:
/**
 * Create a new MockEventRequest.
 * @param event the event that this request wraps
 * @param portalContext the PortletContext that the request runs in
 * @param portletContext the PortletContext that the request runs in
 */
public MockEventRequest(Event event, PortalContext portalContext, PortletContext portletContext) {
    super(portalContext, portletContext);
    this.event = event;
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号