Example usage for javax.servlet ServletConfig interface-usage

List of usage examples for javax.servlet ServletConfig interface-usage

Introduction

In this page you can find the example usage for javax.servlet ServletConfig interface-usage.

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