Package com.suncode.pwfl.web.ui
Class WebScripts.UrlCacheParameter
java.lang.Object
com.suncode.pwfl.web.ui.WebScripts.UrlCacheParameter
- Enclosing interface:
- WebScripts
Class to handle cache parameters for fragments using in scripts url. If script is added to
fragment or removed, then always new parameter is assigned to that fragment.
- Author:
- RafaĆ Nowacki 2016-11-29
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WebScripts.UrlCacheParameter
get()
void
invalidate
(String fragmentId) Clears cache for given fragment.Returns cached parameter for given fragment.
-
Constructor Details
-
UrlCacheParameter
public UrlCacheParameter()
-
-
Method Details
-
get
-
invalidate
Clears cache for given fragment.- Parameters:
fragmentId
- fragment id
-
value
Returns cached parameter for given fragment.- Parameters:
fragmentId
- fragment id
-