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
protected class RenderingHelper.CLResourceLocator extends Object implements ResourceLocator
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CLResourceLocator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description File
getResourceFile(String key)
Get a file resource given a keyURL
getResourceURL(String key)
Gets an URL resource given a key
-
-
-
Method Detail
-
getResourceFile
public File getResourceFile(String key)
Description copied from interface:ResourceLocator
Get a file resource given a key- Specified by:
getResourceFile
in interfaceResourceLocator
-
getResourceURL
public URL getResourceURL(String key)
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
-
-