public interface ResourceFacade
| Modifier and Type | Method and Description | 
|---|---|
| <R> R | getResource(Class<R> resourceClass)get the resource for the provided type | 
| <R> R | getResource(String resourceName)get the resource corresponding to the given sub-path | 
| boolean | isSingleResourceService() | 
<R> R getResource(String resourceName)
<R> R getResource(Class<R> resourceClass)
boolean isSingleResourceService()
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.