org.apache.cocoon.environment.internal
Class EnvironmentInfo

java.lang.Object
  extended byorg.apache.cocoon.environment.internal.EnvironmentInfo

public class EnvironmentInfo
extends Object

This object holds a set of objects for an 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.

Since:
2.2
Version:
$Id: EnvironmentInfo.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Field Summary
 org.apache.cocoon.environment.Environment environment
           
 int oldStackCount
           
 org.apache.cocoon.Processor processor
           
 
Constructor Summary
EnvironmentInfo(org.apache.cocoon.Processor processor, int oldStackCount, org.apache.cocoon.environment.Environment environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processor

public final org.apache.cocoon.Processor processor

oldStackCount

public final int oldStackCount

environment

public final org.apache.cocoon.environment.Environment environment
Constructor Detail

EnvironmentInfo

public EnvironmentInfo(org.apache.cocoon.Processor processor,
                       int oldStackCount,
                       org.apache.cocoon.environment.Environment environment)


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.