org.apache.cocoon.components.profiler
Class EnvironmentInfo

java.lang.Object
  extended by org.apache.cocoon.components.profiler.EnvironmentInfo

public class EnvironmentInfo
extends Object

Holds information about the environment (such as request parameters and session attributes) to be stored in the ProfilerData.

Version:
CVS $Id: EnvironmentInfo.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Bruno Dumon,

Constructor Summary
EnvironmentInfo(Environment environment)
           
 
Method Summary
 Map getRequestParameters()
           
 Map getSessionAttributes()
           
 String getURI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvironmentInfo

public EnvironmentInfo(Environment environment)
Method Detail

getURI

public String getURI()

getRequestParameters

public Map getRequestParameters()

getSessionAttributes

public Map getSessionAttributes()


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