Searched defs:StandardPipeline (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/core/
H A DStandardPipeline.java97 public class StandardPipeline class in inherits:Pipeline,Contained,Lifecycle
101 StandardPipeline.class.getName());
108 * Construct a new StandardPipeline instance with no associated Container.
110 public StandardPipeline() { method in class:StandardPipeline
118 * Construct a new StandardPipeline instance that is associated with the
123 public StandardPipeline(Container container) { method in class:StandardPipeline
155 protected static final String info = "org.apache.catalina.core.StandardPipeline/1.0";
399 log.log(Level.SEVERE, "StandardPipeline.setBasic: stop",
429 log.log(Level.SEVERE, "StandardPipeline.setBasic: start", e);
477 "StandardPipeline
[all...]

Completed in 24 milliseconds