Class CmsContextInfoDetailsFormatter

java.lang.Object
org.opencms.workplace.tools.scheduler.CmsContextInfoDetailsFormatter
All Implemented Interfaces:
I_CmsListFormatter

This list item detail formatter creates a two column table to represent a context info object.

Since:
6.0.0
  • Constructor Details

  • Method Details

    • format

      public String format(Object data, Locale locale)
      Description copied from interface: I_CmsListFormatter
      Returns a formatted string for the specified data.

      Take care of null data.

      Specified by:
      format in interface I_CmsListFormatter
      Parameters:
      data - the data to format
      locale - the locale for formatting
      Returns:
      formatted data
      See Also:
    • setEncodingMessage

      public void setEncodingMessage(org.opencms.i18n.CmsMessageContainer encodingMessage)
      Sets the encoding Message.

      Parameters:
      encodingMessage - the encoding Message to set
    • setLocaleMessage

      public void setLocaleMessage(org.opencms.i18n.CmsMessageContainer localeMessage)
      Sets the locale Message.

      Parameters:
      localeMessage - the locale Message to set
    • setProjectMessage

      public void setProjectMessage(org.opencms.i18n.CmsMessageContainer projectMessage)
      Sets the project Message.

      Parameters:
      projectMessage - the project Message to set
    • setRemoteAddrMessage

      public void setRemoteAddrMessage(org.opencms.i18n.CmsMessageContainer remoteAddrMessage)
      Sets the remote Address Message.

      Parameters:
      remoteAddrMessage - the remote Address Message to set
    • setRequestedURIMessage

      public void setRequestedURIMessage(org.opencms.i18n.CmsMessageContainer requestedURIMessage)
      Sets the requested URI Message.

      Parameters:
      requestedURIMessage - the requested URI Message to set
    • setRootSiteMessage

      public void setRootSiteMessage(org.opencms.i18n.CmsMessageContainer rootSiteMessage)
      Sets the rootSiteMessage.

      Parameters:
      rootSiteMessage - the rootSiteMessage to set
    • setUserMessage

      public void setUserMessage(org.opencms.i18n.CmsMessageContainer userMessage)
      Sets the userMessage.

      Parameters:
      userMessage - the userMessage to set