org.apache.struts2.osgi.interceptor
Interface ServiceAware<T>

Type Parameters:
T - The type of the service

public interface ServiceAware<T>

Classes implementing this interface, will be injected a list of services registered with the type of the parameterized type


Method Summary
 void setServices(List<T> services)
           
 

Method Detail

setServices

void setServices(List<T> services)


Copyright © 2000–2017 Apache Software Foundation. All rights reserved.