List of usage examples for javax.servlet ServletConfig interface-usage
From source file org.apache.catalina.core.StandardWrapper.java
/**
* Standard implementation of the <b>Wrapper</b> interface that represents
* an individual servlet definition. No child Containers are allowed, and
* the parent Container must be a Context.
*
* @author Craig R. McClanahan