org.jasig.portal.portlets.registerportal.data
Class ContainerInfoCollector
java.lang.Object
org.jasig.portal.portlets.registerportal.data.ContainerInfoCollector
- All Implemented Interfaces:
- IPortalDataCollector, ServletContextAware
public class ContainerInfoCollector
- extends Object
- implements IPortalDataCollector, ServletContextAware
Gathers servlet container info
- Version:
- $Revision: 45528 $
- Author:
- Eric Dalquist
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContainerInfoCollector
public ContainerInfoCollector()
setServletContext
public void setServletContext(ServletContext servletContext)
- Specified by:
setServletContext in interface ServletContextAware
getData
public Map<String,String> getData()
- Specified by:
getData in interface IPortalDataCollector
- Returns:
- The data, current as of this call.
getKey
public String getKey()
- Description copied from interface:
IPortalDataCollector
- The key that identifies the data being retrieved. Will never be null and must
be immutable (subsiquent calls to the the method will always return the same key).
- Specified by:
getKey in interface IPortalDataCollector
- Returns:
- The key that identifies the data being retrieved. Will never be null
Copyright © 2010 Jasig. All Rights Reserved.