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.java 30941 2004-07-29 19:56:58Z vgritsenko $
- 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-2005 The Apache Software Foundation. All Rights Reserved.