Liferay 6.2-ce-ga5

com.liferay.portal.util
Class CustomJspRegistryUtil

java.lang.Object
  extended by com.liferay.portal.util.CustomJspRegistryUtil

public class CustomJspRegistryUtil
extends Object


Constructor Summary
CustomJspRegistryUtil()
           
 
Method Summary
static String getCustomJspFileName(String servletContextName, String fileName)
           
static CustomJspRegistry getCustomJspRegistry()
           
static String getDisplayName(String servletContextName)
           
static Set<String> getServletContextNames()
           
static void registerServletContextName(String servletContextName, String displayName)
           
 void setCustomJspRegistry(CustomJspRegistry customJspRegistry)
           
static void unregisterServletContextName(String servletContextName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomJspRegistryUtil

public CustomJspRegistryUtil()
Method Detail

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)

Liferay 6.2-ce-ga5