Class CmsUserDataRequestConfig

java.lang.Object
org.opencms.jsp.userdata.CmsUserDataRequestConfig

public class CmsUserDataRequestConfig extends Object
Configuration for user data requests.

Mostly used to access texts to show to the user. Currently, a thin wrapper around an XML content.

  • Constructor Details

  • Method Details

    • getMailSubject

      Gets the email subject.
      Returns:
      the email subject
    • getMailText

      public String getMailText()
      Gets the email text.
      Returns:
      the email text
    • getRequestLifetime

      public long getRequestLifetime()
      Gets the time for which user data requests are valid (in milliseconds).
      Returns:
      the time for which user data requests are valid
    • getText

      public String getText(String key)
      Gets the text for the given key.
      Parameters:
      key - the text key
      Returns:
      the text for that key