public class ServletWrapperKey extends Object implements ObjectKey<ServletWrapper>
Modifier and Type | Field and Description |
---|---|
private String |
jarFile |
private String |
servletName |
Constructor and Description |
---|
ServletWrapperKey(String jarFile,
String servletName)
Create a new key for a servlet defined in a file with the
given name.
|
public String toDescription()
ObjectKey
toDescription
in interface ObjectKey<ServletWrapper>