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 protectedCLResourceLocator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilegetResourceFile(String key)Get a file resource given a keyURLgetResourceURL(String key)Gets an URL resource given a key
-
-
-
Method Detail
-
getResourceFile
public File getResourceFile(String key)
Description copied from interface:ResourceLocatorGet a file resource given a key- Specified by:
getResourceFilein interfaceResourceLocator
-
getResourceURL
public URL getResourceURL(String key)
Description copied from interface:ResourceLocatorGets an URL resource given a key- Specified by:
getResourceURLin interfaceResourceLocator- Parameters:
key- the resource key- Returns:
- the resource URL or null if no such result was found
-
-