Package org.eclnt.util.token
Class TokenMgr
java.lang.Object
org.eclnt.util.token.TokenMgr
Management of tokens - "abbreviations" which hide a content string.
Tokens e.g. are used as URL parameter: instead of appending content data to a URL, the content data is arranged behind a token, which is stored in the TokenMgr. The URL only contains the token - and the receiving side has to read the information from the TokenMgr.
Tokens e.g. are used as URL parameter: instead of appending content data to a URL, the content data is arranged behind a token, which is stored in the TokenMgr. The URL only contains the token - and the receiving side has to read the information from the TokenMgr.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
initialize
(ITokenMgr instance) static ITokenMgr
instance()
-
Constructor Details
-
TokenMgr
public TokenMgr()
-
-
Method Details
-
instance
-
initialize
-