java.lang.Object
org.gatein.portal.controller.resource.script.Module
Direct Known Subclasses:
Module.Local, Module.Remote

public abstract class Module extends Object
  • Field Details

    • CONTROL

      public static final ResourceBundle.Control CONTROL
      .
    • resourceBundleService

      protected static org.exoplatform.services.resources.ResourceBundleService resourceBundleService
    • resource

      protected ScriptResource resource
      .
    • contextPath

      protected final String contextPath
      .
    • priority

      protected int priority
      .
  • Method Details

    • getResource

      public ScriptResource getResource()
    • isRemote

      public abstract boolean isRemote()
    • getURI

      public abstract String getURI()
    • getContextPath

      public String getContextPath()
    • getPriority

      public int getPriority()
    • getResourceBundleService

      public static org.exoplatform.services.resources.ResourceBundleService getResourceBundleService()