Package org.opennms.web.services
Class ServiceJspUtil
- java.lang.Object
 - 
- org.opennms.web.services.ServiceJspUtil
 
 
- 
public class ServiceJspUtil extends Object
Utility class to limit Java code in service.jsp 
- 
- 
Constructor Summary
Constructors Constructor Description ServiceJspUtil(OnmsMonitoredService service, Collection<OnmsOutage> currentOutages) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<OnmsMonitoringLocation>getAllPerspectives()Optional<OnmsOutage>getOutageForPerspective(OnmsMonitoringLocation onmsMonitoringLocation)StringgetOutageUrl(OnmsOutage outage) 
 - 
 
- 
- 
Constructor Detail
- 
ServiceJspUtil
public ServiceJspUtil(OnmsMonitoredService service, Collection<OnmsOutage> currentOutages)
 
 - 
 
- 
Method Detail
- 
getAllPerspectives
public List<OnmsMonitoringLocation> getAllPerspectives()
 
- 
getOutageForPerspective
public Optional<OnmsOutage> getOutageForPerspective(OnmsMonitoringLocation onmsMonitoringLocation)
 
- 
getOutageUrl
public String getOutageUrl(OnmsOutage outage)
 
 - 
 
 -