Example usage for org.apache.commons.collections ArrayStack subclass-usage

List of usage examples for org.apache.commons.collections ArrayStack subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.collections ArrayStack subclass-usage.

Usage

From source file org.apache.cocoon.components.EnvironmentStack.java

/**
 * The stack for the processing environment.
 * This is a special implementation of a stack for the handling of the
 * cocoon protocol.
 *
 * @author <a href="mailto:cziegeler@apache.org">Carsten Ziegeler</a>

From source file org.apache.cocoon.environment.internal.EnvironmentStack.java

/**
 * The stack for the processing environment.
 *
 * This is an internal class, and it might change in an incompatible way over time.
 * For developing your own components/applications based on Cocoon, you shouldn't 
 * really need it.