Uses of Class
org.opennms.web.assets.api.AssetResource
-
Packages that use AssetResource Package Description org.opennms.web.assets.api org.opennms.web.assets.impl org.opennms.web.rest.v1 -
-
Uses of AssetResource in org.opennms.web.assets.api
Methods in org.opennms.web.assets.api that return types with arguments of type AssetResource Modifier and Type Method Description Optional<AssetResource>
AssetLocator. getResource(String asset, String type)
Optional<AssetResource>
AssetLocator. getResource(String asset, String type, boolean minified)
Optional<Collection<AssetResource>>
AssetLocator. getResources(String asset)
Optional<Collection<AssetResource>>
AssetLocator. getResources(String asset, boolean minified)
-
Uses of AssetResource in org.opennms.web.assets.impl
Methods in org.opennms.web.assets.impl that return types with arguments of type AssetResource Modifier and Type Method Description Optional<AssetResource>
AssetLocatorImpl. getResource(String assetName, String type)
Optional<AssetResource>
AssetLocatorImpl. getResource(String assetName, String type, boolean minified)
Optional<Collection<AssetResource>>
AssetLocatorImpl. getResources(String assetName)
Optional<Collection<AssetResource>>
AssetLocatorImpl. getResources(String assetName, boolean minified)
-
Uses of AssetResource in org.opennms.web.rest.v1
Methods in org.opennms.web.rest.v1 that return types with arguments of type AssetResource Modifier and Type Method Description List<AssetResource>
WebAssetsRestService. getResources(String assetName)
-