Class ServletDef

java.lang.Object
org.apache.tomcat.util.descriptor.web.ServletDef
All Implemented Interfaces:
Serializable

public class ServletDef extends Object implements Serializable
Representation of a servlet definition for a web application, as represented in a <servlet> element in the deployment descriptor.
See Also: