Class Module.Local

java.lang.Object
org.gatein.portal.controller.resource.script.Module
org.gatein.portal.controller.resource.script.Module.Local
Enclosing class:
Module

public static class Module.Local extends Module
  • Method Details

    • getPath

      public String getPath()
    • getContents

      public Module.Local.Content[] getContents()
    • getResourceBundle

      public String getResourceBundle()
    • getParameters

      public Map<org.exoplatform.web.controller.QualifiedName,String> getParameters()
    • isMinify

      public boolean isMinify()
    • isRemote

      public boolean isRemote()
      Specified by:
      isRemote in class Module
    • getURI

      public String getURI()
      Specified by:
      getURI in class Module
    • read

      public Reader read(Locale locale, jakarta.servlet.ServletContext scriptLoader, ClassLoader bundleLoader)
      Parameters:
      locale - the desired locale, if null, Locale.ENGLISH will be used
      scriptLoader - the script loader
      bundleLoader - the bundle loader
      Returns:
      a reader for the resource or null if the resource cannot be resolved