Interface IClientLiteralServerLoader


public interface IClientLiteralServerLoader
  • Method Summary

    Modifier and Type
    Method
    Description
    loadLiteralInfos(String language, String country, javax.servlet.http.HttpServletRequest request)
     
  • Method Details

    • loadLiteralInfos

      List<LiteralInfo> loadLiteralInfos(String language, String country, javax.servlet.http.HttpServletRequest request)
      Parameters:
      language - Client language.
      country - Client country.
      request - The request that was triggered from client side in order to read the literals. By accessing the request you may access e.g. the server side session information.
      Returns: