Class ServletWrapperKey

java.lang.Object
net.sf.basedb.clients.web.extensions.ServletWrapperKey
All Implemented Interfaces:
ObjectKey<ServletWrapper>

public class ServletWrapperKey
extends Object
implements ObjectKey<ServletWrapper>
Key implementation used to identify servlets. We need both the file name and the servlet name to be able to do this.
Since:
3.0
Author:
Nicklas
Last modified
$Date: 2011-04-14 09:45:23 +0200 (to, 14 apr 2011) $
  • Field Details

    • jarFile

      private final String jarFile
    • servletName

      private final String servletName
  • Constructor Details

    • ServletWrapperKey

      public ServletWrapperKey​(String jarFile, String servletName)
      Create a new key for a servlet defined in a file with the given name.
      Parameters:
      jarFile - The name of the JAR file in which the servlet was defined
      servletName - The name of the servlet
  • Method Details