Class ServiceInterfaceInstanceCacheEntry
- java.lang.Object
-
- lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceCacheEntry
-
- All Implemented Interfaces:
Serializable
public class ServiceInterfaceInstanceCacheEntry extends Object implements Serializable
Service interface instance cache entry.- Since:
- 7.1.0
- Version:
- $Revision: 16731 $ $Date: 2014-12-17 16:31:41 -0200 (Wed, 17 Dec 2014) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceInterfaceInstanceCacheEntry(String htmlCache, Map<PortalPrintWriter.WritePosition,LinkedHashMap<String,String>> headWrites)
Creates a new instance with the given parameters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<PortalPrintWriter.WritePosition,LinkedHashMap<String,String>>
getHeadBeforeWrites()
Returns the head before write.String
getHtmlCache()
Returns the html cache.
-
-
-
Constructor Detail
-
ServiceInterfaceInstanceCacheEntry
public ServiceInterfaceInstanceCacheEntry(String htmlCache, Map<PortalPrintWriter.WritePosition,LinkedHashMap<String,String>> headWrites)
Creates a new instance with the given parameters.- Parameters:
htmlCache
- the html cache.headWrites
- the head before write.- Since:
- 7.1.0
-
-
Method Detail
-
getHtmlCache
public String getHtmlCache()
Returns the html cache.- Returns:
- the html cache.
- Since:
- 7.1.0
-
getHeadBeforeWrites
public Map<PortalPrintWriter.WritePosition,LinkedHashMap<String,String>> getHeadBeforeWrites()
Returns the head before write.- Returns:
- the head before write.
- Since:
- 7.1.0
-
-