Class Module.Local
java.lang.Object
org.gatein.portal.controller.resource.script.Module
org.gatein.portal.controller.resource.script.Module.Local
- Enclosing class:
Module
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.gatein.portal.controller.resource.script.Module
Module.Local, Module.Remote -
Field Summary
Fields inherited from class org.gatein.portal.controller.resource.script.Module
contextPath, CONTROL, priority, resource, resourceBundleService -
Method Summary
Methods inherited from class org.gatein.portal.controller.resource.script.Module
getContextPath, getPriority, getResource, getResourceBundleService
-
Method Details
-
getPath
-
getContents
-
getResourceBundle
-
getParameters
-
isMinify
public boolean isMinify() -
isRemote
public boolean isRemote() -
getURI
-
read
public Reader read(Locale locale, jakarta.servlet.ServletContext scriptLoader, ClassLoader bundleLoader) - Parameters:
locale- the desired locale, if null,Locale.ENGLISHwill be usedscriptLoader- the script loaderbundleLoader- the bundle loader- Returns:
- a reader for the resource or null if the resource cannot be resolved
-