atg.service.webappregistry
Class ServletContextWebAppRegistry.TaglibFingerPrint

java.lang.Object
  extended by atg.service.webappregistry.ServletContextWebAppRegistry.TaglibFingerPrint
Enclosing class:
ServletContextWebAppRegistry

public static class ServletContextWebAppRegistry.TaglibFingerPrint
extends java.lang.Object

A data-structure for holding the check-sum of DSP taglib resources.


Constructor Summary
ServletContextWebAppRegistry.TaglibFingerPrint()
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.Long> getResourcePathToChecksum()
          Return the map from taglib resource path to checksum.
 java.util.Map<java.lang.String,java.net.URL> getResourcePathToUrl()
          Return the map from taglib resource path to source URL.
 java.net.URL getUrl()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServletContextWebAppRegistry.TaglibFingerPrint

public ServletContextWebAppRegistry.TaglibFingerPrint()
Method Detail

getUrl

public java.net.URL getUrl()

getResourcePathToUrl

public java.util.Map<java.lang.String,java.net.URL> getResourcePathToUrl()
Return the map from taglib resource path to source URL.


getResourcePathToChecksum

public java.util.Map<java.lang.String,java.lang.Long> getResourcePathToChecksum()
Return the map from taglib resource path to checksum.


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object