@Override
  protected void includePage(String page, HttpServletResponse response)
      throws IOException, ServletException {

    servletContext = PortalWebResourcesUtil.getServletContext(getEditorResourceType());

    super.includePage(page, response);
  }
Example #2
0
  @Override
  protected void cleanUp() {
    super.cleanUp();

    _exception = null;
    _focusField = null;
    _key = null;
    _message = null;
    _rowBreak = StringPool.BLANK;
    _translateMessage = true;
  }
  @Override
  protected void cleanUp() {
    super.cleanUp();

    _checkRequired = true;
    _classNameId = 0;
    _classPK = 0;
    _ddmFormValues = null;
    _fieldsNamespace = null;
    _readOnly = false;
    _repeatable = true;
    _requestedLocale = null;
    _showEmptyFieldLabel = true;
  }
  @Override
  protected void cleanUp() {
    super.cleanUp();

    _destroyed = false;
    _initialized = false;
    _afterDestroy = null;
    _afterDestroyedChange = null;
    _afterInit = null;
    _afterInitializedChange = null;
    _onDestroy = null;
    _onDestroyedChange = null;
    _onInit = null;
    _onInitializedChange = null;
  }
  @Override
  public void setPageContext(PageContext pageContext) {
    super.setPageContext(pageContext);

    servletContext = ServletContextUtil.getServletContext();
  }