Package org.nuxeo.ecm.user.invite
Class RenderingHelper.CLResourceLocator
java.lang.Object
org.nuxeo.ecm.user.invite.RenderingHelper.CLResourceLocator
- All Implemented Interfaces:
ResourceLocator
- Enclosing class:
- RenderingHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetResourceFile
(String key) Get a file resource given a keygetResourceURL
(String key) Gets an URL resource given a key
-
Constructor Details
-
CLResourceLocator
protected CLResourceLocator()
-
-
Method Details
-
getResourceFile
Description copied from interface:ResourceLocator
Get a file resource given a key- Specified by:
getResourceFile
in interfaceResourceLocator
-
getResourceURL
Description copied from interface:ResourceLocator
Gets an URL resource given a key- Specified by:
getResourceURL
in interfaceResourceLocator
- Parameters:
key
- the resource key- Returns:
- the resource URL or null if no such result was found
-