Interface IPluginSessionReplacerParams

    • Method Detail

      • getEntityContext

        IEntityContext getEntityContext()
        Returns:
        The current IEntityContext that is required for interacting with the database.
      • getVorgang

        Vorgang getVorgang()
        Returns:
        The current Vorgang, if there is one.
      • getPlaceholder

        String getPlaceholder()
        Returns:
        The entire placeholder, including the name of the placeholder as well as the prefix and the suffix, such as [%tf1%].
        See Also:
        getPlaceholderContent()
      • getPlaceholderContent

        String getPlaceholderContent()
        Returns:
        The name of the placeholder, without the prefix and the suffix, such as tf1.
        See Also:
        getPlaceholder()
      • getSessionId

        String getSessionId()
        Returns:
        The current session ID of the HttpSession.
      • getContextName

        String getContextName()
        Returns:
        The current context name of the web application.