Class CustomJspRegistryUtil

Object
com.liferay.portal.kernel.util.CustomJspRegistryUtil

public class CustomJspRegistryUtil extends Object
Author:
Ryan Park, Brian Wing Shun Chan
  • Constructor Details

    • CustomJspRegistryUtil

      public CustomJspRegistryUtil()
  • Method Details

    • getCustomJspFileName

      public static String getCustomJspFileName(String servletContextName, String fileName)
    • getCustomJspRegistry

      public static CustomJspRegistry getCustomJspRegistry()
    • getDisplayName

      public static String getDisplayName(String servletContextName)
    • getServletContextNames

      public static Set<String> getServletContextNames()
    • registerServletContextName

      public static void registerServletContextName(String servletContextName, String displayName)
    • unregisterServletContextName

      public static void unregisterServletContextName(String servletContextName)
    • setCustomJspRegistry

      public void setCustomJspRegistry(CustomJspRegistry customJspRegistry)