environment = System.getenv(); Properties props = System.getProperties(); String classpath = environment.get("CLASSPATH"); info = new ImportantInfo(classpath, props); return ActionSupport.SUCCESS;
return environment;
return info;
return servletRequest;
this.environment = environment;
this.info = info;
this.servletRequest = servletRequest;