Class BaseCustomJspBag

java.lang.Object
com.liferay.portal.custom.jsp.bag.BaseCustomJspBag
All Implemented Interfaces:
com.liferay.portal.deploy.hot.CustomJspBag

public abstract class BaseCustomJspBag extends Object implements com.liferay.portal.deploy.hot.CustomJspBag
  • Constructor Details

    • BaseCustomJspBag

      public BaseCustomJspBag()
  • Method Details

    • getCustomJspDir

      public String getCustomJspDir()
      Specified by:
      getCustomJspDir in interface com.liferay.portal.deploy.hot.CustomJspBag
    • getCustomJsps

      public List<String> getCustomJsps()
      Specified by:
      getCustomJsps in interface com.liferay.portal.deploy.hot.CustomJspBag
    • getURLContainer

      public com.liferay.portal.kernel.url.URLContainer getURLContainer()
      Specified by:
      getURLContainer in interface com.liferay.portal.deploy.hot.CustomJspBag
    • isCustomJspGlobal

      public boolean isCustomJspGlobal()
      Specified by:
      isCustomJspGlobal in interface com.liferay.portal.deploy.hot.CustomJspBag
    • activate

      protected void activate(org.osgi.framework.BundleContext bundleContext)