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