Class CustomJspRegistryImpl

Object
com.liferay.portal.util.CustomJspRegistryImpl
All Implemented Interfaces:
com.liferay.portal.kernel.util.CustomJspRegistry

public class CustomJspRegistryImpl extends Object implements com.liferay.portal.kernel.util.CustomJspRegistry
Author:
Ryan Park, Brian Wing Shun Chan
  • Constructor Details

    • CustomJspRegistryImpl

      public CustomJspRegistryImpl()
  • Method Details

    • getCustomJspFileName

      public String getCustomJspFileName(String servletContextName, String fileName)
      Specified by:
      getCustomJspFileName in interface com.liferay.portal.kernel.util.CustomJspRegistry
    • getDisplayName

      public String getDisplayName(String servletContextName)
      Specified by:
      getDisplayName in interface com.liferay.portal.kernel.util.CustomJspRegistry
    • getServletContextNames

      public Set<String> getServletContextNames()
      Specified by:
      getServletContextNames in interface com.liferay.portal.kernel.util.CustomJspRegistry
    • registerServletContextName

      public void registerServletContextName(String servletContextName, String displayName)
      Specified by:
      registerServletContextName in interface com.liferay.portal.kernel.util.CustomJspRegistry
    • unregisterServletContextName

      public void unregisterServletContextName(String servletContextName)
      Specified by:
      unregisterServletContextName in interface com.liferay.portal.kernel.util.CustomJspRegistry