org.apache.cocoon.components.profiler
Class EnvironmentInfo
java.lang.Object
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,
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnvironmentInfo
public EnvironmentInfo(Environment environment)
getURI
public String getURI()
getRequestParameters
public Map getRequestParameters()
getSessionAttributes
public Map getSessionAttributes()
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.