Package com.saperion.ngc.json
Class SapViewerStrings
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<java.lang.String,java.lang.String>
-
- com.saperion.ngc.json.SapViewerStrings
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.util.Map<java.lang.String,java.lang.String>
public class SapViewerStrings extends java.util.HashMap<java.lang.String,java.lang.String>
This class contains the localized strings that are used by the sapviewer.jsp.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SapViewerStrings(LocalizationUtil localization, javax.servlet.http.HttpSession session)
Creates a new SapViewerStrings instance containing all localized strings needed by the sapviewer.jsp.
-
Method Summary
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Constructor Detail
-
SapViewerStrings
public SapViewerStrings(LocalizationUtil localization, javax.servlet.http.HttpSession session)
Creates a new SapViewerStrings instance containing all localized strings needed by the sapviewer.jsp.- Parameters:
localization
- instance of LocalizationUtil needed to get localized stringssession
- the current session
-
-