コード例 #1
0
  @Override
  public void processEvent(EventRequest eventRequest, EventResponse eventResponse)
      throws IOException, PortletException {

    _portletRequestThreadLocal.set(eventRequest);

    eventRequest.setAttribute(JavaConstants.JAVAX_PORTLET_CONFIG, getPortletConfig());

    super.processEvent(eventRequest, eventResponse);
  }