com.liferay.portal.util
Class CustomJspRegistryImpl
java.lang.Object
com.liferay.portal.util.CustomJspRegistryImpl
- All Implemented Interfaces:
- CustomJspRegistry
public class CustomJspRegistryImpl
- extends Object
- implements CustomJspRegistry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomJspRegistryImpl
public CustomJspRegistryImpl()
getCustomJspFileName
public String getCustomJspFileName(String servletContextName,
String fileName)
- Specified by:
getCustomJspFileName
in interface CustomJspRegistry
getDisplayName
public String getDisplayName(String servletContextName)
- Specified by:
getDisplayName
in interface CustomJspRegistry
getServletContextNames
public Set<String> getServletContextNames()
- Specified by:
getServletContextNames
in interface CustomJspRegistry
registerServletContextName
public void registerServletContextName(String servletContextName,
String displayName)
- Specified by:
registerServletContextName
in interface CustomJspRegistry
unregisterServletContextName
public void unregisterServletContextName(String servletContextName)
- Specified by:
unregisterServletContextName
in interface CustomJspRegistry