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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toDescription()
Get a string description of the key that is suitable for use
in (error) messages to users.
|
String |
toString() |
public String toDescription()
ObjectKey
toDescription
in interface ObjectKey<ServletWrapper>